diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-04-20 14:44:11 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-04-20 14:44:11 -0400 |
commit | 23305636a7a0fb167f7e43805e861c44786aa582 (patch) | |
tree | cd90b204af240480816774819642e42e55e33ba7 /Debian/Debhelper/Buildsystem/python_distutils.pm | |
parent | 84f5388446ed30938f5df37f117543ad8b19e73d (diff) |
rename Dh_Buildsystem to Buildsystem
This way the root of the class hierarchy has the same name as the directory
holding the classes.
Diffstat (limited to 'Debian/Debhelper/Buildsystem/python_distutils.pm')
-rw-r--r-- | Debian/Debhelper/Buildsystem/python_distutils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm index e34183c6..1013c4bd 100644 --- a/Debian/Debhelper/Buildsystem/python_distutils.pm +++ b/Debian/Debhelper/Buildsystem/python_distutils.pm @@ -9,7 +9,7 @@ package Debian::Debhelper::Buildsystem::python_distutils; use strict; use Debian::Debhelper::Dh_Lib; -use base 'Debian::Debhelper::Dh_Buildsystem'; +use base 'Debian::Debhelper::Buildsystem'; sub DESCRIPTION { "support for building Python distutils based packages" |