From 23305636a7a0fb167f7e43805e861c44786aa582 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 20 Apr 2009 14:44:11 -0400 Subject: [PATCH] rename Dh_Buildsystem to Buildsystem This way the root of the class hierarchy has the same name as the directory holding the classes. --- Debian/Debhelper/{Dh_Buildsystem.pm => Buildsystem.pm} | 2 +- Debian/Debhelper/Buildsystem/makefile.pm | 2 +- Debian/Debhelper/Buildsystem/perl_build.pm | 2 +- Debian/Debhelper/Buildsystem/python_distutils.pm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename Debian/Debhelper/{Dh_Buildsystem.pm => Buildsystem.pm} (99%) diff --git a/Debian/Debhelper/Dh_Buildsystem.pm b/Debian/Debhelper/Buildsystem.pm similarity index 99% rename from Debian/Debhelper/Dh_Buildsystem.pm rename to Debian/Debhelper/Buildsystem.pm index 31e462a..78d14e7 100644 --- a/Debian/Debhelper/Dh_Buildsystem.pm +++ b/Debian/Debhelper/Buildsystem.pm @@ -4,7 +4,7 @@ # Copyright: © 2008-2009 Modestas Vainius # License: GPL-2+ -package Debian::Debhelper::Dh_Buildsystem; +package Debian::Debhelper::Buildsystem; use strict; use warnings; diff --git a/Debian/Debhelper/Buildsystem/makefile.pm b/Debian/Debhelper/Buildsystem/makefile.pm index 2d4c64c..db24452 100644 --- a/Debian/Debhelper/Buildsystem/makefile.pm +++ b/Debian/Debhelper/Buildsystem/makefile.pm @@ -8,7 +8,7 @@ package Debian::Debhelper::Buildsystem::makefile; use strict; use Debian::Debhelper::Dh_Lib; -use base 'Debian::Debhelper::Dh_Buildsystem'; +use base 'Debian::Debhelper::Buildsystem'; sub get_makecmd_C { my $this=shift; diff --git a/Debian/Debhelper/Buildsystem/perl_build.pm b/Debian/Debhelper/Buildsystem/perl_build.pm index b5ad96d..e00a7eb 100644 --- a/Debian/Debhelper/Buildsystem/perl_build.pm +++ b/Debian/Debhelper/Buildsystem/perl_build.pm @@ -8,7 +8,7 @@ package Debian::Debhelper::Buildsystem::perl_build; use strict; use Debian::Debhelper::Dh_Lib; -use base 'Debian::Debhelper::Dh_Buildsystem'; +use base 'Debian::Debhelper::Buildsystem'; sub DESCRIPTION { "support for building Perl Build.PL based packages (in-source only)" diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm index e34183c..1013c4b 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" -- 2.39.2