Andrius Merkys pushed to branch master at Debian Java Maintainers / ddogleg


Commits:
711718ed by Andrius Merkys at 2021-12-02T01:52:50-05:00
Bump debhelper from old 12 to 13.
+ Drop check for DEB_BUILD_OPTIONS containing "nocheck", since 
debhelper now does this.

Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: 
https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html

- - - - -
28edbcee by Andrius Merkys at 2021-12-02T01:52:55-05:00
Set upstream metadata fields: Bug-Database, Bug-Submit.

Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: 
https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html

- - - - -
7975df5e by Andrius Merkys at 2021-12-02T01:52:55-05:00
Update standards version to 4.6.0, no changes needed.

Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html

- - - - -
ab82e355 by Andrius Merkys at 2021-12-02T01:54:30-05:00
Add date to signature in debian/README.Debian.

- - - - -
ee8e5a73 by Andrius Merkys at 2021-12-02T01:55:00-05:00
Watching GitHub tags.

- - - - -
72c1019c by Andrius Merkys at 2021-12-02T01:55:22-05:00
Using dversionmangle=auto.

- - - - -
eaae475a by Andrius Merkys at 2021-12-02T01:56:16-05:00
Bumping copyright years.

- - - - -
96e8f0cc by Andrius Merkys at 2021-12-02T01:57:03-05:00
Update changelog for 0.17+ds-3 release

- - - - -


7 changed files:

- debian/README.Debian
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- + debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/README.Debian
=====================================
@@ -2,4 +2,4 @@ The JARs in Debian lack DDoglegVersion.class, which would be 
created by
 gversion-plugin in a clone of upstream's git repository. As this is not
 the case for Debian builds, the class is omitted.
 
-Andrius Merkys <mer...@debian.org>
+ -- Andrius Merkys <mer...@debian.org>  Wed, 13 Nov 2019 02:28:36 -0500


=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+ddogleg (0.17+ds-3) unstable; urgency=medium
+
+  [ lintian-brush ]
+  * Bump debhelper from old 12 to 13. + Drop check for DEB_BUILD_OPTIONS
+    containing "nocheck", since debhelper now does this.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit.
+  * Update standards version to 4.6.0, no changes needed.
+
+  [ Andrius Merkys ]
+  * Add date to signature in debian/README.Debian.
+  * Watching GitHub tags.
+  * Using dversionmangle=auto.
+  * Bumping copyright years.
+
+ -- Andrius Merkys <mer...@debian.org>  Thu, 02 Dec 2021 01:56:38 -0500
+
 ddogleg (0.17+ds-2) unstable; urgency=medium
 
   * Enabling test suite.


=====================================
debian/control
=====================================
@@ -5,12 +5,12 @@ Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.or
 Uploaders:
  Andrius Merkys <mer...@debian.org>,
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  gradle-debian-helper,
  libejml-java (>= 0.38),
  maven-repo-helper,
  junit5 <!nocheck>,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.0
 Homepage: http://ddogleg.org
 Vcs-Browser: https://salsa.debian.org/java-team/ddogleg
 Vcs-Git: https://salsa.debian.org/java-team/ddogleg.git


=====================================
debian/copyright
=====================================
@@ -11,7 +11,7 @@ Copyright: 2012-2018, Peter Abeles
 License: Apache-2.0
 
 Files: debian/*
-Copyright: 2019, Andrius Merkys <mer...@debian.org>
+Copyright: 2019-2021, Andrius Merkys <mer...@debian.org>
 License: Apache-2.0
 
 License: Apache-2.0


=====================================
debian/rules
=====================================
@@ -4,6 +4,4 @@
        dh $@ --with maven-repo-helper
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        dh_auto_build -- test
-endif


=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,3 @@
+---
+Bug-Database: https://github.com/lessthanoptimal/ddogleg/issues
+Bug-Submit: https://github.com/lessthanoptimal/ddogleg/issues/new


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
 version=4
-opts="dversionmangle=s/\+ds$//,repack,repacksuffix=+ds" \
- https://github.com/lessthanoptimal/ddogleg/releases \
+opts="dversionmangle=auto,repack,repacksuffix=+ds" \
+ https://github.com/lessthanoptimal/ddogleg/tags \
  (?:.*?/)?v?(\d[\d.]*)\.tar\.gz



View it on GitLab: 
https://salsa.debian.org/java-team/ddogleg/-/compare/4bd0485628ae1567885aef62b8f58a87b69ce51a...96e8f0cc8b5ea577fe391d08559890cf7b0a3d3f

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/ddogleg/-/compare/4bd0485628ae1567885aef62b8f58a87b69ce51a...96e8f0cc8b5ea577fe391d08559890cf7b0a3d3f
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to