[Git][clojure-team/tools-analyzer-clojure][debian/main] 3 commits: d/rules: generate pom.xml dynamically with lein.
Louis-Philippe Véronneau
gitlab at salsa.debian.org
Tue Dec 15 23:08:50 GMT 2020
Louis-Philippe Véronneau pushed to branch debian/main at Debian Clojure Maintainers / tools-analyzer-clojure
Commits:
51874c2c by Louis-Philippe Véronneau at 2020-12-15T15:47:33-05:00
d/rules: generate pom.xml dynamically with lein.
- - - - -
82560363 by Louis-Philippe Véronneau at 2020-12-15T15:48:41-05:00
d/*.classpath: add classpath to jar.
- - - - -
2ead5c28 by Louis-Philippe Véronneau at 2020-12-15T18:03:55-05:00
Release 1.0.0-2 to unstable
- - - - -
4 changed files:
- debian/changelog
- + debian/libtools-analyzer-clojure.classpath
- − debian/pom.xml
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+tools-analyzer-clojure (1.0.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * d/rules: generate pom.xml dynamically with lein.
+ * d/*.classpath: add classpath to jar.
+
+ -- Louis-Philippe Véronneau <pollo at debian.org> Tue, 15 Dec 2020 15:48:50 -0500
+
tools-analyzer-clojure (1.0.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/libtools-analyzer-clojure.classpath
=====================================
@@ -0,0 +1 @@
+usr/share/java/tools.analyzer.jar /usr/share/java/clojure.jar
=====================================
debian/pom.xml deleted
=====================================
@@ -1,93 +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>org.clojure</groupId>
- <artifactId>tools.analyzer</artifactId>
- <packaging>jar</packaging>
- <version>1.0.0</version>
- <name>tools.analyzer</name>
- <description>An analyzer for Clojure code, written in Clojure and producing AST in EDN.</description>
- <url>https://github.com/clojure/tools.analyzer</url>
- <licenses>
- <license>
- <name>Eclipse Public License</name>
- <url>http://www.eclipse.org/legal/epl-v10.html</url>
- </license>
- </licenses>
- <scm>
- <tag>6365a036565e5326bb91052a24293f781af9a380</tag>
- </scm>
- <build>
- <sourceDirectory>src/main/clojure</sourceDirectory>
- <testSourceDirectory>src/test/clojure</testSourceDirectory>
- <resources>
- <resource>
- <directory>resources</directory>
- </resource>
- </resources>
- <testResources>
- <testResource>
- <directory>resources</directory>
- </testResource>
- </testResources>
- <directory>target</directory>
- <outputDirectory>target/classes</outputDirectory>
- <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>
- <repository>
- <id>sonatype</id>
- <url>https://oss.sonatype.org/content/repositories/releases</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>snapshots</id>
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
- <dependencyManagement>
- <dependencies/>
- </dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.clojure</groupId>
- <artifactId>clojure</artifactId>
- <version>1.10.x</version>
- </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/tools-analyzer-clojure/-/compare/85dc6fae7565e940deac4d8d8638f3b6ad06e468...2ead5c285cff8305371ec520346e2c70ab4974f6
--
View it on GitLab: https://salsa.debian.org/clojure-team/tools-analyzer-clojure/-/compare/85dc6fae7565e940deac4d8d8638f3b6ad06e468...2ead5c285cff8305371ec520346e2c70ab4974f6
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/20201215/923fc298/attachment.html>
More information about the pkg-java-commits
mailing list