[Git][java-team/libproxool-java][master] 6 commits: Update Vcs URLs to point to Salsa
Tony Mancill
gitlab at salsa.debian.org
Wed Dec 9 06:09:54 GMT 2020
Tony Mancill pushed to branch master at Debian Java Maintainers / libproxool-java
Commits:
f418c0a9 by tony mancill at 2020-12-08T21:40:28-08:00
Update Vcs URLs to point to Salsa
- - - - -
050ae7fd by tony mancill at 2020-12-08T21:41:06-08:00
Use debhelper-compat 13
- - - - -
b44a56e0 by tony mancill at 2020-12-08T21:57:17-08:00
Allow tests to be overriden with DEB_BUILD_OPTIONS
- - - - -
3f1513b9 by tony mancill at 2020-12-08T21:57:17-08:00
Bump Standards-Version to 4.5.1
- - - - -
f0ea0575 by tony mancill at 2020-12-08T21:57:17-08:00
Set Rules-Requires-Root: no in debian/control
- - - - -
cf9a6dbe by tony mancill at 2020-12-08T22:03:59-08:00
prepare changelog for upload to unstable
- - - - -
4 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libproxool-java (0.9.1-11) unstable; urgency=medium
+
+ * Team upload.
+ * Update Vcs URLs to point to Salsa
+ * Use debhelper-compat 13
+ * Allow tests to be overridden with DEB_BUILD_OPTIONS
+ * Bump Standards-Version to 4.5.1
+ * Set Rules-Requires-Root: no in debian/control
+
+ -- tony mancill <tmancill at debian.org> Tue, 08 Dec 2020 21:41:36 -0800
+
libproxool-java (0.9.1-10) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun at debian.org>, Torsten Werner <twerner at debian.org>, Emmanuel Bourg <ebourg at apache.org>
Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
maven-repo-helper
Build-Depends-Indep:
ant,
@@ -15,10 +15,11 @@ Build-Depends-Indep:
libhsqldb1.8.0-java,
liblog4j1.2-java,
libservlet3.1-java
-Standards-Version: 4.1.4
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libproxool-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libproxool-java.git
+Standards-Version: 4.5.1
+Vcs-Git: https://salsa.debian.org/java-team/libproxool-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libproxool-java
Homepage: http://proxool.sourceforge.net
+Rules-Requires-Root: no
Package: libproxool-java
Architecture: all
=====================================
debian/rules
=====================================
@@ -9,7 +9,9 @@ override_dh_auto_build:
dh_auto_build -- -f debian/build.xml -Dbuild.sysclasspath=last jar javadoc
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_build -- -f debian/build.xml -Dbuild.sysclasspath=last test
+endif
override_dh_auto_clean:
dh_auto_build -- -f debian/build.xml clean
View it on GitLab: https://salsa.debian.org/java-team/libproxool-java/-/compare/37a0d3a0f64456e6883649deeef907e0576ae50c...cf9a6dbe9b4a736b527bc8bdb4e78216e8883936
--
View it on GitLab: https://salsa.debian.org/java-team/libproxool-java/-/compare/37a0d3a0f64456e6883649deeef907e0576ae50c...cf9a6dbe9b4a736b527bc8bdb4e78216e8883936
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/20201209/da63c9fc/attachment.html>
More information about the pkg-java-commits
mailing list