-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
Attached the patch for the version I intend to upload. Please respond if
you don't want this NMU to happen, if you are working yourself on a
patch or if you think that the attached patch won't work.
Cheers
Luk
- --
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDsxxc5UTeB5t8Mo0RAmK4AJ9jCz+DMbCapUoyUA+XPVEbkdU+IwCdF2Xd
ChtD7bQRykaBdTWq8HGaofU=
=BCe3
-----END PGP SIGNATURE-----
diff -u gtk-engines-0.12/debian/control gtk-engines-0.12/debian/control
--- gtk-engines-0.12/debian/control
+++ gtk-engines-0.12/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Ed Boraas <[EMAIL PROTECTED]>
Standards-Version: 3.5.2
-Build-Depends: debhelper (>> 2.0.0), gdk-imlib1-dev (>= 1.8.0), libgtk1.2-dev
(>= 1.2.9)
+Build-Depends: debhelper (>> 2.0.0), gdk-imlib11-dev, libgtk1.2-dev (>=
1.2.9), autotools-dev
Package: gtk-engines-pixmap
Architecture: any
diff -u gtk-engines-0.12/debian/changelog gtk-engines-0.12/debian/changelog
--- gtk-engines-0.12/debian/changelog
+++ gtk-engines-0.12/debian/changelog
@@ -1,3 +1,11 @@
+gtk-engines (0.12-8.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Update gdk-imlib build-dep (Closes: #333035).
+ * Update config.{guess,sub} in build process (Closes: #300277, #342420).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Thu, 29 Dec 2005 00:03:15 +0100
+
gtk-engines (0.12-8) unstable; urgency=low
* Rebuild against gdk-imlib1-dev (and, thus, libpng2)
diff -u gtk-engines-0.12/debian/rules gtk-engines-0.12/debian/rules
--- gtk-engines-0.12/debian/rules
+++ gtk-engines-0.12/debian/rules
@@ -8,6 +8,7 @@
build: build-stamp
build-stamp:
dh_testdir
+ cp /usr/share/misc/config.{guess,sub} .
./configure --prefix=/usr
$(MAKE)
touch build-stamp