[freehep-export] 01/01: Canonicalize package.
Giovanni Mascellani
gio at moszumanska.debian.org
Sat Nov 4 15:04:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
gio pushed a commit to branch master
in repository freehep-export.
commit a3e4a854eddbaee0f39e974025970d7cab152bc2
Author: Giovanni Mascellani <gio at debian.org>
Date: Sat Nov 4 15:59:12 2017 +0100
Canonicalize package.
---
debian/changelog | 4 ++++
debian/compat | 2 +-
debian/control | 21 ++++++++++++++-------
debian/rules | 2 +-
4 files changed, 20 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4b8cee6..18bd1d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ freehep-export (2.1.1-4) UNRELEASED; urgency=medium
[ Giovanni Mascellani ]
* Do not request a specific libexec-maven-plugin-java version (closes:
#879258).
+ * 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 20:40:42 -0700
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 396743a..31fb31a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,27 @@
Source: freehep-export
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: libsurefire-java (>= 2.4.3), libfreehep-swing-java,
- libmaven-exec-plugin-java, libjas-plotter-java
-Standards-Version: 3.9.8
+Build-Depends:
+ debhelper (>= 10),
+ default-jdk,
+ maven-debian-helper
+Build-Depends-Indep:
+ libfreehep-swing-java,
+ libjas-plotter-java,
+ libmaven-exec-plugin-java,
+ libsurefire-java (>= 2.4.3)
+Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/freehep-export.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/freehep-export.git
Homepage: http://java.freehep.org/
Package: libfreehep-export-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: FreeHEP Export and Save As Library
Library to register filetypes (which can be loaded as plugin modules).
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-export.git
More information about the pkg-java-commits
mailing list