r31373 - in /desktop/unstable/gtk2-engines/debian: changelog control control.in patches/99_autoreconf.patch patches/99_ltmain_as-needed.patch patches/series rules source/ source/format

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Nov 13 17:42:35 UTC 2011


Author: joss
Date: Sun Nov 13 17:42:34 2011
New Revision: 31373

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31373
Log:
* New upstream release.
* Switch to tar.bz2 tarball and 3.0 quilt source format.
* Remove autoreconf patches.
* Use dh-autoreconf.
* Install engines to the multiarch directory.
* Make the package Multi-Arch: same.

Added:
    desktop/unstable/gtk2-engines/debian/patches/series
    desktop/unstable/gtk2-engines/debian/source/
    desktop/unstable/gtk2-engines/debian/source/format
Removed:
    desktop/unstable/gtk2-engines/debian/patches/99_autoreconf.patch
    desktop/unstable/gtk2-engines/debian/patches/99_ltmain_as-needed.patch
Modified:
    desktop/unstable/gtk2-engines/debian/changelog
    desktop/unstable/gtk2-engines/debian/control
    desktop/unstable/gtk2-engines/debian/control.in
    desktop/unstable/gtk2-engines/debian/rules

Modified: desktop/unstable/gtk2-engines/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk2-engines/debian/changelog?rev=31373&op=diff
==============================================================================
--- desktop/unstable/gtk2-engines/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk2-engines/debian/changelog [utf-8] Sun Nov 13 17:42:34 2011
@@ -1,3 +1,14 @@
+gtk2-engines (1:2.20.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Switch to tar.bz2 tarball and 3.0 quilt source format.
+  * Remove autoreconf patches.
+  * Use dh-autoreconf.
+  * Install engines to the multiarch directory.
+  * Make the package Multi-Arch: same.
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 13 Nov 2011 18:42:27 +0100
+
 gtk2-engines (1:2.20.1-1) unstable; urgency=low
 
   * New upstream bugfix release:

Modified: desktop/unstable/gtk2-engines/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk2-engines/debian/control?rev=31373&op=diff
==============================================================================
--- desktop/unstable/gtk2-engines/debian/control [utf-8] (original)
+++ desktop/unstable/gtk2-engines/debian/control [utf-8] Sun Nov 13 17:42:34 2011
@@ -10,6 +10,7 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Standards-Version: 3.8.4
 Build-Depends: debhelper (>= 5),
+               dh-autoreconf,
                liblua5.1-dev,
                libgtk2.0-dev (>= 2.19.7-2),
                gnome-pkg-tools (>= 0.10),
@@ -49,6 +50,7 @@
           gtk2-engines-redmond95,
           gtk2-engines-thinice,
           gtk2-engines-industrial
+Multi-Arch: same
 Description: theme engines for GTK+ 2.x
  This package contains the "engines" that hide behind the themes for
  GTK+ and GNOME applications. They redefine the way GTK+ widgets are

Modified: desktop/unstable/gtk2-engines/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk2-engines/debian/control.in?rev=31373&op=diff
==============================================================================
--- desktop/unstable/gtk2-engines/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtk2-engines/debian/control.in [utf-8] Sun Nov 13 17:42:34 2011
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.8.4
 Build-Depends: debhelper (>= 5),
+               dh-autoreconf,
                liblua5.1-dev,
                libgtk2.0-dev (>= 2.19.7-2),
                gnome-pkg-tools (>= 0.10),
@@ -44,6 +45,7 @@
           gtk2-engines-redmond95,
           gtk2-engines-thinice,
           gtk2-engines-industrial
+Multi-Arch: same
 Description: theme engines for GTK+ 2.x
  This package contains the "engines" that hide behind the themes for
  GTK+ and GNOME applications. They redefine the way GTK+ widgets are

Added: desktop/unstable/gtk2-engines/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk2-engines/debian/patches/series?rev=31373&op=file
==============================================================================
--- desktop/unstable/gtk2-engines/debian/patches/series (added)
+++ desktop/unstable/gtk2-engines/debian/patches/series [utf-8] Sun Nov 13 17:42:34 2011
@@ -1,0 +1,1 @@
+01_lua5.1.patch

Modified: desktop/unstable/gtk2-engines/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk2-engines/debian/rules?rev=31373&op=diff
==============================================================================
--- desktop/unstable/gtk2-engines/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk2-engines/debian/rules [utf-8] Sun Nov 13 17:42:34 2011
@@ -4,14 +4,15 @@
 DEB_BUILDDIR := $(buildbasedir)/x11
 DEB_BUILDDIR_gtk2-engines-udeb := $(buildbasedir)/x11-udeb
 
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE := gtk-engines
+TARBALL_EXT := tar.bz2
 
 DEB_DESTDIR := $(CURDIR)/debian/tmp/x11
 DEB_DESTDIR_gtk2-engines-udeb := $(CURDIR)/debian/tmp/x11-udeb
@@ -48,6 +49,9 @@
 	make -C $(DEB_BUILDDIR_gtk2-engines-udeb) install DESTDIR=$(DEB_DESTDIR_gtk2-engines-udeb)
 
 binary-install/gtk2-engines::
+	cd debian/gtk2-engines/usr/lib && \
+		mkdir $(DEB_HOST_MULTIARCH) && \
+		mv gtk-2.0 $(DEB_HOST_MULTIARCH)/
 	dh_gtkmodules -pgtk2-engines
 
 binary-install/gtk2-engines-udeb::
@@ -55,4 +59,3 @@
 
 clean::
 	rm -rf $(buildbasedir)
-

Added: desktop/unstable/gtk2-engines/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk2-engines/debian/source/format?rev=31373&op=file
==============================================================================
--- desktop/unstable/gtk2-engines/debian/source/format (added)
+++ desktop/unstable/gtk2-engines/debian/source/format [utf-8] Sun Nov 13 17:42:34 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list