[libjt400-java] 01/01: Add maven repo helper
Julián Moreno Patiño
julian at moszumanska.debian.org
Mon Jun 20 22:36:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
julian pushed a commit to branch master
in repository libjt400-java.
commit c39acea820a334cd8b1c7ac4a9a42c1e77bdd783
Author: Julián Moreno Patiño <junix at utp.edu.co>
Date: Mon Jun 20 17:35:50 2016 -0500
Add maven repo helper
---
debian/libjt400-java.poms | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/libjt400-java.poms b/debian/libjt400-java.poms
index 1a7e280..623bd24 100644
--- a/debian/libjt400-java.poms
+++ b/debian/libjt400-java.poms
@@ -1 +1 @@
-debian/pom.xml
+debian/pom.xml --no-parent
diff --git a/debian/rules b/debian/rules
index 266fb6a..5ab40a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ' | sed 's/-[0-9]*//')
%:
- dh $@ --with javahelper
+ dh $@ --with javahelper,maven_repo_helper
override_dh_auto_clean:
ant -Dbuild=. clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjt400-java.git
More information about the pkg-java-commits
mailing list