--- babl-0.0.22.orig/debian/libbabl-0.0-doc.docs
+++ babl-0.0.22/debian/libbabl-0.0-doc.docs
@@ -0,0 +1,4 @@
+docs/index.html
+docs/Babl*.html
+docs/babl.css
+docs/graphics/
--- babl-0.0.22.orig/debian/changelog
+++ babl-0.0.22/debian/changelog
@@ -0,0 +1,12 @@
+babl (0.0.22-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ross Burton <ross@debian.org>  Mon, 16 Jun 2008 11:32:54 +0100
+
+babl (0.0.20-1) unstable; urgency=low
+
+  * First upload to Debian (Closes: #451250)
+  * Initially based on packaging by Étienne Bersac <bersace03@laposte.net>.
+
+ -- Ross Burton <ross@debian.org>  Thu, 28 Feb 2008 08:41:14 +0000
--- babl-0.0.22.orig/debian/libbabl-0.0-0-dev.install
+++ babl-0.0.22/debian/libbabl-0.0-0-dev.install
@@ -0,0 +1,3 @@
+debian/tmp/usr/include/
+debian/tmp/usr/lib/libbabl*.so
+debian/tmp/usr/lib/pkgconfig/
--- babl-0.0.22.orig/debian/TODO
+++ babl-0.0.22/debian/TODO
@@ -0,0 +1 @@
+Add -dbg package
--- babl-0.0.22.orig/debian/compat
+++ babl-0.0.22/debian/compat
@@ -0,0 +1 @@
+5
--- babl-0.0.22.orig/debian/copyright
+++ babl-0.0.22/debian/copyright
@@ -0,0 +1,30 @@
+This package was originally debianized by Étienne Bersac <bersace03@laposte.net>
+on Tue, 20 Mar 2007 11:33:29 +0100.
+
+It was downloaded from http://www.gegl.org/babl
+
+Upstream Author: Øyvind Kolås <pippin@gimp.org>
+
+Copyright:  Copyright (C) 2005, Øyvind Kolås.
+
+License:
+
+  This library is free software; you can redistribute it and/or modify it under
+  the terms of the GNU Lesser General Public License as published by the Free
+  Software Foundation; either version 3 of the License, or (at your option) any
+  later version.
+
+  This library 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 Lesser General Public License for more
+  details.
+
+  You should have received a copy of the GNU Lesser General Public License along
+  with this library; if not, write to the Free Software Foundation, Inc., 51
+  Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public
+License can be found in `/usr/share/common-licenses/LGPL'.
+
+The Debian packaging is (C) 2007, Étienne Bersac <bersace03@laposte.net> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- babl-0.0.22.orig/debian/control
+++ babl-0.0.22/debian/control
@@ -0,0 +1,39 @@
+Source: babl
+Section: libs
+Priority: optional
+Maintainer: Ross Burton <ross@debian.org>
+Build-Depends: debhelper (>= 5), cdbs, autotools-dev
+Standards-Version: 3.7.3
+
+Package: libbabl-0.0-0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Dynamic, any to any, pixel format conversion library
+ Babl is a dynamic, any to any, pixel format conversion library. It
+ provides conversions between the myriad of buffer types images can be
+ stored in. Babl doesn't only help with existing pixel formats, but
+ also facilitates creation of new and uncommon ones.
+
+Package: libbabl-0.0-0-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libbabl-0.0-0 (= ${binary:Version})
+Description: Dynamic, any to any, pixel format conversion library (development files)
+ Babl is a dynamic, any to any, pixel format conversion library. It
+ provides conversions between the myriad of buffer types images can be
+ stored in. Babl doesn't only help with existing pixel formats, but
+ also facilitates creation of new and uncommon ones.
+ .
+ This package contains the development files.
+
+Package: libbabl-0.0-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: Dynamic, any to any, pixel format conversion library (documentation)
+ Babl is a dynamic, any to any, pixel format conversion library. It
+ provides conversions between the myriad of buffer types images can be
+ stored in. Babl doesn't only help with existing pixel formats, but
+ also facilitates creation of new and uncommon ones.
+ .
+ This package contains the API documentation.
--- babl-0.0.22.orig/debian/libbabl-0.0-0.install
+++ babl-0.0.22/debian/libbabl-0.0-0.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/babl-*/
+debian/tmp/usr/lib/libbabl*.so.*
--- babl-0.0.22.orig/debian/rules
+++ babl-0.0.22/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+export LDFLAGS += -Wl,--as-needed
+
+binary-install/libbabl-0.0-doc::
+	rm -f debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/graphics/Makefile*
+
+common-binary-predeb-arch:: list-missing
