tags 419299 + patch pending
thanks
Hi,
Attached is the diff for my gtk2-engines-magicchicken 1.1.1-7.1 NMU.
Bye,
--
Loïc Minier
diff -u gtk2-engines-magicchicken-1.1.1/debian/control gtk2-engines-magicchicken-1.1.1/debian/control
--- gtk2-engines-magicchicken-1.1.1/debian/control
+++ gtk2-engines-magicchicken-1.1.1/debian/control
@@ -1,7 +1,7 @@
Source: gtk2-engines-magicchicken
Section: graphics
Priority: optional
-Build-Depends: debhelper (>= 4), libgtk2.0-dev (>= 2.4.1-3), autotools-dev (>= 20020905.1)
+Build-Depends: debhelper (>= 4), libgtk2.0-dev (>= 2.10.1-1), autotools-dev (>= 20020905.1)
Maintainer: Jorge Octavio Ocharan Hernandez <[EMAIL PROTECTED]>
Standards-Version: 3.6.1.0
@@ -9,7 +9,7 @@
Replaces: gtk-engines-mgicchikn
Conflicts: gtk-engines-mgicchikn
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Magic Chicken themes for GTK+ 2.x
This package contains themes which allow you to configure the look of
programs using GTK+ 2.x. The programs need no modification to use themes;
diff -u gtk2-engines-magicchicken-1.1.1/debian/rules gtk2-engines-magicchicken-1.1.1/debian/rules
--- gtk2-engines-magicchicken-1.1.1/debian/rules
+++ gtk2-engines-magicchicken-1.1.1/debian/rules
@@ -89,6 +89,7 @@
binary-arch: build install
dh_testdir
dh_testroot
+ dh_gtkmodules
# dh_installdebconf
dh_installdocs
# dh_installexamples
diff -u gtk2-engines-magicchicken-1.1.1/debian/changelog gtk2-engines-magicchicken-1.1.1/debian/changelog
--- gtk2-engines-magicchicken-1.1.1/debian/changelog
+++ gtk2-engines-magicchicken-1.1.1/debian/changelog
@@ -1,3 +1,13 @@
+gtk2-engines-magicchicken (1.1.1-7.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Gtk 2.10 transition; closes: #419299.
+ - Build-depend on libgtk2.0-dev >= 2.10.1-1.
+ - Call dh_gtkmodules.
+ - Add ${misc:Depends}.
+
+ -- Loic Minier <[EMAIL PROTECTED]> Fri, 27 Apr 2007 22:02:24 +0200
+
gtk2-engines-magicchicken (1.1.1-7) unstable; urgency=low
* Memory lack bug solution (closes: #302030)