[jzlib] 14/21: New upstream release (1.1.2) Updated the OSGi metadata Updated the watch file to fetch the latest tag from Github debian/control: Use canonical URLs for the Vcs-* fields
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jan 12 11:51:36 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jzlib.
commit 99c7cbcd8de3c220e0f2238c148c32cc9b276cc1
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Jun 14 08:22:18 2013 +0000
New upstream release (1.1.2)
Updated the OSGi metadata
Updated the watch file to fetch the latest tag from Github
debian/control: Use canonical URLs for the Vcs-* fields
---
debian/changelog | 9 +++++++++
debian/control | 4 ++--
debian/manifest | 4 ++--
debian/watch | 2 +-
4 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index caf20b1..ebeb88e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+jzlib (1.1.2-1) unstable; urgency=low
+
+ * New upstream release
+ - Updated the OSGi metadata
+ * Updated the watch file to fetch the latest tag from Github
+ * debian/control: Use canonical URLs for the Vcs-* fields
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 14 Jun 2013 10:18:31 +0200
+
jzlib (1.1.1-2) unstable; urgency=low
* Team upload.
diff --git a/debian/control b/debian/control
index 18b14fa..f27b8d0 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Section: java
Priority: optional
Build-Depends: debhelper (>= 7), default-jdk, javahelper, maven-repo-helper (>= 1.6)
Homepage: http://www.jcraft.com/jzlib/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jzlib/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jzlib/
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jzlib/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jzlib/
Package: libjzlib-java
Architecture: all
diff --git a/debian/manifest b/debian/manifest
index 5e4d0de..cc994eb 100644
--- a/debian/manifest
+++ b/debian/manifest
@@ -2,5 +2,5 @@ usr/share/java/jzlib.jar:
Bundle-ManifestVersion: 2
Bundle-Name: JZlib
Bundle-SymbolicName: com.jcraft.jzlib
- Bundle-Version: 1.1.1
- Export-Package: com.jcraft.jzlib;version="1.1.1"
+ Bundle-Version: 1.1.2
+ Export-Package: com.jcraft.jzlib;version="1.1.2"
diff --git a/debian/watch b/debian/watch
index b18be52..2e98224 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://www.jcraft.com/jzlib/ ./jzlib-(.*).zip debian uupdate
+https://github.com/ymnk/jzlib/tags .*/([\d\.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jzlib.git
More information about the pkg-java-commits
mailing list