[pkg-java] r16551 - trunk/jzlib/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Thu Apr 18 14:42:22 UTC 2013


Author: ebourg-guest
Date: 2013-04-18 14:42:22 +0000 (Thu, 18 Apr 2013)
New Revision: 16551

Added:
   trunk/jzlib/debian/manifest
Modified:
   trunk/jzlib/debian/changelog
   trunk/jzlib/debian/control
   trunk/jzlib/debian/copyright
   trunk/jzlib/debian/rules
   trunk/jzlib/debian/watch
Log:
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


Modified: trunk/jzlib/debian/changelog
===================================================================
--- trunk/jzlib/debian/changelog	2013-04-16 12:54:37 UTC (rev 16550)
+++ trunk/jzlib/debian/changelog	2013-04-18 14:42:22 UTC (rev 16551)
@@ -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)!

Modified: trunk/jzlib/debian/control
===================================================================
--- trunk/jzlib/debian/control	2013-04-16 12:54:37 UTC (rev 16550)
+++ trunk/jzlib/debian/control	2013-04-18 14:42:22 UTC (rev 16551)
@@ -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 @@
 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

Modified: trunk/jzlib/debian/copyright
===================================================================
--- trunk/jzlib/debian/copyright	2013-04-16 12:54:37 UTC (rev 16550)
+++ trunk/jzlib/debian/copyright	2013-04-18 14:42:22 UTC (rev 16551)
@@ -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 @@
 
 
 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 @@
 
 
 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.

Added: trunk/jzlib/debian/manifest
===================================================================
--- trunk/jzlib/debian/manifest	                        (rev 0)
+++ trunk/jzlib/debian/manifest	2013-04-18 14:42:22 UTC (rev 16551)
@@ -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"

Modified: trunk/jzlib/debian/rules
===================================================================
--- trunk/jzlib/debian/rules	2013-04-16 12:54:37 UTC (rev 16550)
+++ trunk/jzlib/debian/rules	2013-04-18 14:42:22 UTC (rev 16551)
@@ -6,4 +6,4 @@
 	dh $@ --with javahelper --with jh_maven_repo_helper
 
 get-orig-source:
-	uscan --force-download --rename
+	uscan --force-download --rename --repack

Modified: trunk/jzlib/debian/watch
===================================================================
--- trunk/jzlib/debian/watch	2013-04-16 12:54:37 UTC (rev 16550)
+++ trunk/jzlib/debian/watch	2013-04-18 14:42:22 UTC (rev 16551)
@@ -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




More information about the pkg-java-commits mailing list