r35094 - in /desktop/unstable/gnome-games/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon May 21 05:25:58 UTC 2012


Author: biebl
Date: Mon May 21 05:25:57 2012
New Revision: 35094

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35094
Log:
Re-add dh-autoreconf bits

Modified:
    desktop/unstable/gnome-games/debian/changelog
    desktop/unstable/gnome-games/debian/control
    desktop/unstable/gnome-games/debian/control.in
    desktop/unstable/gnome-games/debian/rules

Modified: desktop/unstable/gnome-games/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/changelog?rev=35094&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-games/debian/changelog [utf-8] Mon May 21 05:25:57 2012
@@ -3,13 +3,11 @@
   [ Jeremy Bicha ]
   * New upstream release.
   * debian/control.in:
-    - Drop build-depends on dh-autoreconf, gnome-common, and
       gobject-introspection
     - Tighten gnome-games-data dependency for Lights Off & Swell Foop
   * debian/patches/90_fix-help-links.patch: Dropped, applied upstream
   * debian/patches/91_fix-gnuchess6-compatibility.patch:
     - Git patch to enable Chess to work with gnuchess 6 (Closes: #668435)
-  * debian/rules: Don't run autoreconf
 
  -- Michael Biebl <biebl at debian.org>  Mon, 21 May 2012 01:02:59 +0200
 

Modified: desktop/unstable/gnome-games/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/control?rev=35094&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-games/debian/control [utf-8] Mon May 21 05:25:57 2012
@@ -10,6 +10,7 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: cdbs (>= 0.4.90~),
                debhelper (>= 8),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.6),
                pkg-config (>= 0.15),
                python (>= 2.6.6-3~),
@@ -29,6 +30,8 @@
                libclutter-gtk-1.0-dev (>= 0.91.6),
                libsm-dev,
                libice-dev,
+               gobject-introspection,
+               gnome-common,
                intltool (>= 0.35.0),
                docbook-xml,
                docbook-xsl

Modified: desktop/unstable/gnome-games/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/control.in?rev=35094&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-games/debian/control.in [utf-8] Mon May 21 05:25:57 2012
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs (>= 0.4.90~),
                debhelper (>= 8),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.6),
                pkg-config (>= 0.15),
                python (>= 2.6.6-3~),
@@ -24,6 +25,8 @@
                libclutter-gtk-1.0-dev (>= 0.91.6),
                libsm-dev,
                libice-dev,
+               gobject-introspection,
+               gnome-common,
                intltool (>= 0.35.0),
                docbook-xml,
                docbook-xsl

Modified: desktop/unstable/gnome-games/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/rules?rev=35094&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-games/debian/rules [utf-8] Mon May 21 05:25:57 2012
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
+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/utils.mk




More information about the pkg-gnome-commits mailing list