[Pkg-bluetooth-commits] r1134 - in /packages/bluez/trunk/debian: control rules

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Thu Sep 29 04:05:21 UTC 2011


Author: iwamatsu
Date: Thu Sep 29 04:05:20 2011
New Revision: 1134

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1134
Log:
Remove dh-autoreconf and add '-Wl,--as-needed' to LDFLAGS

Modified:
    packages/bluez/trunk/debian/control
    packages/bluez/trunk/debian/rules

Modified: packages/bluez/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/control?rev=1134&op=diff
==============================================================================
--- packages/bluez/trunk/debian/control (original)
+++ packages/bluez/trunk/debian/control Thu Sep 29 04:05:20 2011
@@ -4,7 +4,6 @@
 Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintainers at lists.alioth.debian.org>
 Uploaders: Nobuhiro Iwamatsu <iwamatsu at debian.org>
 Build-Depends: debhelper (>= 8.1.3), cdbs (>= 0.4.93), quilt,
-               dh-autoreconf(>= 4),
                autotools-dev,
                flex,
                bison,

Modified: packages/bluez/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/rules?rev=1134&op=diff
==============================================================================
--- packages/bluez/trunk/debian/rules (original)
+++ packages/bluez/trunk/debian/rules Thu Sep 29 04:05:20 2011
@@ -1,14 +1,12 @@
 #!/usr/bin/make -f
 # build rules for bluez
 
-include /usr/share/cdbs/1/rules/buildcore.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
 
-DEB_DH_AUTORECONF_ARGS = --as-needed
-#DEB_DH_AUTORECONF_ARGS = "-ivf"
+LDFLAGS += -Wl,--as-needed
+
 DEB_UPDATE_RCD_PARAMS = "start 25 2 3 4 5 . stop 74 0 1 6 ."
 DEB_DH_INSTALLINIT_ARGS = "--name=bluetooth"
 DEB_CONFIGURE_EXTRA_FLAGS := LDFLAGS=-Wl,--as-needed \




More information about the Pkg-bluetooth-commits mailing list