Author: ebourg-guest Date: 2015-06-04 07:08:30 +0000 (Thu, 04 Jun 2015) New Revision: 18726
Modified: trunk/libcommons-modeler-java/debian/changelog trunk/libcommons-modeler-java/debian/rules Log: debian/rules: Improved the clean target Modified: trunk/libcommons-modeler-java/debian/changelog =================================================================== --- trunk/libcommons-modeler-java/debian/changelog 2015-06-04 07:04:49 UTC (rev 18725) +++ trunk/libcommons-modeler-java/debian/changelog 2015-06-04 07:08:30 UTC (rev 18726) @@ -6,6 +6,7 @@ * Standards-Version updated to 3.9.6 (no changes) * Switch to debhelper level 9 * Use canonical URLs for the Vcs-* fields + * debian/rules: Improved the clean target -- Emmanuel Bourg <[email protected]> Thu, 04 Jun 2015 08:53:49 +0200 Modified: trunk/libcommons-modeler-java/debian/rules =================================================================== --- trunk/libcommons-modeler-java/debian/rules 2015-06-04 07:04:49 UTC (rev 18725) +++ trunk/libcommons-modeler-java/debian/rules 2015-06-04 07:08:30 UTC (rev 18726) @@ -19,3 +19,6 @@ mh_installpoms -plib$(LIBRARY_PACKAGE)-java -e$(DEB_UPSTREAM_VERSION) mh_installjar -plib$(LIBRARY_PACKAGE)-java -e$(DEB_UPSTREAM_VERSION) \ -l debian/pom.xml dist/commons-modeler.jar + +clean:: + mh_clean _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

