[med-svn] [sift] 01/01: Fix build, upload to unstable

Andreas Tille tille at debian.org
Wed Nov 29 11:09:29 UTC 2017


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

tille pushed a commit to branch master
in repository sift.

commit db2079cc56258b278219315a324706bdb9d8b431
Author: Andreas Tille <tille at debian.org>
Date:   Wed Nov 29 12:09:03 2017 +0100

    Fix build, upload to unstable
---
 debian/changelog | 4 ++--
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7182832..6d49eb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sift (4.0.3b-5) UNRELEASED; urgency=medium
+sift (4.0.3b-5) unstable; urgency=medium
 
   * Fix URLs
   * Add myself to Uploaders
@@ -11,7 +11,7 @@ sift (4.0.3b-5) UNRELEASED; urgency=medium
   * Standards-Version: 4.1.1; DEP5
   * Point watch URL to new location
 
- -- Andreas Tille <tille at debian.org>  Tue, 03 Jan 2017 08:31:27 +0100
+ -- Andreas Tille <tille at debian.org>  Wed, 29 Nov 2017 11:49:11 +0100
 
 sift (4.0.3b-4) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 51dbdb5..eca8aa1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ man: $(MAN1)
 	pod2man -c 'User Commands' --release="$(VERSION)" $< > $@
 
 override_dh_auto_clean:
-	if [ -e src/Makefile ]; then make -j$(parallel) -C src prefix=$(prefix) distclean; fi
+	if [ -e src/Makefile -a -e src/deps.mk ]; then make -j$(parallel) -C src prefix=$(prefix) distclean; fi
 	rm -f $(MAN1)
 	# remove pre-compiled binaries from bin - thanks to Michael Bienia <geser at ubuntu.com>
 	rm -f bin/choose_seqs_via_psiblastseedmedian

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



More information about the debian-med-commit mailing list