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

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Wed Jun 6 07:01:28 UTC 2012


Author: iwamatsu
Date: Wed Jun  6 07:01:27 2012
New Revision: 1226

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1226
Log:
Add support hardending option.

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

Modified: packages/bluez-hcidump/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-hcidump/trunk/debian/changelog?rev=1226&op=diff
==============================================================================
--- packages/bluez-hcidump/trunk/debian/changelog (original)
+++ packages/bluez-hcidump/trunk/debian/changelog Wed Jun  6 07:01:27 2012
@@ -2,7 +2,10 @@
 
   * New upstream release.
   * Update debian/control.
-    - Update Standards-Version to 3.9.3, no changes needed
+    - Update Standards-Version to 3.9.3, no changes needed.
+    - Add dpkg-dev (>= 1.16.1~) to Build-Depends.
+  * Update debian/rules.
+    Add support hardending option.
 
  -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Wed, 06 Jun 2012 15:55:32 +0900
 

Modified: packages/bluez-hcidump/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-hcidump/trunk/debian/control?rev=1226&op=diff
==============================================================================
--- packages/bluez-hcidump/trunk/debian/control (original)
+++ packages/bluez-hcidump/trunk/debian/control Wed Jun  6 07:01:27 2012
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintainers at lists.alioth.debian.org>
 Uploaders: Nobuhiro Iwamatsu <iwamatsu at debian.org>
-Build-Depends: debhelper (>= 8), libbluetooth-dev (>= 4.40), autotools-dev, pkg-config
+Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.16.1~), libbluetooth-dev (>= 4.40), autotools-dev, pkg-config
 Vcs-Svn: svn://svn.debian.org/svn/pkg-bluetooth/packages/bluez-hcidump/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-bluetooth/packages/bluez-hcidump/
 Homepage: http://www.bluez.org

Modified: packages/bluez-hcidump/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-hcidump/trunk/debian/rules?rev=1226&op=diff
==============================================================================
--- packages/bluez-hcidump/trunk/debian/rules (original)
+++ packages/bluez-hcidump/trunk/debian/rules Wed Jun  6 07:01:27 2012
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
 
 %:
 	dh $@




More information about the Pkg-bluetooth-commits mailing list