[pkg-java] r18973 - trunk/maven-site-plugin/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Feb 3 22:14:36 UTC 2016
Author: ebourg-guest
Date: 2016-02-03 22:14:36 +0000 (Wed, 03 Feb 2016)
New Revision: 18973
Modified:
trunk/maven-site-plugin/debian/changelog
trunk/maven-site-plugin/debian/control
trunk/maven-site-plugin/debian/rules
Log:
Build with the DH sequencer instead of CDBS
Modified: trunk/maven-site-plugin/debian/changelog
===================================================================
--- trunk/maven-site-plugin/debian/changelog 2016-02-03 22:03:33 UTC (rev 18972)
+++ trunk/maven-site-plugin/debian/changelog 2016-02-03 22:14:36 UTC (rev 18973)
@@ -3,6 +3,7 @@
* Team upload.
* Replaced the dependency on libjetty8-java with libjetty9-java
* Standards-Version updated to 3.9.7 (no changes)
+ * Build with the DH sequencer instead of CDBS
-- Emmanuel Bourg <ebourg at apache.org> Wed, 03 Feb 2016 22:48:31 +0100
Modified: trunk/maven-site-plugin/debian/control
===================================================================
--- trunk/maven-site-plugin/debian/control 2016-02-03 22:03:33 UTC (rev 18972)
+++ trunk/maven-site-plugin/debian/control 2016-02-03 22:14:36 UTC (rev 18973)
@@ -3,8 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>, Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: cdbs,
- debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
default-jdk,
default-jdk-doc,
libdoxia-java,
Modified: trunk/maven-site-plugin/debian/rules
===================================================================
--- trunk/maven-site-plugin/debian/rules 2016-02-03 22:03:33 UTC (rev 18972)
+++ trunk/maven-site-plugin/debian/rules 2016-02-03 22:14:36 UTC (rev 18973)
@@ -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