[Git][java-team/easyconf][master] 9 commits: Secure URIs in d/control, d/copyright and d/watch

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Jan 20 16:00:10 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / easyconf


Commits:
3dfed040 by Andreas Tille at 2025-01-20T16:38:21+01:00
Secure URIs in d/control, d/copyright and d/watch

- - - - -
1d2d8617 by Andreas Tille at 2025-01-20T16:38:31+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
1fad6070 by Andreas Tille at 2025-01-20T16:38:31+01:00
debhelper-compat 13 (routine-update)

- - - - -
1747d568 by Andreas Tille at 2025-01-20T16:38:34+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
90ffeb1e by Andreas Tille at 2025-01-20T16:38:34+01:00
Drop useless get-orig-source target (routine-update)

- - - - -
ebd7416f by Andreas Tille at 2025-01-20T15:38:36+00:00
Fix field name typo in debian/copyright (Formats ⇒ Format).

Changes-By: lintian-brush
Fixes: lintian: field-name-typo-in-dep5-copyright
See-also: https://lintian.debian.org/tags/field-name-typo-in-dep5-copyright.html

- - - - -
6d1da61f by Andreas Tille at 2025-01-20T16:42:05+01:00
Fix typo in debian/rules rules: overrideèdh_auto_test ⇒ override_dh_auto_test

Changes-By: lintian-brush
Fixes: lintian: typo-in-debhelper-override-target
See-also: https://lintian.debian.org/tags/typo-in-debhelper-override-target.html

- - - - -
1a0f7396 by Andreas Tille at 2025-01-20T16:55:15+01:00
dh_auto_test check DEB_BUILD_OPTIONS

- - - - -
91612bb8 by Andreas Tille at 2025-01-20T16:58:07+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,17 @@
+easyconf (0.9.5-7) unstable; urgency=medium
+
+  * Team upload.
+  * Secure URIs in d/control, d/copyright and d/watch
+  * Standards-Version: 4.7.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Drop useless get-orig-source target (routine-update)
+  * Fix field name typo in debian/copyright (Formats ⇒ Format).
+  * Fix typo in debian/rules rules: override_dh_auto_test
+  * dh_auto_test check DEB_BUILD_OPTIONS
+
+ -- Andreas Tille <tille at debian.org>  Mon, 20 Jan 2025 16:55:20 +0100
+
 easyconf (0.9.5-6) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -1,11 +1,11 @@
 Source: easyconf
-Section: java
-Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Damien Raude-Morvan <drazzib at debian.org>
+Section: java
+Priority: optional
 Build-Depends: ant,
                ant-optional,
-               debhelper (>= 11),
+               debhelper-compat (= 13),
                default-jdk,
                junit,
                libcommons-beanutils-java,
@@ -17,10 +17,10 @@ Build-Depends: ant,
                libservlet3.1-java,
                libxstream-java,
                maven-repo-helper
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/easyconf.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/easyconf.git
-Homepage: http://easyconf.sourceforge.net
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/easyconf
+Vcs-Git: https://salsa.debian.org/java-team/easyconf.git
+Homepage: https://easyconf.sourceforge.net
 
 Package: libeasyconf-java
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
-Formats: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: EasyConf
-Upstream-Contact: http://easyconf.sourceforge.net/
-Source: http://sourceforge.net/projects/easyconf/files/
+Upstream-Contact: https://easyconf.sourceforge.net/
+Source: https://sourceforge.net/projects/easyconf/files/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
 
 Files: *


=====================================
debian/rules
=====================================
@@ -20,11 +20,10 @@ override_dh_auto_build:
 	-mkdir -p src/conf
 	dh_auto_build -- jar javadoc
 
-overrideèdh_auto_test:
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	dh_auto_build -- internal-test
-
-get-orig-source::
-	uscan --force-download --rename
+endif
 
 get-orig-pom:
 	wget -O debian/pom.xml $(MAVEN_REPO)/easyconf/easyconf/$(POM_VERSION)/easyconf-$(POM_VERSION).pom


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
-http://sf.net/easyconf/easyconf-(.*)-src.(?:tar.gz|zip)
+version=4
+https://sf.net/easyconf/easyconf-(.*)-src.(?:tar.gz|zip)



View it on GitLab: https://salsa.debian.org/java-team/easyconf/-/compare/b2150d17820da9ce34baefce1f35cc78501d3b1f...91612bb897ea18f35522260260f38fe14d0e27d4

-- 
View it on GitLab: https://salsa.debian.org/java-team/easyconf/-/compare/b2150d17820da9ce34baefce1f35cc78501d3b1f...91612bb897ea18f35522260260f38fe14d0e27d4
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/30dc6fa4/attachment.htm>


More information about the pkg-java-commits mailing list