[Pkg-mailman-hackers] Pkg-mailman commit - rev 58 - trunk/debian

Laszlo Boszormenyi gcs-guest@haydn.debian.org
Tue, 13 Apr 2004 19:42:50 -0600


Author: gcs-guest
Date: 2004-04-13 19:42:48 -0600 (Tue, 13 Apr 2004)
New Revision: 58

Modified:
   trunk/debian/rules
Log:
We install various text files provided by upstream; INSTALL and UPGRADING is
not needed, as we do it for the users. More files are unneeded, like
README.MACOSX, so we should talk about them and remove all 'junk' files from
the list of dh_installchangelogs.


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2004-04-13 22:43:43 UTC (rev 57)
+++ trunk/debian/rules	2004-04-14 01:42:48 UTC (rev 58)
@@ -60,7 +60,7 @@
 	$(checkdir)
 #	rm -rf debian/mailman && install -d debian/mailman
 	dh_installdirs
-	dh_installdocs ACKNOWLEDGMENTS README* TODO BUGS UPGRADING NEWS FAQ INSTALL
+	dh_installdocs ACKNOWLEDGMENTS README* TODO BUGS NEWS FAQ
 	dh_installchangelogs
 	$(MAKE) doinstall prefix=$$(pwd)/debian/mailman/var/lib/$(package) \
 		var_prefix=$$(pwd)/debian/mailman/var/lib/$(package) \