[pkg-java] r19002 - trunk/plexus-maven-plugin/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Feb 27 09:08:01 GMT 2016
Author: ebourg-guest
Date: 2016-02-27 09:08:01 +0000 (Sat, 27 Feb 2016)
New Revision: 19002
Modified:
trunk/plexus-maven-plugin/debian/changelog
trunk/plexus-maven-plugin/debian/control
trunk/plexus-maven-plugin/debian/rules
Log:
Build with the DH sequencer instead of CDBS
Modified: trunk/plexus-maven-plugin/debian/changelog
===================================================================
--- trunk/plexus-maven-plugin/debian/changelog 2016-02-27 08:58:36 UTC (rev 19001)
+++ trunk/plexus-maven-plugin/debian/changelog 2016-02-27 09:08:01 UTC (rev 19002)
@@ -1,6 +1,7 @@
plexus-maven-plugin (1.3.8-10) UNRELEASED; urgency=medium
* Team upload.
+ * Build with the DH sequencer instead of CDBS
* Standards-Version updated to 3.9.7 (no changes)
-- Emmanuel Bourg <ebourg at apache.org> Sat, 27 Feb 2016 09:57:46 +0100
Modified: trunk/plexus-maven-plugin/debian/control
===================================================================
--- trunk/plexus-maven-plugin/debian/control 2016-02-27 08:58:36 UTC (rev 19001)
+++ trunk/plexus-maven-plugin/debian/control 2016-02-27 09:08:01 UTC (rev 19002)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>, Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
+Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: default-jdk-doc,
libmaven-javadoc-plugin-java,
libmaven-plugin-tools-java,
Modified: trunk/plexus-maven-plugin/debian/rules
===================================================================
--- trunk/plexus-maven-plugin/debian/rules 2016-02-27 08:58:36 UTC (rev 19001)
+++ trunk/plexus-maven-plugin/debian/rules 2016-02-27 09:08:01 UTC (rev 19002)
@@ -1,9 +1,7 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
+%:
+ dh $@ --buildsystem=maven
-JAVA_HOME := /usr/lib/jvm/default-java
-
get-orig-source:
- uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+ uscan --download-current-version --force-download --rename
More information about the pkg-java-commits
mailing list