[grass] 04/08: Strip trailing whitespace from rules file.
Bas Couwenberg
sebastic at debian.org
Wed Dec 27 23:00:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository grass.
commit 16522b637ed5e29aae8a1a8143822d136d1a490c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Nov 17 11:14:41 2017 +0100
Strip trailing whitespace from rules file.
---
debian/changelog | 1 +
debian/rules | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b2fe480..f21eceb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ grass (7.2.2-2) UNRELEASED; urgency=medium
* Strip trailing whitespace from changelog.
* Drop explicit use of autotools_dev dh helper.
* Update watch file to use HTTPS.
+ * Strip trailing whitespace from rules file.
-- Bas Couwenberg <sebastic at debian.org> Fri, 06 Oct 2017 11:16:50 +0200
diff --git a/debian/rules b/debian/rules
index 557d67d..e407ae0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -110,7 +110,7 @@ override_dh_auto_configure: templates
--with-wxwidgets=/usr/bin/wx-config \
--with-x
-# This target generates arch-dep stuff, unfortunately most doc requires working bins to
+# This target generates arch-dep stuff, unfortunately most doc requires working bins to
# be properly generated...
override_dh_auto_build-arch: build-arch-stamp
build-arch-stamp:
@@ -140,7 +140,7 @@ install-arch-stamp:
# delete python compiled bytecode files (maybe dh_python2 takes care of this for us?)
find debian/tmp/ -type f -name "*.pyc" -delete
- # change section from 1 to .1grass
+ # change section from 1 to .1grass
mv debian/tmp/usr/lib/$(BASE_NAME)/docs/man/man1/grass7.1 debian/$(BASE_NAME).1
for m in debian/tmp/usr/lib/$(BASE_NAME)/docs/man/man1/*.1; do \
n=`basename $$m .1`; mv $$m debian/tmp/usr/lib/$(BASE_NAME)/docs/man/man1/$$n.1grass; done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git
More information about the Pkg-grass-devel
mailing list