[jpedal4-lgpl] 01/01: Imported Debian patch 4.92b23+ds-1

Jerome Benoit calculus-guest at moszumanska.debian.org
Sun Oct 18 00:54:49 UTC 2015


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

calculus-guest pushed a commit to branch master
in repository jpedal4-lgpl.

commit f8800b4cf8a0cbaf7f344dff4f4745f5f20e814e
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Sun Oct 18 02:53:18 2015 +0200

    Imported Debian patch 4.92b23+ds-1
---
 debian/changelog                              |  5 ++
 debian/compat                                 |  1 +
 debian/control                                | 22 +++++++
 debian/copyright                              | 83 +++++++++++++++++++++++++++
 debian/javabuild                              |  1 +
 debian/libjpedal4-lgpl-java.jlibs             |  1 +
 debian/libjpedal4-lgpl-java.lintian-overrides |  2 +
 debian/rules                                  | 21 +++++++
 debian/source/format                          |  1 +
 debian/source/lintian-overrides               |  2 +
 debian/source/options                         |  2 +
 debian/watch                                  |  5 ++
 12 files changed, 146 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..83b6fa0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+jpedal4-lgpl (4.92b23+ds-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #547142)
+
+ -- Jerome Benoit <calculus at rezozer.net>  Sun, 18 Oct 2015 00:44:02 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a314377
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: jpedal4-lgpl
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Jerome Benoit <calculus at rezozer.net>
+Build-Depends: debhelper (>= 9), javahelper
+Build-Depends-Indep: default-jdk, libbcmail-java, libbcprov-java, libjai-core-java
+Standards-Version: 3.9.6
+Homepage: https://github.com/on-site/JPedal
+Vcs-Git: git://anonscm.debian.org/pkg-java/jpedal4-lgpl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jpedal4-lgpl.git
+
+Package: libjpedal4-lgpl-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Description: Java PDF Extraction Decoding Access Library (LGPL version 4)
+ jPedal is a Java library for viewing and manipulating PDF files that is
+ actively developed by IDR Solutions. It aims to provide Java developers
+ with complete PDF reader functionality as well as PDF content extraction.
+ .
+ This package provides a fork of LGPL version of JPedal version 4 which is
+ no more distributed by IRD Solution itself but still widely used.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7261344
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,83 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: jPedal
+Upstream-Contact: Mike Virata-Stone <https://github.com/smellsblue>
+Source: https://github.com/on-site/JPedal
+Comment:
+ The forked source ZIP ball was repacked by hand to provide a source tarball
+ more suitable for packaging --- no material was discarded.
+
+Files: *
+Copyright:
+ 1997-2012 IDRsolutions <https://www.idrsolutions.com/>
+License: LGPL-2.1+
+
+Files: src/org/jpedal/jbig2/*
+Copyright:
+ 2008 IDRsolutions
+ 1997-2008 IDRsolutions and Contributors
+License: BSD-3-clause
+
+Files: debian/*
+Copyright:
+ 2015 Jerome Benoit <calculus at rezozer.net>
+License: GPL-3+
+
+License: LGPL-2.1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1, or (at your option)
+ any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License along
+ with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
+License: GPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this package. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 3 can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/javabuild b/debian/javabuild
new file mode 100644
index 0000000..75a008c
--- /dev/null
+++ b/debian/javabuild
@@ -0,0 +1 @@
+jpedal4-lgpl.jar src
diff --git a/debian/libjpedal4-lgpl-java.jlibs b/debian/libjpedal4-lgpl-java.jlibs
new file mode 100644
index 0000000..a646edb
--- /dev/null
+++ b/debian/libjpedal4-lgpl-java.jlibs
@@ -0,0 +1 @@
+jpedal4-lgpl.jar
diff --git a/debian/libjpedal4-lgpl-java.lintian-overrides b/debian/libjpedal4-lgpl-java.lintian-overrides
new file mode 100644
index 0000000..206a571
--- /dev/null
+++ b/debian/libjpedal4-lgpl-java.lintian-overrides
@@ -0,0 +1,2 @@
+# the forked source ball contains no ChangeLog file
+libjpedal4-lgpl-java: no-upstream-changelog
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d7ca559
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+export JAVA_HOME ?= /usr/lib/jvm/default-java
+export CLASSPATH = /usr/share/java/jai_codec.jar:/usr/share/java/jai_core.jar:/usr/share/java/bcprov.jar:/usr/share/java/bcmail.jar
+
+export JAVA_TOOL_OPTIONS = -Dfile.encoding=UTF8
+
+default:
+	@uscan --no-conf --dehs --report || true
+
+%:
+	dh $@ --with javahelper
+
+override_jh_build-indep:
+	jh_build --javacopts="-source 1.7 -target 1.7" --javadoc-opts="-source 1.7"
+
+override_jh_installlibs-indep:
+	jh_installlibs -i -v --version-strip=~[0-9]*+ds
+
+get-orig-source:
+	uscan --no-conf --download-current-version --no-symlink --verbose
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..fdffdb2
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# the forked source ball was repacked by hand
+debian-watch-may-check-gpg-signature
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..22a4de9
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1,2 @@
+compression = xz
+compression-level = 9
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..5912e4b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+## jpedal4-lgpl provides as is the `Fork of LGPL version of JPedal' as forked
+## and slightly modified by On-Site.com <https://github.com/on-site>;
+## the material was downloaded and repacked in a tar ball by hand.
+## Note that jpdedal lgpl version 4 is no more distributed by IDRsolutions
+## while it appears still widely used at the time of packaging.

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



More information about the pkg-java-commits mailing list