[pkg-java] r12607 - trunk/maven-debian-helper/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Sun Jun 20 22:03:02 UTC 2010


Author: ludovicc-guest
Date: 2010-06-20 22:02:59 +0000 (Sun, 20 Jun 2010)
New Revision: 12607

Modified:
   trunk/maven-debian-helper/debian/install
   trunk/maven-debian-helper/debian/rules
Log:
* Don't install .svn files and improve clean after package build



Modified: trunk/maven-debian-helper/debian/install
===================================================================
--- trunk/maven-debian-helper/debian/install	2010-06-20 21:51:06 UTC (rev 12606)
+++ trunk/maven-debian-helper/debian/install	2010-06-20 22:02:59 UTC (rev 12607)
@@ -1,3 +1,7 @@
-bin        /usr/
-etc/*      /etc/maven2/
-share      /usr/
+bin/mh_*			/usr/bin
+bin/mvn-debian			/usr/bin
+etc/*.conf			/etc/maven2/
+etc/*.xml			/etc/maven2/
+share/cdbs/1/class/*.mk		/usr/share/cdbs/1/class
+share/maven-debian-helper/*.sh	/usr/share/maven-debian-helper
+

Modified: trunk/maven-debian-helper/debian/rules
===================================================================
--- trunk/maven-debian-helper/debian/rules	2010-06-20 21:51:06 UTC (rev 12606)
+++ trunk/maven-debian-helper/debian/rules	2010-06-20 22:02:59 UTC (rev 12607)
@@ -56,3 +56,5 @@
 	-rm -rf debian/tmp
 	-$(RM) man/mvn-debian.1
 	mh_unpatchpoms -p$(PACKAGE)
+	mh_clean
+




More information about the pkg-java-commits mailing list