The following commit has been merged in the master branch:
commit 88d2049014f2256744473ccaa7ad2b4c9d779dc4
Author: Emmanuel Bourg <[email protected]>
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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to