Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Standards-Version: 4.2.1
· ec6927f1
Andreas Tille
authored
Dec 13, 2018
ec6927f1
Remove trailing whitespace in debian/rules
· 03b65b33
Andreas Tille
authored
Dec 13, 2018
03b65b33
Do not parse d/changelog
· 5313eec5
Andreas Tille
authored
Dec 13, 2018
5313eec5
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5313eec5
arb (6.0.6-5) UNRELEASED; urgency=medium
[ Jelmer Vernooij ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
[ Andreas Tille ]
* Standards-Version: 4.2.1
* Remove trailing whitespace in debian/rules
* Do not parse d/changelog
-- Jelmer Vernooij <jelmer@debian.org> Tue, 16 Oct 2018 22:13:29 +0000
arb (6.0.6-4) unstable; urgency=medium
...
...
debian/control
View file @
5313eec5
...
...
@@ -24,7 +24,7 @@ Build-Depends: chrpath,
perl-doc,
xsltproc,
xutils-dev
Standards-Version: 4.
1.5
Standards-Version: 4.
2.1
Vcs-Browser: https://salsa.debian.org/med-team/arb
Vcs-Git: https://salsa.debian.org/med-team/arb.git
Homepage: http://www.arb-home.de/
...
...
debian/rules
View file @
5313eec5
...
...
@@ -6,9 +6,9 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
pkgcom=$(
pkg
)-common
pkgdoc=$(
pkg
)-doc
include /usr/share/dpkg/default.mk
pkgcom=$(
DEB_SOURCE
)-common
pkgdoc=$(
DEB_SOURCE
)-doc
common=debian/$(pkgcom)
ARBHOME=$(CURDIR)
...
...