[SCM] Debian package checker branch, master, updated. 38002a14d5e0b494449410efb1d8555ead1cef30

2008-07-06 Thread Adam D. Barratt
The following commit has been merged in the master branch: commit 38002a14d5e0b494449410efb1d8555ead1cef30 Author: Adam D. Barratt [EMAIL PROTECTED] Date: Sun Jul 6 13:23:01 2008 +0100 Detect unused templates and check all maintainer scripts for issues Merge postrm-purge check

Re: [SCM] Debian package checker branch, master, updated. 38002a14d5e0b494449410efb1d8555ead1cef30

2008-07-06 Thread Adam D. Barratt
On Sun, 2008-07-06 at 12:24 +, Adam D. Barratt wrote: The following commit has been merged in the master branch: commit 38002a14d5e0b494449410efb1d8555ead1cef30 Author: Adam D. Barratt [EMAIL PROTECTED] Date: Sun Jul 6 13:23:01 2008 +0100 Detect unused templates and check all

Re: [SCM] Debian package checker branch, master, updated. 38002a14d5e0b494449410efb1d8555ead1cef30

2008-07-06 Thread Russ Allbery
Adam D. Barratt [EMAIL PROTECTED] writes: -if (not $obsoleteconfmodule and +if (($file eq 'postinst' or $file eq 'config') and +not $obsoleteconfmodule and m,(/usr/share/debconf/confmodule\.sh| Debian::DebConf::Client::ConfModule),x) {

Re: [SCM] Debian package checker branch, master, updated. 38002a14d5e0b494449410efb1d8555ead1cef30

2008-07-06 Thread Adam D. Barratt
On Sun, 2008-07-06 at 12:29 -0700, Russ Allbery wrote: Adam D. Barratt [EMAIL PROTECTED] writes: This could be easily fixed by renaming the postinst variant to maintainer-script-loads-obsolete-confmodule - or just loads-obsolete-confmodule. Does renaming tags cause any major issues?