[med-svn] r17628 - trunk/packages/flexbar/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Aug 7 11:58:29 UTC 2014
Author: tille
Date: 2014-08-07 11:58:29 +0000 (Thu, 07 Aug 2014)
New Revision: 17628
Removed:
trunk/packages/flexbar/trunk/debian/patches/
Modified:
trunk/packages/flexbar/trunk/debian/changelog
trunk/packages/flexbar/trunk/debian/rules
Log:
Try to run test suite in new upstream version
Modified: trunk/packages/flexbar/trunk/debian/changelog
===================================================================
--- trunk/packages/flexbar/trunk/debian/changelog 2014-08-07 10:58:22 UTC (rev 17627)
+++ trunk/packages/flexbar/trunk/debian/changelog 2014-08-07 11:58:29 UTC (rev 17628)
@@ -1,6 +1,6 @@
-flexbar (1:2.5-1) UNRELEASED; urgency=medium
+flexbar (2.50-1) UNRELEASED; urgency=medium
- * New upstream version
+ * New upstream version (patches applied)
* Add zlib1g-dev and libbz2-dev as Build-Depends
* Fixed upstream contact
Modified: trunk/packages/flexbar/trunk/debian/rules
===================================================================
--- trunk/packages/flexbar/trunk/debian/rules 2014-08-07 10:58:22 UTC (rev 17627)
+++ trunk/packages/flexbar/trunk/debian/rules 2014-08-07 11:58:29 UTC (rev 17628)
@@ -5,6 +5,9 @@
%:
dh $@
+override_dh_auto_test:
+ cd test; PATH="../obj-*;$$PATH" ./flexbar_validate.sh
+
override_dh_auto_clean:
dh_auto_clean
rm -f test/result_*fast[aq]
More information about the debian-med-commit
mailing list