diff -Nru libwebp-0.2.0/debian/bzr-builder.manifest libwebp-0.2.0/debian/bzr-builder.manifest --- libwebp-0.2.0/debian/bzr-builder.manifest 1970-01-01 00:00:00.000000000 +0000 +++ libwebp-0.2.0/debian/bzr-builder.manifest 2012-08-07 19:01:45.000000000 +0000 @@ -0,0 +1,3 @@ +# bzr-builder format 0.3 deb-version {debupstream}-0~201208071901 +lp:libwebp revid:git-v1:7d732f905bbf0d2af1a30fa772a7f967e5d0d084 +nest packaging lp:~george-edison55/libwebp/debian debian revid:admin@quickmediasolutions.com-20120807183229-c1swqv19sszeohrq diff -Nru libwebp-0.2.0/debian/changelog libwebp-0.2.0/debian/changelog --- libwebp-0.2.0/debian/changelog 2012-09-25 11:17:22.000000000 +0000 +++ libwebp-0.2.0/debian/changelog 2012-09-25 12:35:35.000000000 +0000 @@ -1,47 +1,17 @@ -libwebp (0.2.0-0~webupd8~precise) precise; urgency=medium +libwebp (0.2.0-0~webupd8~precise2) precise; urgency=medium * new upstream release - -- Alin Andrei Wed, 22 Feb 2012 12:00:56 -0800 + -- Alin Andrei Tue, 25 Sep 2012 19:01:45 +0000 -libwebp (0.1.3-3) unstable; urgency=low +libwebp (0.1.99-0~201208071901~quantal1) quantal; urgency=low - * Close dependency bug fixed in last update (closes: #657896) - * Accept multi-arch support from Felix Geyer (closes: #659027) + * Auto build. - -- Jeff Breidenbach Wed, 22 Feb 2012 12:00:56 -0800 + -- Nathan Osman Tue, 07 Aug 2012 19:01:45 +0000 -libwebp (0.1.3-2.1) unstable; urgency=low +libwebp (0.1.99) precise; urgency=low - * Non-maintainer upload. - * Build-Depend on libjpeg-dev instead of libjpeg62-dev, and drop hardcoded - shared library dependencies from webp. + * Automated package build. - -- Julien Cristau Sun, 29 Jan 2012 18:29:55 +0100 - -libwebp (0.1.3-2) unstable; urgency=low - - * Improve description ever so slightly (closes: #647434) - - -- Jeff Breidenbach Thu, 08 Dec 2011 16:34:49 -0800 - -libwebp (0.1.3-1) unstable; urgency=low - - * New upstream release (closes: #645154) - * Fix typos in description (closes: #637156) - - -- Jeff Breidenbach Mon, 31 Oct 2011 10:15:38 -0700 - -libwebp (0.1.2-1) unstable; urgency=low - - * New upstream release - * Explicit PNG and JPEG dependencies (closes: #622386) - * Remove .la filse (closes: #622515) - - -- Jeff Breidenbach Wed, 13 Apr 2011 15:14:03 -0700 - -libwebp (0.1-1) unstable; urgency=low - - * Initial release. - - -- Jeff Breidenbach Mon, 28 Feb 2011 17:25:17 -0800 + -- Nathan Osman Tue, 7 Aug 2012 10:55:14 -0700 diff -Nru libwebp-0.2.0/debian/compat libwebp-0.2.0/debian/compat --- libwebp-0.2.0/debian/compat 2012-02-22 20:07:36.000000000 +0000 +++ libwebp-0.2.0/debian/compat 2012-08-07 19:01:45.000000000 +0000 @@ -1 +1 @@ -9 +7 diff -Nru libwebp-0.2.0/debian/control libwebp-0.2.0/debian/control --- libwebp-0.2.0/debian/control 2012-02-22 20:07:36.000000000 +0000 +++ libwebp-0.2.0/debian/control 2012-08-07 19:01:45.000000000 +0000 @@ -1,44 +1,38 @@ Source: libwebp Priority: extra -Maintainer: Jeff Breidenbach -Build-Depends: debhelper (>= 9), autotools-dev, libtool, autoconf, - automake, libjpeg-dev, libpng12-dev -Standards-Version: 3.9.2 +Maintainer: Nathan Osman +Build-Depends: debhelper (>= 7.0.50~), automake, libtool +Standards-Version: 3.9.3 Section: libs -Homepage: http://webp.googlecode.com +Homepage: https://developers.google.com/speed/webp/ -Package: libwebp-dev -Section: libdevel -Architecture: any -Multi-Arch: same -Depends: libwebp2 (= ${binary:Version}), ${misc:Depends} -Description: Lossy compression of digital photographic images. - Image Compression format, based on the VP8 codec. - WebP uses the modern VP8 compression format to deliver efficient - compression of images for the web. More than 30% extra gain over - optimized JPEG, for same quality, is not unusual. - - -Package: libwebp2 +Package: libwebp3 Section: libs Architecture: any -Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Lossy compression of digital photographic images. - Image Compression format, based on the VP8 codec. - WebP uses the modern VP8 compression format to deliver efficient - compression of images for the web. More than 30% extra gain over - optimized JPEG, for same quality, is not unusual. - +Description: Library for working with WebP images. + WebP is a lossy image compression format producing small files while preserving + quality. + . + This package provides the base library. Package: webp -Section: graphics +Section: utils Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Lossy compression of digital photographic images. - Image Compression format, based on the VP8 codec. - WebP uses the modern VP8 compression format to deliver efficient - compression of images for the web. More than 30% extra gain over - optimized JPEG, for same quality, is not unusual. +Depends: ${shlibs:Depends}, ${misc:Depends}, libwebp3 (= ${binary:Version}) +Description: Library for working with WebP images. + WebP is a lossy image compression format producing small files while preserving + quality. + . + This package provides the command line encoder / decoder. +Package: libwebp-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libwebp3 (= ${binary:Version}) +Description: Library for working with WebP images. + WebP is a lossy image compression format producing small files while preserving + quality. + . + This package provides the development files needed to write applications that + take advantage of the reference encoder / decoder. diff -Nru libwebp-0.2.0/debian/copyright libwebp-0.2.0/debian/copyright --- libwebp-0.2.0/debian/copyright 2011-03-01 01:37:00.000000000 +0000 +++ libwebp-0.2.0/debian/copyright 2012-08-07 19:01:45.000000000 +0000 @@ -1,50 +1,53 @@ -This work was packaged for Debian by: - - Jeff Breidenbach on Mon, 28 Feb 2011 17:25:17 -0800 - -It was downloaded from - -Upstream Author(s): - - Pascal Massimino - -Copyright: - - Copyright (C) 2010, Google Inc. All rights reserved. - -License: - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are - met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -The Debian packaging is: - - Copyright (C) 2011 Jeff Breidenbach - -and is licensed under Apache-2.0 -see `/usr/share/common-licenses/Apache-2.0'. +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: libwebp +Source: http://code.google.com/p/webp/ + +Files: * +Copyright: 2010 Google Inc. +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: + . + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + . + * Neither the name of Google nor the names of its contributors may + be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Files: debian/* +Copyright: 2012 Nathan Osman +License: GPL-2+ + This package 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 package 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 version 2 can be found in "/usr/share/common-licenses/GPL-2". diff -Nru libwebp-0.2.0/debian/docs libwebp-0.2.0/debian/docs --- libwebp-0.2.0/debian/docs 2011-03-01 19:38:31.000000000 +0000 +++ libwebp-0.2.0/debian/docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -AUTHORS -PATENTS -NEWS -README diff -Nru libwebp-0.2.0/debian/libwebp-dev.dirs libwebp-0.2.0/debian/libwebp-dev.dirs --- libwebp-0.2.0/debian/libwebp-dev.dirs 1970-01-01 00:00:00.000000000 +0000 +++ libwebp-0.2.0/debian/libwebp-dev.dirs 2012-08-07 19:01:45.000000000 +0000 @@ -0,0 +1,2 @@ +usr/lib +usr/include diff -Nru libwebp-0.2.0/debian/libwebp-dev.install libwebp-0.2.0/debian/libwebp-dev.install --- libwebp-0.2.0/debian/libwebp-dev.install 2012-02-22 20:07:36.000000000 +0000 +++ libwebp-0.2.0/debian/libwebp-dev.install 2012-08-07 19:01:45.000000000 +0000 @@ -1,4 +1,3 @@ usr/include/* -usr/lib/*/lib*.a -usr/lib/*/lib*.so - +usr/lib/pkgconfig/* +usr/lib/*.a diff -Nru libwebp-0.2.0/debian/libwebp2.install libwebp-0.2.0/debian/libwebp2.install --- libwebp-0.2.0/debian/libwebp2.install 2012-02-22 20:07:36.000000000 +0000 +++ libwebp-0.2.0/debian/libwebp2.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/lib*.so.* diff -Nru libwebp-0.2.0/debian/libwebp3.dirs libwebp-0.2.0/debian/libwebp3.dirs --- libwebp-0.2.0/debian/libwebp3.dirs 1970-01-01 00:00:00.000000000 +0000 +++ libwebp-0.2.0/debian/libwebp3.dirs 2012-08-07 19:01:45.000000000 +0000 @@ -0,0 +1 @@ +usr/lib diff -Nru libwebp-0.2.0/debian/libwebp3.install libwebp-0.2.0/debian/libwebp3.install --- libwebp-0.2.0/debian/libwebp3.install 1970-01-01 00:00:00.000000000 +0000 +++ libwebp-0.2.0/debian/libwebp3.install 2012-08-07 19:01:45.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/lib*.so.* diff -Nru libwebp-0.2.0/debian/rules libwebp-0.2.0/debian/rules --- libwebp-0.2.0/debian/rules 2011-04-14 02:09:30.000000000 +0000 +++ libwebp-0.2.0/debian/rules 2012-08-07 19:01:45.000000000 +0000 @@ -1,24 +1,9 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -autogen-stamp: +build: ./autogen.sh - touch autogen-stamp - -build: autogen-stamp - dh build - -clean: - rm -f autogen-stamp - dh clean + ./configure %: - dh $@ + dh $@ diff -Nru libwebp-0.2.0/debian/source/format libwebp-0.2.0/debian/source/format --- libwebp-0.2.0/debian/source/format 2012-09-25 13:26:06.309737631 +0000 +++ libwebp-0.2.0/debian/source/format 2012-09-25 13:26:06.459788968 +0000 @@ -1 +1 @@ -3.0 (quilt) +3.0 (native) diff -Nru libwebp-0.2.0/debian/watch libwebp-0.2.0/debian/watch --- libwebp-0.2.0/debian/watch 2011-03-01 01:43:12.000000000 +0000 +++ libwebp-0.2.0/debian/watch 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ -version=3 -http://code.google.com/p/webp/downloads/list libwebp-(.*)\.tar\.gz - - diff -Nru libwebp-0.2.0/debian/webp.dirs libwebp-0.2.0/debian/webp.dirs --- libwebp-0.2.0/debian/webp.dirs 1970-01-01 00:00:00.000000000 +0000 +++ libwebp-0.2.0/debian/webp.dirs 2012-08-07 19:01:45.000000000 +0000 @@ -0,0 +1 @@ +usr/bin diff -Nru libwebp-0.2.0/debian/webp.manpages libwebp-0.2.0/debian/webp.manpages --- libwebp-0.2.0/debian/webp.manpages 2011-04-13 23:31:37.000000000 +0000 +++ libwebp-0.2.0/debian/webp.manpages 2012-08-07 19:01:45.000000000 +0000 @@ -1,2 +1,3 @@ man/cwebp.1 man/dwebp.1 +man/webpmux.1