This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository jnr-constants.
commit 12037d4d66fa58f85fbad0564620a221d34da2f4 Author: Miguel Landaeta <[email protected]> Date: Wed Jan 28 11:53:44 2015 -0300 Upload to experimental --- debian/changelog | 6 ++++-- debian/control | 7 ++++++- debian/libconstantine-java-doc.javadoc | 1 + debian/libconstantine-java.links | 2 ++ debian/maven.cleanIgnoreRules | 1 + debian/maven.ignoreRules | 1 + debian/maven.publishedRules | 1 + debian/watch | 3 +++ 8 files changed, 19 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9167977..e56a51f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libconstantine-java (0.8.5-1) UNRELEASED; urgency=medium +libconstantine-java (0.8.5-1) experimental; urgency=medium [ Tim Potter ] * Team upload. @@ -12,8 +12,10 @@ libconstantine-java (0.8.5-1) UNRELEASED; urgency=medium [ Miguel Landaeta ] * Moved the package to Git. + * Add missing B-D on libmaven-javadoc-plugin-java. + * Deploy compatibility links for constantine jar name. - -- Miguel Landaeta <[email protected]> Tue, 27 Jan 2015 18:28:33 -0300 + -- Miguel Landaeta <[email protected]> Wed, 28 Jan 2015 11:53:01 -0300 libconstantine-java (0.7-6) unstable; urgency=medium diff --git a/debian/control b/debian/control index 3a182a9..5aebe16 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,12 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: tony mancill <[email protected]>, Tim Potter <[email protected]> -Build-Depends: debhelper (>= 9~), maven-debian-helper, javahelper, junit4 +Build-Depends: + debhelper (>= 9~), + maven-debian-helper, + javahelper, + junit4, + libmaven-javadoc-plugin-java Standards-Version: 3.9.6 Homepage: http://github.com/jnr/jnr-constants/ Vcs-Git: git://anonscm.debian.org/pkg-java/libconstantine-java.git diff --git a/debian/libconstantine-java-doc.javadoc b/debian/libconstantine-java-doc.javadoc new file mode 100644 index 0000000..aabe425 --- /dev/null +++ b/debian/libconstantine-java-doc.javadoc @@ -0,0 +1 @@ +./target/apidocs usr/share/doc/libconstantine-java/api diff --git a/debian/libconstantine-java.links b/debian/libconstantine-java.links new file mode 100644 index 0000000..f57ed5d --- /dev/null +++ b/debian/libconstantine-java.links @@ -0,0 +1,2 @@ +usr/share/java/jnr-constants.jar usr/share/java/constantine.jar +usr/share/java/jnr-constants.jar usr/share/java/libconstantine.jar diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/debian/maven.cleanIgnoreRules @@ -0,0 +1 @@ + diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/debian/maven.ignoreRules @@ -0,0 +1 @@ + diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/debian/maven.publishedRules @@ -0,0 +1 @@ + diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..d99de63 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://github.com/jnr/jnr-constants/releases \ + /jnr/jnr-constants/archive/([0-9].+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-constants.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

