New Upstream Snapshot - tools-gitlibs-clojure

Ready changes

Summary

Merged new upstream version: 2.4.181+git20220619.1.686451f (was: 2.4.181).

Resulting package

Built on 2022-12-24T11:45 (took 12m12s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots libtools-gitlibs-clojure

Lintian Result

Diff

diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 0d1a34a..0000000
--- a/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-epl.html linguist-vendored=true
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
deleted file mode 100644
index 28248bb..0000000
--- a/.github/PULL_REQUEST_TEMPLATE
+++ /dev/null
@@ -1,10 +0,0 @@
-Hi! Thanks for your interest in contributing to this project.
-
-Clojure contrib projects do not use GitHub issues or pull requests.
-If you would like to discuss a problem or enhancement request, please
-file a question to discuss on https://ask.clojure.org and use the
-appropriate category under "Contrib libs". If necessary, a JIRA will
-be filed by a developer.
-
-For more information on contributing to Clojure projects, see:
-https://clojure.org/dev
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index ce07fda..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-*.iml
-.idea/
-target/
-.nrepl*
-.cpcache
-.lein*
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f875c4..b03c8ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
 Changelog
 ===========
 
-* next
+* 2.4.181 on Jun 19, 2022
   * Sort tags in version order
 * 2.4.176 on Jun 16, 2022
   * Add `commit-sha` api function to return commit sha for rev
diff --git a/README.md b/README.md
index d0f6f25..8139afa 100644
--- a/README.md
+++ b/README.md
@@ -75,10 +75,10 @@ tools.gitlibs can be configured by either environment variable or Java system pr
 
 This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
 
-Latest release: 2.4.176
+Latest release: 2.4.181
 
 * [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.gitlibs%22)
-* Coordinates: `org.clojure/tools.gitlibs {:mvn/version "2.4.176"}`
+* Coordinates: `org.clojure/tools.gitlibs {:mvn/version "2.4.181"}`
 
 # Developer Information
 
diff --git a/debian/changelog b/debian/changelog
index 1c3d8da..3649e25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tools-gitlibs-clojure (2.4.181+git20220619.1.686451f-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 24 Dec 2022 11:37:35 -0000
+
 tools-gitlibs-clojure (2.4.181-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/0001--Local-build.patch b/debian/patches/0001--Local-build.patch
index 6596ea6..fff71b0 100644
--- a/debian/patches/0001--Local-build.patch
+++ b/debian/patches/0001--Local-build.patch
@@ -1,7 +1,9 @@
 Use current working directory as test cache directory (for cloned repos)
 
---- a/src/main/clojure/clojure/tools/gitlibs/config.clj
-+++ b/src/main/clojure/clojure/tools/gitlibs/config.clj
+Index: tools-gitlibs-clojure.git/src/main/clojure/clojure/tools/gitlibs/config.clj
+===================================================================
+--- tools-gitlibs-clojure.git.orig/src/main/clojure/clojure/tools/gitlibs/config.clj
++++ tools-gitlibs-clojure.git/src/main/clojure/clojure/tools/gitlibs/config.clj
 @@ -31,7 +31,7 @@
     (.getCanonicalPath
       (let [lib-dir (or (System/getProperty "clojure.gitlibs.dir") (System/getenv "GITLIBS"))]
diff --git a/pom.xml b/pom.xml
index 89e384c..214a3cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <artifactId>tools.gitlibs</artifactId>
-  <version>2.4.181</version>
+  <version>2.4.182-SNAPSHOT</version>
   <name>tools.gitlibs</name>
 
   <parent>
@@ -66,6 +66,6 @@
     <connection>scm:git:git@github.com:clojure/tools.gitlibs.git</connection>
     <developerConnection>scm:git:git@github.com:clojure/tools.gitlibs.git</developerConnection>
     <url>git@github.com:clojure/tools.gitlibs.git</url>
-    <tag>v2.4.181</tag>
+    <tag>HEAD</tag>
   </scm>
 </project>

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/share/java/tools.gitlibs-2.4.182-SNAPSHOT.jar
-rw-r--r--  root/root   /usr/share/maven-repo/org/clojure/tools.gitlibs/2.4.182-SNAPSHOT/tools.gitlibs-2.4.182-SNAPSHOT.pom
lrwxrwxrwx  root/root   /usr/share/java/tools.gitlibs.jar -> tools.gitlibs-2.4.182-SNAPSHOT.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/org/clojure/tools.gitlibs/2.4.182-SNAPSHOT/tools.gitlibs-2.4.182-SNAPSHOT.jar -> ../../../../../java/tools.gitlibs-2.4.182-SNAPSHOT.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/org/clojure/tools.gitlibs/debian/tools.gitlibs-debian.jar -> ../../../../../java/tools.gitlibs-2.4.182-SNAPSHOT.jar

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/java/tools.gitlibs-2.4.181.jar
-rw-r--r--  root/root   /usr/share/maven-repo/org/clojure/tools.gitlibs/2.4.181/tools.gitlibs-2.4.181.pom
lrwxrwxrwx  root/root   /usr/share/java/tools.gitlibs.jar -> tools.gitlibs-2.4.181.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/org/clojure/tools.gitlibs/2.4.181/tools.gitlibs-2.4.181.jar -> ../../../../../java/tools.gitlibs-2.4.181.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/org/clojure/tools.gitlibs/debian/tools.gitlibs-debian.jar -> ../../../../../java/tools.gitlibs-2.4.181.jar

No differences were encountered in the control files

More details

Full run details