[istack-commons] 21/25: Adapted the package to the new source layout
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Mar 29 15:32:07 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository istack-commons.
commit 54094ba1f8430cab64ef1a25649aab29c3764b35
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Mar 29 15:25:32 2018 +0200
Adapted the package to the new source layout
---
debian/changelog | 3 ++-
debian/libistack-commons-java.poms | 16 ++++++++--------
debian/rules | 14 +++++++++++++-
3 files changed, 23 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6665462..53077f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-istack-commons (3.0.4-1) UNRELEASED; urgency=medium
+istack-commons (3.0.6-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
- Build the new import-properties-plugin module
- Fixes the test failure with Java 9 (Closes: #893180)
+ - Adapted the package to the new source layout
* Standards-Version updated to 4.1.3
* Switch to debhelper level 11
* Removed the jar files from the upstream tarball
diff --git a/debian/libistack-commons-java.poms b/debian/libistack-commons-java.poms
index 4918579..6b306c9 100644
--- a/debian/libistack-commons-java.poms
+++ b/debian/libistack-commons-java.poms
@@ -25,11 +25,11 @@
# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
# Empty by default. [mh_install]
#
-pom.xml --no-parent --has-package-version
-buildtools/pom.xml --has-package-version
-import-properties-plugin/pom.xml --has-package-version
-runtime/pom.xml --has-package-version
-test/pom.xml --has-package-version
-tools/pom.xml --has-package-version
-maven-plugin/pom.xml --has-package-version
-soimp/pom.xml --has-package-version
+istack-commons/pom.xml --no-parent --has-package-version
+istack-commons/buildtools/pom.xml --has-package-version
+istack-commons/import-properties-plugin/pom.xml --has-package-version
+istack-commons/runtime/pom.xml --has-package-version
+istack-commons/test/pom.xml --has-package-version
+istack-commons/tools/pom.xml --has-package-version
+istack-commons/maven-plugin/pom.xml --has-package-version
+istack-commons/soimp/pom.xml --has-package-version
diff --git a/debian/rules b/debian/rules
index 5a6351f..d950fe5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,19 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --buildsystem=maven
+
+override_dh_auto_build:
+ dh_auto_build -- -f istack-commons/pom.xml package -DskipTests
+
+override_dh_auto_test:
+ dh_auto_test -- -f istack-commons/pom.xml test
+
+override_dh_auto_install:
+ dh_auto_install -- -f istack-commons/pom.xml
+
+override_dh_auto_clean:
+ dh_auto_clean
get-orig-source:
uscan --download-current-version --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/istack-commons.git
More information about the pkg-java-commits
mailing list