[Pkg-ocaml-maint-commits] [SCM] hevea-doc packaging branch, master, updated. debian/1.10-2-7-g3424a21

Ralf Treinen treinen at free.fr
Sun Jan 3 08:52:52 UTC 2010


The following commit has been merged in the master branch:
commit e45d01c6ce9c1b66f60afccbf795e7b96707d5dd
Author: Ralf Treinen <treinen at free.fr>
Date:   Sun Jan 3 09:43:32 2010 +0100

    source format 3.0

diff --git a/debian/changelog b/debian/changelog
index 960ec16..e4e2966 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,14 @@
-hevea-doc (1.10-3) UNRELEASED; urgency=low
+hevea-doc (1.10-3) unstable; urgency=low
 
   [ Ralf Treinen ]
   * debian/control: Add Homepage field.
   * Add dependency on ${misc:Depnds}
   * DH compatibility level 7 
+    - debian/rules: dh_clean-k => dh_prep
   * Standards-Version 3.8.3 (no change)
   * doc-base section typesetting
   * debian/copyright: added copyright of INRIA
+  * debian source format 3.0 (quilt)
   
   [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
@@ -14,7 +16,7 @@ hevea-doc (1.10-3) UNRELEASED; urgency=low
   [ Stephane Glondu ]
   * Switch packaging to git
 
- -- Stephane Glondu <steph at glondu.net>  Mon, 15 Jun 2009 18:33:35 +0200
+ -- Ralf Treinen <treinen at debian.org>  Sun, 03 Jan 2010 09:41:19 +0100
 
 hevea-doc (1.10-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 507749c..9f5c834 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ build-stamp:
 install:
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs $(HTMLDIR) $(DOCDIR)
 	cp *.* debian/hevea-doc/$(HTMLDIR)
 	ln -sf ../hevea/html debian/hevea-doc/$(DOCDIR)/html
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
hevea-doc packaging



More information about the Pkg-ocaml-maint-commits mailing list