diffstat of debian/ for linux-latest_103 linux-latest_103co1 changelog | 6 ++++++ rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff -Nru linux-latest-103/debian/changelog linux-latest-103co1/debian/changelog --- linux-latest-103/debian/changelog 2019-02-11 15:38:29.000000000 +0000 +++ linux-latest-103co1/debian/changelog 2019-02-19 14:21:03.000000000 +0000 @@ -1,3 +1,9 @@ +linux-latest (103co1) apertis; urgency=medium + + * Fix binnmu match + + -- Sjoerd Simons Tue, 19 Feb 2019 15:21:03 +0100 + linux-latest (103) unstable; urgency=medium * Update to 4.19.0-3 diff -Nru linux-latest-103/debian/rules linux-latest-103co1/debian/rules --- linux-latest-103/debian/rules 2016-12-18 02:31:58.000000000 +0000 +++ linux-latest-103co1/debian/rules 2019-02-19 14:21:01.000000000 +0000 @@ -8,7 +8,7 @@ DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH) -__BINNMU := $(shell dpkg-parsechangelog -SVersion | sed -rne 's,.*\+b([0-9]+)$$,\1,p') +__BINNMU := $(shell dpkg-parsechangelog -SVersion | sed -rne 's,[^b]*b([a-z0-9]+)$$,\1,p') build: build-arch build-indep build-arch: