[freehep-io] 01/03: Standardise package.
Giovanni Mascellani
gio at moszumanska.debian.org
Thu Jun 9 11:30:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
gio pushed a commit to branch master
in repository freehep-io.
commit eb9b246d2e8462a317335e82bcd697fbec5e040d
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Thu Jun 9 12:26:25 2016 +0200
Standardise package.
---
debian/README.source | 11 -----------
debian/control | 10 +++++-----
debian/gbp.conf | 5 -----
debian/rules | 7 +++++--
4 files changed, 10 insertions(+), 23 deletions(-)
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index bb1ae96..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,11 +0,0 @@
-Information about freehep-io
-------------------------------
-
-DEBIANIZATION
-
-This package was debianized using the mh_make command
-from the maven-debian-helper package.
-
-The build system uses Maven but prevents it from downloading
-anything from the Internet, making the build compliant with
-the Debian policy.
diff --git a/debian/control b/debian/control
index bcac3f1..759790d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
Source: freehep-io
Section: java
-Priority: optional
+Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio at debian.org>,
Gabriele Giacone <1o5g4r8o at gmail.com>,
Philipp Huebner <debalance at debian.org>
-Build-Depends: debhelper (>= 9), cdbs, maven-debian-helper, default-jdk
+Build-Depends: debhelper (>= 9), maven-debian-helper, default-jdk
Build-Depends-Indep: libfreehep-util-java (>= 2.0.2-2), junit
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/freehep/freehep-io.git
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/freehep/freehep-io.git
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/freehep-io.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/freehep-io.git
Homepage: http://java.freehep.org/
Package: libfreehep-io-java
diff --git a/debian/gbp.conf b/debian/gbp.conf
index d730773..cec628c 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,7 +1,2 @@
-
[DEFAULT]
-cleaner = fakeroot debian/rules clean
-upstream-branch = upstream
-debian-branch = build
pristine-tar = True
-
diff --git a/debian/rules b/debian/rules
index c9523a8..6d7053b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,10 @@
#!/usr/bin/make -f
+# -*- makefile -*-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
JAVA_HOME := /usr/lib/jvm/default-java
+%:
+ dh $@ --buildsystem=maven
--
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/freehep/freehep-io.git
More information about the pkg-java-commits
mailing list