From 7ff8ec09f0edb4a9048d7da8d63ee882bdfd97d2 Mon Sep 17 00:00:00 2001 From: rich Date: Sat, 8 Nov 2003 11:33:39 +0000 Subject: [PATCH] Ready for next Debian release. --- Makefile | 10 ++++++++-- debian/changelog | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e852966..b973f5c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Interface to Perl from OCaml. # Copyright (C) 2003 Merjis Ltd. -# $Id: Makefile,v 1.14 2003-11-02 13:28:38 rich Exp $ +# $Id: Makefile,v 1.15 2003-11-08 11:33:39 rich Exp $ include Makefile.config @@ -147,6 +147,12 @@ check-manifest: diff -u .orig-manifest .check-manifest; \ rm -f .orig-manifest .check-manifest +# Debian packages. + +dpkg: + # Check we're up to date. + cvs update + # Documentation. html: html/index.html @@ -156,4 +162,4 @@ html/index.html: $(wildcard *.ml) $(wildcard *.mli) $(wildcard wrappers/*.ml) mkdir html -$(OCAMLDOC) $(OCAMLDOCFLAGS) -d html $^ -.PHONY: depend dist check-manifest html \ No newline at end of file +.PHONY: depend dist check-manifest html dpkg \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 63321a9..8707f0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -perl4caml (0.3.6-2) unstable; urgency=low +perl4caml (0.3.6-3) unstable; urgency=low * Initial Release. -- 1.8.3.1