Codebase list barrnap / 372e23a
routine-update: Do not parse d/changelog Andreas Tille 3 years ago
2 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
88 * Add salsa-ci file (routine-update)
99 * Rules-Requires-Root: no (routine-update)
1010 * Set upstream metadata fields: Repository, Repository-Browse.
11 * Do not parse d/changelog (routine-update)
1112
1213 -- Andreas Tille <tille@debian.org> Fri, 06 Nov 2020 15:32:44 +0100
1314
11 # -*- makefile -*-
22
33 DH_VERBOSE=1
4 DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
5 VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*//')
6 OVERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[+].*//')
4 include /usr/share/dpkg/default.mk
5 VERSION := $(shell echo '$(DEB_VERSION)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*//')
6 OVERSION := $(shell echo '$(DEB_VERSION)' | sed -e 's/^[[:digit:]]*://' -e 's/[+].*//')
77
88 %:
99 dh $@