From 5a56996eefb95a5320b19c358b9f691d595ec7aa Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 11 Apr 2009 18:57:14 +0000 Subject: [PATCH] * man/es/Makefile.am: Disable the distribution of Spanish manpages. They are outdated. Please contact pkg-shadow-devel@lists.alioth.debian.org if you wish to provide updates. --- ChangeLog | 7 +++++++ NEWS | 3 +++ man/es/Makefile.am | 20 ++++++++++++-------- 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 122c8e83..14146170 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-04-11 Nicolas François + + * man/es/Makefile.am: Disable the distribution of Spanish + manpages. They are outdated. Please contact + pkg-shadow-devel@lists.alioth.debian.org if you wish to provide + updates. + 2009-04-11 Nicolas François * src/usermod.c, src/useraddd.c: Fix the usage string so that it diff --git a/NEWS b/NEWS index 9351f563..d66f0134 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,9 @@ shadow-4.1.2.2 -> shadow-4.1.3 UNRELEASED default. - Translations * New Kazakh translation. + * Spanish manpages are no more distributed. They are outdated. Please + contact pkg-shadow-devel@lists.alioth.debian.org if you wish to + provide updates. - faillog * Accept users specified as a numerical UID, or ranges of users (-user, diff --git a/man/es/Makefile.am b/man/es/Makefile.am index 5c2df8d7..51cab434 100644 --- a/man/es/Makefile.am +++ b/man/es/Makefile.am @@ -1,13 +1,17 @@ mandir = @mandir@/es -man_MANS = \ - login.1 \ - newgrp.1 \ - passwd.1 \ - passwd.5 \ - su.1 \ - vigr.8 \ - vipw.8 +man_MANS = + +# These Spanish manpages are outdated. +# Please contact pkg-shadow-devel@lists.alioth.debian.org if you wish to +# provide updates. +# login.1 \ +# newgrp.1 \ +# passwd.1 \ +# passwd.5 \ +# su.1 \ +# vigr.8 \ +# vipw.8 EXTRA_DIST = $(man_MANS)