[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Enabling uupdate to simply remove files from upstream source (Was: Minified javascript files)



On Sat, 18 Aug 2012 00:55:15 +0200, gregor herrmann wrote:

> > > > I admit I'm not very experienced with Perl and reading RFC822 files - 
> > > > so if somebody would help implementing this I'd be glad.

> Might be a job for Debian::Copyright, packaged as
> libdebian-copyright-perl.
> 
> Cheers,
> gregor, cc'ing Nicholas who might be able to lend a helping hand

Now really :)


Quick test:

#v+
#!/usr/bin/perl

use Debian::Copyright;
use Data::Dumper;

my $copyright = Debian::Copyright->new();
$copyright->read('debian/copyright');
print Dumper $copyright->header->get('Format-Specification');
#v-

prints

$VAR1 = 'http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135';


With Files-Excluded we currently get:
Invalid field given (Files_Excluded) at /usr/share/perl5/Debian/Copyright.pm line 113

After adding it to the known fields:

$VAR1 = 'doc/a src/b
 c';



Cheers,
gregor
 
-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Bruce Springsteen: Tougher Than The Rest

Attachment: signature.asc
Description: Digital signature


Reply to: