[libbultitude-clojure] 02/02: New upstream release (0.2.8-1)
Elana Hashman
ehashman-guest at moszumanska.debian.org
Fri May 12 03:08:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
ehashman-guest pushed a commit to branch master
in repository libbultitude-clojure.
commit 1107f3ac40537b64597bb540a981fc84954cdfc4
Author: Elana Hashman <debian at hashman.ca>
Date: Tue May 9 22:58:14 2017 -0400
New upstream release (0.2.8-1)
---
debian/changelog | 7 +++
debian/control | 15 ++++--
debian/copyright | 4 +-
debian/libbultitude.classpath | 1 +
debian/{doc-base => libbultitude.doc-base} | 0
debian/libbultitude.docs | 2 +
debian/libbultitude.jlibs | 1 +
debian/libbultitude.poms | 28 +++++++++++
debian/pom.xml | 74 ++++++++++++++++++++++++++++++
debian/rules | 2 +-
10 files changed, 128 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c1e36db..85355b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libbultitude-clojure (0.2.8-1) unstable; urgency=medium
+
+ * New upstream release. (Closes: #852244)
+ * Added maven packaging.
+
+ -- Elana Hashman <debian at hashman.ca> Tue, 09 May 2017 23:12:29 -0400
+
libbultitude-clojure (0.2.7-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index ee546bd..0524acd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,19 @@ Source: libbultitude-clojure
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Daigo Moriwaki <daigo at debian.org>,
-Build-Depends: debhelper (>= 10), javahelper (>= 0.32), clojure (>= 1.8), default-jdk, libtext-markdown-perl, libdynapath-clojure
+Uploaders:
+ Daigo Moriwaki <daigo at debian.org>,
+ Elana Hashman <debian at hashman.ca>
+Build-Depends:
+ debhelper (>= 10),
+ javahelper (>= 0.32),
+ maven-repo-helper (>= 1.7),
+ libtext-markdown-perl | markdown,
+ clojure (>= 1.8),
+ default-jdk,
+ libdynapath-clojure (>= 0.2.5)
Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libbultitude-clojure.git
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-java/libbultitude-clojure.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libbultitude-clojure.git;a=summary
Homepage: https://github.com/Raynes/bultitude
diff --git a/debian/copyright b/debian/copyright
index 710d568..f053c28 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,11 @@ Upstream-Name: Bultitude
Source: https://github.com/Raynes/bultitude
Files: *
-Copyright: Anthony Grimes <i at raynes.me>
+Copyright: 2015 Anthony Grimes <i at raynes.me>
License: EPL-1.0
Files: debian/*
-Copyright: 2013 Daigo Moriwaki <daigo at debian.org>
+Copyright: held by the contributors mentioned in debian/changelog
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/debian/libbultitude.classpath b/debian/libbultitude.classpath
new file mode 100644
index 0000000..9e83eff
--- /dev/null
+++ b/debian/libbultitude.classpath
@@ -0,0 +1 @@
+/usr/share/java/clojure.jar /usr/share/java/libdynapath-clojure.jar
\ No newline at end of file
diff --git a/debian/doc-base b/debian/libbultitude.doc-base
similarity index 100%
rename from debian/doc-base
rename to debian/libbultitude.doc-base
diff --git a/debian/libbultitude.docs b/debian/libbultitude.docs
new file mode 100644
index 0000000..968f11e
--- /dev/null
+++ b/debian/libbultitude.docs
@@ -0,0 +1,2 @@
+README.md
+doc/*
diff --git a/debian/libbultitude.jlibs b/debian/libbultitude.jlibs
new file mode 100644
index 0000000..7dda79b
--- /dev/null
+++ b/debian/libbultitude.jlibs
@@ -0,0 +1 @@
+builtitude.jar
diff --git a/debian/libbultitude.poms b/debian/libbultitude.poms
new file mode 100644
index 0000000..6d37380
--- /dev/null
+++ b/debian/libbultitude.poms
@@ -0,0 +1,28 @@
+# List of POM files for the package
+# Format of this file is:
+# <path to pom file> [option]*
+# where option can be:
+# --ignore: ignore this POM and its artifact if any
+# --ignore-pom: don't install the POM. To use on POM files that are created
+# temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms]
+# --no-parent: remove the <parent> tag from the POM
+# --package=<package>: an alternative package to use when installing this POM
+# and its artifact
+# --has-package-version: to indicate that the original version of the POM is the same as the upstream part
+# of the version for the package.
+# --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM
+# during a clean operation with mh_cleanpom or mh_installpom
+# --artifact=<path>: path to the build artifact associated with this POM,
+# it will be installed when using the command mh_install. [mh_install]
+# --java-lib: install the jar into /usr/share/java to comply with Debian
+# packaging guidelines
+# --usj-name=<name>: name to use when installing the library in /usr/share/java
+# --usj-version=<version>: version to use when installing the library in /usr/share/java
+# --no-usj-versionless: don't install the versionless link in /usr/share/java
+# --dest-jar=<path>: the destination for the real jar.
+# It will be installed with mh_install. [mh_install]
+# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default.
+# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
+# Empty by default. [mh_install]
+#
+debian/pom.xml --usj-name=builtitude
diff --git a/debian/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..db15d9b
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,74 @@
+<?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>bultitude</groupId>
+ <artifactId>bultitude</artifactId>
+ <packaging>jar</packaging>
+ <version>0.2.8</version>
+ <name>bultitude</name>
+ <description>A library for find Clojure namespaces on the classpath.</description>
+ <url>https://github.com/Raynes/bultitude</url>
+ <licenses>
+ <license>
+ <name>Eclipse Public License 1.0</name>
+ </license>
+ </licenses>
+ <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/>
+ </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://clojars.org/repo/</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.7.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.tcrawley</groupId>
+ <artifactId>dynapath</artifactId>
+ <version>0.2.3</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 -->
diff --git a/debian/rules b/debian/rules
index 3dfe1ad..8f2fc93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export CLASSPATH=/usr/share/java/clojure.jar:/usr/share/java/dynapath.jar
PRODUCED_JAR=bultitude.jar
%:
- dh $@ --with javahelper
+ dh $@ --with javahelper --with jh_maven_repo_helper
override_jh_build: $(MDWN_DOCS)
jar cf $(PRODUCED_JAR) -C src .
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libbultitude-clojure.git
More information about the pkg-java-commits
mailing list