r60469 - /scripts/examples/gen-itp

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu Jul 22 07:48:37 UTC 2010


Author: carnil-guest
Date: Thu Jul 22 07:47:28 2010
New Revision: 60469

URL: http://svn.debian.org/wsvn/?sc=1&rev=60469
Log:
small layout change

Modified:
    scripts/examples/gen-itp

Modified: scripts/examples/gen-itp
URL: http://svn.debian.org/wsvn/scripts/examples/gen-itp?rev=60469&op=diff
==============================================================================
--- scripts/examples/gen-itp (original)
+++ scripts/examples/gen-itp Thu Jul 22 07:47:28 2010
@@ -39,8 +39,7 @@
 my $short_description = $descriptions[0];
 open( $copyright_file, '<', 'debian/copyright' );
 eval {
-    while (1)
-    {
+    while (1) {
         my $_ = Dpkg::Control->new();
         last if not $_->parse( $copyright_file, 'debian/copyright' );
         if ( $_->{'Format-Specification'} ) {




More information about the Pkg-perl-cvs-commits mailing list