[med-svn] [rsem] 01/04: fix build clean loop; VCS URL
Michael Crusoe
misterc-guest at moszumanska.debian.org
Sun Jan 31 11:33:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository rsem.
commit 421d37599db91a08f3e213caeb28deda8b19fd6a
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date: Thu Oct 22 08:03:44 2015 -0700
fix build clean loop; VCS URL
---
debian/control | 2 +-
debian/rules | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index f96faae..a0fce00 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
bowtie | bowtie2
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/rsem.git
-Vcs-Git: git://anonscm.debian.org/debian-med/rsem.git
+Vcs-Git: https://anonscm.debian.org/debian-med/rsem.git
Homepage: http://deweylab.biostat.wisc.edu/rsem/
Package: rsem
diff --git a/debian/rules b/debian/rules
index 1514e95..9eb0e70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,5 +17,9 @@ override_dh_auto_install:
dh_install rsem_perl_utils.pm /usr/share/perl5
dh_auto_install
+override_dh_auto_clean:
+ mkdir -p sam
+ dh_auto_clean
+
get-orig-source:
uscan --verbose --force-download --repack --compression xz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/rsem.git
More information about the debian-med-commit
mailing list