r706 - in packages/libmail-imapclient-perl/trunk: BodyStructure/Parse Thread debian

Gunnar Wolf gwolf@costa.debian.org
Wed, 02 Mar 2005 21:17:33 +0100


Author: gwolf
Date: 2005-03-02 21:17:33 +0100 (Wed, 02 Mar 2005)
New Revision: 706

Modified:
   packages/libmail-imapclient-perl/trunk/BodyStructure/Parse/Makefile.PL
   packages/libmail-imapclient-perl/trunk/Thread/Makefile.PL
   packages/libmail-imapclient-perl/trunk/debian/changelog
Log:
Fixed errors in the manpage generation process


Modified: packages/libmail-imapclient-perl/trunk/BodyStructure/Parse/Makefile.PL
===================================================================
--- packages/libmail-imapclient-perl/trunk/BodyStructure/Parse/Makefile.PL	2005-03-02 19:28:12 UTC (rev 705)
+++ packages/libmail-imapclient-perl/trunk/BodyStructure/Parse/Makefile.PL	2005-03-02 20:17:33 UTC (rev 706)
@@ -42,5 +42,7 @@
 		'Parse.pm' => 
 		'$(INST_LIBDIR)/BodyStructure/Parse.pm' 
    	},
+    'MAN3PODS' => {'Parse.pod' =>
+        '$(INST_MAN3DIR)/Mail::IMAPClient::BodyStructure::Parse.3pm'},
 );
 

Modified: packages/libmail-imapclient-perl/trunk/Thread/Makefile.PL
===================================================================
--- packages/libmail-imapclient-perl/trunk/Thread/Makefile.PL	2005-03-02 19:28:12 UTC (rev 705)
+++ packages/libmail-imapclient-perl/trunk/Thread/Makefile.PL	2005-03-02 20:17:33 UTC (rev 706)
@@ -41,5 +41,7 @@
 		'Thread.pm' => 
 		'$(INST_LIBDIR)/Thread.pm' 
    	},
+    'MAN3PODS' => {'Thread.pod' => 
+	'$(INST_MAN3DIR)/Mail::IMAPClient::Thread.3pm'},
 );
 

Modified: packages/libmail-imapclient-perl/trunk/debian/changelog
===================================================================
--- packages/libmail-imapclient-perl/trunk/debian/changelog	2005-03-02 19:28:12 UTC (rev 705)
+++ packages/libmail-imapclient-perl/trunk/debian/changelog	2005-03-02 20:17:33 UTC (rev 706)
@@ -1,3 +1,11 @@
+libmail-imapclient-perl (2.2.9+deb-2) unstable; urgency=low
+
+  * Specified not to overwrite some manpages generated from .pod files
+    with the empty contents of the corresponding .pm files which caused
+    a whatis parse error (Closes: #283660)
+
+ -- Gunnar Wolf <gwolf@debian.org>  Wed,  2 Mar 2005 14:17:50 -0600
+
 libmail-imapclient-perl (2.2.9+deb-1) unstable; urgency=low
 
   * Repackaging upstream source, as it includes non-free RFCs (Closes: