[Python-modules-commits] r9768 - in packages/logilab-constraint/trunk/debian (4 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Sep 15 16:46:55 UTC 2009
Date: Tuesday, September 15, 2009 @ 16:46:54
Author: morph
Revision: 9768
- properly install upstream changelog
* debian/python-logilab-constraint.{postinst, prerm}
- removed since empty
Modified:
packages/logilab-constraint/trunk/debian/changelog
packages/logilab-constraint/trunk/debian/rules
Deleted:
packages/logilab-constraint/trunk/debian/python-logilab-constraint.postinst
packages/logilab-constraint/trunk/debian/python-logilab-constraint.prerm
Modified: packages/logilab-constraint/trunk/debian/changelog
===================================================================
--- packages/logilab-constraint/trunk/debian/changelog 2009-09-15 16:40:02 UTC (rev 9767)
+++ packages/logilab-constraint/trunk/debian/changelog 2009-09-15 16:46:54 UTC (rev 9768)
@@ -23,6 +23,7 @@
- renamed from python-constraint.*
* debian/rules
- fixed for binary package rename
+ - properly install upstream changelog
* debian/control
- added me to uploaders
- bump Standards-Version to 3.8.3 (no changes needed)
@@ -36,8 +37,10 @@
- indent upstream author, license and copyright with 4 spaces
- link to GPL-2 local file
- extended copyright years to match all the files in the tarball
+ * debian/python-logilab-constraint.{postinst, prerm}
+ - removed since empty
- -- Sandro Tosi <morph at debian.org> Tue, 15 Sep 2009 18:39:38 +0200
+ -- Sandro Tosi <morph at debian.org> Tue, 15 Sep 2009 18:43:30 +0200
constraint (0.4.0-3) unstable; urgency=low
Deleted: packages/logilab-constraint/trunk/debian/python-logilab-constraint.postinst
===================================================================
--- packages/logilab-constraint/trunk/debian/python-logilab-constraint.postinst 2009-09-15 16:40:02 UTC (rev 9767)
+++ packages/logilab-constraint/trunk/debian/python-logilab-constraint.postinst 2009-09-15 16:46:54 UTC (rev 9768)
@@ -1,6 +0,0 @@
-#! /bin/sh -e
-#
-
-#DEBHELPER#
-
-exit 0
Deleted: packages/logilab-constraint/trunk/debian/python-logilab-constraint.prerm
===================================================================
--- packages/logilab-constraint/trunk/debian/python-logilab-constraint.prerm 2009-09-15 16:40:02 UTC (rev 9767)
+++ packages/logilab-constraint/trunk/debian/python-logilab-constraint.prerm 2009-09-15 16:46:54 UTC (rev 9768)
@@ -1,6 +0,0 @@
-#! /bin/sh -e
-#
-
-#DEBHELPER#
-
-exit 0
Modified: packages/logilab-constraint/trunk/debian/rules
===================================================================
--- packages/logilab-constraint/trunk/debian/rules 2009-09-15 16:40:02 UTC (rev 9767)
+++ packages/logilab-constraint/trunk/debian/rules 2009-09-15 16:46:54 UTC (rev 9768)
@@ -53,9 +53,8 @@
dh_install -i
dh_pysupport -i
dh_installexamples -i
- gzip -9 -c ChangeLog > changelog.gz
- dh_installchangelogs -i
- dh_installdocs -i README changelog.gz
+ dh_installchangelogs -i ChangeLog
+ dh_installdocs -i README
dh_installman -i
dh_link -i
dh_compress -i -X.py -X.ini -X.xml -Xtest
More information about the Python-modules-commits
mailing list