[med-svn] [subread] 01/04: d/control: add VCS fields d/rules: run make -f Makefile.Linux clean on clean
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Mon Feb 23 15:23:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository subread.
commit cbd9141f882129d5a526c061166e822176235396
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Fri Feb 20 16:00:17 2015 +0100
d/control: add VCS fields
d/rules: run make -f Makefile.Linux clean on clean
---
debian/control | 3 +++
debian/rules | 4 ++++
2 files changed, 7 insertions(+)
diff --git a/debian/control b/debian/control
index 2a21a8f..6968e4e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,11 @@ Priority: optional
Build-Depends: debhelper (>= 9),
zlib1g-dev
Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/subread.git
+Vcs-Git: git://anonscm.debian.org/debian-med/subread.git
Homepage: http://sourceforge.net/projects/subread/
+
Package: subread
Architecture: any
Depends: ${shlibs:Depends},
diff --git a/debian/rules b/debian/rules
index f839880..0cc2620 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,10 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@
+override_dh_clean:
+ cd src;make -f Makefile.Linux clean
+ dh_clean
+
override_dh_auto_build:
cd src; make -f Makefile.Linux
dh_auto_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/subread.git
More information about the debian-med-commit
mailing list