[Chinese-commits] [manpages-zh] 108/131: add missing changelog 1.5.2-1.1
Boyuan Yang
hosiet-guest at moszumanska.debian.org
Tue Dec 13 19:59:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
hosiet-guest pushed a commit to branch master
in repository manpages-zh.
commit aa047769ac67c5d5c10faa19161fbc14c439b079
Author: Boyuan Yang <073plan at gmail.com>
Date: Sun Aug 7 22:11:55 2016 +0800
add missing changelog 1.5.2-1.1
---
debian/changelog | 9 +++++++++
debian/rules | 3 ++-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 70870d7..f6a0e03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,15 @@ manpages-zh (1.5.3+ds-1) UNRELEASED; urgency=medium
-- Boyuan Yang <073plan at gmail.com> Sun, 07 Aug 2016 21:42:30 +0800
+manpages-zh (1.5.2-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Remove apropos(1), man(1), whatis(1), man.conf(5), and man.config(5);
+ these are extremely outdated, contain incorrect information, and
+ conflict with man-db 2.6.4 (closes: #713925).
+
+ -- Colin Watson <cjwatson at debian.org> Mon, 24 Jun 2013 10:15:59 +0100
+
manpages-zh (1.5.2-1) unstable; urgency=low
* new upstream release (Closes: #633303).
diff --git a/debian/rules b/debian/rules
index 8fb1353..2544311 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ override_dh_auto_install:
for l in zh_CN zh_TW; do \
for n in man5/passwd.5 man8/usermod.8 man8/groupdel.8 man8/userdel.8 man8/useradd.8 \
man8/chpasswd.8 man8/groupmod.8 man8/groupadd.8 man1/su.1 man1/chsh.1 \
- man1/newgrp.1 man1/chfn.1; do \
+ man1/newgrp.1 man1/chfn.1 man1/man.1 man1/whatis.1 man1/apropos.1 man5/man.conf.5 \
+ man5/man.config.5; do \
rm debian/manpages-zh/usr/share/man/$$l/$$n; \
done; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/manpages-zh.git
More information about the Chinese-commits
mailing list