[rome] 01/01: Provide the correct Maven artifact to reference jdom. Closes (#729013)
Stephen Nelson
stephenonelson-guest at moszumanska.debian.org
Mon Nov 25 22:11:29 UTC 2013
This is an automated email from the git hooks/post-receive script.
stephenonelson-guest pushed a commit to branch master
in repository rome.
commit d1fc5a959351a445f7c8da4198a04efa80b9bdc1
Author: Stephen Nelson <stephen at eccostudio.com>
Date: Mon Nov 25 21:13:28 2013 +0000
Provide the correct Maven artifact to reference jdom. Closes (#729013)
* Bumped javahelper compatibility to 9.
* Changed vcs tags to canonical form.
* Updated homepage to point to new github site.
* Updated watch file to point to github. (No releases present to test against).
---
debian/changelog | 12 ++++++++++++
debian/compat | 2 +-
debian/control | 10 +++++-----
debian/rome.pom | 4 ++--
debian/watch | 3 +--
5 files changed, 21 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 89333a3..36fecf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+rome (1.0-6) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Provide the correct Maven artifact. (Closes. #729013)
+ * Bumped standards version to 3.9.5. No changes required.
+ * Updated javahelper to 9.
+ * Updated vcs to canonical form.
+ * Updated homepage to point to new site.
+ * Updated watch file to point to new repository.
+
+ -- Stephen Nelson <stephen at eccostudio.com> Mon, 25 Nov 2013 21:09:22 +0000
+
rome (1.0-5) unstable; urgency=low
* Team upload.
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index d00c198..7fc3db2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Miguel Landaeta <miguel at miguel.cc>
Section: java
Priority: optional
-Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper, libjdom1-java,
+Build-Depends: debhelper (>= 9), default-jdk, javahelper, libjdom1-java,
maven-repo-helper
-Standards-Version: 3.9.4
-Homepage: https://rome.dev.java.net/
-Vcs-Git: git://git.debian.org/git/pkg-java/rome.git
-Vcs-Browser: http://git.debian.org/?p=pkg-java/rome.git
+Standards-Version: 3.9.5
+Homepage: http://rometools.github.io/rome/
+Vcs-Git: git://anonscm.debian.org/pkg-java/rome.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/rome.git
Package: librome-java
Architecture: all
diff --git a/debian/rome.pom b/debian/rome.pom
index a437760..df737c3 100644
--- a/debian/rome.pom
+++ b/debian/rome.pom
@@ -189,9 +189,9 @@
</build>
<dependencies>
<dependency>
- <groupId>jdom</groupId>
+ <groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
- <version>1.0</version>
+ <version>debian</version>
</dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/debian/watch b/debian/watch
index 1a6d8b5..1c10d04 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
version=3
-https://rome.dev.java.net/ \
-https://rome.dev.java.net/dist/rome-(.*)-sources.jar debian debian/orig-tar.sh
+https://github.com/rometools/rome/releases .*/rome-([\d\.]+).tar.gz debian debian/orig-tar.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rome.git
More information about the pkg-java-commits
mailing list