aboutsummaryrefslogtreecommitdiffstats
path: root/URPM
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-02-25 19:17:04 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-02-25 19:17:04 +0000
commit6416c07fc43c6592242ec9895f2b035f68817181 (patch)
tree4c7b0abe6046c4cc00582cae9608049fdef5f07e /URPM
parente7e8c533b6f98fb49235558a490ad58df43bc3b1 (diff)
downloadperl-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')
-rw-r--r--URPM/Build.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/URPM/Build.pm b/URPM/Build.pm
index f5a3aff..78942b9 100644
--- a/URPM/Build.pm
+++ b/URPM/Build.pm
@@ -18,6 +18,8 @@ sub _get_tmp_dir () {
#- callback : perl code to be called for each package read (defaults pack_header)
#- clean : bool to clean cache before (default no).
#- packing : bool to create info (default is weird)
+#
+# deprecated
sub parse_rpms_build_headers {
my ($urpm, %options) = @_;
my ($dir, %cache, @headers);
@@ -402,6 +404,8 @@ sub compute_deps {
#- idlist : id list of rpm to compute (defaults is start .. end)
#- ratio : compression ratio (default 4).
#- split : split ratio (default 400kb, see MDV::Packdrakeng).
+#
+# deprecated
sub build_hdlist {
my ($urpm, %options) = @_;
my ($dir, $ratio, @idlist);