[Git][java-team/pegdown][master] 11 commits: Import Debian changes 1.6.0-1.1

Andreas Tille (@tille) gitlab at salsa.debian.org
Sat Feb 22 20:32:04 GMT 2025



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


Commits:
bb8630e6 by Holger Levsen at 2025-02-22T21:13:33+01:00
Import Debian changes 1.6.0-1.1

pegdown (1.6.0-1.1) unstable; urgency=medium
.
  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

- - - - -
56a968a2 by Andreas Tille at 2025-02-22T21:24:59+01:00
Fix watch file

- - - - -
51580e17 by Andreas Tille at 2025-02-22T21:28:15+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
c0d95655 by Andreas Tille at 2025-02-22T21:28:27+01:00
Standards-Version: 4.7.1 (routine-update)

- - - - -
00e2496a by Andreas Tille at 2025-02-22T21:28:27+01:00
debhelper-compat 13 (routine-update)

- - - - -
f66a9a43 by Andreas Tille at 2025-02-22T21:28:31+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
4dbfbecb by Andreas Tille at 2025-02-22T21:28:31+01:00
Secure URI in copyright format (routine-update)

- - - - -
782b60ce by Andreas Tille at 2025-02-22T21:28:31+01:00
Drop useless get-orig-source target (routine-update)

- - - - -
77016877 by Andreas Tille at 2025-02-22T21:29:37+01:00
Do not parse d/changelog (routine-update)

- - - - -
c809181e by Andreas Tille at 2025-02-22T21:30:24+01: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

- - - - -
2ec62f65 by Andreas Tille at 2025-02-22T21:31:44+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,25 @@
+pegdown (1.6.0-2) unstable; urgency=medium
+
+  * Team upload.
+  * Fix watch file
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * Standards-Version: 4.7.1 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Drop useless get-orig-source target (routine-update)
+  * Do not parse d/changelog (routine-update)
+  * Use secure URI in Homepage field.
+
+ -- Andreas Tille <tille at debian.org>  Sat, 22 Feb 2025 21:30:35 +0100
+
+pegdown (1.6.0-1.1) unstable; urgency=medium
+
+  * Non maintainer upload by the Reproducible Builds team.
+  * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger at debian.org>  Tue, 29 Dec 2020 00:21:55 +0100
+
 pegdown (1.6.0-1) unstable; urgency=medium
 
   * New upstream release


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


=====================================
debian/control
=====================================
@@ -1,17 +1,21 @@
 Source: pegdown
-Section: java
-Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper, libparboiled-java
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/pegdown.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/pegdown.git
-Homepage: http://pegdown.org
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               default-jdk-headless,
+               maven-debian-helper,
+               libparboiled-java
+Standards-Version: 4.7.1
+Vcs-Browser: https://salsa.debian.org/java-team/pegdown
+Vcs-Git: https://salsa.debian.org/java-team/pegdown.git
+Homepage: https://pegdown.org
 
 Package: libpegdown-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${misc:Depends},
+         ${maven:Depends}
 Suggests: ${maven:OptionalDepends}
 Description: Lightweight Markdown processing library
  Pegdown is nearly 100% compatible with the original Markdown specification


=====================================
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: Pegdown
 Source: https://github.com/sirthias/pegdown
 


=====================================
debian/rules
=====================================
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-VERSION = $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)[-+].*$$/\1/p')
+include /usr/share/dpkg/default.mk
 
 %:
 	dh $@ --buildsystem=maven
@@ -13,8 +13,6 @@ override_dh_auto_clean:
 	dh_auto_clean
 	rm -f pom.xml
 
-get-orig-source:
-	uscan --download-current-version --force-download --rename
 
 get-orig-pom:
-	wget http://central.maven.org/maven2/org/pegdown/pegdown/$(VERSION)/pegdown-$(VERSION).pom -O debian/pom.xml
+	wget http://central.maven.org/maven2/org/pegdown/pegdown/$(DEB_VERSION_UPSTREAM)/pegdown-$(DEB_VERSION_UPSTREAM).pom -O debian/pom.xml


=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=3
-https://github.com/sirthias/pegdown/releases .*/(\d.*).tar.gz
+version=4
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+  https://github.com/sirthias/pegdown/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz



View it on GitLab: https://salsa.debian.org/java-team/pegdown/-/compare/9fefd1b84b20123d8e83b80fadf67c767ddaa963...2ec62f6550c8fafb160db412a8d3034ebbff8f71

-- 
View it on GitLab: https://salsa.debian.org/java-team/pegdown/-/compare/9fefd1b84b20123d8e83b80fadf67c767ddaa963...2ec62f6550c8fafb160db412a8d3034ebbff8f71
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/20250222/fb3c909b/attachment.htm>


More information about the pkg-java-commits mailing list