~mitya57/pkg-kde-tools/0.15.16ubuntu1

« back to all changes in this revision

Viewing changes to perllib/Debian/PkgKde/SymbolsHelper/SymbolFile.pm

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2011-05-24 12:28:48 UTC
  • mfrom: (0.1.34 sid)
  • Revision ID: james.westby@ubuntu.com-20110524122848-rypmzvzs1x7fwvnq
Tags: 0.13.1
* Fix sections libdlrestrictions1 and libdlrestrictions-dev (libs and
  libdevel respectively).
* Bump Standards-Version to 3.9.2: no changes needed.
* Relicense DLRestrictions under less troublesome LGPLv2.1.
* While installing, preserve source permissions of files in cmake, makefiles,
  qt-kde-team and some other directories. This solves unexecutable scripts
  problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
        }
235
235
    }
236
236
    foreach my $file (values %dumped) {
237
 
        unless ($FILE::Temp::KEEP_ALL) {
 
237
        unless ($File::Temp::KEEP_ALL) {
238
238
            unlink $file;
239
239
        }
240
240
    }