[Pkg-ocaml-maint-commits] [SCM] calendar packaging branch, master, updated. debian/2.01.1-6-1-g12773da

Stefano Zacchiroli zack at upsilon.cc
Tue Oct 6 14:32:27 UTC 2009


The following commit has been merged in the master branch:
commit 12773daf973141135ecf488c1d17d7229ce225e3
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Oct 6 16:31:54 2009 +0200

    debian/rules: switch {debhelper,dpatch}.mk: fix debian/*.log cleanup

diff --git a/debian/changelog b/debian/changelog
index d0cc1e5..8a095a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+calendar (2.01.1-7) UNRELEASED; urgency=low
+
+  * debian/rules
+    - switch {debhelper,dpatch}.mk: fix debian/*.log cleanup
+
+ -- Stefano Zacchiroli <zack at debian.org>  Tue, 06 Oct 2009 16:31:34 +0200
+
 calendar (2.01.1-6) unstable; urgency=low
 
   * debian/control
diff --git a/debian/rules b/debian/rules
index c5a9f42..8fe7da4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
 
 PKGNAME = libcalendar-ocaml-dev

-- 
calendar packaging



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