[Git][java-team/libcommons-dbcp-java][master] 7 commits: Wrap and sort

Emmanuel Bourg gitlab at salsa.debian.org
Mon Dec 3 22:11:42 GMT 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libcommons-dbcp-java


Commits:
26771415 by Emmanuel Bourg at 2018-12-03T21:43:02Z
Wrap and sort

- - - - -
919b82ab by Emmanuel Bourg at 2018-12-03T21:43:18Z
Standards-Version updated to 4.2.1

- - - - -
83b1bacf by Emmanuel Bourg at 2018-12-03T21:43:23Z
Switch to debhelper level 11

- - - - -
a56c6c7f by Emmanuel Bourg at 2018-12-03T21:43:27Z
Use salsa.debian.org Vcs-* URLs

- - - - -
5aeed660 by Emmanuel Bourg at 2018-12-03T21:55:08Z
Build with the DH sequencer instead of CDBS

- - - - -
c7d34ec0 by Emmanuel Bourg at 2018-12-03T22:11:11Z
Depend on libtomcat9-java instead of libtomcat8-java

- - - - -
36b51a5f by Emmanuel Bourg at 2018-12-03T22:11:21Z
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/maven.rules
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+libcommons-dbcp-java (1.4-6) unstable; urgency=medium
+
+  * Depend on libtomcat9-java instead of libtomcat8-java
+  * Build with the DH sequencer instead of CDBS
+  * Standards-Version updated to 4.2.1
+  * Switch to debhelper level 11
+  * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 03 Dec 2018 23:11:16 +0100
+
 libcommons-dbcp-java (1.4-5) unstable; urgency=medium
 
   * Build depend on libtomcat8-java instead of libtomcat7-java (Closes: #759640)


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+11


=====================================
debian/control
=====================================
@@ -2,19 +2,23 @@ Source: libcommons-dbcp-java
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>,
-           Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
-Build-Depends-Indep: default-jdk-doc,
-                     junit,
-                     libcommons-pool-java,
-                     libcommons-pool-java-doc,
-                     libgeronimo-jta-1.1-spec-java,
-                     libmaven-javadoc-plugin-java,
-                     libtomcat8-java
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/libcommons-dbcp-java.git
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/libcommons-dbcp-java.git
+Uploaders:
+ Damien Raude-Morvan <drazzib at debian.org>,
+ Emmanuel Bourg <ebourg at apache.org>
+Build-Depends:
+ debhelper (>= 11),
+ default-jdk,
+ default-jdk-doc,
+ junit,
+ libcommons-pool-java,
+ libcommons-pool-java-doc,
+ libgeronimo-jta-1.1-spec-java,
+ libmaven-javadoc-plugin-java,
+ libtomcat9-java,
+ maven-debian-helper (>= 1.4)
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/java-team/libcommons-dbcp-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libcommons-dbcp-java
 Homepage: http://commons.apache.org/dbcp/
 
 Package: libcommons-dbcp-java


=====================================
debian/maven.rules
=====================================
@@ -18,4 +18,4 @@
 
 commons-dbcp commons-dbcp jar s/.*/debian/ * *
 junit junit jar s/.*/3.x/ * *
-s/tomcat/org.apache.tomcat/ s/naming-common/tomcat-catalina/ * s/.*/8.x/ * *
+s/tomcat/org.apache.tomcat/ s/naming-common/tomcat-catalina/ * s/.*/9.x/ * *


=====================================
debian/rules
=====================================
@@ -1,11 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java
-
-DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt
-
-get-orig-source:
-	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+%:
+	dh $@ --buildsystem=maven



View it on GitLab: https://salsa.debian.org/java-team/libcommons-dbcp-java/compare/61c6b5995a638a01a8592e5d376d1ab17656f961...36b51a5f340aa4d7a2d06b72c93f2ab8e1ebc4ad

-- 
View it on GitLab: https://salsa.debian.org/java-team/libcommons-dbcp-java/compare/61c6b5995a638a01a8592e5d376d1ab17656f961...36b51a5f340aa4d7a2d06b72c93f2ab8e1ebc4ad
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181203/94b52338/attachment.html>


More information about the pkg-java-commits mailing list