Package: git-remote-bzr / 0.2+20140705-2

Metadata

Package Version Patches format
git-remote-bzr 0.2+20140705-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian shebang.diff | (download)

git-remote-bzr | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change shebang line to /usr/bin/python
 Using /usr/bin/env is unnecessary since we know where the python
 interpreter is, and older versions of the python package did not
 provide /usr/bin/python2.
debian locale.diff | (download)

test/main.t | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 use c.utf-8 locale in tests rather than en_us.utf-8
 The en_US.UTF-8 locale is not guaranteed to exist, and if it doesn't,
 several tests fail.