[Git][java-team/codenarc][master] 8 commits: Fix watch file
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Jan 16 17:49:09 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / codenarc
Commits:
495650d6 by Andreas Tille at 2025-01-16T18:44:56+01:00
Fix watch file
- - - - -
599cf4e2 by Andreas Tille at 2025-01-16T18:45:44+01:00
d/rules: Drop redundant get-orig-source target
- - - - -
da631474 by Andreas Tille at 2025-01-16T18:45:55+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
599e2433 by Andreas Tille at 2025-01-16T18:45:55+01:00
debhelper-compat 13 (routine-update)
- - - - -
ad6bc73b by Andreas Tille at 2025-01-16T18:45:58+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
8d615977 by Andreas Tille at 2025-01-16T17:46:01+00:00
Use secure URI in Homepage field.
Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
- - - - -
627e5667 by Andreas Tille at 2025-01-16T18:48:02+01:00
d/control+d/copyright: Point Homepage to Github
- - - - -
c1bd03d0 by Andreas Tille at 2025-01-16T18:49:01+01:00
Add NOTICE.txt to docs
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- + debian/docs
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+codenarc (0.23-6) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fix watch file
+ * d/rules: Drop redundant get-orig-source target
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+ * d/control+d/copyright: Point Homepage to Github
+ * Add NOTICE.txt to docs
+
+ -- Andreas Tille <tille at debian.org> Thu, 16 Jan 2025 18:44:40 +0100
+
codenarc (0.23-5) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -1,10 +1,10 @@
Source: codenarc
-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,
- debhelper (>= 11),
+ debhelper-compat (= 13),
default-jdk,
default-jdk-doc,
groovy,
@@ -13,10 +13,10 @@ Build-Depends: ant,
libgmetrics-groovy-java,
liblog4j1.2-java,
maven-repo-helper
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/codenarc.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/codenarc.git
-Homepage: http://codenarc.sourceforge.net/
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/codenarc
+Vcs-Git: https://salsa.debian.org/java-team/codenarc.git
+Homepage: https://github.com/CodeNarc/CodeNarc
Package: libcodenarc-groovy-java
Architecture: all
=====================================
debian/docs
=====================================
@@ -0,0 +1 @@
+NOTICE.txt
=====================================
debian/rules
=====================================
@@ -15,12 +15,3 @@ override_dh_install:
dh_install
mh_installpoms -plibcodenarc-groovy-java
mh_installjar -plibcodenarc-groovy-java -l pom.xml target/CodeNarc.jar
-
-get-orig-source:
- cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
- uscan \
- --verbose \
- --rename \
- --destdir $(CURDIR) \
- --watchfile debian/watch \
- --force-download
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
-version=3
-https://github.com/CodeNarc/CodeNarc/releases \
- /CodeNarc/CodeNarc/archive/v([0-9\.]+)\.tar\.gz
+version=4
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+ https://github.com/CodeNarc/CodeNarc/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/codenarc/-/compare/ae6f04e8d9831ebc0b612a84be81d3f8388cc30f...c1bd03d085cacad530f3e1bb1feb41082a24e527
--
View it on GitLab: https://salsa.debian.org/java-team/codenarc/-/compare/ae6f04e8d9831ebc0b612a84be81d3f8388cc30f...c1bd03d085cacad530f3e1bb1feb41082a24e527
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/20250116/6674f280/attachment.htm>
More information about the pkg-java-commits
mailing list