Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package pdfsam pdfsam was unusable due to a wrong LAF (look and feel) setting. [1] I also took the opportunity to fix a Lintian error "depends on obsolete package" and to use the secure canonical Vcs-address for pdfsam's SVN repo. Regards, Markus [1] https://bugs.debian.org/855324 unblock pdfsam/1.1.4-3
diff -Nru pdfsam-1.1.4/debian/changelog pdfsam-1.1.4/debian/changelog --- pdfsam-1.1.4/debian/changelog 2012-04-22 06:58:00.000000000 +0200 +++ pdfsam-1.1.4/debian/changelog 2017-03-05 20:30:27.000000000 +0100 @@ -1,3 +1,14 @@ +pdfsam (1.1.4-3) unstable; urgency=medium + + * Team upload. + * Add change-default-LAF-theme.patch and set the LAF setting to 0. + Thanks to Philip Rinn for the report. (Closes: #855324) + * Fix Lintian error "depends on obsolete package" and depend on default-jre + instead of openjdk-6-jre. + * Use secure canonical Vcs-address. + + -- Markus Koschany <[email protected]> Sun, 05 Mar 2017 20:30:27 +0100 + pdfsam (1.1.4-2) unstable; urgency=low [ Miguel Landaeta ] diff -Nru pdfsam-1.1.4/debian/control pdfsam-1.1.4/debian/control --- pdfsam-1.1.4/debian/control 2012-04-22 06:46:32.000000000 +0200 +++ pdfsam-1.1.4/debian/control 2017-03-05 20:30:27.000000000 +0100 @@ -8,12 +8,12 @@ liblog4j1.2-java, javahelper Standards-Version: 3.9.3 Homepage: http://www.pdfsam.org -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/pdfsam -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/pdfsam/ +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/pdfsam +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/pdfsam/ Package: pdfsam Architecture: all -Depends: openjdk-6-jre | java2-runtime, libdom4j-java, libitext-java, +Depends: default-jre | java2-runtime, libdom4j-java, libitext-java, libjaxen-java, libjgoodies-looks-java, liblog4j1.2-java, ${misc:Depends}, java-wrappers, ${java:Depends}, libcommons-httpclient-java Description: PDF Split and Merge diff -Nru pdfsam-1.1.4/debian/patches/change-default-LAF-theme.patch pdfsam-1.1.4/debian/patches/change-default-LAF-theme.patch --- pdfsam-1.1.4/debian/patches/change-default-LAF-theme.patch 1970-01-01 01:00:00.000000000 +0100 +++ pdfsam-1.1.4/debian/patches/change-default-LAF-theme.patch 2017-03-05 20:30:27.000000000 +0100 @@ -0,0 +1,23 @@ +From: Markus Koschany <[email protected]> +Date: Sun, 5 Mar 2017 20:09:33 +0100 +Subject: change default LAF theme + +Work around a startup crash by changing the LAF setting to 0. +Bug-Debian: https://bugs.debian.org/855324 +--- + template-basic-1/config.xml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/template-basic-1/config.xml b/template-basic-1/config.xml +index d29c12e..270c01a 100644 +--- a/template-basic-1/config.xml ++++ b/template-basic-1/config.xml +@@ -9,7 +9,7 @@ + </info> + <settings> + <lookAndfeel> +- <LAF>5</LAF> ++ <LAF>0</LAF> + <theme>14</theme> + </lookAndfeel> + <i18n>en_GB</i18n> diff -Nru pdfsam-1.1.4/debian/patches/series pdfsam-1.1.4/debian/patches/series --- pdfsam-1.1.4/debian/patches/series 2012-04-22 06:46:31.000000000 +0200 +++ pdfsam-1.1.4/debian/patches/series 2017-03-05 20:30:27.000000000 +0100 @@ -1,2 +1,3 @@ 0001-prefer-debian-build.xml.patch 0002-fix-the-startup-scripts.patch +change-default-LAF-theme.patch

