~ubuntu-branches/ubuntu/lucid/wget/lucid-security

« back to all changes in this revision

Viewing changes to util/rmold.pl

  • Committer: Bazaar Package Importer
  • Author(s): Marc Deslauriers
  • Date: 2009-12-12 08:15:59 UTC
  • mfrom: (2.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091212081559-mvccl4kzdqb138y3
Tags: 1.12-1.1ubuntu1
* Merge from debian testing, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.
* Keep build dependencies in main:
  - debian/control: remove info2man build-dep
  - debian/patches/00list: disable wget-infopod_generated_manpage.dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /usr/bin/perl -w
2
2
 
3
 
# Copyright (C) 1995, 1996, 1997, 2007, 2008 Free Software Foundation, Inc.
 
3
# Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009 Free Software
 
4
# Foundation, Inc.
4
5
 
5
6
# This program is free software; you can redistribute it and/or modify
6
7
# it under the terms of the GNU General Public License as published by
45
46
    local(@lcfiles, @lcdirs, %files, @fl);
46
47
 
47
48
    print STDERR "Processing directory '$dir':\n" if $verbose;
48
 
    
 
49
 
49
50
    opendir(DH, $dir) || die("Cannot open $dir: $!\n");
50
51
    @lcfiles = ();
51
52
    @lcdirs = ();