r24905 - in /packages/unstable/pyclutter/debian: changelog control control.in rules source/ source/format

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Jul 26 22:10:54 UTC 2010


Author: pochu
Date: Mon Jul 26 22:10:53 2010
New Revision: 24905

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24905
Log:
* New upstream release.
  - Fixes build with Clutter 1.2. Closes: #590353.
* Switch to source format 3.0 (quilt).
* Standards-Version is 3.9.0, no changes needed.

Added:
    packages/unstable/pyclutter/debian/source/
    packages/unstable/pyclutter/debian/source/format
Modified:
    packages/unstable/pyclutter/debian/changelog
    packages/unstable/pyclutter/debian/control
    packages/unstable/pyclutter/debian/control.in
    packages/unstable/pyclutter/debian/rules

Modified: packages/unstable/pyclutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/changelog?rev=24905&op=diff
==============================================================================
--- packages/unstable/pyclutter/debian/changelog [utf-8] (original)
+++ packages/unstable/pyclutter/debian/changelog [utf-8] Mon Jul 26 22:10:53 2010
@@ -1,3 +1,12 @@
+pyclutter (1.0.2-1) unstable; urgency=low
+
+  * New upstream release.
+    - Fixes build with Clutter 1.2. Closes: #590353.
+  * Switch to source format 3.0 (quilt).
+  * Standards-Version is 3.9.0, no changes needed.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 27 Jul 2010 00:10:41 +0200
+
 pyclutter (1.0.0-3) unstable; urgency=low
 
   * Add docbook-xsl to build depends to avoid downloading some stylesheets

Modified: packages/unstable/pyclutter/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/control?rev=24905&op=diff
==============================================================================
--- packages/unstable/pyclutter/debian/control [utf-8] (original)
+++ packages/unstable/pyclutter/debian/control [utf-8] Mon Jul 26 22:10:53 2010
@@ -11,7 +11,6 @@
 XS-Python-Version: >= 2.5
 Build-Depends: debhelper (>= 5.0.38),
                gnome-pkg-tools,
-               quilt,
                python-support (>= 0.5.3),
                python-all-dev (>= 2.5),
                python-gtk2-dev (>= 2.8),
@@ -19,7 +18,7 @@
                python-cairo-dev (>= 1.0.2),
                docbook-xsl,
                xsltproc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Homepage: http://www.clutter-project.org/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/pyclutter/
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/pyclutter/

Modified: packages/unstable/pyclutter/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/control.in?rev=24905&op=diff
==============================================================================
--- packages/unstable/pyclutter/debian/control.in [utf-8] (original)
+++ packages/unstable/pyclutter/debian/control.in [utf-8] Mon Jul 26 22:10:53 2010
@@ -6,7 +6,6 @@
 XS-Python-Version: >= 2.5
 Build-Depends: debhelper (>= 5.0.38),
                gnome-pkg-tools,
-               quilt,
                python-support (>= 0.5.3),
                python-all-dev (>= 2.5),
                python-gtk2-dev (>= 2.8),
@@ -14,7 +13,7 @@
                python-cairo-dev (>= 1.0.2),
                docbook-xsl,
                xsltproc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
 Homepage: http://www.clutter-project.org/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/pyclutter/
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/pyclutter/

Modified: packages/unstable/pyclutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/rules?rev=24905&op=diff
==============================================================================
--- packages/unstable/pyclutter/debian/rules [utf-8] (original)
+++ packages/unstable/pyclutter/debian/rules [utf-8] Mon Jul 26 22:10:53 2010
@@ -1,7 +1,6 @@
 #! /usr/bin/make -f
 
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/quilt/quilt.make
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_DOWNLOAD_URL = http://www.clutter-project.org/sources/$(GNOME_MODULE)/$(DEB_UPSTREAM_VERSION_MAJOR_MINOR)/$(GNOME_TARBALL)
@@ -16,7 +15,9 @@
         --prefix=/usr \
         --build=$(DEB_BUILD_GNU_TYPE) \
 	--enable-docs \
-	--disable-shave
+	--disable-shave \
+	--with-clutterx11 \
+	--with-clutterglx
 
 ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
         configure_flags += --host=$(DEB_HOST_GNU_TYPE)
@@ -24,7 +25,7 @@
 
 PYVERS := $(shell pyversions -vr debian/control 2>/dev/null)
 
-build-%/configure-stamp: patch
+build-%/configure-stamp:
 	dh_testdir
 	mkdir -p build-$*
 	cd build-$* && \
@@ -57,7 +58,7 @@
 	dh_installdirs
 	dh_install --sourcedir=debian/tmp
 
-clean:: unpatch
+clean::
 	dh_testdir
 	dh_testroot
 	rm -rf build-*

Added: packages/unstable/pyclutter/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pyclutter/debian/source/format?rev=24905&op=file
==============================================================================
--- packages/unstable/pyclutter/debian/source/format (added)
+++ packages/unstable/pyclutter/debian/source/format [utf-8] Mon Jul 26 22:10:53 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list