[Git][java-team/vecmath][master] 5 commits: Install the Maven artifacts (Closes: #898609)
Emmanuel Bourg
gitlab at salsa.debian.org
Mon May 14 10:29:24 BST 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / vecmath
Commits:
6dadbc0b by Andrius Merkys at 2018-05-14T11:21:12+02:00
Install the Maven artifacts (Closes: #898609)
- - - - -
7f5ca086 by Emmanuel Bourg at 2018-05-14T11:22:54+02:00
Standards-Version updated to 4.1.4
- - - - -
40408787 by Emmanuel Bourg at 2018-05-14T11:23:00+02:00
Switch to debhelper level 11
- - - - -
4b91ce55 by Emmanuel Bourg at 2018-05-14T11:27:48+02:00
Use salsa.debian.org Vcs-* URLs
- - - - -
7f882757 by Emmanuel Bourg at 2018-05-14T11:27:53+02:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- debian/compat
- debian/control
- + debian/libvecmath-java.poms
- + debian/pom.xml
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+vecmath (1.5.2-7) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Andrius Merkys ]
+ * Install the Maven artifacts (Closes: #898609)
+
+ [ Emmanuel Bourg ]
+ * Standards-Version updated to 4.1.4
+ * Switch to debhelper level 11
+ * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 14 May 2018 11:27:50 +0200
+
vecmath (1.5.2-6) unstable; urgency=medium
* Team upload.
=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,14 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
Build-Depends: ant-optional,
- debhelper (>= 10),
+ debhelper (>= 11),
default-jdk,
default-jdk-doc,
- javahelper (>= 0.32~)
-Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/vecmath.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/vecmath.git
+ javahelper (>= 0.32~),
+ maven-repo-helper
+Standards-Version: 4.1.4
+Vcs-Git: https://salsa.debian.org/java-team/vecmath.git
+Vcs-Browser: https://salsa.debian.org/java-team/vecmath
Homepage: https://tracker.debian.org/pkg/vecmath
Package: libvecmath-java
=====================================
debian/libvecmath-java.poms
=====================================
--- /dev/null
+++ b/debian/libvecmath-java.poms
@@ -0,0 +1 @@
+debian/pom.xml --java-lib --has-package-version --artifact=vecmath/build/debug/lib/ext/vecmath.jar --relocate=java3d:vecmath
=====================================
debian/pom.xml
=====================================
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,23 @@
+<?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>javax.vecmath</groupId>
+ <artifactId>vecmath</artifactId>
+ <version>1.5.2</version>
+ <packaging>jar</packaging>
+ <name>vecmath</name>
+
+ <description>3D Vector Math Package</description>
+ <url>https://java.net/projects/vecmath/</url>
+
+ <licenses>
+ <license>
+ <name>GPLv2 license, includes the CLASSPATH exception</name>
+ <url>https://java.net/projects/vecmath/sources/svn/content/trunk/COPYRIGHT.txt</url>
+ </license>
+ </licenses>
+
+</project>
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,22 +1,10 @@
#!/usr/bin/make -f
-CVS_TAG = rel-1_5_2-fcs
-CVS_VER = 1.5.2
-
%:
- dh $@ --with javahelper --builddirectory=vecmath
+ dh $@ --with javahelper,maven_repo_helper --builddirectory=vecmath
override_dh_auto_build:
dh_auto_build -Dvecmath -- jar docs
override_dh_auto_clean:
dh_auto_clean -Dvecmath clean
-
-
-get-orig-source::
- @ echo "Password for the guest CVS user is an empty password (press [enter])"
- cvs -d :pserver:guest at cvs.dev.java.net:/cvs login
- mkdir source-cvs && cd source-cvs && \
- cvs -d :pserver:guest at cvs.dev.java.net:/cvs co -r $(CVS_TAG) vecmath
- tar -zcv --exclude '*/CVS' --exclude .cvsignore -f ../vecmath_$(CVS_VER).orig.tar.gz source-cvs
- rm -rf source-cvs
View it on GitLab: https://salsa.debian.org/java-team/vecmath/compare/52c9cfd4d679cb8ff03a3467994a33683850d61a...7f882757c0f2e7e65bbfdf2d18a81ddfd8460e1d
---
View it on GitLab: https://salsa.debian.org/java-team/vecmath/compare/52c9cfd4d679cb8ff03a3467994a33683850d61a...7f882757c0f2e7e65bbfdf2d18a81ddfd8460e1d
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/20180514/515c6a05/attachment.html>
More information about the pkg-java-commits
mailing list