r48052 - in /desktop/unstable/clutter-gtk/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sat Apr 16 21:04:13 UTC 2016
Author: biebl
Date: Sat Apr 16 21:04:12 2016
New Revision: 48052
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48052
Log:
Don't rely on ./autogen.sh when running autoreconf, as this script does
not exist in the dist tarball.
Modified:
desktop/unstable/clutter-gtk/debian/changelog
desktop/unstable/clutter-gtk/debian/rules
Modified: desktop/unstable/clutter-gtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/changelog?rev=48052&op=diff
==============================================================================
--- desktop/unstable/clutter-gtk/debian/changelog [utf-8] (original)
+++ desktop/unstable/clutter-gtk/debian/changelog [utf-8] Sat Apr 16 21:04:12 2016
@@ -1,6 +1,8 @@
clutter-gtk (1.8.0-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Don't rely on ./autogen.sh when running autoreconf, as this script does
+ not exist in the dist tarball.
-- Michael Biebl <biebl at debian.org> Sat, 16 Apr 2016 22:49:32 +0200
Modified: desktop/unstable/clutter-gtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-gtk/debian/rules?rev=48052&op=diff
==============================================================================
--- desktop/unstable/clutter-gtk/debian/rules [utf-8] (original)
+++ desktop/unstable/clutter-gtk/debian/rules [utf-8] Sat Apr 16 21:04:12 2016
@@ -10,8 +10,11 @@
export DEB_LDFLAGS_MAINT_APPEND := -Wl,-O1 -Wl,--as-needed
include /usr/share/dpkg/buildflags.mk
-export NOCONFIGURE=1
-DEB_DH_AUTORECONF_ARGS += ./autogen.sh
+DEB_DH_AUTORECONF_ARGS += debian/rules -- autoreconf
+
+autoreconf:
+ gtkdocize --copy
+ autoreconf --force --install --verbose
DEB_COMPRESS_EXCLUDE = .c
More information about the pkg-gnome-commits
mailing list