Merge tag 'debian/4.3.1-2'

This commit is contained in:
Ben Hutchings
2016-01-19 00:06:58 +00:00
2 changed files with 9 additions and 1 deletions

7
debian/changelog vendored
View File

@@ -10,6 +10,13 @@ linux-tools (4.4~rc4-1~exp1) experimental; urgency=medium
-- Ben Hutchings <ben@decadent.org.uk> Mon, 14 Dec 2015 01:28:50 +0000
linux-tools (4.3.1-2) unstable; urgency=medium
* Upload for Perl 5.22 transition (Closes: #808329)
* 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
View File

@@ -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