[reactive-streams] 01/01: Removed 01-disable-modules.patch

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 13 20:29:26 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 7e9053127f9463be29f88c2f0a1f672b393abaac
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Oct 13 22:29:15 2015 +0200

    Removed 01-disable-modules.patch
---
 debian/changelog                        |  6 ++++++
 debian/patches/01-disable-modules.patch | 19 -------------------
 debian/patches/series                   |  1 -
 debian/rules                            |  2 +-
 4 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b1377bf..e5fea4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+reactive-streams (1.0.0-2) UNRELEASED; urgency=medium
+
+  * Removed 01-disable-modules.patch
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 13 Oct 2015 22:26:36 +0200
+
 reactive-streams (1.0.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #792565)
diff --git a/debian/patches/01-disable-modules.patch b/debian/patches/01-disable-modules.patch
deleted file mode 100644
index 6f4e8ff..0000000
--- a/debian/patches/01-disable-modules.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Build only the api module
-Author: Emmanuel Bourg <ebourg at apache.org>
-Forwarded: not-needed
---- a/settings.gradle
-+++ b/settings.gradle
-@@ -1,9 +1,9 @@
- rootProject.name = 'reactive-streams'
- include ':reactive-streams'
--include ':reactive-streams-tck'
--include ':reactive-streams-examples'
-+//include ':reactive-streams-tck'
-+//include ':reactive-streams-examples'
- 
- project(':reactive-streams').projectDir = "$rootDir/api" as File
--project(':reactive-streams-tck').projectDir = "$rootDir/tck" as File
--project(':reactive-streams-examples').projectDir = "$rootDir/examples" as File
-+//project(':reactive-streams-tck').projectDir = "$rootDir/tck" as File
-+//project(':reactive-streams-examples').projectDir = "$rootDir/examples" as File
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 20578d5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-disable-modules.patch
diff --git a/debian/rules b/debian/rules
index cf00715..98c19f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export JAVA_HOME := /usr/lib/jvm/default-java
 
 override_dh_auto_build:
 	dh_auto_build
-	gradle --offline --stacktrace --refresh-dependencies --gradle-user-home .gradle jar
+	gradle --offline --stacktrace --refresh-dependencies --gradle-user-home .gradle :reactive-streams:jar
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
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