[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, master, updated. debian/3.0.1-1-8-gbc4f455

Ralf Treinen treinen at debian.org
Wed Jun 27 09:55:32 UTC 2012


The following commit has been merged in the master branch:
commit f15ca8c159547e7412652b920b58de8e017f08e2
Author: Ralf Treinen <treinen at debian.org>
Date:   Mon Jun 25 18:13:01 2012 +0200

    clean target of debian/rules: remove version.tex of the debcheck primer
    
    since this file should be generated

diff --git a/debian/changelog b/debian/changelog
index 87e02de..fefd206 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ dose3 (3.0.2-1) unstable; urgency=low
   * debian/copyright:
     - fix continuation lines in the paragraph for connection-licence.
     - fix typo Licence -> License
+  * debian/rules: in clean target, remove doc/debcheck-primer/version.tex
+    since it should be generated.
 
- -- Ralf Treinen <treinen at debian.org>  Mon, 25 Jun 2012 15:57:25 +0200
+ -- Ralf Treinen <treinen at debian.org>  Mon, 25 Jun 2012 18:12:28 +0200
 
 dose3 (3.0.1-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 2416809..954ee2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@ RELEASE = $(shell dpkg-parsechangelog | grep ^Version: | cut -f 2 -d' ')
 	dh $@ --with ocaml
 
 override_dh_auto_configure:
+	rm -f doc/debcheck-primer/version.tex
 	./configure --with-ocamlgraph --with-zip --with-bz2 --with-rpm4
 
 override_dh_auto_install:

-- 
dose3 packaging



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