--- advancecomp-1.15.orig/debian/docs +++ advancecomp-1.15/debian/docs @@ -0,0 +1,3 @@ +README +AUTHORS +HISTORY --- advancecomp-1.15.orig/debian/control +++ advancecomp-1.15/debian/control @@ -0,0 +1,18 @@ +Source: advancecomp +Section: utils +Priority: optional +Maintainer: Piotr Ozarowski +Build-Depends: debhelper (>=5), cdbs (>=0.4.38), autotools-dev, zlib1g-dev +Standards-Version: 3.7.2 + +Package: advancecomp +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: collection of recompression utilities + AdvanceCOMP contains recompression utilities for your .zip archives, .png + images, .mng video clips and .gz files. + . + For recompression, 7-Zip (http://www.7-zip.com) is used, which generally gives + 5-10% more compression than zLib. + . + Homepage: http://advancemame.sourceforge.net/ --- advancecomp-1.15.orig/debian/rules +++ advancecomp-1.15/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk --- advancecomp-1.15.orig/debian/watch +++ advancecomp-1.15/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://qa.debian.org/watch/sf.php/advancemame/ advancecomp-(.*)\.tar\.gz --- advancecomp-1.15.orig/debian/changelog +++ advancecomp-1.15/debian/changelog @@ -0,0 +1,6 @@ +advancecomp (1.15-1) unstable; urgency=low + + * Initial release (closes: #367112) + + -- Piotr Ozarowski Sat, 13 May 2006 21:15:49 +0200 + --- advancecomp-1.15.orig/debian/compat +++ advancecomp-1.15/debian/compat @@ -0,0 +1 @@ +5 --- advancecomp-1.15.orig/debian/copyright +++ advancecomp-1.15/debian/copyright @@ -0,0 +1,57 @@ +This package was debianized by Piotr Ozarowski on +Sat, 13 May 2006 21:15:49 +0200. + +It was downloaded from http://advancemame.sourceforge.net/comp-download.html + +Copyright Holder: Andrea Mazzoleni + +Copyright (C) 1999-2005 Andrea Mazzoleni, Filipe Estima + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + In addition, as a special exception, Andrea Mazzoleni + gives permission to link the code of this program with + the MAME library (or with modified versions of MAME that use the + same license as MAME), and distribute linked combinations including + the two. You must obey the GNU General Public License in all + respects for all of the code used other than MAME. If you modify + this file, you may extend this exception to your version of the + file, but you are not obligated to do so. If you do not wish to + do so, delete this exception statement from your version. + +----------------------------------------------------------- + +Files in 7z directory contains some source files from the +7z archive utility. (http://www.7-zip.org) + +All the files in this directory was originally released +with the LGPL license. + +All the modifications made on the original files must +be considered Copyright (C) 2002 Andrea Mazzoleni and +released under the LGPL license. + +On Debian systems, the complete text of the GNU Library General Public +License can be found in the file `/usr/share/common-licenses/LGPL-2.1'. + +----------------------------------------------------------- + +The Debian packaging is (C) 2006, Piotr Ozarowski and +is licensed under the GPL. + +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL'.