[med-svn] r17616 - trunk/packages/wise/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Aug 5 12:33:49 UTC 2014
Author: tille
Date: 2014-08-05 12:33:49 +0000 (Tue, 05 Aug 2014)
New Revision: 17616
Modified:
trunk/packages/wise/trunk/debian/changelog
trunk/packages/wise/trunk/debian/control
trunk/packages/wise/trunk/debian/rules
Log:
Finalise packaging with autopkgtest
Modified: trunk/packages/wise/trunk/debian/changelog
===================================================================
--- trunk/packages/wise/trunk/debian/changelog 2014-08-05 12:21:34 UTC (rev 17615)
+++ trunk/packages/wise/trunk/debian/changelog 2014-08-05 12:33:49 UTC (rev 17616)
@@ -1,4 +1,4 @@
-wise (2.4.1-15) UNSTABLE; urgency=medium
+wise (2.4.1-15) unstable; urgency=medium
* Move debian/upstream to debian/upstream/metadata
* debian/control:
Modified: trunk/packages/wise/trunk/debian/control
===================================================================
--- trunk/packages/wise/trunk/debian/control 2014-08-05 12:21:34 UTC (rev 17615)
+++ trunk/packages/wise/trunk/debian/control 2014-08-05 12:33:49 UTC (rev 17616)
@@ -6,6 +6,7 @@
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
+Testsuite: autopkgtest
Build-Depends: debhelper (>= 9),
texlive-latex-base,
texlive-extra-utils,
Modified: trunk/packages/wise/trunk/debian/rules
===================================================================
--- trunk/packages/wise/trunk/debian/rules 2014-08-05 12:21:34 UTC (rev 17615)
+++ trunk/packages/wise/trunk/debian/rules 2014-08-05 12:33:49 UTC (rev 17616)
@@ -82,7 +82,9 @@
override_dh_installexamples:
dh_installexamples
- sed -i 's?"../bin/$$do"?"$$do"?' debian/$(pkg-data)/usr/share/doc/wise-data/examples/testman.pl
+ sed -i -e 's?"../bin/$$do"?"$$do"?' -e 's?#!/usr/local/bin/perl?/usr/bin/perl?' debian/$(pkg-data)/usr/share/doc/wise-data/examples/testman.pl
override_dh_auto_test:
- make -C src test
+ echo "Since a patch was used to adapt the binaries to the Debian locations of data files the test suite will not run in the build directory any more."
+ echo "A autopkgtest was added as compensation."
+ # make -C src test
More information about the debian-med-commit
mailing list