[jajuk] 01/01: add patch for replacing JAJUK_VERSION[_DATE]

Felix Natter fnatter-guest at moszumanska.debian.org
Sun Mar 20 03:24:16 UTC 2016


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

fnatter-guest pushed a commit to branch master
in repository jajuk.

commit 04a74ee963ebdaf91858400f40cab4bba61f9af8
Author: Felix Natter <fnatter at gmx.net>
Date:   Sun Mar 20 04:24:11 2016 +0100

    add patch for replacing JAJUK_VERSION[_DATE]
---
 debian/patches/05_fix_version.patch | 16 ++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/05_fix_version.patch b/debian/patches/05_fix_version.patch
new file mode 100644
index 0000000..b0654ca
--- /dev/null
+++ b/debian/patches/05_fix_version.patch
@@ -0,0 +1,16 @@
+--- a/src/main/java/org/jajuk/util/Const.java
++++ b/src/main/java/org/jajuk/util/Const.java
+@@ -114,11 +114,11 @@
+   /** Update URL = PAD file URL. */
+   String CHECK_FOR_UPDATE_URL = "http://jajuk.info/repository/pad/jajuk_pad.xml";
+   // Jajuk version
+-  String JAJUK_VERSION = "VERSION_REPLACED_BY_ANT";
++  String JAJUK_VERSION = "1.10.9";
+   String JAJUK_CODENAME = "Gute Laune";
+   /** Extention to the .jajuk_test directory in test mode only */
+   String TEST_VERSION = "1.10";
+-  String JAJUK_VERSION_DATE = "Build: DATE_REPLACED_BY_ANT";
++  String JAJUK_VERSION_DATE = "Build: 1.10.9 (Debian)";
+   String JAJUK_COPYRIGHT = "Copyright 2003-2016 The Jajuk Team";
+   String TYPE_VIDEO = "Type.video";
+   // -- Files and paths --
diff --git a/debian/patches/series b/debian/patches/series
index e1dc43e..791becb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 02_jaudiotagger.patch
 03_remove_WindowsHotKeyManager.patch
 04_disable_update_check.patch
+05_fix_version.patch

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



More information about the pkg-java-commits mailing list