r34170 - in /desktop/unstable/cheese/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Apr 6 08:38:58 UTC 2012


Author: biebl
Date: Fri Apr  6 08:38:56 2012
New Revision: 34170

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

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

Modified: desktop/unstable/cheese/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/changelog?rev=34170&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/changelog [utf-8] (original)
+++ desktop/unstable/cheese/debian/changelog [utf-8] Fri Apr  6 08:38:56 2012
@@ -3,8 +3,9 @@
   * debian/patches/01-udev-configure-check.patch: Properly quote the
     $UDEV_REQUIRED variable so configure does not fail on systems without
     libgudev.
-
- -- Michael Biebl <biebl at debian.org>  Fri, 06 Apr 2012 10:35:51 +0200
+  * Use dh-autoreconf to update the build system.
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 06 Apr 2012 10:38:38 +0200
 
 cheese (3.4.0-1) unstable; urgency=low
 

Modified: desktop/unstable/cheese/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/control?rev=34170&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/control [utf-8] (original)
+++ desktop/unstable/cheese/debian/control [utf-8] Fri Apr  6 08:38:56 2012
@@ -7,13 +7,14 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Jordi Mallach <jordi at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Jordi Mallach <jordi at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Standards-Version: 3.9.3
 Homepage: http://projects.gnome.org/cheese/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/cheese/
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/cheese/
 Build-Depends: cdbs (>= 0.4.93~),
                debhelper (>= 9),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.40.0),
                rarian-compat,

Modified: desktop/unstable/cheese/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/control.in?rev=34170&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/control.in [utf-8] (original)
+++ desktop/unstable/cheese/debian/control.in [utf-8] Fri Apr  6 08:38:56 2012
@@ -9,6 +9,7 @@
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/cheese/
 Build-Depends: cdbs (>= 0.4.93~),
                debhelper (>= 9),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.40.0),
                rarian-compat,

Modified: desktop/unstable/cheese/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/rules?rev=34170&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/rules [utf-8] (original)
+++ desktop/unstable/cheese/debian/rules [utf-8] Fri Apr  6 08:38:56 2012
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.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/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk




More information about the pkg-gnome-commits mailing list