[Git][clojure-team/specter-clojure][master] 3 commits: Import Debian changes 1.0.2-2
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Feb 20 14:53:03 GMT 2025
Andreas Tille pushed to branch master at Debian Clojure Maintainers / specter-clojure
Commits:
a4918d43 by Apollon Oikonomopoulos at 2025-02-20T15:49:22+01:00
Import Debian changes 1.0.2-2
specter-clojure (1.0.2-2) unstable; urgency=medium
.
* Properly build the jar, including the java classes.
- - - - -
29db1ef1 by Holger Levsen at 2025-02-20T15:49:22+01:00
Import Debian changes 1.0.2-2.1
specter-clojure (1.0.2-2.1) unstable; urgency=medium
.
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
- - - - -
9982a258 by Andreas Tille at 2025-02-20T15:52:24+01:00
Migrate to the Clojure Team
- - - - -
4 changed files:
- − debian/.gitignore
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/.gitignore deleted
=====================================
@@ -1 +0,0 @@
-!pom.xml
=====================================
debian/changelog
=====================================
@@ -1,3 +1,23 @@
+specter-clojure (1.0.2-2) UNRELEASED; urgency=medium
+
+ [ Louis-Philippe Véronneau ]
+ * d/control: Migrate to the Clojure Team.
+
+ -- Louis-Philippe Véronneau <pollo at debian.org> Sat, 08 Jan 2022 17:53:44 -0500
+
+specter-clojure (1.0.2-2.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:34:37 +0100
+
+specter-clojure (1.0.2-2) unstable; urgency=medium
+
+ * Properly build the jar, including the java classes.
+
+ -- Apollon Oikonomopoulos <apoikos at debian.org> Sat, 05 Aug 2017 19:31:09 -0400
+
specter-clojure (1.0.2-1) unstable; urgency=medium
* Initial release (Closes: #855719)
=====================================
debian/control
=====================================
@@ -1,7 +1,7 @@
Source: specter-clojure
Section: java
Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Maintainer: Debian Clojure Maintainers <team+clojure at tracker.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos at debian.org>
Build-Depends:
debhelper (>= 10),
@@ -12,8 +12,8 @@ Build-Depends:
libtext-markdown-perl | markdown,
default-jdk
Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/specter-clojure.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/specter-clojure.git
+Vcs-Git: https://salsa.debian.org/clojure-team/specter-clojure.git
+Vcs-Browser: https://salsa.debian.org/clojure-team/specter-clojure
Homepage: https://github.com/nathanmarz/specter
Package: libspecter-clojure
=====================================
debian/rules
=====================================
@@ -11,7 +11,8 @@ export CLASSPATH=/usr/share/java/clojure.jar:/usr/share/java/riddley.jar
dh $@ --with javahelper --with jh_maven_repo_helper
override_jh_build: $(MDWN_DOCS)
- jar cf $(PRODUCED_JAR) -C src .
+ jh_build $(PRODUCED_JAR) src/java
+ jar uf $(PRODUCED_JAR) -C src/clj .
mkdir -p $(CURDIR)/doc/html && mv $(CURDIR)/*.html $(CURDIR)/doc/html
override_jh_classpath:
View it on GitLab: https://salsa.debian.org/clojure-team/specter-clojure/-/compare/cf264f0e4befad31ba0028b8aa138ca51f6ab7f2...9982a258e3dd5f727db2dbc59ff91e7c270eed92
--
View it on GitLab: https://salsa.debian.org/clojure-team/specter-clojure/-/compare/cf264f0e4befad31ba0028b8aa138ca51f6ab7f2...9982a258e3dd5f727db2dbc59ff91e7c270eed92
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/b6bdf378/attachment.htm>
More information about the pkg-java-commits
mailing list