Jérôme Charaoui pushed to branch debian/main at Debian Clojure Maintainers / puppetlabs-i18n-clojure
Commits: 9f3d5620 by Jérôme Charaoui at 2026-08-01T09:04:15-04:00 d/patches: fix missing dep in lein local patch - - - - - 91b0cb9a by Jérôme Charaoui at 2026-08-01T09:05:12-04:00 d/control: drop uneeded deps - - - - - 4607d466 by Jérôme Charaoui at 2026-08-01T09:28:07-04:00 d/control: tag kitchensink build-dep as test-only - - - - - ad065bd9 by Jérôme Charaoui at 2026-08-01T09:32:10-04:00 d/control: bump minimum kitchensink version - - - - - 9c47ce28 by Jérôme Charaoui at 2026-08-01T09:32:12-04:00 d/rules: re-enable build tests - - - - - 05c98ce5 by Jérôme Charaoui at 2026-08-01T09:32:12-04:00 d/watch: update to v5 format - - - - - c58ed06c by Jérôme Charaoui at 2026-08-01T09:32:13-04:00 drop obsolete .gitignore Gbp-Dch: ignore - - - - - 43809685 by Jérôme Charaoui at 2026-08-01T09:32:13-04:00 d/tests: add libkitchensink-clojure to autopkgtest - - - - - e8566b3b by Jérôme Charaoui at 2026-08-01T09:32:46-04:00 Update changelog for 1.0.4-2 release - - - - - 7 changed files: - − debian/.gitignore - debian/changelog - debian/control - debian/patches/0001-Lein-Local.patch - debian/rules - debian/tests/control - debian/watch Changes: ===================================== debian/.gitignore deleted ===================================== @@ -1 +0,0 @@ -!pom.xml ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +puppetlabs-i18n-clojure (1.0.4-2) unstable; urgency=medium + + * d/control: drop unneeded deps + * d/control: tag kitchensink build-dep as test-only + * d/control: bump minimum kitchensink version + * d/patches: fix missing dep in lein local patch + * d/rules: re-enable build tests + * d/tests: add libkitchensink-clojure to autopkgtest + * d/watch: update to v5 format + + -- Jérôme Charaoui <[email protected]> Sat, 01 Aug 2026 09:11:11 -0400 + puppetlabs-i18n-clojure (1.0.4-1) experimental; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -12,12 +12,8 @@ Build-Depends: git <!nocheck>, javahelper, leiningen, - libclojure-java, - libcomplete-clojure <!nocheck>, libcpath-clojure (>= 0.1.2-2), - libkitchensink-clojure (>= 3.2.1), - libnrepl-clojure <!nocheck>, - libnrepl-incomplete-clojure <!nocheck>, + libkitchensink-clojure (>= 3.5.7) <!nocheck>, maven-repo-helper, Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/clojure-team/puppetlabs-i18n-clojure.git @@ -30,7 +26,6 @@ Architecture: all Depends: gettext-base (>= 0.21-3), libcpath-clojure (>= 0.1.2-2), - libkitchensink-clojure (>= 3.1.1), ${java:Depends}, ${misc:Depends}, Recommends: ===================================== debian/patches/0001-Lein-Local.patch ===================================== @@ -9,11 +9,11 @@ Forwarded: not-needed project.clj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) -diff --git a/project.clj b/project.clj -index d9210fe..424fb95 100644 ---- a/project.clj -+++ b/project.clj -@@ -10,21 +10,19 @@ +Index: puppetlabs-i18n-clojure/project.clj +=================================================================== +--- puppetlabs-i18n-clojure.orig/project.clj ++++ puppetlabs-i18n-clojure/project.clj +@@ -10,21 +10,21 @@ ;; this project actually uses in :dependencies, inheriting the version from ;; :managed-dependencies. This prevents endless version conflicts due to deps of deps. ;; Renovate should keep the versions largely in sync between projects. @@ -33,7 +33,8 @@ index d9210fe..424fb95 100644 - :profiles {:dev {:dependencies [[org.openvoxproject/kitchensink]] - :plugins [[jonase/eastwood "1.4.3" - :exclusions [org.clojure/clojure]]]}} -- ++ :profiles {:dev {:dependencies [[org.openvoxproject/kitchensink]]}} + :deploy-repositories [["releases" {:url "https://clojars.org/repo" :username :env/CLOJARS_USERNAME :password :env/CLOJARS_PASSWORD ===================================== debian/rules ===================================== @@ -22,11 +22,7 @@ override_dh_auto_build: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) make i18n - # This produces: - # Tried to load nrepl version 1.0.0 but debian was already loaded. - # Tried to load org.nrepl/incomplete version 0.1.0 but debian was already loaded. - # and crash. I'm not sure how to fix. - #lein test + lein test endif override_dh_clean: ===================================== debian/tests/control ===================================== @@ -11,5 +11,6 @@ Depends: gettext, git, libbultitude-clojure, + libkitchensink-clojure, @, Restrictions: allow-stderr ===================================== debian/watch ===================================== @@ -1,4 +1,5 @@ -version=4 -opts="mode=git" \ -https://github.com/OpenVoxProject/clj-i18n \ -refs/tags/@ANY_VERSION@ +Version: 5 +Template: GitHub +Owner: OpenVoxProject +Project: clj-i18n +Version-Type: SEMANTIC_VERSION View it on GitLab: https://salsa.debian.org/clojure-team/puppetlabs-i18n-clojure/-/compare/071983cc7babe8b727c574d40baf1f67fda736a3...e8566b3bf76b428bffdb0400c9d3d75c4ed01fbe -- View it on GitLab: https://salsa.debian.org/clojure-team/puppetlabs-i18n-clojure/-/compare/071983cc7babe8b727c574d40baf1f67fda736a3...e8566b3bf76b428bffdb0400c9d3d75c4ed01fbe You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

