From f0c3197c8a4d3c3e2f3e6c403ffe52555c871181 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 3 Jun 2001 22:25:07 +0000 Subject: r475: * dh_gencontrol: Added a documented interface for specifying substvars data in a file. Substvars data may be put in debian/package.substvars. (Those files used to be used by debhelper for automatically generated data, but it uses a different internal filename now). It will be merged with any automatically determined substvars data. See bug #98819 * I want to stress that no one should ever rely in internal, undocumented debhelper workings. Just because debhelper uses a certian name for some internally used file does not mean that you should feel free to modify that file to your own ends in a debian package. If you do use it, don't be at all suprised when it breaks. If you find that debhelper is lacking a documented interface for something that you need, ask for it! (debhelper's undocumented, internal use only files should now all be prefixed with ".debhelper") --- dh_clean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_clean') diff --git a/dh_clean b/dh_clean index d86743a5..bd3b72ca 100755 --- a/dh_clean +++ b/dh_clean @@ -62,7 +62,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { my $ext=pkgext($package); if (! $dh{D_FLAG}) { - doit("rm","-f","debian/${ext}substvars", + doit("rm","-f","debian/${ext}substvars.debhelper", "debian/${ext}postinst.debhelper", "debian/${ext}postrm.debhelper", "debian/${ext}preinst.debhelper", -- cgit v1.2.3