[med-svn] r17815 - trunk/packages/flexbar/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Aug 21 14:58:49 UTC 2014
Author: tille
Date: 2014-08-21 14:58:49 +0000 (Thu, 21 Aug 2014)
New Revision: 17815
Modified:
trunk/packages/flexbar/trunk/debian/changelog
trunk/packages/flexbar/trunk/debian/rules
Log:
Fixed test and upload to unstable
Modified: trunk/packages/flexbar/trunk/debian/changelog
===================================================================
--- trunk/packages/flexbar/trunk/debian/changelog 2014-08-21 08:52:10 UTC (rev 17814)
+++ trunk/packages/flexbar/trunk/debian/changelog 2014-08-21 14:58:49 UTC (rev 17815)
@@ -1,4 +1,4 @@
-flexbar (2.50-1) UNRELEASED; urgency=medium
+flexbar (2.50-1) unstable; urgency=medium
* New upstream version (patches applied)
* Add zlib1g-dev and libbz2-dev as Build-Depends
Modified: trunk/packages/flexbar/trunk/debian/rules
===================================================================
--- trunk/packages/flexbar/trunk/debian/rules 2014-08-21 08:52:10 UTC (rev 17814)
+++ trunk/packages/flexbar/trunk/debian/rules 2014-08-21 14:58:49 UTC (rev 17815)
@@ -6,7 +6,11 @@
dh $@
override_dh_auto_test:
- cd test; PATH="../obj-*;$$PATH" ./flexbar_validate.sh
+ cd test ; \
+ export PATH="$(CURDIR)/obj-$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE):$$PATH" ; \
+ echo $$PATH ; \
+ which flexbar ; \
+ ./flexbar_validate.sh
override_dh_auto_clean:
dh_auto_clean
More information about the debian-med-commit
mailing list