[Git][clojure-team/instaparse-clojure][master] 7 commits: Fix urgency

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Feb 19 20:56:02 GMT 2025



Andreas Tille pushed to branch master at Debian Clojure Maintainers / instaparse-clojure


Commits:
64d2f4a7 by Andreas Tille at 2025-02-19T21:47:36+01:00
Fix urgency

- - - - -
217af211 by Andreas Tille at 2025-02-19T21:50:22+01:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
2e2fd92b by Andreas Tille at 2025-02-19T21:51:22+01:00
d/rules: check DEB_BUILD_OPTIONS against nocheck

- - - - -
28a93580 by Andreas Tille at 2025-02-19T21:52:13+01:00
Fix watch file

- - - - -
378bffdc by Andreas Tille at 2025-02-19T21:52:36+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
9132f231 by Andreas Tille at 2025-02-19T21:53:37+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
195c0500 by Andreas Tille at 2025-02-19T21:54:51+01:00
routine-update: Ready to upload to unstable

- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,6 @@
-instaparse-clojure (1.4.7-2) UNRELEASED; urgency=normal
+instaparse-clojure (1.4.7-2) unstable; urgency=medium
+
+  * Team upload
 
   [ Louis-Philippe Véronneau ]
   * d/control: Migrate to the Clojure Team.
@@ -7,7 +9,14 @@ instaparse-clojure (1.4.7-2) UNRELEASED; urgency=normal
   * Bump debhelper from old 10 to 13.
   * Set debhelper-compat version in Build-Depends.
 
- -- Louis-Philippe Véronneau <pollo at debian.org>  Sat, 08 Jan 2022 17:54:04 -0500
+  [ Andreas Tille ]
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+  * d/rules: check DEB_BUILD_OPTIONS against nocheck
+  * Fix watch file
+  * Standards-Version: 4.7.0 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Wed, 19 Feb 2025 21:53:47 +0100
 
 instaparse-clojure (1.4.7-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -1,25 +1,23 @@
 Source: instaparse-clojure
-Section: java
-Priority: optional
 Maintainer: Debian Clojure Maintainers <team+clojure at tracker.debian.org>
 Uploaders: Apollon Oikonomopoulos <apoikos at debian.org>
-Build-Depends:
- debhelper-compat (= 13),
- javahelper (>= 0.32),
- maven-repo-helper (>= 1.7),
- clojure (>= 1.8),
- libtext-markdown-perl | markdown,
- default-jdk
-Standards-Version: 4.0.0
-Vcs-Git: https://salsa.debian.org/clojure-team/instaparse-clojure.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               javahelper,
+               maven-repo-helper,
+               clojure,
+               libtext-markdown-perl | markdown,
+               default-jdk-headless
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/clojure-team/instaparse-clojure
+Vcs-Git: https://salsa.debian.org/clojure-team/instaparse-clojure.git
 Homepage: https://github.com/Engelberg/instaparse
 
 Package: libinstaparse-clojure
 Architecture: all
-Depends:
- ${java:Depends},
- ${misc:Depends}
+Depends: ${java:Depends},
+         ${misc:Depends}
 Recommends: ${java:Recommends}
 Description: simple way to build parsers in Clojure
  Instaparse aims to be the simplest way to build parsers in Clojure. It Turns


=====================================
debian/rules
=====================================
@@ -29,5 +29,7 @@ override_dh_installdocs:
 	cat debian/footer.html >> $@
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	dh_auto_test
 	(cd test && 	 find . -name "*.clj" | xargs clojure -cp $(CURDIR)/$(PRODUCED_JAR):$(CLASSPATH))
+endif


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



View it on GitLab: https://salsa.debian.org/clojure-team/instaparse-clojure/-/compare/993269a79b199aed0afcc0595e7f773b7f354ae0...195c05008506d56135e5fe84e6449699e0d25a72

-- 
View it on GitLab: https://salsa.debian.org/clojure-team/instaparse-clojure/-/compare/993269a79b199aed0afcc0595e7f773b7f354ae0...195c05008506d56135e5fe84e6449699e0d25a72
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/20250219/35eb6d65/attachment.htm>


More information about the pkg-java-commits mailing list