[Git][java-team/commons-pool][master] 8 commits: Wrap and sort
Emmanuel Bourg
gitlab at salsa.debian.org
Wed Feb 3 22:14:21 GMT 2021
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / commons-pool
Commits:
e2eed4dc by Emmanuel Bourg at 2021-02-03T22:57:41+01:00
Wrap and sort
- - - - -
ecbb405c by Emmanuel Bourg at 2021-02-03T22:58:22+01:00
Standards-Version updated to 4.5.1
- - - - -
e20e6bd2 by Emmanuel Bourg at 2021-02-03T22:58:27+01:00
Switch to debhelper level 13
- - - - -
d4237e52 by Emmanuel Bourg at 2021-02-03T22:58:33+01:00
Use salsa.debian.org Vcs-* URLs
- - - - -
cca09f38 by Emmanuel Bourg at 2021-02-03T23:10:51+01:00
Build with the DH sequencer instead of CDBS
- - - - -
b345beec by Emmanuel Bourg at 2021-02-03T23:11:08+01:00
Use secure URIs
- - - - -
30e5a4a8 by Emmanuel Bourg at 2021-02-03T23:12:23+01:00
Removed Damien Raude-Morvan from the uploaders (Closes: #889330)
- - - - -
13164686 by Emmanuel Bourg at 2021-02-03T23:12:49+01:00
Upload to unstable
- - - - -
7 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/libcommons-pool-java.poms
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+commons-pool (1.6-4) unstable; urgency=medium
+
+ * Removed Damien Raude-Morvan from the uploaders (Closes: #889330)
+ * Build with the DH sequencer instead of CDBS
+ * Standards-Version updated to 4.5.1
+ * Switch to debhelper level 13
+ * Use salsa.debian.org Vcs-* URLs
+ * Use secure URIs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 03 Feb 2021 23:12:32 +0100
+
commons-pool (1.6-3) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -1,16 +1,22 @@
Source: commons-pool
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Marcus Better <marcus at better.se>,
- Damien Raude-Morvan <drazzib at debian.org>,
- Emmanuel Bourg <ebourg at apache.org>
Section: java
Priority: optional
-Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), default-jdk, ant, cdbs
-Build-Depends-Indep: ant-optional, junit, default-jdk-doc, maven-repo-helper
-Homepage: http://commons.apache.org/pool/
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-pool.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-pool.git
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Marcus Better <marcus at better.se>,
+ Emmanuel Bourg <ebourg at apache.org>
+Build-Depends:
+ ant,
+ ant-optional,
+ debhelper-compat (= 13),
+ default-jdk,
+ default-jdk-doc,
+ junit,
+ maven-repo-helper
+Standards-Version: 4.5.1
+Vcs-Git: https://salsa.debian.org/java-team/commons-pool.git
+Vcs-Browser: https://salsa.debian.org/java-team/commons-pool
+Homepage: https://commons.apache.org/pool/
Package: libcommons-pool-java
Architecture: all
=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Apache Commons Pool
Upstream-Contact: Apache Commons Developers <dev at commons.apache.org>
-Source: http://commons.apache.org/pool/
+Source: https://commons.apache.org/pool/
Files: *
Copyright: 1999-2011 The Apache Software Foundation
=====================================
debian/libcommons-pool-java.poms
=====================================
@@ -1 +1 @@
-pom.xml --no-parent
+pom.xml --no-parent --java-lib --artifact=dist/commons-pool-*.jar
=====================================
debian/rules
=====================================
@@ -1,24 +1,7 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
+%:
+ dh $@ --with maven-repo-helper
-JAVA_HOME := /usr/lib/jvm/default-java
-DEB_JARS := junit ant-junit
-PACKAGE := $(DEB_SOURCE_PACKAGE)
-VERSION := $(DEB_UPSTREAM_VERSION)
-
-DEB_ANT_CLEAN_TARGET := clean
-DEB_ANT_BUILD_TARGET := dist
-DEB_ANT_CHECK_TARGET := test
-
-# Per Debian Java Policy, install a versioned JAR and an unversioned symlink
-binary-post-install/lib$(PACKAGE)-java::
- mh_installpoms -plib$(PACKAGE)-java
- mh_installjar -plib$(PACKAGE)-java -l pom.xml dist/$(PACKAGE)-$(VERSION).jar
-
-clean::
- mh_clean
-
-get-orig-source:
- uscan --force-download --rename
+override_dh_auto_build:
+ dh_auto_build -- dist
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
-http://www.apache.org/dist/commons/pool/source/commons-pool-(.*)-src.tar.gz
+version=4
+https://www.apache.org/dist/commons/pool/source/commons-pool-(.*)-src.tar.gz
View it on GitLab: https://salsa.debian.org/java-team/commons-pool/-/compare/09713deca13bd9cb98adf7f803389219f377f985...131646864ee1441da6a7f7cf6df8fea97a72b177
--
View it on GitLab: https://salsa.debian.org/java-team/commons-pool/-/compare/09713deca13bd9cb98adf7f803389219f377f985...131646864ee1441da6a7f7cf6df8fea97a72b177
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/20210203/03314311/attachment.html>
More information about the pkg-java-commits
mailing list