[freehep-graphicsio] 01/04: Standardise package.
Giovanni Mascellani
gio at moszumanska.debian.org
Sat Jun 11 09:58:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
gio pushed a commit to branch master
in repository freehep-graphicsio.
commit 12aefe7a08a177b2e2687bc84c798f0571dbd39b
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Sat Jun 11 10:58:23 2016 +0200
Standardise package.
---
debian/README.source | 24 ------------------------
debian/control | 10 +++++-----
debian/gbp.conf | 5 -----
debian/libfreehep-graphicsio-java.poms | 2 +-
debian/patches/{patch => }/jlatexmath.diff | 0
debian/patches/series | 2 +-
debian/rules | 8 +++++---
7 files changed, 12 insertions(+), 39 deletions(-)
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 6375d2d..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,24 +0,0 @@
-Information about freehep-graphicsio
-------------------------------------
-
-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.
-
-
-QUILT
-
-This package uses quilt to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build. Please see:
-
- /usr/share/doc/quilt/README.source
-
-for more information on how to apply the patches, modify patches, or
-remove a patch.
-
diff --git a/debian/control b/debian/control
index 48f2195..6b144c6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,16 @@
Source: freehep-graphicsio
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-export-java, libfreehep-graphics2d-java,
libfreehep-io-java, libmaven-exec-plugin-java
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/freehep/freehep-graphicsio.git
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/freehep/freehep-graphicsio.git
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/freehep-graphicsio.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/freehep-graphicsio.git
Homepage: http://java.freehep.org/
Package: libfreehep-graphicsio-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/libfreehep-graphicsio-java.poms b/debian/libfreehep-graphicsio-java.poms
index 89f648d..43e746b 100644
--- a/debian/libfreehep-graphicsio-java.poms
+++ b/debian/libfreehep-graphicsio-java.poms
@@ -1 +1 @@
-pom.xml --no-parent --java-lib
+pom.xml --no-parent
diff --git a/debian/patches/patch/jlatexmath.diff b/debian/patches/jlatexmath.diff
similarity index 100%
rename from debian/patches/patch/jlatexmath.diff
rename to debian/patches/jlatexmath.diff
diff --git a/debian/patches/series b/debian/patches/series
index 671e719..4a65437 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-patch/jlatexmath.diff -p1
+jlatexmath.diff
diff --git a/debian/rules b/debian/rules
index 9873a98..6d7053b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,10 @@
#!/usr/bin/make -f
+# -*- makefile -*-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
--include /usr/share/topgit/tg2quilt.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-graphicsio.git
More information about the pkg-java-commits
mailing list