[Git][clojure-team/stockpile-clojure][master] 7 commits: Add changelog paragraph from previous NMU

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Feb 20 15:56:03 GMT 2025



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


Commits:
f484520a by Andreas Tille at 2025-02-20T16:31:41+01:00
Add changelog paragraph from previous NMU

- - - - -
27858848 by Andreas Tille at 2025-02-20T16:47:35+01:00
Fix watch file

- - - - -
8f0f2df0 by Andreas Tille at 2025-02-20T16:48:15+01:00
d/rules: check DEB_BUILD_OPTIONS against nocheck

- - - - -
10490df6 by Andreas Tille at 2025-02-20T16:48:25+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
17630224 by Andreas Tille at 2025-02-20T16:48:26+01:00
debhelper-compat 13 (routine-update)

- - - - -
2250ffb7 by Andreas Tille at 2025-02-20T16:48:55+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
603c743f by Andreas Tille at 2025-02-20T16:50:11+01:00
routine-update: Ready to upload to unstable

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,24 @@
-stockpile-clojure (0.0.4-2) UNRELEASED; urgency=normal
+stockpile-clojure (0.0.4-2) unstable; urgency=medium
 
+  * Team upload.
   [ Louis-Philippe Véronneau ]
   * d/control: Migrate to the Clojure Team.
+  * Fix watch file
+  * d/rules: check DEB_BUILD_OPTIONS against nocheck
 
- -- Louis-Philippe Véronneau <pollo at debian.org>  Sat, 08 Jan 2022 17:53:47 -0500
+  [ Andreas Tille ]
+  * Standards-Version: 4.7.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 20 Feb 2025 16:49:03 +0100
+
+stockpile-clojure (0.0.4-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>  Wed, 06 Jan 2021 20:36:43 +0100
 
 stockpile-clojure (0.0.4-1) unstable; urgency=medium
 


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


=====================================
debian/control
=====================================
@@ -1,27 +1,25 @@
 Source: stockpile-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 (>= 10),
- javahelper (>= 0.32),
- maven-repo-helper (>= 1.7),
- clojure (>= 1.8),
- libcommons-lang3-java (>= 3.4),
- libpuppetlabs-i18n-clojure (>= 0.4.3),
- libtext-markdown-perl | markdown,
- default-jdk-headless
-Standards-Version: 4.0.0
-Vcs-Git: https://salsa.debian.org/clojure-team/stockpile-clojure.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               javahelper,
+               maven-repo-helper,
+               clojure,
+               libcommons-lang3-java,
+               libpuppetlabs-i18n-clojure,
+               libtext-markdown-perl | markdown,
+               default-jdk-headless
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/clojure-team/stockpile-clojure
+Vcs-Git: https://salsa.debian.org/clojure-team/stockpile-clojure.git
 Homepage: https://github.com/puppetlabs/stockpile
 
 Package: libstockpile-clojure
 Architecture: all
-Depends:
- ${java:Depends},
- ${misc:Depends}
+Depends: ${java:Depends},
+         ${misc:Depends}
 Recommends: ${java:Recommends}
 Description: Simple, durable Java queuing library
  A simple, durable Java queueing library. Stockpile supports the durable


=====================================
debian/rules
=====================================
@@ -30,6 +30,8 @@ override_jh_clean:
 	cat debian/footer.html >> $@
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	dh_auto_test
 	(cd test && find . -name "*.clj" | \
 		xargs --verbose clojure -cp $(CURDIR)/$(PRODUCED_JAR):$(CLASSPATH):$(TEST_CLASSPATH))
+endif


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



View it on GitLab: https://salsa.debian.org/clojure-team/stockpile-clojure/-/compare/f14ccc322a9cf08b9299a01c19ddc8527170d923...603c743fa898691b8060a76d81ffb0446264ef6e

-- 
View it on GitLab: https://salsa.debian.org/clojure-team/stockpile-clojure/-/compare/f14ccc322a9cf08b9299a01c19ddc8527170d923...603c743fa898691b8060a76d81ffb0446264ef6e
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/20250220/c52356d1/attachment.htm>


More information about the pkg-java-commits mailing list