[Pkg-bluetooth-commits] r1143 - in /packages/bluez-tools/trunk/debian: changelog control rules

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Thu Oct 27 04:18:42 UTC 2011


Author: iwamatsu
Date: Thu Oct 27 04:18:41 2011
New Revision: 1143

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1143
Log:
* Update debian/rules.
  - Add "-Wl,-z,defs -Wl,--as-needed" to LDFLAGS.
  - Remove override_dh_installmanpages target.
* Update debian/control.
  - Dump Standards-Version to 3.9.2.
  - Update package description.


Modified:
    packages/bluez-tools/trunk/debian/changelog
    packages/bluez-tools/trunk/debian/control
    packages/bluez-tools/trunk/debian/rules

Modified: packages/bluez-tools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-tools/trunk/debian/changelog?rev=1143&op=diff
==============================================================================
--- packages/bluez-tools/trunk/debian/changelog (original)
+++ packages/bluez-tools/trunk/debian/changelog Thu Oct 27 04:18:41 2011
@@ -1,3 +1,14 @@
+bluez-tools (0.1.38+git662e-3) unstable; urgency=low
+
+  * Update debian/rules.
+    - Add "-Wl,-z,defs -Wl,--as-needed" to LDFLAGS.
+    - Remove override_dh_installmanpages target.
+  * Update debian/control.
+    - Dump Standards-Version to 3.9.2.
+    - Update package description.
+
+ -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Thu, 27 Oct 2011 12:39:05 +0900
+
 bluez-tools (0.1.38+git662e-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: packages/bluez-tools/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-tools/trunk/debian/control?rev=1143&op=diff
==============================================================================
--- packages/bluez-tools/trunk/debian/control (original)
+++ packages/bluez-tools/trunk/debian/control Thu Oct 27 04:18:41 2011
@@ -5,14 +5,14 @@
 Uploaders: Nobuhiro Iwamatsu <iwamatsu at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libbluetooth-dev (>= 4.69),
     libreadline-dev, libdbus-1-dev, libdbus-glib-1-dev
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/bluez-tools/
 
 Package: bluez-tools
 Architecture: linux-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: obexd-client (>= 0.30), obexd-server (>= 0.30)
-Description: A set of tools to manage Bluetooth devices for linux
- bluez-tools provides comamnd line tools to functions of Bluetooth.
+Description: Set of tools to manage Bluetooth devices for linux
+ Bluez-tools provides comamnd line tools to functions of Bluetooth.
  They are Bluetooth adapter control, Bluetooth agent, sound, input, network
  and other.

Modified: packages/bluez-tools/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-tools/trunk/debian/rules?rev=1143&op=diff
==============================================================================
--- packages/bluez-tools/trunk/debian/rules (original)
+++ packages/bluez-tools/trunk/debian/rules Thu Oct 27 04:18:41 2011
@@ -1,10 +1,11 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-override_dh_installmanpages:
-	;
+CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS)
+LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 
 %:
-	dh $@ 
+	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- LDFLAGS="$(LDFLAGS)"




More information about the Pkg-bluetooth-commits mailing list