[reactive-streams] 01/02: Simplified debian/rules
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Oct 13 22:50:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository reactive-streams.
commit b0936d56ef6e582f0525b8812bcd04cf4874ec93
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Oct 13 23:17:03 2015 +0200
Simplified debian/rules
---
debian/changelog | 1 +
debian/rules | 6 +-----
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e5fea4a..a1bb075 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
reactive-streams (1.0.0-2) UNRELEASED; urgency=medium
* Removed 01-disable-modules.patch
+ * Simplified debian/rules
-- Emmanuel Bourg <ebourg at apache.org> Tue, 13 Oct 2015 22:26:36 +0200
diff --git a/debian/rules b/debian/rules
index 98c19f3..b36cec0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export JAVA_HOME := /usr/lib/jvm/default-java
%:
- dh $@
+ dh $@ --with maven_repo_helper
override_dh_auto_build:
dh_auto_build
@@ -13,10 +13,6 @@ override_dh_auto_clean:
dh_auto_clean
rm -Rf build .gradle buildSrc/.gradle/ buildSrc/build/
rm -Rf api/build
- mh_clean
-
-override_dh_auto_install:
- mh_install -plibreactive-streams-java
get-orig-source:
uscan --download-current-version --rename --force-download
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/reactive-streams.git
More information about the pkg-java-commits
mailing list