aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2007-06-10 22:15:54 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2007-06-10 22:15:54 +0000
commit96e5d92c3d757cb874a9d7c1bd3b3180703bf004 (patch)
tree149f564a41da143fe7d8d7aba586cf2362e9bd8c
parent1cd083cbe11f469a5d5cd3b053721bd270ed5ee3 (diff)
downloadrpmtools-96e5d92c3d757cb874a9d7c1bd3b3180703bf004.tar
rpmtools-96e5d92c3d757cb874a9d7c1bd3b3180703bf004.tar.gz
rpmtools-96e5d92c3d757cb874a9d7c1bd3b3180703bf004.tar.bz2
rpmtools-96e5d92c3d757cb874a9d7c1bd3b3180703bf004.tar.xz
rpmtools-96e5d92c3d757cb874a9d7c1bd3b3180703bf004.zip
- kill Distribconf compat module
-rw-r--r--Distribconf.pm19
-rw-r--r--Distribconf/Build.pm20
-rw-r--r--MANIFEST2
-rw-r--r--Makefile.PL2
4 files changed, 0 insertions, 43 deletions
diff --git a/Distribconf.pm b/Distribconf.pm
deleted file mode 100644
index 1bebf57..0000000
--- a/Distribconf.pm
+++ /dev/null
@@ -1,19 +0,0 @@
-package Distribconf;
-
-(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;
-
-use MDV::Distribconf;
-
-*Distribconf:: = *MDV::Distribconf::;
-warn "Warning: Distribconf is deprecated, use MDV::Distribconf instead.\n";
-1;
-
-=head1 NAME
-
-Distribconf - Compatibility wrapper around MDV::Distribconf
-
-=head1 DESCRIPTION
-
-Don't use this module. Use MDV::Distribconf instead.
-
-=cut
diff --git a/Distribconf/Build.pm b/Distribconf/Build.pm
deleted file mode 100644
index 6956637..0000000
--- a/Distribconf/Build.pm
+++ /dev/null
@@ -1,20 +0,0 @@
-package Distribconf::Build;
-
-use Distribconf;
-use MDV::Distribconf::Build;
-
-our $VERSION = $Distribconf::VERSION;
-
-*Distribconf::Build:: = *MDV::Distribconf::Build::;
-warn "Warning: Distribconf::Build is deprecated, use MDV::Distribconf::Build instead.\n";
-1;
-
-=head1 NAME
-
-Distribconf::Build - Compatibility wrapper around MDV::Distribconf::Build
-
-=head1 DESCRIPTION
-
-Don't use this module. Use MDV::Distribconf::Build instead.
-
-=cut
diff --git a/MANIFEST b/MANIFEST
index 96a6312..c28d956 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,6 +1,4 @@
ChangeLog
-Distribconf/Build.pm
-Distribconf.pm
dumpdistribconf
editdistrib
gendistrib
diff --git a/Makefile.PL b/Makefile.PL
index 5c48422..06837ae 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -54,8 +54,6 @@ WriteMakefile(
},
PM => {
'packdrake.pm' => '$(INST_LIBDIR)/packdrake.pm',
- 'Distribconf.pm' => '$(INST_LIBDIR)/Distribconf.pm',
- 'Distribconf/Build.pm' => '$(INST_LIBDIR)/Distribconf/Build.pm',
},
EXE_FILES => [ qw(gendistrib genhdlist packdrake rpm2header parsehdlist rpm2cpio.pl dumpdistribconf) ],
C => [],