[libnetlib-java] 01/01: Normalise version number (see https://lists.debian.org/debian-java/2016/01/msg00079.html)

Andreas Tille tille at debian.org
Thu Jan 28 21:28:42 UTC 2016


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

tille pushed a commit to branch master
in repository libnetlib-java.

commit df3ebe476b45a4df16e21e4a8daf98710482f043
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jan 28 22:26:58 2016 +0100

    Normalise version number (see https://lists.debian.org/debian-java/2016/01/msg00079.html)
---
 debian/patches/fix_version_mismatch.patch | 171 ++++++++++++++++++++++++++++++
 debian/patches/series                     |   1 +
 2 files changed, 172 insertions(+)

diff --git a/debian/patches/fix_version_mismatch.patch b/debian/patches/fix_version_mismatch.patch
new file mode 100644
index 0000000..2a3b5c7
--- /dev/null
+++ b/debian/patches/fix_version_mismatch.patch
@@ -0,0 +1,171 @@
+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</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</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</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</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</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</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</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</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</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</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</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</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</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</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</version>
+     </parent>
+ 
+     <artifactId>perf</artifactId>
diff --git a/debian/patches/series b/debian/patches/series
index c049f05..6e900bb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 suppress_native_plugins.patch
+fix_version_mismatch.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