source: trunk/debathena/debathena/config-package-dev/decode @ 25844

Revision 25844, 353 bytes checked in by geofft, 11 years ago (diff)
Sync config-package-dev 5.0 from Debian unstable.
  • Property svn:executable set to *
RevLine 
[24647]1#!/usr/bin/perl
[25844]2# Reverse the encoding performed by the "encode" helper.
3#
4# This is not currently used by config-package-dev itself, but can by
5# used by helper programs that want to determine what files are diverted
6# by a package generated using this system.
[25426]7
8use strict;
9use warnings;
[25844]10use Debian::Debhelper::config_package;
[25426]11
[25844]12print decode($ARGV[0]);
Note: See TracBrowser for help on using the repository browser.