[jzlib] 12/21: New upstream release (1.1.1) Added the OSGi metadata to the manifest Updated Standards-Version to 3.9.4 (no changes) Fixed the watch file Updated debian/copyright to comply with the Machine-readable format 1.0

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 a72f62a3ecd5073d390fdf6e0cf3985a78b0850f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Apr 18 14:42:22 2013 +0000

    New upstream release (1.1.1)
    Added the OSGi metadata to the manifest
    Updated Standards-Version to 3.9.4 (no changes)
    Fixed the watch file
    Updated debian/copyright to comply with the Machine-readable format 1.0
---
 debian/changelog | 11 +++++++++++
 debian/control   |  8 ++++----
 debian/copyright | 10 +++++-----
 debian/manifest  |  6 ++++++
 debian/rules     |  2 +-
 debian/watch     |  2 +-
 6 files changed, 28 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c9a90c7..b9cdf17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+jzlib (1.1.1-1) experimental; urgency=low
+
+  * Team upload.
+  * New upstream release
+  * Added the OSGi metadata to the manifest
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * Fixed the watch file
+  * Updated debian/copyright to comply with the Machine-readable format 1.0
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Thu, 18 Apr 2013 16:30:16 +0200
+
 jzlib (1.1.0-1) unstable; urgency=low
 
   * New upstream release (since 2008)!
diff --git a/debian/control b/debian/control
index 0e4c056..18b14fa 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
 Source: jzlib
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Standards-Version: 3.9.2
+Uploaders: Damien Raude-Morvan <drazzib at debian.org>, Emmanuel Bourg <ebourg at apache.org>
+Standards-Version: 3.9.4
 Section: java
 Priority: optional
-Build-Depends: debhelper (>= 7), default-jdk, javahelper, maven-repo-helper
+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/
@@ -12,7 +12,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jzlib/
 Package: libjzlib-java
 Architecture: all
 Depends: ${misc:Depends}
-Description: reimplementation of zlib in pure Java
+Description: Java Zlib implementation
  JZlib is a pure Java implementation of ZLib (see RFC-1950 and RFC-1951).
  .
  It supports all compression level and all flushing mode of ZLib and
diff --git a/debian/copyright b/debian/copyright
index b481fc4..d4745e8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: JZlib
 Upstream-Contact: Atsuhiko Yamanaka <ymnk at jcraft.com>
 Source: https://github.com/ymnk/jzlib
@@ -30,8 +30,8 @@ Comment:
 
 
 Files: *
-Copyright: Copyright (c) 2000,2001,2002,2003 ymnk JCraft, Inc.
-Copyright: Copyright (c) 2001 Lapo Luchini
+Copyright: 2000,2001,2002,2003 ymnk JCraft, Inc.
+           2001 Lapo Luchini
 License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
@@ -59,8 +59,8 @@ License: BSD-3-clause
 
 
 Files: debian/*
-Copyright: Copyright 2002-2008, Adam Heath <doogie at debian.org>
-Copyright: Copyright 2008-2011, Damien Raude-Morvan <drazzib at debian.org>
+Copyright: 2002-2008, Adam Heath <doogie at debian.org>
+           2008-2011, Damien Raude-Morvan <drazzib at debian.org>
 License: Apache-2.0
  On Debian systems, the complete text of the Apache License Version 2.0,
  can be found in /usr/share/common-licenses/Apache-2.0.
diff --git a/debian/manifest b/debian/manifest
new file mode 100644
index 0000000..5e4d0de
--- /dev/null
+++ b/debian/manifest
@@ -0,0 +1,6 @@
+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"
diff --git a/debian/rules b/debian/rules
index 93dc43d..19406d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@ export JAVA_HOME := /usr/lib/jvm/default-java
 	dh $@ --with javahelper --with jh_maven_repo_helper
 
 get-orig-source:
-	uscan --force-download --rename
+	uscan --force-download --rename --repack
diff --git a/debian/watch b/debian/watch
index 9096a01..b18be52 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://www.jcraft.com/jzlib/ ./jzlib-(.*).tar.gz debian uupdate
+http://www.jcraft.com/jzlib/ ./jzlib-(.*).zip debian uupdate

-- 
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