[libnetlib-java] 08/22: Drop enable-generator-module.patch and fix_version_mismatch.patch

Markus Koschany apo at moszumanska.debian.org
Sun May 8 22:30:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch experimental
in repository libnetlib-java.

commit 104590ee2197524a5a9ebfa451f03060de79c7a9
Author: Markus Koschany <apo at debian.org>
Date:   Sun May 8 18:32:20 2016 +0200

    Drop enable-generator-module.patch and fix_version_mismatch.patch
---
 debian/patches/enable-generator-module.patch |  10 --
 debian/patches/fix_version_mismatch.patch    | 182 ---------------------------
 debian/patches/series                        |   2 -
 3 files changed, 194 deletions(-)

diff --git a/debian/patches/enable-generator-module.patch b/debian/patches/enable-generator-module.patch
deleted file mode 100644
index b4a9f64..0000000
--- a/debian/patches/enable-generator-module.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/pom.xml
-+++ b/pom.xml
-@@ -61,6 +61,7 @@
-     <packaging>pom</packaging>
- 
-     <modules>
-+        <module>generator</module>
-         <module>core</module>
-         <module>legacy</module>
-         <module>native_ref</module>
diff --git a/debian/patches/fix_version_mismatch.patch b/debian/patches/fix_version_mismatch.patch
deleted file mode 100644
index 57cad25..0000000
--- a/debian/patches/fix_version_mismatch.patch
+++ /dev/null
@@ -1,182 +0,0 @@
-Author: Andreas Tille
-Last-Update: Thu, 28 Jan 2016 21:56:34 +0100
-Description: Normalise version numbers
- See hint from Emmanuel Bourg <ebourg at apache.org> at
-   https://lists.debian.org/debian-java/2016/01/msg00079.html
-
---- a/pom.xml
-+++ b/pom.xml
-@@ -57,7 +57,7 @@
- 
-     <groupId>com.github.fommil.netlib</groupId>
-     <artifactId>parent</artifactId>
--    <version>1.2-SNAPSHOT</version>
-+    <version>1.1.2</version>
-     <packaging>pom</packaging>
- 
-     <modules>
---- a/native_system/java/pom.xml
-+++ b/native_system/java/pom.xml
-@@ -7,7 +7,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>native_system</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>native_system-java</artifactId>
---- a/native_system/pom.xml
-+++ b/native_system/pom.xml
-@@ -15,7 +15,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>parent</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>native_system</artifactId>
---- a/native_system/xbuilds/pom.xml
-+++ b/native_system/xbuilds/pom.xml
-@@ -13,7 +13,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>native_system</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>native_system-xbuilds</artifactId>
---- a/native_ref/xbuilds/pom.xml
-+++ b/native_ref/xbuilds/pom.xml
-@@ -13,7 +13,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>native_ref</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>native_ref-xbuilds</artifactId>
---- a/native_system/xbuilds/linux-armhf/pom.xml
-+++ b/native_system/xbuilds/linux-armhf/pom.xml
-@@ -7,7 +7,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>native_system-xbuilds</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>netlib-native_system-linux-armhf</artifactId>
---- a/native_system/xbuilds/linux-i686/pom.xml
-+++ b/native_system/xbuilds/linux-i686/pom.xml
-@@ -7,7 +7,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>native_system-xbuilds</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>netlib-native_system-linux-i686</artifactId>
---- a/native_system/xbuilds/linux-x86_64/pom.xml
-+++ b/native_system/xbuilds/linux-x86_64/pom.xml
-@@ -7,7 +7,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>native_system-xbuilds</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>netlib-native_system-linux-x86_64</artifactId>
---- a/legacy/pom.xml
-+++ b/legacy/pom.xml
-@@ -7,7 +7,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>parent</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <groupId>com.googlecode.netlib-java</groupId>
---- a/native_ref/java/pom.xml
-+++ b/native_ref/java/pom.xml
-@@ -7,7 +7,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>native_ref</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>native_ref-java</artifactId>
---- a/native_ref/pom.xml
-+++ b/native_ref/pom.xml
-@@ -7,7 +7,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>parent</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>native_ref</artifactId>
---- a/native_ref/xbuilds/linux-armhf/pom.xml
-+++ b/native_ref/xbuilds/linux-armhf/pom.xml
-@@ -7,7 +7,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>native_ref-xbuilds</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>netlib-native_ref-linux-armhf</artifactId>
---- a/native_ref/xbuilds/linux-i686/pom.xml
-+++ b/native_ref/xbuilds/linux-i686/pom.xml
-@@ -7,7 +7,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>native_ref-xbuilds</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>netlib-native_ref-linux-i686</artifactId>
---- a/native_ref/xbuilds/linux-x86_64/pom.xml
-+++ b/native_ref/xbuilds/linux-x86_64/pom.xml
-@@ -7,7 +7,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>native_ref-xbuilds</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>netlib-native_ref-linux-x86_64</artifactId>
---- a/perf/pom.xml
-+++ b/perf/pom.xml
-@@ -27,7 +27,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>parent</artifactId>
--        <version>1.2-SNAPSHOT</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>perf</artifactId>
---- a/core/pom.xml
-+++ b/core/pom.xml
-@@ -7,7 +7,7 @@
-     <parent>
-         <groupId>com.github.fommil.netlib</groupId>
-         <artifactId>parent</artifactId>
--        <version>1.1</version>
-+        <version>1.1.2</version>
-     </parent>
- 
-     <artifactId>core</artifactId>
diff --git a/debian/patches/series b/debian/patches/series
index 16ff75d..c049f05 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
 suppress_native_plugins.patch
-fix_version_mismatch.patch
-enable-generator-module.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnetlib-java.git



More information about the pkg-java-commits mailing list