[Pkg-shadow-commits] r525 - branches/experimental/debian/patches

Nicolas FRANCOIS nekral-guest at costa.debian.org
Thu Sep 1 22:53:10 UTC 2005


Author: nekral-guest
Date: 2005-09-01 22:53:09 +0000 (Thu, 01 Sep 2005)
New Revision: 525

Modified:
   branches/experimental/debian/patches/448_enable_man
Log:
Comment CLEANFILES to avoid troubles when the packages are built twice
from the same directory.


Modified: branches/experimental/debian/patches/448_enable_man
===================================================================
--- branches/experimental/debian/patches/448_enable_man	2005-09-01 20:21:28 UTC (rev 524)
+++ branches/experimental/debian/patches/448_enable_man	2005-09-01 22:53:09 UTC (rev 525)
@@ -1,6 +1,10 @@
 Goal: permit the man pages generation from the XML files.
 
 Status wrt upstream: comes from upstream CVS (will be in 4.0.13)
+                     CLEANFILES is commented. This is Debian specific.
+                     (to avoid problems when debuild is used twice in the
+                     same directory, or debuild then debclean then
+                     debuild)
 
 Note: man pages are better with docbook-xsl 1.69.1
 The current version in Debian is 1.68.1. I noticed these differences:
@@ -53,7 +57,7 @@
 ===================================================================
 --- shadow-4.0.12.orig/man/Makefile.am	2005-07-10 20:03:57.000000000 +0200
 +++ shadow-4.0.12/man/Makefile.am	2005-09-01 11:24:04.000000000 +0200
-@@ -94,6 +94,119 @@
+@@ -94,6 +94,121 @@
  
  all:
  
@@ -171,7 +175,9 @@
 +vigr.8 vipw.8: vipw.8.xml
 +	$(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
 +
-+CLEANFILES = $(man_MANS)
++# shadow is distributed with the groff man pages generated. We do not
++# remove them to avoid problems when the packages are built twice
++#CLEANFILES = $(man_MANS)
 +
 +endif
 Index: shadow-4.0.12/acinclude.m4




More information about the Pkg-shadow-commits mailing list