[Python-apps-commits] r2704 - in packages/lfm/trunk/debian (changelog rules)
dktrkranz-guest at users.alioth.debian.org
dktrkranz-guest at users.alioth.debian.org
Tue Apr 7 21:14:22 UTC 2009
Date: Tuesday, April 7, 2009 @ 21:14:19
Author: dktrkranz-guest
Revision: 2704
Revert DEB_COMPRESS_EXCLUDE removal
Modified:
packages/lfm/trunk/debian/changelog
packages/lfm/trunk/debian/rules
Modified: packages/lfm/trunk/debian/changelog
===================================================================
--- packages/lfm/trunk/debian/changelog 2009-04-07 20:54:55 UTC (rev 2703)
+++ packages/lfm/trunk/debian/changelog 2009-04-07 21:14:19 UTC (rev 2704)
@@ -17,7 +17,6 @@
- Do not call chmod, useless right now (Closes: #516273).
- Do not manually install and compress ChangeLog file, debhelper's
dh_installchangelog (from debhelper >= 7.0.2) will do that.
- - Remove DEB_COMPRESS_EXCLUDE macro.
- Do not manually remove COPYING, this will be managed by mangling
setup.py file instead.
* debian/patches/01_distutils_ignore_docs.patch:
Modified: packages/lfm/trunk/debian/rules
===================================================================
--- packages/lfm/trunk/debian/rules 2009-04-07 20:54:55 UTC (rev 2703)
+++ packages/lfm/trunk/debian/rules 2009-04-07 21:14:19 UTC (rev 2704)
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM=pysupport
+DEB_COMPRESS_EXCLUDE := NEWS README ChangeLog
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