[Git][clojure-team/compojure-clojure][master] 6 commits: Inject changelog entry of NMU
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Feb 19 06:58:55 GMT 2025
Andreas Tille pushed to branch master at Debian Clojure Maintainers / compojure-clojure
Commits:
aaca3b44 by Andreas Tille at 2025-02-19T07:51:45+01:00
Inject changelog entry of NMU
- - - - -
8e50f10d by Andreas Tille at 2025-02-19T07:53:42+01:00
Fix watch file
- - - - -
3538d6fc by Andreas Tille at 2025-02-19T07:55:59+01:00
d/rules: check DEB_BUILD_OPTIONS against nocheck
- - - - -
cd1ec7e8 by Andreas Tille at 2025-02-19T07:56:17+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
8f0d8269 by Andreas Tille at 2025-02-19T07:56:17+01:00
debhelper-compat 13 (routine-update)
- - - - -
78694635 by Andreas Tille at 2025-02-19T07:57:05+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,26 @@
compojure-clojure (1.6.0-2) UNRELEASED; urgency=normal
+ * Team upload.
+
[ Louis-Philippe Véronneau ]
* d/control: Migrate to the Clojure Team.
+ [ Andreas Tille ]
+ * Fix watch file
+ * d/rules: check DEB_BUILD_OPTIONS against nocheck
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+
-- Louis-Philippe Véronneau <pollo at debian.org> Sat, 08 Jan 2022 17:53:52 -0500
+compojure-clojure (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> Wed, 06 Jan 2021 18:48:58 +0100
+
compojure-clojure (1.6.0-1) unstable; urgency=medium
* Initial release (Closes: #855721)
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,32 +1,30 @@
Source: compojure-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),
- libtext-markdown-perl | markdown,
- libtools-macro-clojure (>= 0.1.5),
- libclout-clojure (>= 2.1.2),
- libmedley-clojure (>= 1.0.0),
- libring-core-clojure (>= 1.6.0),
- libring-codec-clojure (>= 1.0.1),
- libring-mock-clojure (>= 0.3.0),
- libservlet3.1-java,
- default-jdk-headless
-Standards-Version: 4.0.0
-Vcs-Git: https://salsa.debian.org/clojure-team/compojure-clojure.git
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ javahelper,
+ maven-repo-helper,
+ clojure,
+ libtext-markdown-perl | markdown,
+ libtools-macro-clojure,
+ libclout-clojure,
+ libmedley-clojure,
+ libring-core-clojure,
+ libring-codec-clojure,
+ libring-mock-clojure,
+ libservlet3.1-java,
+ default-jdk-headless
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/clojure-team/compojure-clojure
+Vcs-Git: https://salsa.debian.org/clojure-team/compojure-clojure.git
Homepage: https://github.com/weavejester/compojure
Package: libcompojure-clojure
Architecture: all
-Depends:
- ${java:Depends},
- ${misc:Depends}
+Depends: ${java:Depends},
+ ${misc:Depends}
Recommends: ${java:Recommends}
Description: consice routing library for Ring
Compojure is a small routing library for Ring that allows web
=====================================
debian/rules
=====================================
@@ -33,6 +33,8 @@ override_dh_installdocs:
dh_installdocs -XHISTORY
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):$(TEST_CLASSPATH))
+endif
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
version=4
-opts=filenamemangle=s!.*/archive/(.*)!compojure-$1! \
- https://github.com/weavejester/compojure/releases .*/archive/([\d.]+)\.tar\.gz
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+ https://github.com/weavejester/compojure/tags (?:.*?/)?(\d[\d.]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/clojure-team/compojure-clojure/-/compare/cd216c3850f8eb587f4184fbe519f1713a637566...786946359925f35e76db624997d5b7455ab7101a
--
View it on GitLab: https://salsa.debian.org/clojure-team/compojure-clojure/-/compare/cd216c3850f8eb587f4184fbe519f1713a637566...786946359925f35e76db624997d5b7455ab7101a
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/fcbba899/attachment.htm>
More information about the pkg-java-commits
mailing list