[Python-modules-commits] r25135 - in packages/fabulous/trunk/debian (changelog rules)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Wed Jul 10 13:36:32 UTC 2013
Date: Wednesday, July 10, 2013 @ 13:36:31
Author: laarmen-guest
Revision: 25135
Fix the removal of SOURCES.txt
Modified:
packages/fabulous/trunk/debian/changelog
packages/fabulous/trunk/debian/rules
Modified: packages/fabulous/trunk/debian/changelog
===================================================================
--- packages/fabulous/trunk/debian/changelog 2013-07-10 13:29:13 UTC (rev 25134)
+++ packages/fabulous/trunk/debian/changelog 2013-07-10 13:36:31 UTC (rev 25135)
@@ -1,3 +1,9 @@
+fabulous (0.1.5+dfsg1-2) UNRELEASED; urgency=low
+
+ * Fix the removal of SOURCES.txt
+
+ -- Simon Chopin <chopin.simon at gmail.com> Wed, 10 Jul 2013 15:36:12 +0200
+
fabulous (0.1.5+dfsg1-1) unstable; urgency=low
* Initial release. (Closes: #705947)
Modified: packages/fabulous/trunk/debian/rules
===================================================================
--- packages/fabulous/trunk/debian/rules 2013-07-10 13:29:13 UTC (rev 25134)
+++ packages/fabulous/trunk/debian/rules 2013-07-10 13:36:31 UTC (rev 25135)
@@ -2,6 +2,7 @@
CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+
%:
dh $@ --with python2,sphinxdoc
@@ -15,9 +16,11 @@
override_dh_auto_install-arch:
dh_auto_install -a
- rm -f debian/tmp/usr/lib/python2*/dist-packages/fabulous*.egg-info/SOURCES.txt
+ rm debian/tmp/usr/lib/python2*/dist-packages/fabulous*.egg-info/SOURCES.txt
mv xtermspeedup.so debian/tmp
+override_dh_auto_install-indep:
+
override_dh_auto_clean:
dh_auto_clean
rm -rf docs/_build
More information about the Python-modules-commits
mailing list