[SCM] juniversalchardet: Java port of the the Mozilla encoding detector library branch, master, updated. 88d2049014f2256744473ccaa7ad2b4c9d779dc4

Emmanuel Bourg ebourg at apache.org
Thu Jun 20 12:05:03 UTC 2013


The following commit has been merged in the master branch:
commit 88d2049014f2256744473ccaa7ad2b4c9d779dc4
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Jun 20 14:00:53 2013 +0200

    Moved the pom.xml in the debian directory

diff --git a/debian/libjuniversalchardet-java.poms b/debian/libjuniversalchardet-java.poms
index 30cf10c..d13421a 100644
--- a/debian/libjuniversalchardet-java.poms
+++ b/debian/libjuniversalchardet-java.poms
@@ -25,4 +25,4 @@
 #   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
 #     Empty by default. [mh_install]
 #
-pom.xml --has-package-version --java-lib --usj-name=libjuniversalchardet
+debian/pom.xml --has-package-version --java-lib
diff --git a/pom.xml b/debian/pom.xml
similarity index 100%
rename from pom.xml
rename to debian/pom.xml
diff --git a/debian/rules b/debian/rules
index 7be1e75..136c613 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,11 @@ include /usr/share/cdbs/1/class/maven.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 
+configure/libjuniversalchardet-java::
+	ln -s -f debian/pom.xml pom.xml
+
+clean::
+	rm -f pom.xml
 
 get-orig-source:
 	uscan --force-download --download-version $(DEB_UPSTREAM_VERSION)

-- 
juniversalchardet: Java port of the the Mozilla encoding detector library



More information about the pkg-java-commits mailing list