r42234 - in /attic/pygtk/debian: changelog control control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Aug 24 15:26:39 UTC 2014


Author: ah
Date: Sun Aug 24 15:26:39 2014
New Revision: 42234

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42234
Log:
* Team upload.
* Fix Vcs-* URLs, pygtk is in attic (not packages/unstable).
* Add deprecated notice to all package descriptions.
* Use dh-autoreconf to fix FTBFS on ppc64el (Closes: #750663)

Modified:
    attic/pygtk/debian/changelog
    attic/pygtk/debian/control
    attic/pygtk/debian/control.in
    attic/pygtk/debian/rules

Modified: attic/pygtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/pygtk/debian/changelog?rev=42234&op=diff
==============================================================================
--- attic/pygtk/debian/changelog	[utf-8] (original)
+++ attic/pygtk/debian/changelog	[utf-8] Sun Aug 24 15:26:39 2014
@@ -1,8 +1,18 @@
-pygtk (2.24.0-4) UNRELEASED; urgency=low
-
+pygtk (2.24.0-4) unstable; urgency=low
+
+  * Team upload.
+
+  [ Josselin Mouette ]
   * Add missing epoch on libglade build-dependency.
 
- -- Josselin Mouette <joss at debian.org>  Fri, 06 Jul 2012 11:47:55 +0200
+  [ Andreas Henriksson ]
+  * Fix Vcs-* URLs, pygtk is in attic (not packages/unstable).
+  * Add deprecated notice to all package descriptions.
+
+  [ Erwan Prioul ]
+  * Use dh-autoreconf to fix FTBFS on ppc64el (Closes: #750663)
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sun, 24 Aug 2014 08:04:49 -0700
 
 pygtk (2.24.0-3) unstable; urgency=low
 

Modified: attic/pygtk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/pygtk/debian/control?rev=42234&op=diff
==============================================================================
--- attic/pygtk/debian/control	[utf-8] (original)
+++ attic/pygtk/debian/control	[utf-8] Sun Aug 24 15:26:39 2014
@@ -8,11 +8,11 @@
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: Torsten Landschoff <torsten at debian.org>,
-           Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
+           Andreas Henriksson <andreas at fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 8),
                gnome-pkg-tools (>= 0.10),
                cdbs,
-               autotools-dev,
+               dh-autoreconf,
                xvfb (>= 2:1.6.0), xauth, xfonts-base,
                python-all-dev (>= 2.6.6-3~),
                python-all-dbg,
@@ -31,8 +31,8 @@
                gnome-icon-theme
 X-Python-Version: >= 2.5
 Standards-Version: 3.9.2
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/pygtk/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/pygtk/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/attic/pygtk/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/attic/pygtk/
 Homepage: http://www.pygtk.org/
 
 Package: python-gtk2
@@ -47,6 +47,10 @@
 Description: Python bindings for the GTK+ widget set
  This archive contains modules that allow you to use GTK+ in Python
  programs.
+ .
+ This package is deprecated, you should migrate to using
+ gobject-introspection (GIR) based python bindings instead (PyGObject).
+ https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting
 
 Package: python-gtk2-dbg
 Architecture: any
@@ -65,6 +69,10 @@
  programs.
  .
  This package contains the extension built for the Python debug interpreter.
+ .
+ This package is deprecated, you should migrate to using
+ gobject-introspection (GIR) based python bindings instead (PyGObject).
+ https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting
 
 Package: python-gtk2-dev
 Architecture: all
@@ -80,6 +88,10 @@
 Description: GTK+ bindings: devel files
  This archive contains files that allow you to build wrappers for addons
  that interoperate with python-gtk2 (pygtk).
+ .
+ This package is deprecated, you should migrate to using
+ gobject-introspection (GIR) based python bindings instead (PyGObject).
+ https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting
 
 Package: python-glade2
 Architecture: any
@@ -93,6 +105,10 @@
  makes it very easy to create a user interface. In the target
  application you just need to load the interface description from
  the .glade file instead of constructing the GUI at runtime.
+ .
+ This package is deprecated, you should migrate to using
+ gobject-introspection (GIR) based python bindings instead (PyGObject).
+ https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting
 
 Package: python-gtk2-doc
 Architecture: all
@@ -114,3 +130,7 @@
  .
  This package also provides several examples showing how to use these
  bindings to build simple GUI applications.
+ .
+ This package is deprecated, you should migrate to using
+ gobject-introspection (GIR) based python bindings instead (PyGObject).
+ https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting

Modified: attic/pygtk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/pygtk/debian/control.in?rev=42234&op=diff
==============================================================================
--- attic/pygtk/debian/control.in	[utf-8] (original)
+++ attic/pygtk/debian/control.in	[utf-8] Sun Aug 24 15:26:39 2014
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (>= 8),
                gnome-pkg-tools (>= 0.10),
                cdbs,
-               autotools-dev,
+               dh-autoreconf,
                xvfb (>= 2:1.6.0), xauth, xfonts-base,
                python-all-dev (>= 2.6.6-3~),
                python-all-dbg,
@@ -26,8 +26,8 @@
                gnome-icon-theme
 X-Python-Version: >= 2.5
 Standards-Version: 3.9.2
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/pygtk/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/pygtk/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/attic/pygtk/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/attic/pygtk/
 Homepage: http://www.pygtk.org/
 
 Package: python-gtk2
@@ -42,6 +42,10 @@
 Description: Python bindings for the GTK+ widget set
  This archive contains modules that allow you to use GTK+ in Python
  programs.
+ .
+ This package is deprecated, you should migrate to using
+ gobject-introspection (GIR) based python bindings instead (PyGObject).
+ https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting
 
 Package: python-gtk2-dbg
 Architecture: any
@@ -60,6 +64,10 @@
  programs.
  .
  This package contains the extension built for the Python debug interpreter.
+ .
+ This package is deprecated, you should migrate to using
+ gobject-introspection (GIR) based python bindings instead (PyGObject).
+ https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting
 
 Package: python-gtk2-dev
 Architecture: all
@@ -75,6 +83,10 @@
 Description: GTK+ bindings: devel files
  This archive contains files that allow you to build wrappers for addons
  that interoperate with python-gtk2 (pygtk).
+ .
+ This package is deprecated, you should migrate to using
+ gobject-introspection (GIR) based python bindings instead (PyGObject).
+ https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting
 
 Package: python-glade2
 Architecture: any
@@ -88,6 +100,10 @@
  makes it very easy to create a user interface. In the target
  application you just need to load the interface description from
  the .glade file instead of constructing the GUI at runtime.
+ .
+ This package is deprecated, you should migrate to using
+ gobject-introspection (GIR) based python bindings instead (PyGObject).
+ https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting
 
 Package: python-gtk2-doc
 Architecture: all
@@ -109,3 +125,7 @@
  .
  This package also provides several examples showing how to use these
  bindings to build simple GUI applications.
+ .
+ This package is deprecated, you should migrate to using
+ gobject-introspection (GIR) based python bindings instead (PyGObject).
+ https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting

Modified: attic/pygtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/pygtk/debian/rules?rev=42234&op=diff
==============================================================================
--- attic/pygtk/debian/rules	[utf-8] (original)
+++ attic/pygtk/debian/rules	[utf-8] Sun Aug 24 15:26:39 2014
@@ -44,7 +44,12 @@
 	    cp config.guess.orig config.guess
 	rm -rf .pc
 
-build-%/configure-stamp: patch-stamp
+autoreconf-stamp: patch-stamp
+	dh_testdir
+	dh_autoreconf autoreconf -- -f -i -I m4
+	touch $@
+
+build-%/configure-stamp: autoreconf-stamp
 	dh_testdir
 	mkdir -p build-$*
 	cd build-$* && \
@@ -57,7 +62,7 @@
 	PYTHON=/usr/bin/python$* $(MAKE) -C build-$* pyexecdir=$(call py_libdir_sh, $*)
 	touch $@
 
-dbg-build-%/configure-stamp: patch-stamp
+dbg-build-%/configure-stamp: autoreconf-stamp
 	dh_testdir
 	mkdir -p dbg-build-$*
 	cd dbg-build-$* && \
@@ -152,6 +157,8 @@
 	rm -rf debian/tmp-*
 	rm -rf build-* dbg-build-*
 	rm -f tests/*.pyc
+	rm -f autoreconf-stamp
+	dh_autoreconf_clean
 	$(MAKE) -f debian/rules unpatch
 	dh_clean
 




More information about the pkg-gnome-commits mailing list