Author: guillem
Date: 2006-06-07 08:02:34 +0000 (Wed, 07 Jun 2006)
New Revision: 384

Modified:
   trunk/ChangeLog
   trunk/scripts/dpkg-scansources.pl
Log:
        * scripts/dpkg-scansources.pl: Remove invalid comment mentioning
        documentation being after __END__.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2006-06-07 07:57:01 UTC (rev 383)
+++ trunk/ChangeLog     2006-06-07 08:02:34 UTC (rev 384)
@@ -1,5 +1,10 @@
 2006-06-07  Guillem Jover  <[EMAIL PROTECTED]>
 
+       * scripts/dpkg-scansources.pl: Remove invalid comment mentioning
+       documentation being after __END__.
+
+2006-06-07  Guillem Jover  <[EMAIL PROTECTED]>
+
        * scripts/dpkg-source.pl ($diff_ignore_default_regexp): Add
        '.bzrtags'.
 

Modified: trunk/scripts/dpkg-scansources.pl
===================================================================
--- trunk/scripts/dpkg-scansources.pl   2006-06-07 07:57:01 UTC (rev 383)
+++ trunk/scripts/dpkg-scansources.pl   2006-06-07 08:02:34 UTC (rev 384)
@@ -19,14 +19,14 @@
 # For a copy of the GNU General Public License write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
-# User documentation is at the __END__.
-#
+
 # Errors with a single package are warned about but don't affect the
 # exit code.  Only errors which affect everything cause a non-zero exit.
 #
 # Dependencies are by request non-existant.  I used to use the MD5 and
 # Proc::WaitStat modules.
 
+
 my $dpkglibdir= "."; # This line modified by Makefile
 push(@INC,$dpkglibdir);
 require 'dpkg-gettext.pl';


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to