[Pkg-shadow-commits] r192 - trunk/debian/patches

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Sat, 04 Jun 2005 09:36:49 +0000


Author: bubulle
Date: 2005-06-04 09:36:49 +0000 (Sat, 04 Jun 2005)
New Revision: 192

Modified:
   trunk/debian/patches/325_gshadow_5_manpage
Log:
Add the needed Makefile.am change so that "make install" actually installs
the new gshadow.5 man page


Modified: trunk/debian/patches/325_gshadow_5_manpage
===================================================================
--- trunk/debian/patches/325_gshadow_5_manpage	2005-06-04 09:13:34 UTC (rev 191)
+++ trunk/debian/patches/325_gshadow_5_manpage	2005-06-04 09:36:49 UTC (rev 192)
@@ -10,7 +10,7 @@
 Index: shadow-4.0.3/man/gshadow.5
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.3/man/gshadow.5	2005-05-17 21:21:46.264177000 +0200
++++ shadow-4.0.3/man/gshadow.5	2005-06-04 11:32:42.000000000 +0200
 @@ -0,0 +1,65 @@
 +.\"$Id: gshadow.5,v 1.2 2005/04/02 16:10:23 kloczek Exp $
 +.\" Copyright 2005, Nicolas FRANCOIS
@@ -79,8 +79,8 @@
 +Nicolas FRANCOIS
 Index: shadow-4.0.3/man/gpasswd.1
 ===================================================================
---- shadow-4.0.3.orig/man/gpasswd.1	2002-03-13 18:52:15.000000000 +0100
-+++ shadow-4.0.3/man/gpasswd.1	2005-05-17 21:38:59.834177000 +0200
+--- shadow-4.0.3.orig/man/gpasswd.1	2005-06-04 11:31:51.000000000 +0200
++++ shadow-4.0.3/man/gpasswd.1	2005-06-04 11:32:42.000000000 +0200
 @@ -12,33 +12,30 @@
  .SH SYNOPSIS
  \fBgpasswd \fIgroup\fR
@@ -153,8 +153,8 @@
  Rafal Maszkowski <rzm@pdi.net>
 Index: shadow-4.0.3/man/newgrp.1
 ===================================================================
---- shadow-4.0.3.orig/man/newgrp.1	2005-05-17 21:21:42.074177000 +0200
-+++ shadow-4.0.3/man/newgrp.1	2005-05-17 21:30:37.874177000 +0200
+--- shadow-4.0.3.orig/man/newgrp.1	2005-06-04 11:32:36.000000000 +0200
++++ shadow-4.0.3/man/newgrp.1	2005-06-04 11:32:42.000000000 +0200
 @@ -31,9 +31,9 @@
  .br
  sg \- execute command as different group ID
@@ -212,3 +212,15 @@
 +.BR gshadow (5)
  .SH AUTHOR
  Julianne Frances Haugh <jockgrrl@ix.netcom.com>
+Index: shadow-4.0.3/man/Makefile.am
+===================================================================
+--- shadow-4.0.3.orig/man/Makefile.am	2005-06-04 11:34:30.000000000 +0200
++++ shadow-4.0.3/man/Makefile.am	2005-06-04 11:35:39.000000000 +0200
+@@ -36,6 +36,7 @@
+ 	pwunconv.8 \
+ 	sg.1 \
+ 	shadow.5 \
++	gshadow.5 \
+ 	su.1 \
+ 	suauth.5 \
+ 	useradd.8 \