From d165403c2f0ace1f96704763327e7a7c63893bae Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Mon, 27 Aug 2012 19:51:54 +0300 Subject: Imported Debian patch 1.0.1-3 --- debian/changelog | 10 ++++++++++ debian/control | 3 ++- debian/rules | 2 ++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c601794..7f71396 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +htop (1.0.1-3) unstable; urgency=low + + * debian/rules: + - Retrieve CFLAGS from dpkg-buildflags as dpkg-buildpackage stopped to + export them. (Closes: #685670) + * debian/control: + - Build-depend on dpkg (>= 1.16.1) for using dpkg-buildflags. + + -- Eugene V. Lyubimkin Mon, 27 Aug 2012 19:51:54 +0300 + htop (1.0.1-2) unstable; urgency=low * debian/patches: diff --git a/debian/control b/debian/control index 4e81fb2..a9d34f0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: utils Priority: optional Maintainer: Eugene V. Lyubimkin Build-Depends: debhelper (>= 7), libncurses5-dev, libncursesw5-dev, - autotools-dev, quilt (>= 0.40), python-minimal, libhwloc-dev [!linux-any] + autotools-dev, quilt (>= 0.40), python-minimal, libhwloc-dev [!linux-any], + dpkg-dev (>= 1.16.1) Standards-Version: 3.9.2 Homepage: http://htop.sourceforge.net diff --git a/debian/rules b/debian/rules index 473b41d..3cc13f0 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,8 @@ else ARCH_DEPENDENT_CONFIGURE_PARAMS = --enable-hwloc endif +CFLAGS = $(shell dpkg-buildflags --get CFLAGS) + config.status: configure $(QUILT_STAMPFN) dh_testdir -- cgit v1.2.3