[Python-modules-commits] [moksha.common] 01/02: dont fail if SOURCES.txt doesnt exist, patch by Chris Lamb; Closes: #803048

Sandro Tosi morph at moszumanska.debian.org
Wed Jan 11 02:06:34 UTC 2017


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

morph pushed a commit to branch master
in repository moksha.common.

commit 1866ce19ebdcd48ab76318c15f318a2e3abc8669
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Jan 10 21:01:32 2017 -0500

    dont fail if SOURCES.txt doesnt exist, patch by Chris Lamb; Closes: #803048
---
 debian/changelog | 8 +++++++-
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1d1f8f3..3ac00e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 moksha.common (1.2.3-2~bpo70+2) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:43:39 +0200
+  [ Sandro Tosi ]
+  * debian/rules
+    - dont fail if SOURCES.txt doesnt exist, patch by Chris Lamb;
+      Closes: #803048
+
+ -- Sandro Tosi <morph at debian.org>  Tue, 10 Jan 2017 21:00:14 -0500
 
 moksha.common (1.2.3-2~bpo70+1) wheezy-backports; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 77e144d..105758e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 
 override_dh_install:
 	dh_install -Xusr/bin/moksha
-	rm debian/python-moksha.common/usr/lib/python*/dist-packages/moksha.common-*.egg-info/SOURCES.txt
+	rm -f debian/python-moksha.common/usr/lib/python*/dist-packages/moksha.common-*.egg-info/SOURCES.txt
 
 
 override_dh_auto_test:

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



More information about the Python-modules-commits mailing list