[Git][java-team/dumbster][master] 9 commits: Point Homepage to sourceforge
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jan 20 15:15:17 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / dumbster
Commits:
da579a29 by Andreas Tille at 2025-01-20T16:03:21+01:00
Point Homepage to sourceforge
- - - - -
27f03481 by Andreas Tille at 2025-01-20T16:03:45+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
e267b6fc by Andreas Tille at 2025-01-20T16:03:45+01:00
debhelper-compat 13 (routine-update)
- - - - -
04202e7c by Andreas Tille at 2025-01-20T16:04:51+01:00
* d/watch:
- Secure URI
- version=4
- - - - -
87758d79 by Andreas Tille at 2025-01-20T16:05:00+01:00
Drop redundant get-orig-target
- - - - -
4b38bb2c by Andreas Tille at 2025-01-20T16:05:54+01:00
Secure URI in copyright format (routine-update)
- - - - -
7c5f8182 by Andreas Tille at 2025-01-20T16:05:54+01:00
Remove trailing whitespace in debian/changelog (routine-update)
- - - - -
689226b2 by Andreas Tille at 2025-01-20T16:12:54+01:00
dh_auto_test check DEB_BUILD_OPTIONS
- - - - -
16e7b48a by Andreas Tille at 2025-01-20T16:14:51+01:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+dumbster (1.6+debian-5) unstable; urgency=medium
+
+ * Team upload.
+ * Point Homepage to sourceforge
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * cme fix dpkg-control (inclusive fixing Vcs fields)
+ * d/watch:
+ - Secure URI
+ - version=4
+ * Secure URI in copyright format (routine-update)
+ * Remove trailing whitespace in debian/changelog (routine-update)
+ * dh_auto_test check DEB_BUILD_OPTIONS
+
+ -- Andreas Tille <tille at debian.org> Mon, 20 Jan 2025 16:13:04 +0100
+
dumbster (1.6+debian-4) unstable; urgency=medium
* Team upload.
@@ -35,6 +51,6 @@ dumbster (1.6+debian-2) unstable; urgency=low
dumbster (1.6+debian-1) unstable; urgency=low
- * Initial release
+ * Initial release
-- Stefan Denker <Stefan+Debian at dn-kr.de> Sat, 25 Jun 2011 15:17:08 +0200
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -1,26 +1,26 @@
Source: dumbster
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Stefan Denker <Stefan+Debian at dn-kr.de>
-Build-Depends:
- ant,
- ant-optional,
- debhelper (>= 11),
- default-jdk,
- javahelper,
- junit,
- libactivation-java,
- libmail-java,
- maven-repo-helper
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/dumbster.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/dumbster.git
-Homepage: http://quintanasoft.com/dumbster/
+Section: java
+Priority: optional
+Build-Depends: ant,
+ ant-optional,
+ debhelper-compat (= 13),
+ default-jdk,
+ javahelper,
+ junit,
+ libactivation-java,
+ libmail-java,
+ maven-repo-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/dumbster
+Vcs-Git: https://salsa.debian.org/java-team/dumbster.git
+Homepage: https://sourceforge.net/projects/dumbster/
Package: libdumbster-java
Architecture: all
-Depends: ${misc:Depends}, libmail-java
+Depends: ${misc:Depends},
+ libmail-java
Suggests: junit
Description: very simple fake SMTP Server for testing purposes
The Dumbster is a very simple fake SMTP server designed for unit and
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-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: Dumbster
Source: http://downloads.sourceforge.net/project/dumbster/
=====================================
debian/rules
=====================================
@@ -10,10 +10,9 @@ override_dh_auto_build:
dh_auto_build -- compile jar
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_build -- test
+endif
override_dh_installchangelogs:
dh_installchangelogs -- version.txt
-
-get-orig-source:
- bash debian/get_orig_source.sh
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
-version=3
+version=4
+
opts=dversionmangle=s/\+debian$// \
-http://sf.net/dumbster/dumbster([\d\.]+)-all.zip
+https://sf.net/dumbster/dumbster([\d\.]+)-all.zip
View it on GitLab: https://salsa.debian.org/java-team/dumbster/-/compare/bd3b0e83a234bd72b5f3afe56cbb561556204028...16e7b48a7e716c04cf3096d1d3d8ded5045036c1
--
View it on GitLab: https://salsa.debian.org/java-team/dumbster/-/compare/bd3b0e83a234bd72b5f3afe56cbb561556204028...16e7b48a7e716c04cf3096d1d3d8ded5045036c1
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/20250120/8ba1e5b8/attachment.htm>
More information about the pkg-java-commits
mailing list