r39477 - in /desktop/unstable/libgtop2/debian: changelog patches/99_ltmain_as-needed.patch patches/series rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Sep 5 00:50:21 UTC 2013
Author: biebl
Date: Thu Sep 5 00:50:21 2013
New Revision: 39477
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39477
Log:
Drop 99_ltmain_as-needed.patch and use dh_autoreconf --as-needed instead.
Removed:
desktop/unstable/libgtop2/debian/patches/99_ltmain_as-needed.patch
Modified:
desktop/unstable/libgtop2/debian/changelog
desktop/unstable/libgtop2/debian/patches/series
desktop/unstable/libgtop2/debian/rules
Modified: desktop/unstable/libgtop2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/changelog?rev=39477&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/changelog [utf-8] Thu Sep 5 00:50:21 2013
@@ -2,6 +2,7 @@
* New upstream release.
* Remove those kfreebsd patches which have been merged upstream.
+ * Drop 99_ltmain_as-needed.patch and use dh_autoreconf --as-needed instead.
-- Michael Biebl <biebl at debian.org> Thu, 05 Sep 2013 02:37:50 +0200
Modified: desktop/unstable/libgtop2/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/patches/series?rev=39477&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/patches/series [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/patches/series [utf-8] Thu Sep 5 00:50:21 2013
@@ -1,4 +1,3 @@
02_hurd_stub_backend.patch
03_kfreebsd_installdirs.patch
06_kfreebsd_sys_pipe.patch
-99_ltmain_as-needed.patch
Modified: desktop/unstable/libgtop2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/rules?rev=39477&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/rules [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/rules [utf-8] Thu Sep 5 00:50:21 2013
@@ -12,6 +12,9 @@
SHARED_PKG := libgtop2-7
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+DEB_DH_AUTORECONF_ARGS = --as-needed
+
DEB_DH_MAKESHLIBS_ARGS_ALL += -V '$(SHARED_PKG) (>= 2.24.0)'
DEB_CONFIGURE_EXTRA_FLAGS += --libexecdir=/usr/lib/$(SHARED_PKG)
More information about the pkg-gnome-commits
mailing list