[freehep-graphicsio-pdf] 01/01: Canonicalize package.
Giovanni Mascellani
gio at moszumanska.debian.org
Sat Nov 4 15:05:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
gio pushed a commit to branch master
in repository freehep-graphicsio-pdf.
commit 36f36677a56a032f7697c527e8d81e3b7a266848
Author: Giovanni Mascellani <gio at debian.org>
Date: Sat Nov 4 15:59:13 2017 +0100
Canonicalize package.
---
debian/changelog | 7 +++++++
debian/compat | 2 +-
debian/control | 20 +++++++++++++-------
debian/rules | 2 +-
4 files changed, 22 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5d7b935..07ae11d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
freehep-graphicsio-pdf (2.1.1+dfsg-3) UNRELEASED; urgency=medium
+ [ tony mancill ]
* Team upload.
* Remove Gabriele Giacone from Uploaders (Closes: #856747)
+ [ Giovanni Mascellani ]
+ * Bump Standards-Version to 4.1.1.
+ * Change priority to optional.
+ * Switch build system to debhelper 10.
+ * Reformat some fields in debian/control.
+
-- tony mancill <tmancill at debian.org> Sat, 22 Apr 2017 21:07:16 -0700
freehep-graphicsio-pdf (2.1.1+dfsg-2) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index b808e03..3e800c2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,26 @@
Source: freehep-graphicsio-pdf
Section: java
-Priority: extra
+Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>,
+Uploaders:
+ Giovanni Mascellani <gio at debian.org>,
Philipp Huebner <debalance at debian.org>
-Build-Depends: debhelper (>= 9), maven-debian-helper, default-jdk
-Build-Depends-Indep: libfreehep-graphicsio-java, libfreehep-graphicsio-tests-java,
- junit
-Standards-Version: 3.9.8
+Build-Depends:
+ debhelper (>= 10),
+ default-jdk,
+ maven-debian-helper
+Build-Depends-Indep:
+ junit,
+ libfreehep-graphicsio-java,
+ libfreehep-graphicsio-tests-java
+Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/freehep-graphicsio-pdf.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/freehep-graphicsio-pdf.git
Homepage: http://java.freehep.org/
Package: libfreehep-graphicsio-pdf-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: FreeHEP Portable Document Format Driver
The GraphicsIO library offers a base interface for image exporters in many
diff --git a/debian/rules b/debian/rules
index 6d7053b..97fb282 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@
JAVA_HOME := /usr/lib/jvm/default-java
%:
- dh $@ --buildsystem=maven
+ dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio-pdf.git
More information about the pkg-java-commits
mailing list