]> err.no Git - dpkg/commitdiff
* scripts/dpkg-scansources.pl: Remove invalid comment mentioning
authorGuillem Jover <guillem@debian.org>
Wed, 7 Jun 2006 08:02:34 +0000 (08:02 +0000)
committerGuillem Jover <guillem@debian.org>
Wed, 7 Jun 2006 08:02:34 +0000 (08:02 +0000)
documentation being after __END__.

ChangeLog
scripts/dpkg-scansources.pl

index ca7bc9da18230f71437cd702fd7baf35d9179f36..b7f2efb82af7c3c6e071871b061989cecd56aab6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-07  Guillem Jover  <guillem@debian.org>
+
+       * scripts/dpkg-scansources.pl: Remove invalid comment mentioning
+       documentation being after __END__.
+
 2006-06-07  Guillem Jover  <guillem@debian.org>
 
        * scripts/dpkg-source.pl ($diff_ignore_default_regexp): Add
index d7deb9036d5442435b56cc49faa9b72008f1246f..7fb050f33b33fdb9c33f169952fdb85dcaba6fcd 100755 (executable)
@@ -19,14 +19,14 @@ use strict;
 # 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';