[lgogdownloader] 04/05: Refresh patch.
Stephen Kitt
skitt at moszumanska.debian.org
Wed May 20 05:20:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
skitt pushed a commit to branch master
in repository lgogdownloader.
commit 286c5b22460c8ef715c4d43975d8bb337cbebe47
Author: Stephen Kitt <steve at sk2.org>
Date: Wed May 20 07:18:45 2015 +0200
Refresh patch.
---
debian/changelog | 1 +
debian/patches/manpage-whatis.patch | 12 ++++++------
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 29d2187..21c91ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
lgogdownloader (2.23-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Refresh patch.
-- Stephen Kitt <skitt at debian.org> Wed, 20 May 2015 07:15:08 +0200
diff --git a/debian/patches/manpage-whatis.patch b/debian/patches/manpage-whatis.patch
index 1652931..5fe1576 100644
--- a/debian/patches/manpage-whatis.patch
+++ b/debian/patches/manpage-whatis.patch
@@ -3,12 +3,12 @@ Author: Stephen Kitt <skitt at debian.org>
--- a/Makefile
+++ b/Makefile
-@@ -106,7 +106,7 @@
-
+@@ -113,7 +113,7 @@
after_release: out_release
ifdef HELP2MAN
-- help2man -N -i $(MAN_DIR)/lgogdownloader.supplemental.groff -o $(MAN_DIR)/$(MAN_PAGE) $(OUT_RELEASE)
-+ help2man -N -i $(MAN_DIR)/lgogdownloader.supplemental.groff -n "downloader for GOG.com games and other files" -o $(MAN_DIR)/$(MAN_PAGE) $(OUT_RELEASE)
- gzip -f -9 $(MAN_DIR)/$(MAN_PAGE)
+ if ! test -f $(MAN_DIR)/$(MAN_PAGE).gz; then \
+- help2man -N -i $(MAN_DIR)/lgogdownloader.supplemental.groff -o $(MAN_DIR)/$(MAN_PAGE) $(OUT_RELEASE); \
++ help2man -N -i $(MAN_DIR)/lgogdownloader.supplemental.groff -n "downloader for GOG.com games and other files" -o $(MAN_DIR)/$(MAN_PAGE) $(OUT_RELEASE); \
+ gzip -f -9 $(MAN_DIR)/$(MAN_PAGE); \
+ fi
endif
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lgogdownloader.git
More information about the Pkg-games-commits
mailing list