r41739 - in /desktop/unstable/gconf/debian: changelog control control.in rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri May 16 22:09:13 UTC 2014


Author: joss
Date: Fri May 16 22:09:13 2014
New Revision: 41739

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41739
Log:
Use dh-autoreconf. Closes: #746690.

Modified:
    desktop/unstable/gconf/debian/changelog
    desktop/unstable/gconf/debian/control
    desktop/unstable/gconf/debian/control.in
    desktop/unstable/gconf/debian/rules

Modified: desktop/unstable/gconf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/changelog?rev=41739&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gconf/debian/changelog	[utf-8] Fri May 16 22:09:13 2014
@@ -1,3 +1,10 @@
+gconf (3.2.6-3) UNRELEASED; urgency=medium
+
+  [ Fernando Seiti Furusato ]
+  * Use dh-autoreconf. Closes: #746690.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 17 May 2014 00:07:37 +0200
+
 gconf (3.2.6-2) unstable; urgency=low
 
   * gconf-schemas: hide error messages caused by DBus, they are 

Modified: desktop/unstable/gconf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/control?rev=41739&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/control	[utf-8] (original)
+++ desktop/unstable/gconf/debian/control	[utf-8] Fri May 16 22:09:13 2014
@@ -10,6 +10,7 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 8.1.3),
                cdbs (>= 0.4.93),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.14),
                gtk-doc-tools (>= 1.0),
                libglib2.0-dev (>= 2.31.0),
@@ -23,7 +24,6 @@
                libxml-parser-perl,
                gettext,
                python (>= 2.6.6-3~),
-               autotools-dev,
                libglib2.0-doc,
                gobject-introspection (>= 0.9.12-4~),
                libgirepository1.0-dev (>= 0.10.7-1~),

Modified: desktop/unstable/gconf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/control.in?rev=41739&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gconf/debian/control.in	[utf-8] Fri May 16 22:09:13 2014
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8.1.3),
                cdbs (>= 0.4.93),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.14),
                gtk-doc-tools (>= 1.0),
                libglib2.0-dev (>= 2.31.0),
@@ -18,7 +19,6 @@
                libxml-parser-perl,
                gettext,
                python (>= 2.6.6-3~),
-               autotools-dev,
                libglib2.0-doc,
                gobject-introspection (>= 0.9.12-4~),
                libgirepository1.0-dev (>= 0.10.7-1~),

Modified: desktop/unstable/gconf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf/debian/rules?rev=41739&op=diff
==============================================================================
--- desktop/unstable/gconf/debian/rules	[utf-8] (original)
+++ desktop/unstable/gconf/debian/rules	[utf-8] Fri May 16 22:09:13 2014
@@ -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/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk




More information about the pkg-gnome-commits mailing list