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

misterc-guest pushed a commit to branch master
in repository khmer.

commit 496f70894111e2f5b2f952421ec83d7f8421c8f7
Author: Michael R. Crusoe <mcru...@msu.edu>
Date:   Tue Aug 11 20:01:47 2015 -0400

    ubuntu fixes
---
 debian/patches/get_version | 2 +-
 debian/rules               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/get_version b/debian/patches/get_version
index 00d1237..3d9e9a4 100644
--- a/debian/patches/get_version
+++ b/debian/patches/get_version
@@ -23,7 +23,7 @@
 -del versioneer
 -sys.path.remove('../')
 +release = subprocess.check_output(
-+    ['sh', '-c', 'cd ..; dpkg-parsechangelog -S Version'])
++    ['sh', '-c', 'cd ..; dpkg-parsechangelog --show-field Version'])
 +release = release.decode('utf-8')
 +
  
diff --git a/debian/rules b/debian/rules
index 99e95fc..98b2edf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_auto_test:
 
 
 override_dh_auto_clean:
-       dh_auto_clean
+       #dh_auto_clean
        rm -f khmer/*.so
        rm -f debian/*.1
        cd lib && $(MAKE) clean

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/khmer.git

_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to