[jpedal-cid] 01/01: Imported Debian patch 1.4+ds-1

Jerome Benoit calculus-guest at moszumanska.debian.org
Tue Oct 20 06:44:43 UTC 2015


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

calculus-guest pushed a commit to branch master
in repository jpedal-cid.

commit a6baaa6f158d47272008d370718e19c02a9fed0b
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Tue Oct 20 08:39:57 2015 +0200

    Imported Debian patch 1.4+ds-1
---
 debian/changelog                            |  5 +++++
 debian/clean                                |  1 +
 debian/compat                               |  1 +
 debian/control                              | 22 +++++++++++++++++++
 debian/copyright                            | 33 +++++++++++++++++++++++++++++
 debian/libjpedal-cid-java.docs              |  1 +
 debian/libjpedal-cid-java.jlibs             |  1 +
 debian/libjpedal-cid-java.lintian-overrides |  5 +++++
 debian/rules                                | 15 +++++++++++++
 debian/source/format                        |  1 +
 debian/source/lintian-overrides             |  2 ++
 debian/source/options                       |  2 ++
 debian/watch                                |  4 ++++
 13 files changed, 93 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4463f7f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+jpedal-cid (1.4+ds-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #802440)
+
+ -- Jerome Benoit <calculus at rezozer.net>  Tue, 20 Oct 2015 06:39:00 +0000
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..422a3c1
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+cid.jar
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..75df6e9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: jpedal-cid
+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
+Standards-Version: 3.9.6
+Homepage: https://www.idrsolutions.com/jpedal/support/additional-jars/
+Vcs-Git: git://anonscm.debian.org/pkg-java/jpedal-cid.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jpedal-cid.git
+
+Package: libjpedal-cid-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Description: Java PDF Extraction Decoding Access Library (extra Adobe CID Fonts)
+ 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 extra CMAP files as distributed for jPedal. These fonts
+ (CIDFont0/CIDFont2 Foreign language support) are required by some languages.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2554752
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: CID
+Upstream-Contact: IDR Solutions <https://www.idrsolutions.com/>
+Source: https://www.idrsolutions.com/jpedal/support/additional-jars/
+Comment:
+ jpedal-cid provides as is extra CMAP files distributed for jPedal
+ by IDRsolutions <https://www.idrsolutions.com/>; the initial source
+ ball was expurged by hand from some hidden system files inherited
+ from a non-linux OS.
+
+Files: *
+Copyright:
+ 1990-2015 Adobe Systems Incorporated
+License: Adobe-adhoc
+ NOTICE: All information contained herein is the property of
+ Adobe Systems Incorporated.
+ .
+ Permission is granted for redistribution of this file
+ provided this copyright notice is maintained intact and
+ that the contents of this file are not altered in any
+ way from its original form.
+ .
+ PostScript and Display PostScript are trademarks of
+ Adobe Systems Incorporated which may be registered in
+ certain jurisdictions.
+
+Files: debian/*
+Copyright:
+ 2015 Jerome Benoit <calculus at rezozer.net>
+License: public-domain
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved.
diff --git a/debian/libjpedal-cid-java.docs b/debian/libjpedal-cid-java.docs
new file mode 100644
index 0000000..2c71d02
--- /dev/null
+++ b/debian/libjpedal-cid-java.docs
@@ -0,0 +1 @@
+src/org/jpedal/res/cid/00_ReadMe.pdf
diff --git a/debian/libjpedal-cid-java.jlibs b/debian/libjpedal-cid-java.jlibs
new file mode 100644
index 0000000..422a3c1
--- /dev/null
+++ b/debian/libjpedal-cid-java.jlibs
@@ -0,0 +1 @@
+cid.jar
diff --git a/debian/libjpedal-cid-java.lintian-overrides b/debian/libjpedal-cid-java.lintian-overrides
new file mode 100644
index 0000000..64a23f7
--- /dev/null
+++ b/debian/libjpedal-cid-java.lintian-overrides
@@ -0,0 +1,5 @@
+# the source ball was packed by hand
+libjpedal-cid-java: no-upstream-changelog
+
+# just a basic REDAME in PDF format
+libjpedal-cid-java: possible-documentation-but-no-doc-base-registration
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f14ffcc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+export JAVA_HOME ?= /usr/lib/jvm/default-java
+
+%:
+	dh $@ --with javahelper
+
+override_jh_build-indep:
+	$(JAVA_HOME)/bin/jar cvMf cid.jar -C src org
+
+override_jh_installlibs-indep:
+	jh_installlibs -i -v --version-strip=+ds
+
+override_dh_compress:
+	dh_compress -X.pdf
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..c04ed20
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# the source ball was packed 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..3b65136
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+## jpedal-cid provides as is extra CMAP files distributed for jPedal
+## by IDRsolutions <https://www.idrsolutions.com/>; the initial source
+## ball was expurged by hand from some hidden system files inherited
+## from a non-linux OS.

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



More information about the pkg-java-commits mailing list