r38231 - in /desktop/unstable/gnome-system-monitor/debian: changelog control control.in rules
jbicha-guest at users.alioth.debian.org
jbicha-guest at users.alioth.debian.org
Tue May 28 22:06:45 UTC 2013
Author: jbicha-guest
Date: Tue May 28 22:06:45 2013
New Revision: 38231
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38231
Log:
* debian/control.in, debian/rules:
- Run autoreconf
- Don't run autopoint, it causes configure error with intltool
Modified:
desktop/unstable/gnome-system-monitor/debian/changelog
desktop/unstable/gnome-system-monitor/debian/control
desktop/unstable/gnome-system-monitor/debian/control.in
desktop/unstable/gnome-system-monitor/debian/rules
Modified: desktop/unstable/gnome-system-monitor/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-monitor/debian/changelog?rev=38231&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-system-monitor/debian/changelog [utf-8] Tue May 28 22:06:45 2013
@@ -1,3 +1,11 @@
+gnome-system-monitor (3.8.2.1-2) UNRELEASED; urgency=low
+
+ * debian/control.in, debian/rules:
+ - Run autoreconf
+ - Don't run autopoint, it causes configure error with intltool
+
+ -- Jeremy Bicha <jbicha at ubuntu.com> Tue, 28 May 2013 18:04:52 -0400
+
gnome-system-monitor (3.8.2.1-1) unstable; urgency=low
* New upstream release.
Modified: desktop/unstable/gnome-system-monitor/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-monitor/debian/control?rev=38231&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-system-monitor/debian/control [utf-8] Tue May 28 22:06:45 2013
@@ -10,7 +10,9 @@
Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
Build-Depends: cdbs,
debhelper (>= 8),
+ dh-autoreconf,
docbook-to-man,
+ gnome-common,
gnome-icon-theme (>= 2.31),
gnome-pkg-tools (>= 0.10),
gsettings-desktop-schemas-dev,
Modified: desktop/unstable/gnome-system-monitor/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-monitor/debian/control.in?rev=38231&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-system-monitor/debian/control.in [utf-8] Tue May 28 22:06:45 2013
@@ -5,7 +5,9 @@
Uploaders: @GNOME_TEAM@
Build-Depends: cdbs,
debhelper (>= 8),
+ dh-autoreconf,
docbook-to-man,
+ gnome-common,
gnome-icon-theme (>= 2.31),
gnome-pkg-tools (>= 0.10),
gsettings-desktop-schemas-dev,
Modified: desktop/unstable/gnome-system-monitor/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-monitor/debian/rules?rev=38231&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-system-monitor/debian/rules [utf-8] Tue May 28 22:06:45 2013
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
-
+export AUTOPOINT = true
+
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/buildcore.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/utils.mk
More information about the pkg-gnome-commits
mailing list