r32599 - in /packages/unstable/gnome-shell-extensions/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Feb 11 22:08:34 UTC 2012


Author: biebl
Date: Sat Feb 11 22:08:34 2012
New Revision: 32599

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32599
Log:
Use dh-autoreconf to generate the build system.

Modified:
    packages/unstable/gnome-shell-extensions/debian/changelog
    packages/unstable/gnome-shell-extensions/debian/control
    packages/unstable/gnome-shell-extensions/debian/control.in
    packages/unstable/gnome-shell-extensions/debian/rules

Modified: packages/unstable/gnome-shell-extensions/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell-extensions/debian/changelog?rev=32599&op=diff
==============================================================================
--- packages/unstable/gnome-shell-extensions/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-shell-extensions/debian/changelog [utf-8] Sat Feb 11 22:08:34 2012
@@ -22,8 +22,9 @@
   * Refresh debian/patches/01_status-menu_disable_accounts.patch.
   * Add debian/patches/02-Revert-all-remove-all-GSettings-usage.patch: Use
     GSettings since we install the extensions system-wide.
+  * Use dh-autoreconf to generate the build system.
 
- -- Michael Biebl <biebl at debian.org>  Sat, 11 Feb 2012 22:53:31 +0100
+ -- Michael Biebl <biebl at debian.org>  Sat, 11 Feb 2012 23:08:07 +0100
 
 gnome-shell-extensions (3.2.0-1) experimental; urgency=low
 

Modified: packages/unstable/gnome-shell-extensions/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell-extensions/debian/control?rev=32599&op=diff
==============================================================================
--- packages/unstable/gnome-shell-extensions/debian/control [utf-8] (original)
+++ packages/unstable/gnome-shell-extensions/debian/control [utf-8] Sat Feb 11 22:08:34 2012
@@ -7,9 +7,11 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Victor Seva <linuxmaniac at torreviejawireless.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Victor Seva <linuxmaniac at torreviejawireless.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 8.0.0),
                cdbs,
+               dh-autoreconf,
+               gnome-common,
                gnome-pkg-tools,
                intltool,
                libgnome-desktop-3-dev (>= 3.2.0),
@@ -25,7 +27,7 @@
          gnome-shell (>= ${gnome:Version}),
          gnome-shell (<< ${gnome:NextVersion}),
          gir1.2-gtop-2.0
-Description: Extensions to extend functionality of GNOME Shell (common files)
+Description: Extensions to extend functionality of GNOME Shell
  The GNOME Shell redefines user interactions with the GNOME desktop. In
  particular, it offers new paradigms for launching applications,
  accessing documents, and organizing open windows in GNOME. Later, it

Modified: packages/unstable/gnome-shell-extensions/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell-extensions/debian/control.in?rev=32599&op=diff
==============================================================================
--- packages/unstable/gnome-shell-extensions/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-shell-extensions/debian/control.in [utf-8] Sat Feb 11 22:08:34 2012
@@ -5,6 +5,8 @@
 Uploaders: Victor Seva <linuxmaniac at torreviejawireless.org>, @GNOME_TEAM@
 Build-Depends: debhelper (>= 8.0.0),
                cdbs,
+               dh-autoreconf,
+               gnome-common,
                gnome-pkg-tools,
                intltool,
                libgnome-desktop-3-dev (>= 3.2.0),

Modified: packages/unstable/gnome-shell-extensions/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-shell-extensions/debian/rules?rev=32599&op=diff
==============================================================================
--- packages/unstable/gnome-shell-extensions/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-shell-extensions/debian/rules [utf-8] Sat Feb 11 22:08:34 2012
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
@@ -11,4 +12,6 @@
  apps-menu drive-menu places-menu windowsNavigator systemMonitor"
 EXTENSIONS_DISABLED="xrandr-indicator"
 
+DEB_DH_AUTORECONF_ARGS := ./autogen.sh
+
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-extensions=$(EXTENSIONS_ENABLED)




More information about the pkg-gnome-commits mailing list