~ubuntu-branches/ubuntu/vivid/jzlib/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2008-08-24 22:45:34 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080824224534-w0t34odkdtrfevta
Tags: 1.0.7-1
* New upstream release
* New maintainer (Closes: #491858)
* Use CDBS (Ant with debian/build.xml) for building
* Ship examples in libjzlib-java
* debian/libjzlib-java.dirs: Removed because dirs are created by dh_install
* debian/copyright: Made clear statements about license and upstreams
  authors (remove crufted debian/copyright.in and lintian override)
* debian/watch: monitoring of upstream release on jcraft.com
* debian/rules: create a get-orig-source using uscan and debian/watch
* debian/control:
  * Use better synopsis and long description (Thanks to Ben Finney)
  * Add Homepage and Vcs-* fields
  * Bumping debhelper compat level from 4 to 5 (see debian/compat)
  * Build-Depends on GCJ instead of Kaffe 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: jzlib
2
 
Maintainer: Adam Heath <doogie@debian.org>
3
 
Standards-Version: 3.6.1
 
2
Maintainer: Damien Raude-Morvan <drazzib@drazzib.com>
 
3
Standards-Version: 3.8.0
4
4
Section: devel
5
5
Priority: optional
6
 
Build-Depends-Indep: kaffe, fastjar, debhelper (>= 4)
 
6
Build-Depends: debhelper (>= 5), cdbs
 
7
Build-Depends-Indep: java-gcj-compat-dev | java2-compiler, ant
 
8
Homepage: http://www.jcraft.com/jzlib/
 
9
Vcs-Svn: http://svn.drazzib.com/debian-pkg/jzlib/trunk
 
10
Vcs-Browser: http://svn.drazzib.com/wsvn/Debian-Pkg/jzlib/trunk
7
11
 
8
12
Package: libjzlib-java
9
13
Architecture: all
10
 
Depends: kaffe | java1-runtime
11
 
Description: Reimplementation of zlib in pure java
12
 
 JZlib is a re-implementation of zlib in pure Java.
13
 
 The first and final aim for hacking this stuff is
14
 
 to add the packet compression support to pure Java SSH systems.
 
14
Depends: java-gcj-compat | java2-runtime
 
15
Description: reimplementation of zlib in pure Java
 
16
 JZlib is a pure Java implementation of ZLib (see RFC-1950 and RFC-1951).
 
17
 .
 
18
 It supports all compression level and all flushing mode of ZLib and
 
19
 it can inflate and deflate exactly like ZLib does.
 
20
 It provide much more flexibility over 'java.util.zip.*' included in
 
21
 Java Platform API.
 
22
 .
 
23
 JZlib is licensed under a BSD style license.