Bug#332286: dget

2006-01-28 Thread Bartosz Fenski aka fEnIo
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

Bug#332286: dget comments

2005-12-31 Thread Christoph Berg
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

Bug#332286: dget comments

2005-12-26 Thread Joey Hess
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

Bug#332286: dget: new script: downloads source packages from the web and provides a non-root variant of "apt-get install -d" for binary packages

2005-12-10 Thread Christoph Berg
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

Bug#332286: dget: new script: downloads source packages from the web and provides a non-root variant of "apt-get install -d" for binary packages

2005-10-05 Thread Christoph Berg
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