r14770 - in /trunk: libalias-perl/debian/ [and 91 others]

Joachim Breitner nomeata at debian.org
Wed Feb 13 23:33:41 UTC 2008


Hi,

Am Donnerstag, den 14.02.2008, 01:02 +0200 schrieb Niko Tyni:
> unfortunately you modified the Debian changelogs of all those 92 packages
> without checking their status for UNRELEASED vs. unstable.

I think I fixed it in
http://svn.debian.org/wsvn/pkg-perl/?rev=14902&sc=1

using some small bash magic:
svn up -r 14770
svn diff -r 14769:14770|diffstat -l|grep changelog |tee changelogs
for changelog in $(<changelogs ); do if head -n 1 $changelog|grep -q unstable; then echo $changelog; fi;  done > wrong-changelogs
for file in $(<wrong-changelogs ); do svn cat $file at 14769 > $file; dch -i -D UNRELEASED 'Removed myself from uploaders.' -c $file; done

Maybe a pre-commit hook could check that released changelogs are not
modified (or only with a certain notice in the log message that the
commiter knows what he’s doing)

Greetings,
Joachim
-- 
Joachim "nomeata" Breitner
Debian Developer
  nomeata at debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nomeata at joachim-breitner.de | http://people.debian.org/~nomeata
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20080214/5d296d15/attachment.pgp 


More information about the pkg-perl-maintainers mailing list