[jimfs] 04/07: Removed the build dependency on maven-repo-helper
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Mar 8 14:34:26 GMT 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jimfs.
commit 5f4c3b76aba3654022b5da79f76b78e436eb2e2c
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Mar 8 15:23:51 2018 +0100
Removed the build dependency on maven-repo-helper
---
debian/changelog | 1 +
debian/control | 3 +--
debian/rules | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 064d0b8..f869c9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ jimfs (1.1-5) UNRELEASED; urgency=medium
* Team upload.
* Removed the unused dependency on findbugs
+ * Removed the build dependency on maven-repo-helper
* Standards-Version updated to 4.1.3
* Switch to debhelper level 11
diff --git a/debian/control b/debian/control
index 12e8277..168fc05 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,7 @@ Build-Depends: debhelper (>= 11),
libmaven-source-plugin-java,
libplexus-compiler-java,
libtruth-java,
- maven-debian-helper,
- maven-repo-helper
+ maven-debian-helper
Standards-Version: 4.1.3
Homepage: https://github.com/google/jimfs
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jimfs.git
diff --git a/debian/rules b/debian/rules
index 2bd9e78..31b1362 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with maven-repo-helper
+ dh $@
override_dh_auto_build:
install -d 0755 jimfs/target/classes/META-INF/services/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jimfs.git
More information about the pkg-java-commits
mailing list