Bug#736496: python-gnupg: add support for non-armor and export-minimal to export_keys() [upstream patch]

2014-02-08 Thread Vinay Sajip
line and pipe the output to a file, and then look at position 48003 in the file. Regards, Vinay Sajip -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#663228: python-virtualenv: /usr/bin/virtualenv has the wrong shebang line

2012-03-09 Thread Vinay Sajip
Package: python-virtualenv Version: 1.4.9-3 Severity: normal Tags: patch The /usr/bin/virtualenv script has the shebang line: #!/usr/bin/env python whereas it should be #!/usr/bin/python The former value causes a failure when run from a virtual environment which does not itself have the