Skip to content
Snippets Groups Projects
Commit 58f8500b authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Install the Maven artifacts (Closes: #708441)

parent cf28e88d
No related branches found
No related tags found
No related merge requests found
trove (2.1.0-3) UNRELEASED; urgency=medium
* Team upload.
* Install the Maven artifacts (Closes: #708441)
* Removed the dependency on the JRE
* Build with the DH sequencer instead of CDBS
* Removed Michael Koch from the uploaders (Closes: #654137)
......
......@@ -7,7 +7,7 @@ Build-Depends:
ant,
debhelper (>= 11),
default-jdk,
javahelper
maven-repo-helper
Standards-Version: 4.1.4
Vcs-Git: https://anonscm.debian.org/git/pkg-java/trove.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/trove.git
......
output/lib/trove-*.jar
debian/pom.xml --has-package-version --java-lib --usj-name=trove --artifact=output/lib/trove-*.jar
net.sf.trove4j trove4j * s/.*/2.x/ * *
<?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>net.sf.trove4j</groupId>
<artifactId>trove4j</artifactId>
<version>2.1.0</version>
<packaging>bundle</packaging>
<name>GNU Trove</name>
<description>The Trove library provides high speed regular and
primitive collections for Java.
</description>
<url>http://trove4j.sourceforge.net/</url>
<licenses>
<license>
<name>GNU Lesser General Public License 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://trove4j.svn.sourceforge.net/svnroot/trove4j</url>
</scm>
<dependencies/>
<developers>
<developer>
<name>Rob Eden</name>
</developer>
<developer>
<name>Eric D. Friedman</name>
</developer>
</developers>
</project>
\ No newline at end of file
#!/usr/bin/make -f
%:
dh $@ --with javahelper
dh $@ --with maven-repo-helper
override_dh_auto_build:
dh_auto_build -- jar javadoc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment