Author: adsb
Date: 2009-09-02 19:32:40 +0000 (Wed, 02 Sep 2009)
New Revision: 1986
Modified:
trunk/scripts/debchange.pl
Log:
Fix spacing
Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl 2009-09-02 19:21:20 UTC (rev 1985)
+++ trunk/scripts/debchange.pl 2009-09-02 19:32:40 UTC (rev 1986)
@@ -1050,14 +1050,14 @@
}
if(! ($opt_s or $opt_n)) {
- if ($start =~/(.*?)-(\d+)\.$/) {
- # Drop NMU revision
- my $upstream_version = $1;
- my $debian_revision = $2;
- $debian_revision++;
- $start = "$upstream_version-$debian_revision";
- $end = "";
- }
+ if ($start =~/(.*?)-(\d+)\.$/) {
+ # Drop NMU revision
+ my $upstream_version = $1;
+ my $debian_revision = $2;
+ $debian_revision++;
+ $start = "$upstream_version-$debian_revision";
+ $end = "";
+ }
}
if (! ($opt_qa or $opt_bpo or $opt_l)) {
--
To unsubscribe, send mail to [email protected].