r703 - in packages/libnet-irc-perl/trunk: . debian

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


Author: gwolf
Date: 2005-03-02 20:18:16 +0100 (Wed, 02 Mar 2005)
New Revision: 703

Modified:
   packages/libnet-irc-perl/trunk/Makefile.PL
   packages/libnet-irc-perl/trunk/debian/changelog
Log:
Documentation now gets generated with the correct name


Modified: packages/libnet-irc-perl/trunk/Makefile.PL
===================================================================
--- packages/libnet-irc-perl/trunk/Makefile.PL	2005-03-02 01:51:40 UTC (rev 702)
+++ packages/libnet-irc-perl/trunk/Makefile.PL	2005-03-02 19:18:16 UTC (rev 703)
@@ -21,6 +21,12 @@
                   'IO::Socket'    => 0,
                   'Sys::Hostname' => 0,
               },
+	      'MAN3PODS' => {
+		  'IRC.pm' => 'blib/man3/Net::IRC.3pm',
+		  'Connection.pm' => 'blib/man3/Net::IRC::Connection.3pm',
+		  'DCC.pm' => 'blib/man3/Net::IRC::DCC.3pm',
+		  'Event.pm' => 'blib/man3/Net::IRC::Event.3pm',
+	      },
 	      'VERSION_FROM' => 'IRC.pm', # finds $VERSION
               'dist' => { 'COMPRESS' => 'gzip --best' },
 );

Modified: packages/libnet-irc-perl/trunk/debian/changelog
===================================================================
--- packages/libnet-irc-perl/trunk/debian/changelog	2005-03-02 01:51:40 UTC (rev 702)
+++ packages/libnet-irc-perl/trunk/debian/changelog	2005-03-02 19:18:16 UTC (rev 703)
@@ -1,3 +1,10 @@
+libnet-irc-perl (0.75-2) unstable; urgency=low
+
+  * Fixed: Generated man pages now have the correct name (was
+    consistently missing ::IRC) (Closes: #295967)
+
+ -- Gunnar Wolf <gwolf@mosca.iiec.unam.mx>  Wed,  2 Mar 2005 13:17:33 -0600
+
 libnet-irc-perl (0.75-1) unstable; urgency=low
 
   * New upstream release