aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MANIFEST2
-rw-r--r--Makefile.PL4
-rw-r--r--NEWS2
-rw-r--r--genhdlist-old (renamed from genhdlist)10
4 files changed, 10 insertions, 8 deletions
diff --git a/MANIFEST b/MANIFEST
index f7dc6c6..3d8d63c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2,7 +2,7 @@ ChangeLog
dumpdistribconf
editdistrib
gendistrib
-genhdlist
+genhdlist-old
genhdlist2
Makefile.PL
MANIFEST
diff --git a/Makefile.PL b/Makefile.PL
index ea26b78..830aec4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -84,7 +84,7 @@ WriteMakefile(
PM => {
'packdrake.pm' => '$(INST_LIBDIR)/packdrake.pm',
},
- EXE_FILES => [ qw(gendistrib genhdlist genhdlist2 packdrake rpm2header parsehdlist rpm2cpio.pl dumpdistribconf) ],
+ EXE_FILES => [ qw(gendistrib genhdlist-old genhdlist2 packdrake rpm2header parsehdlist rpm2cpio.pl dumpdistribconf) ],
C => [],
OBJECT => '',
CCFLAGS => '-Wall',
@@ -95,7 +95,7 @@ WriteMakefile(
MAN1PODS => {
dumpdistribconf => '$(INST_MAN1DIR)/dumpdistribconf.1',
gendistrib => '$(INST_MAN1DIR)/gendistrib.1',
- genhdlist => '$(INST_MAN1DIR)/genhdlist.1',
+ 'genhdlist-old' => '$(INST_MAN1DIR)/genhdlist-old.1',
genhdlist2 => '$(INST_MAN1DIR)/genhdlist2.1',
packdrake => '$(INST_MAN1DIR)/packdrake.1',
},
diff --git a/NEWS b/NEWS
index 6d66ab9..ad45760 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@
- parsehdlist, rpm2header
o fix support for rpm5
o update deprecated code
+- genhdlist-old
+ o genhdlist is now renamed as genhdlist-old
Version 5.6 - 18 March 2008, by Pascal "Pixel" Rigaux
diff --git a/genhdlist b/genhdlist-old
index e64f3d2..f917cb5 100644
--- a/genhdlist
+++ b/genhdlist-old
@@ -111,11 +111,11 @@ __END__
=head1 NAME
-genhdlist - generates an hdlist and a synthesis file
+genhdlist-old - generates an hdlist and a synthesis file
=head1 SYNOPSIS
- genhdlist [options] dir [dir...]
+ genhdlist-old [options] dir [dir...]
=head1 OPTIONS
@@ -158,17 +158,17 @@ Put a suffix on list/hdlist/synthesis names (for example, C<_main>).
=head1 DESCRIPTION
-F<genhdlist> is used to generate an hdlist and an associated synthesis file
+F<genhdlist-old> is used to generate an hdlist and an associated synthesis file
from a set of RPM packages found in the directories passed on the command-line.
By default it will put the hdlist and synthesis files in the current directory.
If the option B<--list> is given, it will also generate a F<list> file containing
the relative paths to all RPMs. Consequently, the paths to the directories
-passed to F<genhdlist> must be relative ones.
+passed to F<genhdlist-old> must be relative ones.
=head1 SEE ALSO
-gendistrib(1), parsehdlist(1)
+genhdlist2(1), gendistrib(1), parsehdlist(1)
=head1 COPYRIGHT