aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2020-10-03 19:58:29 +0200
committerHelge Deller <deller@gmx.de>2020-10-03 19:58:29 +0200
commitc12bf220afa24cf20c8c35046130035e1bf6af5a (patch)
treed91d438e64d4529693ab2d0e9aaf122dfe001ab4
parent6d6d5680ace4cbab9f2713768c82ba522875e1d2 (diff)
downloadrbootd-c12bf220afa24cf20c8c35046130035e1bf6af5a.tar.gz
debian: Drop trailing spaces in debian/rules file
Suggested-by: Pierre-Elliott Bécue <peb@debian.org> Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 56e0e10..01a6bca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ rbootd (3.0) UNRELEASED; urgency=medium
* rbootd: Exit with return code 0 when terminated
* Add systemd unit file
* Convert to Debian native format
+ * Drop trailing spaces in debian/rules file
-- Helge Deller <deller@gmx.de> Thu, 24 Sep 2020 20:13:47 +0200
diff --git a/debian/rules b/debian/rules
index 8137618..50cdf56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,7 @@ binary-arch: checkroot build
${BASEDIR}/usr/share/doc/rbootd/copyright
install -o root -g root -m 0644 debian/changelog \
${BASEDIR}/usr/share/doc/rbootd/changelog.Debian
-
+
@if [ -f ${BASEDIR}/usr/share/doc/rbootd/changelog.Debian ]; then \
gzip -9vn ${BASEDIR}/usr/share/doc/rbootd/changelog.Debian ; \
fi