[ubuntu/maverick] ubuntu-dev-tools 0.103 (Accepted)
Ubuntu Installer
archive at ubuntu.com
Fri Sep 24 17:01:50 BST 2010
ubuntu-dev-tools (0.103) experimental; urgency=low
[ Benjamin Drung ]
* sponsor-patch:
- Fix NameError: global name 'debdiff_filename' is not defined.
- Add --workdir parameter to set the working directory.
* ubuntutools/update_maintainer.py: Fix failure if debian/control.in is a
directory.
[ Luca Falavigna ]
* debian/control:
- Add Benjamin Drung to Uploaders.
- Add DM-Upload-Allowed field, this way Benjamin can upload new
versions on his own.
* ubuntutools/misc.py:
- Use output of dpkg --print-architecture command to correctly display
platform architecture (Closes: #594424).
[ Siegfried-Angel Gevatter Pujals ]
* pbuilder-dist:
- Do not show a warning when "experimental" is used; there is no
debootstrap file for it but it should just work anyway.
- Wrap any extra (user) arguments appended to the pbuilder command with
quotation marks, when needed (LP: #398989).
* bash_completion/pbuilder-dist:
- Enable auto-completion for "pbuilder-experimental".
* doc/pbuilder-dist.1:
- Move the documentation for --main-only (previously "mainonly") and
--debug-echo to a new Options section.
[ Stefano Rivera ]
* Add manpages for sponsor-patch and import-bug-from-debian.
* hugdaylist, manage-credentials, massfile, merge-changelog,
ubuntutools/requestsync/common.py: Some pyflakes-induced cleanup.
* ubuntutools/lp/libsupport.py: Support production API URLs in
translate_web_api.
ubuntu-dev-tools (0.102) experimental; urgency=low
[ Dustin Kirkland ]
* errno, doc/errno.1, debian/control, debian/copyright, setup.py:
- add an errno utility, LP: #612267
[ Kees Cook ]
* mk-sbuild: update examples to include "-A".
[ Benjamin Drung ]
* suspicious-source: whitelist font source formats. Thanks to Nicolas
Spalinger for the patch (LP: #365147).
* Update the man page of suspicious-source to match the rewrite.
* syncpackage:
- Don't upload orig tarball if not needed.
- Print error message if the download fails (LP: #639899).
- Check if the specified Debian component is valid (LP: #639896).
* update-maintainer: Don't change the Maintainer field if the email is set
to a @lists.ubuntu.com address.
* sponsor-patch: New script to download a patch from a Launchpad bug, patch
the source package, build, check and uploads it (to Ubuntu or a PPA).
* wrap-and-sort: New script to wrap long lines and sort items in packaging
files.
[ Stefano Rivera ]
* update-maintainer: Correctly update the Maintainer field to the new Ubuntu
Developers address (instead of the calling user) when the package is not
in Debian.
[ Iain Lane ]
* all: Use production API rather than edge by default. Should be more
reliable and was advised by lifeless (LP team).
[ Michael Bienia ]
* Add 'natty' to recognized names and make it the default.
[ Colin Watson ]
* Fix NAME section of lp-set-dup(1).
* lp-list-bugs: New tool.
Date: Fri, 24 Sep 2010 16:01:03 +0000
Changed-By: Benjamin Drung <benjamin.drung at gmail.com>
Maintainer: Ubuntu Developers <ubuntu-dev-team at lists.alioth.debian.org>
Origin: Debian/experimental
https://launchpad.net/ubuntu/maverick/+source/ubuntu-dev-tools/0.103
-------------- next part --------------
Origin: Debian/experimental
Format: 1.7
Date: Fri, 24 Sep 2010 16:01:03 +0000
Source: ubuntu-dev-tools
Binary: ubuntu-dev-tools
Architecture: source
Version: 0.103
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-dev-team at lists.alioth.debian.org>
Changed-By: Benjamin Drung <benjamin.drung at gmail.com>
Description:
ubuntu-dev-tools - useful tools for Ubuntu developers
Closes: 594424
Launchpad-bugs-fixed: 365147 398989 612267 639896 639899
Files:
88a65fa7d750635b3dee41a62f55831b 154148 devel optional ubuntu-dev-tools_0.103.tar.gz
b7acbaf973d6d0f5c64c03b819e92920 1191 devel optional ubuntu-dev-tools_0.103.dsc
Changes:
ubuntu-dev-tools (0.103) experimental; urgency=low
.
[ Benjamin Drung ]
* sponsor-patch:
- Fix NameError: global name 'debdiff_filename' is not defined.
- Add --workdir parameter to set the working directory.
* ubuntutools/update_maintainer.py: Fix failure if debian/control.in is a
directory.
.
[ Luca Falavigna ]
* debian/control:
- Add Benjamin Drung to Uploaders.
- Add DM-Upload-Allowed field, this way Benjamin can upload new
versions on his own.
* ubuntutools/misc.py:
- Use output of dpkg --print-architecture command to correctly display
platform architecture (Closes: #594424).
.
[ Siegfried-Angel Gevatter Pujals ]
* pbuilder-dist:
- Do not show a warning when "experimental" is used; there is no
debootstrap file for it but it should just work anyway.
- Wrap any extra (user) arguments appended to the pbuilder command with
quotation marks, when needed (LP: #398989).
* bash_completion/pbuilder-dist:
- Enable auto-completion for "pbuilder-experimental".
* doc/pbuilder-dist.1:
- Move the documentation for --main-only (previously "mainonly") and
--debug-echo to a new Options section.
.
[ Stefano Rivera ]
* Add manpages for sponsor-patch and import-bug-from-debian.
* hugdaylist, manage-credentials, massfile, merge-changelog,
ubuntutools/requestsync/common.py: Some pyflakes-induced cleanup.
* ubuntutools/lp/libsupport.py: Support production API URLs in
translate_web_api.
.
ubuntu-dev-tools (0.102) experimental; urgency=low
.
[ Dustin Kirkland ]
* errno, doc/errno.1, debian/control, debian/copyright, setup.py:
- add an errno utility, LP: #612267
.
[ Kees Cook ]
* mk-sbuild: update examples to include "-A".
.
[ Benjamin Drung ]
* suspicious-source: whitelist font source formats. Thanks to Nicolas
Spalinger for the patch (LP: #365147).
* Update the man page of suspicious-source to match the rewrite.
* syncpackage:
- Don't upload orig tarball if not needed.
- Print error message if the download fails (LP: #639899).
- Check if the specified Debian component is valid (LP: #639896).
* update-maintainer: Don't change the Maintainer field if the email is set
to a @lists.ubuntu.com address.
* sponsor-patch: New script to download a patch from a Launchpad bug, patch
the source package, build, check and uploads it (to Ubuntu or a PPA).
* wrap-and-sort: New script to wrap long lines and sort items in packaging
files.
.
[ Stefano Rivera ]
* update-maintainer: Correctly update the Maintainer field to the new Ubuntu
Developers address (instead of the calling user) when the package is not
in Debian.
.
[ Iain Lane ]
* all: Use production API rather than edge by default. Should be more
reliable and was advised by lifeless (LP team).
.
[ Michael Bienia ]
* Add 'natty' to recognized names and make it the default.
.
[ Colin Watson ]
* Fix NAME section of lp-set-dup(1).
* lp-list-bugs: New tool.
More information about the Maverick-changes
mailing list