[Python-apps-commits] r6461 - in packages/phatch/trunk/debian (changelog rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Jan 3 22:16:31 UTC 2011


    Date: Monday, January 3, 2011 @ 22:16:30
  Author: piotr
Revision: 6461

* Drop phatch-nautilus binary package until next upstream release
  (closes: 601622)
* Do not compress objects.inv file (closes: 608764)

Modified:
  packages/phatch/trunk/debian/changelog
  packages/phatch/trunk/debian/rules

Modified: packages/phatch/trunk/debian/changelog
===================================================================
--- packages/phatch/trunk/debian/changelog	2011-01-03 21:42:42 UTC (rev 6460)
+++ packages/phatch/trunk/debian/changelog	2011-01-03 22:16:30 UTC (rev 6461)
@@ -12,6 +12,13 @@
 
  -- Stani M <stani at x9150>  Fri, 26 Mar 2010 22:50:04 +0100
 
+phatch (0.2.7-3) unstable; urgency=low
+
+  * Drop phatch-nautilus binary package until next upstream release
+    (closes: 601622)
+  * Do not compress objects.inv file (closes: 608764)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Mon, 03 Jan 2011 23:01:27 +0100
 phatch (0.2.7-2) unstable; urgency=low
 
   * Prepare for Python 2.6:

Modified: packages/phatch/trunk/debian/rules
===================================================================
--- packages/phatch/trunk/debian/rules	2011-01-03 21:42:42 UTC (rev 6460)
+++ packages/phatch/trunk/debian/rules	2011-01-03 22:16:30 UTC (rev 6461)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_PYTHON_SYSTEM := pysupport
+DEB_COMPRESS_EXCLUDE += objects.inv
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk




More information about the Python-apps-commits mailing list