[med-svn] r18288 - trunk/packages/smalt/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Oct 14 17:15:14 UTC 2014
Author: tille
Date: 2014-10-14 17:15:14 +0000 (Tue, 14 Oct 2014)
New Revision: 18288
Modified:
trunk/packages/smalt/trunk/debian/changelog
trunk/packages/smalt/trunk/debian/control
trunk/packages/smalt/trunk/debian/rules
Log:
Use autotools-dev ( dh-autoreconf does not work )
Modified: trunk/packages/smalt/trunk/debian/changelog
===================================================================
--- trunk/packages/smalt/trunk/debian/changelog 2014-10-14 13:59:14 UTC (rev 18287)
+++ trunk/packages/smalt/trunk/debian/changelog 2014-10-14 17:15:14 UTC (rev 18288)
@@ -1,6 +1,8 @@
-smalt (0.7.6-4) UNRELEASED; urgency=medium
+smalt (0.7.6-4) unstable; urgency=medium
* cme fix dpkg-control
+ * Use autotools-dev / since dh-autoreconf does not work this hopefully also
+ Closes: #765256
-- Andreas Tille <tille at debian.org> Tue, 14 Oct 2014 13:33:15 +0200
Modified: trunk/packages/smalt/trunk/debian/control
===================================================================
--- trunk/packages/smalt/trunk/debian/control 2014-10-14 13:59:14 UTC (rev 18287)
+++ trunk/packages/smalt/trunk/debian/control 2014-10-14 17:15:14 UTC (rev 18288)
@@ -8,7 +8,8 @@
zlib1g-dev,
python,
samtools,
- libbambamc-dev
+ libbambamc-dev,
+ autotools-dev
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/smalt/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/smalt/trunk/
Modified: trunk/packages/smalt/trunk/debian/rules
===================================================================
--- trunk/packages/smalt/trunk/debian/rules 2014-10-14 13:59:14 UTC (rev 18287)
+++ trunk/packages/smalt/trunk/debian/rules 2014-10-14 17:15:14 UTC (rev 18288)
@@ -4,7 +4,7 @@
# autoreconf is needed to make the patch to test/Makefile.am effective
%:
- dh $@ # --with auto#reconf
+ dh $@ --with autotools_dev # this fails because auf broken upstream autoconf stuff: - - with autoreconf
override_dh_auto_install:
# upstream install does install more files than needed
More information about the debian-med-commit
mailing list