[Git][clojure-team/potemkin-clojure][debian/main] 3 commits: d/*.classpath: add back the classpath for the jar.

Louis-Philippe Véronneau gitlab at salsa.debian.org
Wed Dec 16 23:17:04 GMT 2020



Louis-Philippe Véronneau pushed to branch debian/main at Debian Clojure Maintainers / potemkin-clojure


Commits:
db038fd4 by Louis-Philippe Véronneau at 2020-12-16T18:06:45-05:00
d/*.classpath: add back the classpath for the jar.

- - - - -
51fcba97 by Louis-Philippe Véronneau at 2020-12-16T18:07:46-05:00
d/rules: dynamically generate debian/pom.xml with lein.

- - - - -
abc5e70c by Louis-Philippe Véronneau at 2020-12-16T18:14:55-05:00
Release 0.4.5-3 to unstable

- - - - -


4 changed files:

- debian/changelog
- + debian/libpotemkin-clojure.classpath
- − debian/pom.xml
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+potemkin-clojure (0.4.5-3) unstable; urgency=medium
+
+  * Team upload.
+  * d/*.classpath: add back the classpath for the jar.
+  * d/rules: dynamically generate debian/pom.xml with lein.
+
+ -- Louis-Philippe Véronneau <pollo at debian.org>  Wed, 16 Dec 2020 18:10:58 -0500
+
 potemkin-clojure (0.4.5-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/libpotemkin-clojure.classpath
=====================================
@@ -0,0 +1 @@
+usr/share/java/potemkin.jar /usr/share/java/clojure.jar /usr/share/java/riddley.jar /usr/share/java/clj-tuple.jar


=====================================
debian/pom.xml deleted
=====================================
@@ -1,102 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><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>
-  <groupId>potemkin</groupId>
-  <artifactId>potemkin</artifactId>
-  <packaging>jar</packaging>
-  <version>0.4.5</version>
-  <name>potemkin</name>
-  <description>Some useful facades.</description>
-  <licenses>
-    <license>
-      <name>MIT License</name>
-    </license>
-  </licenses>
-  <scm>
-    <tag>aea42bea156ec51b37d9c0146a00d34fc9c217b4</tag>
-  </scm>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <testSourceDirectory>test</testSourceDirectory>
-    <resources>
-      <resource>
-        <directory>resources</directory>
-      </resource>
-    </resources>
-    <testResources>
-      <testResource>
-        <directory>resources</directory>
-      </testResource>
-    </testResources>
-    <directory>target</directory>
-    <outputDirectory>target/classes</outputDirectory>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.7</version>
-        <executions>
-          <execution>
-            <id>add-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>src</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-  <repositories>
-    <repository>
-      <id>central</id>
-      <url>https://repo1.maven.org/maven2/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-    </repository>
-    <repository>
-      <id>clojars</id>
-      <url>https://repo.clojars.org/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-    </repository>
-  </repositories>
-  <dependencyManagement>
-    <dependencies/>
-  </dependencyManagement>
-  <dependencies>
-    <dependency>
-      <groupId>clj-tuple</groupId>
-      <artifactId>clj-tuple</artifactId>
-      <version>debian</version>
-    </dependency>
-    <dependency>
-      <groupId>riddley</groupId>
-      <artifactId>riddley</artifactId>
-      <version>debian</version>
-    </dependency>
-    <dependency>
-      <groupId>org.clojure</groupId>
-      <artifactId>clojure</artifactId>
-      <version>1.10.x</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-</project>
-
-<!-- This file was autogenerated by Leiningen.
-  Please do not edit it directly; instead edit project.clj and regenerate it.
-  It should not be considered canonical data. For more information see
-  https://github.com/technomancy/leiningen -->


=====================================
debian/rules
=====================================
@@ -14,6 +14,7 @@ override_dh_auto_configure:
 	cd debian && ln -sf /usr/share/maven-repo .
 
 override_dh_auto_build:
+	lein pom debian/pom.xml
 	lein jar
 	# symlink so we don't need a version in debian/*.poms
 	cd target && ln -sf $(NAME)-$(DEB_VERSION_UPSTREAM).jar $(NAME).jar
@@ -27,4 +28,5 @@ override_jh_installlibs:
 override_dh_clean:
 	rm -f debian/maven-repo
 	rm -Rf target
+	rm -f debian/pom.xml
 	dh_clean



View it on GitLab: https://salsa.debian.org/clojure-team/potemkin-clojure/-/compare/d056d97805f25df75d5491809f280b4948e8be70...abc5e70cb2bddd32e5c2606a8c68b73b2ba4035a

-- 
View it on GitLab: https://salsa.debian.org/clojure-team/potemkin-clojure/-/compare/d056d97805f25df75d5491809f280b4948e8be70...abc5e70cb2bddd32e5c2606a8c68b73b2ba4035a
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/20201216/f36dfdea/attachment.html>


More information about the pkg-java-commits mailing list