--- imlib2-1.4.2.orig/debian/rules +++ imlib2-1.4.2/debian/rules @@ -0,0 +1,26 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +configure := --enable-mmx=no --prefix=/usr --exec-prefix=/usr --disable-amd64 + +%: + dh $@ + +build: patch build-stamp +build-stamp: + dh build --before dh_auto_configure + autoreconf + dh_auto_configure -- $(configure) + dh build --after dh_auto_configure + touch $@ + +install: build install-stamp +install-stamp: + dh install --until dh_prep + dh_installdocs AUTHORS README TODO + dh_installchangelogs ChangeLog + dh install --remaining + touch $@ + +binary: install --- imlib2-1.4.2.orig/debian/libimlib2-dev.doc-base +++ imlib2-1.4.2/debian/libimlib2-dev.doc-base @@ -0,0 +1,10 @@ +Document: imlib2 +Title: Imlib2 Guide +Author: Carsten Haitzler +Abstract: This document describes Imlib2 API + and provides sample C code. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libimlib2-dev/html/index.html +Files: /usr/share/doc/libimlib2-dev/html/index.html --- imlib2-1.4.2.orig/debian/changelog +++ imlib2-1.4.2/debian/changelog @@ -0,0 +1,404 @@ +imlib2 (1.4.2-1ubuntu1) jaunty; urgency=low + + * Merge from debian unstable (LP: #316026), Ubuntu remaining changes: + - Change build-depend on libltdl3-dev to libltdl7-dev. + + -- Alessio Treglia Sun, 11 Jan 2009 11:23:45 +0100 + +imlib2 (1.4.2-1) unstable; urgency=low + + * New upstream version + * moved from cdbs to debhelper's dh + * added quilt style patch management + + -- Laurence J. Lane Fri, 02 Jan 2009 21:03:17 -0500 + +imlib2 (1.4.0-1.2ubuntu1) jaunty; urgency=low + + * Merge from debian unstable, remaining changes: (LP: #302825) + - debian/control: change libltdl3-dev to libltdl7-dev. + + -- Bhavani Shankar Thu, 27 Nov 2008 20:15:32 +0530 + +imlib2 (1.4.0-1.2) unstable; urgency=high + + * Non-maintainer upload. + * Fix crash in XPM loader. Bug and test case by Julien Danjou, patch by + Peter De Wachter, thanks! Closes: #505714 aka CVE-2008-5187 + * Change libungif4-dev to libgif-dev in (Build-)Depends. + * Fix doc-base section to drop Apps/. + + -- Thomas Viehmann Sat, 22 Nov 2008 10:45:27 +0100 + +imlib2 (1.4.0-1.1ubuntu1) intrepid; urgency=low + + * debian/control: change libltdl3-dev to libltdl7-dev (we have a newer + version of libtool than debian) + + -- Sarah Hobbs Sat, 26 Jul 2008 23:03:46 +1000 + +imlib2 (1.4.0-1.1) unstable; urgency=high + + * Non-maintainer upload by the Security Team. + * Fix stack-based buffer overflow in pnm and xpm image loader modules + leading to arbitrary code execution (CVE-2008-2426; Closes: #483816). + + -- Nico Golde Sat, 31 May 2008 14:14:50 +0200 + +imlib2 (1.4.0-1) unstable; urgency=low + + * New upstream version + * Removed extraneous libs from 'imlib2-config --libs' output. Reported + and fixed by Eric Dorland. Thanks. closes: #452449 + + -- Laurence J. Lane Sat, 24 Nov 2007 13:34:50 -0500 + +imlib2 (1.3.0.0debian1-4) unstable; urgency=high + + * debian/rules: disable amd64 optimzations. closes: #397012 + + -- Laurence J. Lane Wed, 8 Nov 2006 23:19:16 -0500 + +imlib2 (1.3.0.0debian1-3) unstable; urgency=high + + * fixes non-loading of TIFF on amd64. Reported and fixed by + M Joonas Pihlaja. Thanks. Merged upstream. closes: #381177 + * fixes alpha handling inconsistency with TIFF. Reported and fixed by + M Joonas Pihlaja. Thanks. Merged upstream. closes: #381213 + * fixes segfault when saving TIFF with alpha. Reported and fixed by + M Joonas Pihlaja. Thanks. Merged upstream. closes: #381216 (again) + * fixes multiple buffer overflow vulnerabilites in width and height + checks in src/modules/loaders/*.c. CVE-2006-480[6-9]. Fixed in + upstream CVS. Reported by Stefan Fritsch. Thanks. closes: #397371 + * build-depend on debhelper 5 + + -- Laurence J. Lane Mon, 6 Nov 2006 20:42:17 -0500 + +imlib2 (1.3.0.0debian1-2) unstable; urgency=low + + * imlib2.pc.in, removed Requires line, deja vu, Bug#286636 + * take two on removing the duplicate Architecture line + + -- Laurence J. Lane Wed, 25 Oct 2006 21:01:57 -0400 + +imlib2 (1.3.0.0debian1-1) unstable; urgency=low + + * New upstream release + * bumped Standards version to 3.7.2, no changes + * removed unusused data/ dir from upstream tarball. Fixes non-free font + issue reported by Sam Hocevar. Thanks. closes: #393743 + * debian/control: removed duplicate "Architecture: any" line reported + by Stefan Huehner. Thanks. closes: #356902 + * upstream fix for tiff with alpha segfault, reported by + M Joonas Pihlaja. Thanks. closes: #381216 + + -- Laurence J. Lane Mon, 23 Oct 2006 23:42:43 -0400 + +imlib2 (1.2.1-2) unstable; urgency=low + + * src/lib/rend.c: upstream CVS patch fixes crash in digikam. + Reported by EikeSauer@t-online.de. Thanks. Closes: #318013 + + -- Laurence J. Lane Wed, 24 Aug 2005 19:24:35 -0400 + +imlib2 (1.2.1-1) unstable; urgency=low + + * New upstream release + + -- Laurence J. Lane Sat, 20 Aug 2005 00:49:55 -0400 + +imlib2 (1.2.0-2.2) unstable; urgency=high + + * Non-maintainer upload. + * High-urgency upload for sarge-targetted RC bugfix. + * Drop the Requires: line from imlib2.pc.in, since there's nothing in + the current code that will populate it with a proper pkg-config + dependency list. Closes: #286636. + + -- Steve Langasek Fri, 25 Mar 2005 01:37:23 -0800 + +imlib2 (1.2.0-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Rip out upstream's buggy homebrew X detection code, which silently + disables X support (and breaks the library ABI) if it doesn't find X + headers in the right place; now fails out properly unless passing + --without-x to configure. Closes: #295350. + + -- Steve Langasek Sun, 27 Feb 2005 13:41:05 -0800 + +imlib2 (1.2.0-2) unstable; urgency=high + + * provoke buildds + + -- Laurence J. Lane Mon, 21 Feb 2005 14:48:17 -0500 + +imlib2 (1.2.0-1.1) unstable; urgency=high + + * Non-maintainer upload. + * High-urgency upload for sarge-targetted RC bugfix + * Fix regression in the linkage of the loader modules which resulted + in undefined symbols, making libimlib2 unusable when being + dlopen()ed by an application; thanks to Don Armstrong for the patch. + Closes: #293815. + + -- Steve Langasek Sat, 12 Feb 2005 15:19:12 -0800 + +imlib2 (1.2.0-1) unstable; urgency=low + + * New upstream version + + -- Laurence J. Lane Sat, 29 Jan 2005 11:39:44 -0500 + +imlib2 (1.1.2-3) unstable; urgency=medium + + * added tiff loader patch from Renchi Raju for Bug#285582, reported by + Nick Phillips. Thanks. + + -- Laurence J. Lane Fri, 7 Jan 2005 22:14:24 -0500 + +imlib2 (1.1.2-2.1) unstable; urgency=HIGH + + * NMU with the following changes taken from the Ubuntu patch by Martin Pitt + Closes: #284925 + * SECURITY UPDATE: fix several buffer overflows + * loaders/loader_bmp.c: check for negative image width/height + * loaders/loader_xpm.c: + - check for negative image attributes + - check the length of the "col" buffer to avoid overflowing it + - patch taken from upstream CVS + * References: + CAN-2004-1025 + CAN-2004-1026 + + -- Joey Hess Thu, 6 Jan 2005 16:29:53 -0500 + +imlib2 (1.1.2-2) unstable; urgency=low + + * added libltdl3-dev Build-Depend for libimlib2-dev. See Bug#287188, + reported by Kurt Roeckx. Thanks. + * replaced libimlib2-dev's libpng3-dev Build-Depend with libpng12-dev + for libimlib2-dev. See Bug#282743, reported by Tuomas Jormola. Thanks. + + -- Laurence J. Lane Sun, 26 Dec 2004 22:08:23 -0500 + +imlib2 (1.1.2-1) unstable; urgency=low + + * New upstream release + * debian/control: added libltdl3-dev and libbz2-dev to Build-Depends + * debian/*.install: adjust paths from loaders/ to imlib2_loaders/ + + -- Laurence J. Lane Sun, 28 Nov 2004 14:47:27 -0500 + +imlib2 (1.1.0-12.4) unstable; urgency=high + + * Non-Maintainer Upload. + * Fix remote BMP heap overflow, patch from Martin Pitt. (Closes: #271375) + + -- Steinar H. Gunderson Sun, 19 Sep 2004 00:39:15 +0200 + +imlib2 (1.1.0-12.3) unstable; urgency=medium + + * NMU + * Fix FTBFS introduced by stripping build-depends in last uploads. Use + AC_PATH_X([X11],[X11/Xlib.h],[XrmInitialize()] instead of plain AC_PATH_X + because libX11 is used by the package, while the default for AC_PATH_X + (libXt) is not. (Closes: #263827) (Thanks to J.H.M. Dassen.) + + -- Andreas Metzler Sat, 7 Aug 2004 09:18:44 +0200 + +imlib2 (1.1.0-12.2) unstable; urgency=low + + * NMU to incorporate Samuel Hocevar's changes. + * src/rgbadraw.c: patch from Andreas Jochens to fix FTBFS + with GCC 3.4 (closes: #258971). + * doc/index.html: fixed the prototype of imlib_polygon_new() + (closes: #174622). + * debian/control: + + Standards-version is 3.6.1.1. + + (Build-)depend on libx11-dev, libxext-dev instead of xlibs-dev. + + Uncapitalize short description. + + -- Josselin Mouette Wed, 4 Aug 2004 15:45:05 +0200 + +imlib2 (1.1.0-12.1) unstable; urgency=medium + + * NMU + * Rebuild against libtiff4 (closes: #262158). + * configure.ac: use AM_MAINTAINER_MODE to avoid build failure. + * run libtoolize -c -f; aclocal-1.7; automake-1.7 -acf; autoheader; + autoconf; rm -rf autom4te.cache. + * debian/rules: clean test, demo and libltdl subdirectories. + + -- Josselin Mouette Wed, 4 Aug 2004 13:39:07 +0200 + +imlib2 (1.1.0-12) unstable; urgency=low + + * shooting rubberbands at the arm buildd + + -- Laurence J. Lane Wed, 17 Mar 2004 19:05:27 -0500 + +imlib2 (1.1.0-11) unstable; urgency=low + + * removed @x_includes@ from imlib2.pc.in. Corrects a problem with + pkgconfig output, reported by Rob Weir. Thanks. + * disavow existence of -9 and -10 uploads + + -- Laurence J. Lane Sun, 8 Feb 2004 10:58:20 -0500 + +imlib2 (1.1.0-8) unstable; urgency=low + + * Closes: #218433, libimlib2-dev: cannot create dhelp file, reported + by Jan Niehusmann. Thanks. + * removed Depends: libedb1-dev + + -- Laurence J. Lane Fri, 31 Oct 2003 08:44:23 -0500 + +imlib2 (1.1.0-7) unstable; urgency=low + + * Closes: #218246, libimlib2-dev: Should replaces libimlib2, reported + by Christian Marillat. Thanks. + + -- Laurence J. Lane Wed, 29 Oct 2003 21:20:03 -0500 + +imlib2 (1.1.0-6) unstable; urgency=low + + * converted to CDBS + * src/Makefile*: added -lm to LDFLAGS + * moved imlib2.pc to the -dev package + * removed debian/compat and debian/docs + * updated to Standards-Version: 3.6.1.0 + * removed Build-Depends: libedb1-dev + + -- Laurence J. Lane Tue, 28 Oct 2003 18:08:29 -0500 + +imlib2 (1.1.0-5) unstable; urgency=low + + * another freetype2-dev to libfreetype6-dev change + + -- Laurence J. Lane Sat, 20 Sep 2003 09:26:43 -0400 + +imlib2 (1.1.0-4) unstable; urgency=low + + * update configure scripts + + -- Laurence J. Lane Thu, 11 Sep 2003 19:09:45 -0400 + +imlib2 (1.1.0-3) unstable; urgency=low + + * change freetype build dependency to libfreetype6-dev + + -- Laurence J. Lane Wed, 10 Sep 2003 10:35:06 -0400 + +imlib2 (1.1.0-2) unstable; urgency=low + + * change -dev to section libdevel + + -- Laurence J. Lane Wed, 10 Sep 2003 05:58:27 -0400 + +imlib2 (1.1.0-1) unstable; urgency=low + + * New upstream release + * update libimlib2-dev description + * change libpng3-dev dependency to libpng12-dev + * return to non-native packaging + + -- Laurence J. Lane Tue, 9 Sep 2003 22:22:43 -0400 + +imlib2 (1.0.6-3) unstable; urgency=low + + * added CVS dynamic_filters.c patch, fixes MotionNotify segfault in feh + + -- Laurence J. Lane Sun, 23 Feb 2003 17:22:10 -0500 + +imlib2 (1.0.6-2) unstable; urgency=low + + * update to libpng3 + + -- Laurence J. Lane Wed, 15 Jan 2003 01:00:51 -0500 + +imlib2 (1.0.6-1) unstable; urgency=low + + * New upstream release + * updated to debhelper 4 and Standards Version 3.5.8.0 + * removed alternate giflib dependencies + + -- Laurence J. Lane Mon, 6 Jan 2003 09:11:32 +0000 + +imlib2 (1.0.5-2) unstable; urgency=low + + * config.{guess,sub} update, closes: #130381 + + -- Laurence J. Lane Tue, 22 Jan 2002 12:18:14 -0500 + +imlib2 (1.0.5-1) unstable; urgency=low + + * New upstream release + * missing loaders problem corrected, closes: #129877 + + -- Laurence J. Lane Sun, 20 Jan 2002 17:48:45 -0500 + +imlib2 (1.0.5-0pre2002011602) unstable; urgency=low + + * automake -a -c, closes: #129799 + + -- Laurence J. Lane Fri, 18 Jan 2002 09:55:48 -0500 + +imlib2 (1.0.5-0pre2002011601) unstable; urgency=high + + * static buffer clean-up, closes: #129603 + (BUGTRAQ 2002-01-13 "Eterm SGID utmp Buffer Overflow") + + -- Laurence J. Lane Wed, 16 Jan 2002 23:29:20 -0500 + +imlib2 (1.0.4-1) unstable; urgency=low + + * New upstream release + * debian/rules: minor rewrite + * debian/control: updated Standards-Version to 3.5.6.0 + * debian/changelog; removed emacs mode settings + + -- Laurence J. Lane Thu, 8 Nov 2001 18:37:37 -0500 + +imlib2 (1.0.3-2) unstable; urgency=low + + * replaced config.sub, Closes: #96664 + * added conditional CFLAGS for DEB_BUILD_OPTIONS + + -- Laurence J. Lane Mon, 7 May 2001 13:35:01 -0400 + +imlib2 (1.0.3-1) unstable; urgency=low + + * New upstream release + * changed *gif-dev order, Closes: #90724 + * changed freetype2-dev to libttf-dev, Closes: #94944 + * upgraded standards version to 3.5.4.0 + * removed dh_testversion from debian/rules + * added local lintian override for plug-ins + + -- Laurence J. Lane Wed, 2 May 2001 09:55:55 -0400 + +imlib2 (1.0.2-1) unstable; urgency=low + + * New upstream release + + -- Laurence J. Lane Sat, 3 Mar 2001 22:22:28 -0500 + +imlib2 (1.0.1-1) unstable; urgency=low + + * New upstream release + + -- Laurence J. Lane Sat, 27 Jan 2001 13:08:15 -0500 + +imlib2 (1.0.0-2) unstable; urgency=low + + * loaders and filters (.so files) go in the main package, not -dev + + -- Laurence J. Lane Thu, 9 Nov 2000 14:31:33 -0500 + +imlib2 (1.0.0-1) unstable; urgency=low + + * Initial release + + -- Laurence J. Lane Sat, 28 Oct 2000 17:59:14 -0400 + --- imlib2-1.4.2.orig/debian/control +++ imlib2-1.4.2/debian/control @@ -0,0 +1,37 @@ +Source: imlib2 +Section: libs +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Laurence J. Lane +Build-Depends: libjpeg62-dev, libpng12-dev, libtiff4-dev, zlib1g-dev, libgif-dev, libx11-dev, libxext-dev, libfreetype6-dev, libltdl7-dev, libbz2-dev, libid3tag0-dev, debhelper (>> 7), quilt, autoconf, automake, libtool, +Standards-Version: 3.8.0 + +Package: libimlib2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: powerful image loading and rendering library + Imlib2 is an advanced replacement for libraries like libXpm. + Imlib2 provides many more features with much greater flexibility + and speed than standard libraries, including font rasterization, + rotation, RGBA space rendering and blending, dynamic binary + filters, scripting, and more. + . + Imlib2 is not a drop-in replacement for Imlib 1.x. + +Package: libimlib2-dev +Architecture: any +Section: libdevel +Replaces: libimlib2 +Depends: libimlib2 (=${binary:Version}), libc6-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, zlib1g-dev, libgif-dev, libx11-dev, libxext-dev, libfreetype6-dev, libltdl3-dev, ${misc:Depends} +Description: Imlib2 development files + Headers, static libraries and documentation for developing + software that uses Imlib2. + . + Imlib2 is an advanced replacement for libraries like libXpm. + Imlib2 provides many more features with much greater flexibility + and speed than standard libraries, including font rasterization, + rotation, RGBA space rendering and blending, dynamic binary + filters, scripting, and more. + . + Imlib2 is not a drop-in replacement for Imlib 1.x. --- imlib2-1.4.2.orig/debian/compat +++ imlib2-1.4.2/debian/compat @@ -0,0 +1 @@ +5 --- imlib2-1.4.2.orig/debian/copyright +++ imlib2-1.4.2/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Laurence J. Lane on +Sat, 28 Oct 2000 17:56:46 -0400. + +The debian imlib2 source has the upstream debian and data/fonts +directories removed. The debian directory is just a complete headache. +The data/fonts/ directory has shareware and questionably licensed fonts. + +Downloaded from: + + http://sourceforge.net/project/showfiles.php?group_id=2 + +Upstream Author: Carsten Haitzler + +Copyright: + +Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies of the Software, its documentation and marketing & publicity +materials, and acknowledgment shall be given in the documentation, materials +and software packages that this Software was used. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- imlib2-1.4.2.orig/debian/libimlib2-dev.install +++ imlib2-1.4.2/debian/libimlib2-dev.install @@ -0,0 +1,12 @@ +debian/tmp/usr/lib/imlib2/loaders/*.a +debian/tmp/usr/lib/imlib2/loaders/*.la +debian/tmp/usr/lib/imlib2/filters/*.a +debian/tmp/usr/lib/imlib2/filters/*.la +debian/tmp/usr/lib/*.so +debian/tmp/usr/lib/*.a +debian/tmp/usr/lib/*.la +debian/tmp/usr/bin/imlib2-config +debian/tmp/usr/include +debian/tmp/usr/lib/pkgconfig/imlib2.pc +doc/*html usr/share/doc/libimlib2-dev/html +doc/*gif usr/share/doc/libimlib2-dev/html --- imlib2-1.4.2.orig/debian/imlib2-config.1 +++ imlib2-1.4.2/debian/imlib2-config.1 @@ -0,0 +1,17 @@ +.TH imlib2-config 1 "29 Oct 2000" imlib2-config +.SH NAME +.HP +imlib2-config - imlib2 build information script +.SH SYNOPSIS +.HP +imlib2-config [options] +.P +.SH DESCRIPTION +.HP +.I imlib2-config +is a script that's used by make and other build enviroments to +gather imlib2 information. +.HP +Run +.I imlib2-config +for additional information. --- imlib2-1.4.2.orig/debian/libimlib2-dev.manpages +++ imlib2-1.4.2/debian/libimlib2-dev.manpages @@ -0,0 +1 @@ +debian/imlib2-config.1 --- imlib2-1.4.2.orig/debian/libimlib2.install +++ imlib2-1.4.2/debian/libimlib2.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/*.so?* +debian/tmp/usr/lib/imlib2/loaders/*.so +debian/tmp/usr/lib/imlib2/filters/*.so --- imlib2-1.4.2.orig/debian/libimlib2.lintian +++ imlib2-1.4.2/debian/libimlib2.lintian @@ -0,0 +1,14 @@ +libimlib2: shlib-with-non-pic-code usr/lib/libImlib2.so.1.0.3 +libimlib2: shlib-missing-in-control-file bmp.so usr/lib/loaders/image/bmp.so +libimlib2: shlib-missing-in-control-file bump_map.so usr/lib/loaders/filter/bump_map.so +libimlib2: shlib-missing-in-control-file db.so usr/lib/loaders/image/db.so +libimlib2: shlib-missing-in-control-file tga.so usr/lib/loaders/image/tga.so +libimlib2: shlib-missing-in-control-file gif.so usr/lib/loaders/image/gif.so +libimlib2: shlib-missing-in-control-file png.so usr/lib/loaders/image/png.so +libimlib2: shlib-missing-in-control-file xpm.so usr/lib/loaders/image/xpm.so +libimlib2: shlib-missing-in-control-file tiff.so usr/lib/loaders/image/tiff.so +libimlib2: shlib-missing-in-control-file colormod.so usr/lib/loaders/filter/colormod.so +libimlib2: shlib-missing-in-control-file jpeg.so usr/lib/loaders/image/jpeg.so +libimlib2: shlib-missing-in-control-file testfilter.so usr/lib/loaders/filter/testfilter.so +libimlib2: shlib-missing-in-control-file pnm.so usr/lib/loaders/image/pnm.so +libimlib2: shlib-missing-in-control-file argb.so usr/lib/loaders/image/argb.so --- imlib2-1.4.2.orig/debian/patches/002-removed_upstream_debian_dir.diff +++ imlib2-1.4.2/debian/patches/002-removed_upstream_debian_dir.diff @@ -0,0 +1,36 @@ +Index: imlib2-1.4.2/Makefile.am +=================================================================== +--- imlib2-1.4.2.orig/Makefile.am 2009-01-02 20:56:20.031001577 -0500 ++++ imlib2-1.4.2/Makefile.am 2009-01-02 20:58:48.492104631 -0500 +@@ -12,18 +12,7 @@ + Doxyfile \ + README.in README \ + imlib2.pc.in \ +- imlib2.spec.in imlib2.spec \ +- debian/changelog \ +- debian/changelog.in \ +- debian/control \ +- debian/copyright \ +- debian/imlib2-config.1 \ +- debian/imlib2-demo.install \ +- debian/imlib2-test.install \ +- debian/libimlib2-dev.doc-base \ +- debian/libimlib2-dev.install \ +- debian/libimlib2.install \ +- debian/rules ++ imlib2.spec.in imlib2.spec + + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = imlib2.pc +Index: imlib2-1.4.2/configure.ac +=================================================================== +--- imlib2-1.4.2.orig/configure.ac 2009-01-02 20:58:02.523876321 -0500 ++++ imlib2-1.4.2/configure.ac 2009-01-02 20:58:09.142886910 -0500 +@@ -527,7 +527,6 @@ + imlib2-config + README + imlib2.spec +-debian/changelog + ],[ + chmod +x imlib2-config + ]) --- imlib2-1.4.2.orig/debian/patches/001-removed_data_dir.diff +++ imlib2-1.4.2/debian/patches/001-removed_data_dir.diff @@ -0,0 +1,26 @@ +Index: imlib2-1.4.2/Makefile.am +=================================================================== +--- imlib2-1.4.2.orig/Makefile.am 2009-01-02 20:53:17.533876636 -0500 ++++ imlib2-1.4.2/Makefile.am 2009-01-02 20:55:09.533876379 -0500 +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-SUBDIRS = src data doc ++SUBDIRS = src doc + + MAINTAINERCLEANFILES = aclocal.m4 config.guess config.h.in \ + config.sub configure depcomp install-sh \ +Index: imlib2-1.4.2/configure.ac +=================================================================== +--- imlib2-1.4.2.orig/configure.ac 2009-01-02 20:55:31.054876506 -0500 ++++ imlib2-1.4.2/configure.ac 2009-01-02 20:55:42.350876369 -0500 +@@ -523,9 +523,6 @@ + src/modules/Makefile + src/modules/filters/Makefile + src/modules/loaders/Makefile +-data/Makefile +-data/fonts/Makefile +-data/images/Makefile + doc/Makefile + imlib2-config + README --- imlib2-1.4.2.orig/debian/patches/series +++ imlib2-1.4.2/debian/patches/series @@ -0,0 +1,2 @@ +001-removed_data_dir.diff +002-removed_upstream_debian_dir.diff