mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
debian/rules: Fix check for binNMU, broken since 4.1.4-1
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -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@decadent.org.uk> Sat, 19 Dec 2015 03:47:10 +0000
|
||||
|
||||
linux-tools (4.3.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream stable update
|
||||
|
||||
3
debian/rules
vendored
3
debian/rules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user