[linux-tools] 01/02: debian/rules: Fix check for binNMU, broken since 4.1.4-1

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Dec 19 03:50:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux-tools.

commit 291e65ffd0df775f60818568a9f63aa2b0662bb2
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Dec 19 03:47:50 2015 +0000

    debian/rules: Fix check for binNMU, broken since 4.1.4-1
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 252fece..dc0f83c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+linux-tools (4.3.1-2) UNRELEASED; urgency=medium
+
+  * debian/rules: Fix check for binNMU, broken since 4.1.4-1
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Sat, 19 Dec 2015 03:47:10 +0000
+
 linux-tools (4.3.1-1) unstable; urgency=medium
 
   * New upstream stable update
diff --git a/debian/rules b/debian/rules
index dad5e2e..36a278d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,11 @@
 #!/usr/bin/make -f
 
 SHELL    := sh -e
-VERSION_DEBIAN_BINNMU := $(shell echo "$(DEB_VERSION)" | sed -ne 's,.*\+b\(.*\)$$,\1,p')
 
 include debian/rules.defs
 
+VERSION_DEBIAN_BINNMU := $(shell echo "$(DEB_VERSION)" | sed -ne 's,.*\+b\(.*\)$$,\1,p')
+
 MAKEFLAGS += $(subst parallel=,-j,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 
 build: build-arch build-indep

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-tools.git



More information about the Kernel-svn-changes mailing list