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

2014-08-12 Thread Michael Gilbert
On Mon, Aug 11, 2014 at 10:57 PM, James McCoy wrote: > On Sat, Aug 09, 2014 at 12:29:08PM -0400, Michael Gilbert wrote: >> Found out about debsnap today, which simplifies things a lot. Please >> see attached revision. > > Why not use dscverify to do the verification? A man page would also be > u

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

2014-08-11 Thread James McCoy
On Sat, Aug 09, 2014 at 12:29:08PM -0400, Michael Gilbert wrote: > Found out about debsnap today, which simplifies things a lot. Please > see attached revision. Why not use dscverify to do the verification? A man page would also be useful. Cheers, -- James GPG Key: 4096R/331BA3DB 2011-12-05 Ja

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

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

2014-08-08 Thread Michael Gilbert
package: devscripts severity: wishlist version: 2.14.6 tags: patch I find myself often wanting to quickly diff two known package versions (without the hassle of website navigation), so I wrote a script to do it: snapdiff. I think a good home for it would be devscripts. Let me know what you think