Any chance to see this useful tool included?
In fact I searched through devscript package to find something like that,
and since it's not included I started writing my own wrapper around
wget .dsc. Happily Ganneff told me on #debian-devel that such tool exist so
I lost only couple of minutes.
Pl
Re: Joey Hess in <[EMAIL PROTECTED]>
> system $wget, $file, "$dir/$file";
> system "dpkg-source -x $found_dsc";
Thanks for the hint, implemented.
> Other minor problems (not security issues) include not recognising
> file: (if using wget; curl does support it), cdrom:, copy:, rsh: and
This fills a nice hole and I'd not mind seeing it added to devscripts if
Julian and Co agree, but the current implementation is insecure.
parse_file pulls out the bits of a dsc or changes file that list other
files, using this regexp:
if (/^ ([0-9a-f]{32}) (?:\S+ )*(\S+)$/) {
It then cal
Hi,
here is an updated version of dget.
Christoph
--
[EMAIL PROTECTED] | http://www.df7cb.de/
#!/usr/bin/perl -w
# vim:sw=4:sta:
# dget - Download Debian source and binary packages
# Copyright (C) 2005 Christoph Berg <[EMAIL PROTECTED]>
#
# This program is free software; you can redistrib
Package: devscripts
Version: 2.9.7
Severity: wishlist
Tags: patch
Hi,
attached is a patch for a new script "dget" which I use to download
source packages. It is a very nice improvement over "wget URL.dsc"
since it downloads the all 3 files (similar for .changes). (And I
don't have to modify my so
5 matches
Mail list logo