[med-svn] [jaligner] 01/03: install maven coordinates for jaligner.jar
Andreas Tille
tille at debian.org
Mon Jul 11 07:44:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository jaligner.
commit d84532661c89886e8ad7e6d6d6857e69eb58eefb
Author: tony mancill <tmancill at debian.org>
Date: Sun Jul 10 18:28:59 2016 -0700
install maven coordinates for jaligner.jar
This commit modifies the package build to use maven-repo-helper
to install a POM file beneath /usr/share/maven-repo/jaligner/.
---
debian/control | 3 ++-
debian/jaligner-1.0.pom | 8 ++++++++
debian/jaligner.poms | 1 +
debian/rules | 2 +-
4 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 70175bc..21d762f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 9),
Build-Depends-Indep: junit4,
javahelper,
icedtea-netx-common,
- asciidoctor
+ asciidoctor,
+ maven-repo-helper
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/jaligner.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/jaligner.git
diff --git a/debian/jaligner-1.0.pom b/debian/jaligner-1.0.pom
new file mode 100644
index 0000000..2e3bd6a
--- /dev/null
+++ b/debian/jaligner-1.0.pom
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>jaligner</groupId>
+ <artifactId>jaligner</artifactId>
+ <version>1.0</version>
+</project>
diff --git a/debian/jaligner.poms b/debian/jaligner.poms
new file mode 100644
index 0000000..04220ac
--- /dev/null
+++ b/debian/jaligner.poms
@@ -0,0 +1 @@
+debian/jaligner-1.0.pom --usj-name=jaligner
diff --git a/debian/rules b/debian/rules
index 844b6be..054ed1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
export CLASSPATH=/usr/share/icedtea-web/netx.jar
%:
- dh $@ --with javahelper
+ dh $@ --with javahelper --with jh_maven_repo_helper
override_dh_auto_build:
#cp -a debian/images/*.gif src/jaligner/ui/images/gifs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jaligner.git
More information about the debian-med-commit
mailing list