[jblas] 22/30: Add version-property.patch and fix the wrong version.

Markus Koschany apo at moszumanska.debian.org
Tue Oct 24 13:54:24 UTC 2017


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

apo pushed a commit to branch master
in repository jblas.

commit d6097dc3b4fee2665cf5f3b3695ab0cfa49b5ebc
Author: Markus Koschany <apo at debian.org>
Date:   Mon Oct 23 21:30:10 2017 +0200

    Add version-property.patch and fix the wrong version.
---
 debian/changelog                      |  1 +
 debian/patches/series                 |  1 +
 debian/patches/version-property.patch | 24 ++++++++++++++++++++++++
 3 files changed, 26 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dfe9b77..b9487ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ jblas (1.2.4-1) unstable; urgency=medium
   * Use canonical Vcs address.
   * Migrate from CDBS to DH sequencer.
   * wrap-and-sort -sa.
+  * Add version-property.patch and fix the wrong version.
 
  -- Markus Koschany <apo at debian.org>  Mon, 23 Oct 2017 21:25:10 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d1e42f8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+version-property.patch
diff --git a/debian/patches/version-property.patch b/debian/patches/version-property.patch
new file mode 100644
index 0000000..219ac3a
--- /dev/null
+++ b/debian/patches/version-property.patch
@@ -0,0 +1,24 @@
+From: Markus Koschany <apo at debian.org>
+Date: Mon, 23 Oct 2017 21:29:28 +0200
+Subject: version property
+
+Fix wrong version. Should be 1.2.4 instead of 1.2.3.
+
+Forwarded: no
+---
+ build.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/build.xml b/build.xml
+index 5598460..3092333 100644
+--- a/build.xml
++++ b/build.xml
+@@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ 
+     <!-- Define directories -->
+ 
+-    <property name="version" value="1.2.3-SNAPSHOT" />
++    <property name="version" value="1.2.4-SNAPSHOT" />
+     <property name="src" value="${basedir}/src/main/java" />
+     <property name="test" value="${basedir}/src/test/java" />
+     <property name="bin" value="${basedir}/target/classes" />

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



More information about the pkg-java-commits mailing list