r29325 - in /desktop/unstable/gnome-user-share/debian: changelog control control.in patches/90_relibtoolize.patch rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Aug 2 05:24:16 UTC 2011
Author: biebl
Date: Tue Aug 2 05:24:15 2011
New Revision: 29325
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29325
Log:
* Use dh-autoreconf to update the build system.
- Drop debian/patches/90_relibtoolize.patch.
- Add Build-Depends on dh-autoreconf.
- Add autoreconf.mk include to debian/rules.
Removed:
desktop/unstable/gnome-user-share/debian/patches/90_relibtoolize.patch
Modified:
desktop/unstable/gnome-user-share/debian/changelog
desktop/unstable/gnome-user-share/debian/control
desktop/unstable/gnome-user-share/debian/control.in
desktop/unstable/gnome-user-share/debian/rules
Modified: desktop/unstable/gnome-user-share/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/changelog?rev=29325&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/changelog [utf-8] Tue Aug 2 05:24:15 2011
@@ -3,6 +3,10 @@
* New upstream release.
- Don't use deprecated libnotify API. Closes: #630278
* Bump Build-Depends on libnotify-dev to (>= 0.7.0).
+ * Use dh-autoreconf to update the build system.
+ - Drop debian/patches/90_relibtoolize.patch.
+ - Add Build-Depends on dh-autoreconf.
+ - Add autoreconf.mk include to debian/rules.
-- Michael Biebl <biebl at debian.org> Tue, 02 Aug 2011 07:19:04 +0200
Modified: desktop/unstable/gnome-user-share/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/control?rev=29325&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/control [utf-8] Tue Aug 2 05:24:15 2011
@@ -10,6 +10,7 @@
Uploaders: Andrea Veri <and at debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Luca Falavigna <dktrkranz at debian.org>, Michael Biebl <biebl at debian.org>
Build-Depends: cdbs,
debhelper (>= 5),
+ dh-autoreconf,
gnome-pkg-tools,
quilt,
intltool (>= 0.35.0),
Modified: desktop/unstable/gnome-user-share/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/control.in?rev=29325&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/control.in [utf-8] Tue Aug 2 05:24:15 2011
@@ -5,6 +5,7 @@
Uploaders: @GNOME_TEAM@
Build-Depends: cdbs,
debhelper (>= 5),
+ dh-autoreconf,
gnome-pkg-tools,
quilt,
intltool (>= 0.35.0),
Modified: desktop/unstable/gnome-user-share/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-user-share/debian/rules?rev=29325&op=diff
==============================================================================
--- desktop/unstable/gnome-user-share/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-user-share/debian/rules [utf-8] Tue Aug 2 05:24:15 2011
@@ -2,6 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.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