Author: lkajan-guest Date: 2011-11-28 14:59:36 +0000 (Mon, 28 Nov 2011) New Revision: 8686
Modified: trunk/packages/rostlab/profnet/trunk/debian/changelog trunk/packages/rostlab/profnet/trunk/debian/rules Log: minor change: added build-arch and build-indep recommended targets Modified: trunk/packages/rostlab/profnet/trunk/debian/changelog =================================================================== --- trunk/packages/rostlab/profnet/trunk/debian/changelog 2011-11-28 14:51:22 UTC (rev 8685) +++ trunk/packages/rostlab/profnet/trunk/debian/changelog 2011-11-28 14:59:36 UTC (rev 8686) @@ -1,3 +1,9 @@ +profnet (1.0.21-2) UNRELEASED; urgency=low + + * added build-arch and build-indep recommended targets + + -- Laszlo Kajan <[email protected]> Mon, 28 Nov 2011 15:51:23 +0100 + profnet (1.0.21-1) unstable; urgency=low * New upstream release Modified: trunk/packages/rostlab/profnet/trunk/debian/rules =================================================================== --- trunk/packages/rostlab/profnet/trunk/debian/rules 2011-11-28 14:51:22 UTC (rev 8685) +++ trunk/packages/rostlab/profnet/trunk/debian/rules 2011-11-28 14:59:36 UTC (rev 8686) @@ -9,8 +9,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +build: build-arch build-indep -build: build-stamp +build-arch: build-stamp +build-indep: build-stamp build-stamp: dh_testdir _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
