Author: tille Date: 2014-08-07 09:08:08 +0000 (Thu, 07 Aug 2014) New Revision: 17625
Modified: trunk/packages/wise/trunk/debian/changelog trunk/packages/wise/trunk/debian/rules Log: Make sure package builds also for arch only builds Modified: trunk/packages/wise/trunk/debian/changelog =================================================================== --- trunk/packages/wise/trunk/debian/changelog 2014-08-05 15:28:07 UTC (rev 17624) +++ trunk/packages/wise/trunk/debian/changelog 2014-08-07 09:08:08 UTC (rev 17625) @@ -1,3 +1,10 @@ +wise (2.4.1-16) unstable; urgency=medium + + * Make sure package builds also for arch only builds + Closes: #757275 + + -- Andreas Tille <[email protected]> Thu, 07 Aug 2014 09:49:11 +0200 + wise (2.4.1-15) unstable; urgency=medium * Move debian/upstream to debian/upstream/metadata Modified: trunk/packages/wise/trunk/debian/rules =================================================================== --- trunk/packages/wise/trunk/debian/rules 2014-08-05 15:28:07 UTC (rev 17624) +++ trunk/packages/wise/trunk/debian/rules 2014-08-07 09:08:08 UTC (rev 17625) @@ -80,7 +80,7 @@ $(RM) -r docs/wise2 dh_clean -override_dh_installexamples: +override_dh_installexamples-indep: dh_installexamples 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
