diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 19:17:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 19:17:04 +0000 |
commit | 6416c07fc43c6592242ec9895f2b035f68817181 (patch) | |
tree | 4c7b0abe6046c4cc00582cae9608049fdef5f07e /URPM.pm | |
parent | e7e8c533b6f98fb49235558a490ad58df43bc3b1 (diff) | |
download | perl-URPM-6416c07fc43c6592242ec9895f2b035f68817181.tar perl-URPM-6416c07fc43c6592242ec9895f2b035f68817181.tar.gz perl-URPM-6416c07fc43c6592242ec9895f2b035f68817181.tar.bz2 perl-URPM-6416c07fc43c6592242ec9895f2b035f68817181.tar.xz perl-URPM-6416c07fc43c6592242ec9895f2b035f68817181.zip |
- do not add FILENAME_TAG and FILESIZE_TAG to hdlist anymore,
deprecate ->filename and ->header_filename,
deprecate URPM::Build build_hdlist and parse_rpms_build_headers
Diffstat (limited to 'URPM.pm')
-rw-r--r-- | URPM.pm | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -511,10 +511,6 @@ Writes a line of information in a synthesis file. =item $package->exclusivearchs() -=item $package->filename() - -The rpm's file name. - =item $package->files() List of files in this rpm. @@ -582,8 +578,6 @@ Return an array of human readable view of tag values. $tagid is the numerical va =item $package->group() -=item $package->header_filename() - =item $package->id() =item $package->installtid() |