[Python-modules-commits] [fabulous] 09/13: d/rules: Don't remove non-existant SOURCES.txt from egg-info

Ondřej Nový onovy at moszumanska.debian.org
Sun Aug 14 09:44:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository fabulous.

commit fe595e2194e12a8cccb9d43f855ebdf9121b53a4
Author: Ondřej Nový <onovy at debian.org>
Date:   Sun Aug 14 11:27:00 2016 +0200

    d/rules: Don't remove non-existant SOURCES.txt from egg-info
---
 debian/changelog | 1 +
 debian/rules     | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d0fbef9..3c2156d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ fabulous (0.1.5+dfsg1-2) UNRELEASED; urgency=low
   * Use local objects.inv for intersphinx mapping (Closes: #830556)
   * Standards-Version is 3.9.8 now (no changes needed)
   * Added dh-python to build depends
+  * d/rules: Don't remove non-existant SOURCES.txt from egg-info
 
  -- Simon Chopin <chopin.simon at gmail.com>  Wed, 10 Jul 2013 15:36:12 +0200
 
diff --git a/debian/rules b/debian/rules
index 0b1cc45..188f15d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,6 @@ override_dh_auto_build-indep:
 
 override_dh_auto_install-arch:
 	dh_auto_install -a
-	rm debian/tmp/usr/lib/python2*/dist-packages/fabulous*.egg-info/SOURCES.txt
 	mv xtermspeedup.so debian/tmp
 
 override_dh_auto_install-indep:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/fabulous.git



More information about the Python-modules-commits mailing list