Package: zlib Severity: serious Tags: patch Justification: Policy 12.5 Dear Mark and FTP team.
In the course of a copyright inspection before uploading a package to NEW, I realised that the zlib source directory ‘contrib’ contained copyright statements that are not reported in debian/copyright. One of my packages – velvet – contains a convenience copy of zlib for users of other operating systems and I also overlooked the contrib directory there, therefore I am opening this bug on zlib to find the best way to correct its Debian copyright declaration, so that this package's debian/copyright can be used as a template for other packages that ship a convenience copy. Would it be acceptable to simply quote README.contrib (patch attached), or is a more detailed description needed? Once a solution is found for zlib, I will paste the results in velvet. Have a nice day, -- Charles Plessy Tsurumi, Kanagawa, Japan
diff --git a/debian/copyright b/debian/copyright index 66689af..1054bd5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -34,3 +34,79 @@ Copyright notice: Jean-loup Gailly Mark Adler [email protected] [email protected] + + +Zlib sources also contain works authored by different persons, +in the contrib directory: + + All files under this contrib directory are UNSUPPORTED. There were + provided by users of zlib and were not tested by the authors of zlib. + Use at your own risk. Please contact the authors of the contributions + for help about these, not the zlib authors. Thanks. + + + ada/ by Dmitriy Anisimkov <[email protected]> + Support for Ada + See http://zlib-ada.sourceforge.net/ + + asm586/ + asm686/ by Brian Raiter <[email protected]> + asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax + See http://www.muppetlabs.com/~breadbox/software/assembly.html + + blast/ by Mark Adler <[email protected]> + Decompressor for output of PKWare Data Compression Library (DCL) + + delphi/ by Cosmin Truta <[email protected]> + Support for Delphi and C++ Builder + + dotzlib/ by Henrik Ravn <[email protected]> + Support for Microsoft .Net and Visual C++ .Net + + infback9/ by Mark Adler <[email protected]> + Unsupported diffs to infback to decode the deflate64 format + + inflate86/ by Chris Anderson <[email protected]> + Tuned x86 gcc asm code to replace inflate_fast() + + iostream/ by Kevin Ruland <[email protected]> + A C++ I/O streams interface to the zlib gz* functions + + iostream2/ by Tyge Løvset <[email protected]> + Another C++ I/O streams interface + + iostream3/ by Ludwig Schwardt <[email protected]> + and Kevin Ruland <[email protected]> + Yet another C++ I/O streams interface + + masm686/ by Dan Higdon <[email protected]> + and Chuck Walbourn <[email protected]> + asm code for Pentium Pro/PII, using the MASM syntax + + masmx64/ by Gilles Vollant <[email protected]> + x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to + replace longest_match() and inflate_fast() + + masmx86/ by Gilles Vollant <[email protected]> + x86 asm code to replace longest_match() and inflate_fast(), + for Visual C++ and MASM + + minizip/ by Gilles Vollant <[email protected]> + Mini zip and unzip based on zlib + See http://www.winimage.com/zLibDll/unzip.html + + pascal/ by Bob Dellaca <[email protected]> et al. + Support for Pascal + + puff/ by Mark Adler <[email protected]> + Small, low memory usage inflate. Also serves to provide an + unambiguous description of the deflate format. + + testzlib/ by Gilles Vollant <[email protected]> + Example of the use of zlib + + untgz/ by Pedro A. Aranda Gutierrez <[email protected]> + A very simple tar.gz file extractor using zlib + + vstudio/ by Gilles Vollant <[email protected]> + Building a minizip-enhanced zlib with Microsoft Visual Studio

