aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@debian.org>2012-08-27 19:51:54 +0300
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:31 +0200
commitd165403c2f0ace1f96704763327e7a7c63893bae (patch)
tree253eaa2449636d123e8c2d72bf78c4e7f4356b49
parenta3ff14ad00cd9d4082fec909920ec4a0651e36e0 (diff)
downloaddebian_htop-d165403c2f0ace1f96704763327e7a7c63893bae.tar.gz
debian_htop-d165403c2f0ace1f96704763327e7a7c63893bae.tar.bz2
debian_htop-d165403c2f0ace1f96704763327e7a7c63893bae.zip
Imported Debian patch 1.0.1-3debian/1.0.1-3
-rw-r--r--debian/changelog10
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules2
3 files changed, 14 insertions, 1 deletions
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 <jackyf@debian.org> 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 <jackyf@debian.org>
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy