Author: adam-guest
Date: 2008-04-07 08:04:52 +0000 (Mon, 07 Apr 2008)
New Revision: 1279
Modified:
trunk/debian/changelog
trunk/scripts/debchange.pl
Log:
+ Do not trigger NMU detection if the current changelog was authored
by the current user
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-04-07 06:53:18 UTC (rev 1278)
+++ trunk/debian/changelog 2008-04-07 08:04:52 UTC (rev 1279)
@@ -12,6 +12,8 @@
+ Fix and improve some manpage formatting. Thanks gregor herrmann
+ Skip NMU detection when creating a new changelog
+ Fix NEWS files in combination with NMU versioning
+ + Do not trigger NMU detection if the current changelog was authored
+ by the current user
[ James Vega ]
* debian/control:
Modified: trunk/scripts/debchange.pl
===================================================================
--- trunk/scripts/debchange.pl 2008-04-07 06:53:18 UTC (rev 1278)
+++ trunk/scripts/debchange.pl 2008-04-07 08:04:52 UTC (rev 1279)
@@ -684,7 +684,8 @@
my $packager = "$MAINTAINER <$EMAIL>";
- if (! grep { $_ eq $packager } ($maintainer, @uploaders)) {
+ if (! grep { $_ eq $packager } ($maintainer, @uploaders) and
+ $packager ne $changelog{'Maintainer'}) {
$opt_n=1;
}
--
To unsubscribe, send mail to [EMAIL PROTECTED]