[pkg-java] r7991 - in trunk/pdfsam/debian: . patches
twerner at alioth.debian.org
twerner at alioth.debian.org
Tue Feb 17 21:50:09 UTC 2009
Author: twerner
Date: 2009-02-17 21:50:09 +0000 (Tue, 17 Feb 2009)
New Revision: 7991
Modified:
trunk/pdfsam/debian/changelog
trunk/pdfsam/debian/patches/run.diff
Log:
* New upstream release
* Refresh patch run.diff.
Modified: trunk/pdfsam/debian/changelog
===================================================================
--- trunk/pdfsam/debian/changelog 2009-02-17 21:47:34 UTC (rev 7990)
+++ trunk/pdfsam/debian/changelog 2009-02-17 21:50:09 UTC (rev 7991)
@@ -1,3 +1,10 @@
+pdfsam (1.1.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Refresh patch run.diff.
+
+ -- Torsten Werner <twerner at debian.org> Tue, 17 Feb 2009 22:48:35 +0100
+
pdfsam (1.1.0-1) unstable; urgency=low
* New upstream release
Modified: trunk/pdfsam/debian/patches/run.diff
===================================================================
--- trunk/pdfsam/debian/patches/run.diff 2009-02-17 21:47:34 UTC (rev 7990)
+++ trunk/pdfsam/debian/patches/run.diff 2009-02-17 21:50:09 UTC (rev 7991)
@@ -1,14 +1,14 @@
-Index: pdfsam-1.1.0/pdfsam-maine-br1/bin/run-console.sh
+Index: pdfsam-1.1.1/pdfsam-maine-br1/bin/run-console.sh
===================================================================
---- pdfsam-1.1.0.orig/pdfsam-maine-br1/bin/run-console.sh 2008-12-14 13:24:42.000000000 +0100
-+++ pdfsam-1.1.0/pdfsam-maine-br1/bin/run-console.sh 2009-01-01 01:39:28.000000000 +0100
+--- pdfsam-1.1.1.orig/pdfsam-maine-br1/bin/run-console.sh 2009-01-18 17:36:58.000000000 +0100
++++ pdfsam-1.1.1/pdfsam-maine-br1/bin/run-console.sh 2009-02-17 22:47:44.000000000 +0100
@@ -15,7 +15,7 @@
}
-DIRNAME="../lib/"
+DIRNAME="/usr/share/pdfsam/lib/"
- CONSOLEJAR="$DIRNAME/pdfsam-console-2.0.0e.jar"
+ CONSOLEJAR="$DIRNAME/pdfsam-console-2.0.1e.jar"
# Setup the classpath
@@ -53,4 +53,4 @@
@@ -18,17 +18,17 @@
- org.pdfsam.console.ConsoleClient "$@"
\ No newline at end of file
+ org.pdfsam.console.ConsoleClient "$@"
-Index: pdfsam-1.1.0/pdfsam-maine-br1/bin/run.sh
+Index: pdfsam-1.1.1/pdfsam-maine-br1/bin/run.sh
===================================================================
---- pdfsam-1.1.0.orig/pdfsam-maine-br1/bin/run.sh 2008-12-14 13:25:10.000000000 +0100
-+++ pdfsam-1.1.0/pdfsam-maine-br1/bin/run.sh 2009-01-01 01:39:52.000000000 +0100
+--- pdfsam-1.1.1.orig/pdfsam-maine-br1/bin/run.sh 2009-01-21 17:57:58.000000000 +0100
++++ pdfsam-1.1.1/pdfsam-maine-br1/bin/run.sh 2009-02-17 22:48:02.000000000 +0100
@@ -15,7 +15,7 @@
}
-DIRNAME="../"
+DIRNAME="/usr/share/pdfsam/"
- PDFSAMJAR="$DIRNAME/pdfsam-1.1.0.jar"
+ PDFSAMJAR="$DIRNAME/pdfsam-1.1.1.jar"
# Setup the classpath
@@ -53,4 +53,4 @@
More information about the pkg-java-commits
mailing list