Codebase list ruby-debian / e2a4afd
fix parsing .deb files, thanks to Junichi Uekawa (Closes: #390262) Ryan Niebur 14 years ago
2 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
11
22 * adopt package (Closes: #532927)
33 * add Vcs-* fields
4
5 -- Ryan Niebur <ryan@debian.org> Sun, 01 Nov 2009 03:02:26 -0800
4 * fix parsing .deb files, thanks to Junichi Uekawa (Closes: #390262)
5
6 -- Ryan Niebur <ryan@debian.org> Sun, 01 Nov 2009 03:08:15 -0800
67
78 dpkg-ruby (0.3.2) unstable; urgency=low
89
7171 }
7272 end
7373 def tar(io,op,*pat)
74 progs = [TAR, op, '-f', '-']
74 progs = [TAR, op, '--wildcards', '-f', '-']
7575 if pat[0]
7676 progs += ['--to-stdout', *pat]
7777 end