debian/0000755000000000000000000000000012255431146007171 5ustar debian/changelog0000644000000000000000000000053712255430423011045 0ustar zopfli (1.0.0-1) unstable; urgency=low * New upstream release. * Update Standards-Version to 3.9.5 . -- Laszlo Boszormenyi (GCS) Sun, 22 Dec 2013 01:20:05 +0100 zopfli (0~git130414-1) unstable; urgency=low * Initial release (closes: #702170). -- Laszlo Boszormenyi (GCS) Sun, 03 Mar 2013 13:31:30 +0100 debian/clean0000644000000000000000000000000712114643335010172 0ustar zopfli debian/compat0000644000000000000000000000000212114641125010361 0ustar 9 debian/control0000644000000000000000000000113512255430231010566 0ustar Source: zopfli Section: utils Priority: optional Maintainer: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~) Standards-Version: 3.9.5 Homepage: http://code.google.com/p/zopfli/ Package: zopfli Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: zlib (gzip, deflate) compatible compressor Zopfli Compression Algorithm is a new zlib (gzip, deflate) compatible compressor. This compressor takes more time (~100x slower), but compresses around 5% better than zlib and better than any other zlib-compatible compressor we have found. debian/copyright0000644000000000000000000000423712255430271011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: zopfli Upstream-Contact: Lode Vandevenne , Jyrki Alakuijala Source: https://code.google.com/p/zopfli/ Copyright: Copyright (C) 2011 - Google Inc., Copyright (C) 2011 - Lode Vandevenne , Copyright (C) 2011 - Jyrki Alakuijala Files: * Copyright: Copyright (C) 2011 - Google Inc., Copyright (C) 2011 - Lode Vandevenne , Copyright (C) 2011 - Jyrki Alakuijala License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache License can be found in the file `/usr/share/common-licenses/Apache-2.0'. Files: debian/* Copyright: Copyright (C) 2010- Laszlo Boszormenyi (GCS) License: GPL-3+ 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 3 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, see . . On Debian systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL-3'. debian/install0000644000000000000000000000002012114643517010553 0ustar zopfli usr/bin/ debian/patches/0000755000000000000000000000000012255430676010627 5ustar debian/patches/hardened_build.patch0000644000000000000000000000102212255430664014571 0ustar Description: build with hardening enabled Add $CPPFLAGS and $LDFLAGS to the makefile . Author: Laszlo Boszormenyi (GCS) Forwarded: not-needed Last-Update: 2013-03-03 --- --- zopfli/makefile +++ zopfli/makefile @@ -1,5 +1,5 @@ make: - gcc src/zopfli/*.c -O2 -W -Wall -Wextra -ansi -pedantic -lm -o zopfli + gcc src/zopfli/*.c -O2 -W -Wall -Wextra -ansi -pedantic -lm $(CPPFLAGS) $(LDFLAGS) -o zopfli debug: - gcc src/zopfli/*.c -g3 -lm -o zopfli + gcc src/zopfli/*.c -g3 -lm $(CPPFLAGS) $(LDFLAGS) -o zopfli debian/patches/series0000644000000000000000000000002512255430676012041 0ustar hardened_build.patch debian/rules0000755000000000000000000000026312255430125010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 override_dh_auto_configure: %: dh $@ .PHONY: override_dh_auto_configure debian/source/0000755000000000000000000000000012114641117010464 5ustar debian/source/format0000644000000000000000000000001412114641117011672 0ustar 3.0 (quilt)