Bug#757614: [debcheckout] Use of uninitialized value $srcpkg in substitution (s///)

2014-08-09 Thread Jakub Wilk
Package: devscripts Version: 2.14.6 Severity: minor If you pass a VCS URL to debcheckout directly, it emits a warning about uninitialized value: $ debcheckout git://anonscm.debian.org/collab-maint/devscripts.git declared git repository at git://anonscm.debian.org/collab-maint/devscripts.git gi

Bug#757529: devscripts: script for diffing packages on snapshot.debian.org

2014-08-09 Thread Michael Gilbert
On Sat, Aug 9, 2014 at 12:29 PM, Michael Gilbert wrote: > Found out about debsnap today, which simplifies things a lot. Please > see attached revision. And should solve the problems pointed out by Jakub (saw that just after pressing send, thanks for the review) since the munging is replaced by ca

Bug#757529: devscripts: script for diffing packages on snapshot.debian.org

2014-08-09 Thread Michael Gilbert
Found out about debsnap today, which simplifies things a lot. Please see attached revision. Best wishes, Mike snapdiff.sh Description: Bourne shell script ___ devscripts-devel mailing list devscripts-devel@lists.alioth.debian.org http://lists.alioth.d

Bug#757529: devscripts: script for diffing packages on snapshot.debian.org

2014-08-09 Thread Jakub Wilk
Hi Michael, This part doesn't look good: info=$(wget $url/mr/file/$hash/info -q -O-) name=$(echo $info | grep -Po '"'"name"'"\s*:\s*"\K([^"]*)') if test $name = $1_$2.dsc; then path=$(echo $info | grep -Po '"'"path"'"\s*:\s*"\K([^"]*)') date=$(echo $in