Author: malat-guest Date: 2008-12-28 11:46:22 +0000 (Sun, 28 Dec 2008) New Revision: 2860
Modified: trunk/packages/ctn/trunk/debian/changelog trunk/packages/ctn/trunk/debian/rules Log: new upstream Modified: trunk/packages/ctn/trunk/debian/changelog =================================================================== --- trunk/packages/ctn/trunk/debian/changelog 2008-12-28 09:53:18 UTC (rev 2859) +++ trunk/packages/ctn/trunk/debian/changelog 2008-12-28 11:46:22 UTC (rev 2860) @@ -1,3 +1,9 @@ +ctn (3.2.0-1) UNRELEASED; urgency=low + + * New upstream + + -- Mathieu Malaterre <[email protected]> Sun, 28 Dec 2008 12:26:16 +0100 + ctn (3.1.0-1) UNRELEASED; urgency=low * New upstream version available, on sf.net. Modified: trunk/packages/ctn/trunk/debian/rules =================================================================== --- trunk/packages/ctn/trunk/debian/rules 2008-12-28 09:53:18 UTC (rev 2859) +++ trunk/packages/ctn/trunk/debian/rules 2008-12-28 11:46:22 UTC (rev 2860) @@ -28,6 +28,10 @@ debian/test-sizes >| debian/ctnmake.debian.mysql.options.full cat debian/ctnmake.debian.mysql.options >> debian/ctnmake.debian.mysql.options.full mv debian/intsizes.h facilities/dicom/ + chmod +x $(CURDIR)/apps/scripts/createdirectory + chmod +x $(CURDIR)/apps/scripts/checkEnvironment + mkdir $(CURDIR)/lib + mkdir $(CURDIR)/include # Add here commands to compile the package. (. debian/debian.mysql.options.env; make install) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
