[pkg-java] r12606 - trunk/maven-repo-helper/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Sun Jun 20 21:51:12 UTC 2010


Author: ludovicc-guest
Date: 2010-06-20 21:51:06 +0000 (Sun, 20 Jun 2010)
New Revision: 12606

Modified:
   trunk/maven-repo-helper/debian/rules
Log:
* Remove .svn folders in package



Modified: trunk/maven-repo-helper/debian/rules
===================================================================
--- trunk/maven-repo-helper/debian/rules	2010-06-20 21:31:50 UTC (rev 12605)
+++ trunk/maven-repo-helper/debian/rules	2010-06-20 21:51:06 UTC (rev 12606)
@@ -46,8 +46,8 @@
 binary-post-install/$(PACKAGE)::
 	mv build/$(PACKAGE)-$(VERSION).jar build/$(PACKAGE)-debian.jar
 	dh_install -p$(PACKAGE) build/$(PACKAGE)-debian.jar /usr/share/maven-repo/org/debian/maven/$(PACKAGE)/debian
-	dh_install -p$(PACKAGE) src/main/bin /usr
-	dh_install -p$(PACKAGE) src/main/share/* /usr/share/$(PACKAGE)
+	dh_install -p$(PACKAGE) src/main/bin/mh_* /usr/bin
+	dh_install -p$(PACKAGE) src/main/share/mh_* /usr/share/$(PACKAGE)
 	dh_link -p$(PACKAGE) /usr/share/maven-repo/org/debian/maven/$(PACKAGE)/debian/$(PACKAGE)-debian.jar /usr/share/java/$(PACKAGE).jar
 	dh_installman $(MAN_PAGES)
 	mkdir -p debian/.mh




More information about the pkg-java-commits mailing list