Alexandre Detiste pushed to branch master at Debian Java Maintainers / 
fastdoubleparser


Commits:
5850ad74 by Alexandre Detiste at 2026-04-10T11:11:33+02:00
fix Vcs tags (Closes: #1130716)

- - - - -
2e00137c by Alexandre Detiste at 2026-04-10T11:13:05+02:00
drop "Rules-Requires-Root: no": it is the default now

- - - - -
43ff9a0b by Alexandre Detiste at 2026-04-10T11:13:37+02:00
bump Standards-Version to 4.7.4, drop Priority: tag

- - - - -
20809f58 by Alexandre Detiste at 2026-04-10T11:14:46+02:00
rewrite d/watch in v5 format

- - - - -
e02413df by Alexandre Detiste at 2026-04-10T11:15:42+02:00
rewrite d/rules with newer & shorter syntax

- - - - -
cd2d6b1b by Alexandre Detiste at 2026-04-10T11:15:59+02:00
release

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+fastdoubleparser (2.0.1-3) unstable; urgency=medium
+
+  * Team upload.
+  * Fix Vcs tags (Closes: #1130716)
+  * Drop "Rules-Requires-Root: no": it is the default now
+  * Bump Standards-Version to 4.7.4, drop Priority: tag
+  * Rewrite d/watch in v5 format
+  * Rewrite d/rules with newer & shorter syntax
+
+ -- Alexandre Detiste <[email protected]>  Fri, 10 Apr 2026 11:15:46 +0200
+
 fastdoubleparser (2.0.1-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -1,6 +1,5 @@
 Source: fastdoubleparser
 Section: java
-Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
 Uploaders: Julien Plissonneau Duquène <[email protected]>
 Build-Depends:
@@ -12,11 +11,10 @@ Build-Depends-Indep:
  libmaven-antrun-plugin-java,
  libmaven-assembly-plugin-java,
  libmaven-dependency-plugin-java
-Standards-Version: 4.7.0
-Rules-Requires-Root: no
+Standards-Version: 4.7.4
 Homepage: https://github.com/wrandelshofer/FastDoubleParser
-Vcs-Git: https://salsa.debian.org/java-team/libfastdoubleparser-java.git
-Vcs-Browser: https://salsa.debian.org/java-team/libfastdoubleparser-java
+Vcs-Git: https://salsa.debian.org/java-team/fastdoubleparser.git
+Vcs-Browser: https://salsa.debian.org/java-team/fastdoubleparser
 
 Package: libfastdoubleparser-java
 Architecture: all


=====================================
debian/rules
=====================================
@@ -6,8 +6,7 @@ include /usr/share/java/java_defaults.mk
 %:
        dh $@
 
-override_dh_auto_configure:
-       dh_auto_configure
+execute_after_dh_auto_configure:
        # Maven fails if the module version has ${revision} and the parent POM
        # has an actual version number instead of "${revision}"; misfeature?
        sed -i -e '/<version>.*<\/version>/ { s/>[^<]\+</>$${revision}</ ; ta } 
; p ; d ; :a { n ; s/.*\n// ; ba }' \


=====================================
debian/watch
=====================================
@@ -1,12 +1,11 @@
-version=4
-opts=\
- repack,compression=xz,\
- filenamemangle=s%.*/@ANY_VERSION@%@PACKAGE@-$1.tar.gz%,\
- 
downloadurlmangle=s%api.github.com/repos/([^/]+/[^/]+)/git/refs/tags/(@ANY_VERSION@)%github.com/$1/archive/refs/tags/$2.tar.gz%g,\
- uversionmangle=s/@ANY_VERSION@/$1/,\
- dversionmangle=s/@DEB_EXT@//,\
- searchmode=plain \
- 
https://api.github.com/repos/wrandelshofer/FastDoubleParser/git/matching-refs/tags/
 \
- https://api.github.com/repos/[^/]+/[^/]+/git/refs/tags/v@ANY_VERSION@
+Version: 5
 
+Source: 
https://api.github.com/repos/wrandelshofer/FastDoubleParser/git/matching-refs/tags/
+Matching-Pattern: 
https://api.github.com/repos/[^/]+/[^/]+/git/refs/tags/v@ANY_VERSION@
+Downloadurlmangle: 
s%api.github.com/repos/([^/]+/[^/]+)/git/refs/tags/(@ANY_VERSION@)%github.com/$1/archive/refs/tags/$2.tar.gz%g
+Dversionmangle: s/@DEB_EXT@//
+Filenamemangle: s%.*/@ANY_VERSION@%@PACKAGE@-$1.tar.gz%
+Repack: yes
+Searchmode: plain
+Uversionmangle: s/@ANY_VERSION@/$1/
 # The 'v' above is necessary as there are tags like 2024-10-20



View it on GitLab: 
https://salsa.debian.org/java-team/fastdoubleparser/-/compare/9d8af5c9cb46b80d12cf5e3eb484c38eea24f00e...cd2d6b1be1465dfc08c144333f5ac72d8856ca0f

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/fastdoubleparser/-/compare/9d8af5c9cb46b80d12cf5e3eb484c38eea24f00e...cd2d6b1be1465dfc08c144333f5ac72d8856ca0f
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to