lp:ubuntu/maverick-proposed/ubuntu-dev-tools

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/maverick-proposed/ubuntu-dev-tools
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

32. By Stefano Rivera

Debian source publication records are all Published now, not pending
(LP: #845487)

31. By Benjamin Drung

[ Siegfried-Angel Gevatter Pujals ]
* pbuilder-dist:
   - Fix regression where pbuilder would get an empty string as first
     positional argument.
   - Update --debug-echo so that it doesn't hide empty parameters (now
     that they are wrapped around quotes they are significant).

30. By Luca Falavigna

[ 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.

29. By Luca Falavigna

[ 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.

28. By Luca Falavigna

[ Andrew Starr-Bochicchio ]
* syncpackage: Update manpage to reflect current usage. (Closes: #587142,
  LP: #598477)
* ubuntu-build: Update manpage to reflect current usage. (LP: #490535)
* edit-patch: Add manpage. (LP: #538379)
* massfile: Add manpage.
* pull-debian-debdiff: Add manpage.
* setup-packaging-environment: Add manpage.
* ubuntu-iso: Add manpage.

[ Benjamin Drung ]
* Bump Standards-Version to 3.9.1 (no changes required).
* Switch to dpkg-source 3.0 (native) format.
* Switch to simple dh7 rule.
* syncpackage:
  - Use Version class from python-debian to fix extraction of upstream
    version for debian versions that contain more than one dash.
  - Prepend script name to every output
  - Output every executed command in verbose mode
  - Print proper error message if the dsc file is malformed.
* update-maintainer: Add a --quiet option.
* suspicious-source: Replace with total rewrite in Python using python-magic.

[ Michael Bienia ]
* ubuntutools/lpapi/lpapicache.py: Use the new LP API method
  archive.checkUpload() to check upload permissions.
* Add "import-bug-from-debian" written by James Westby.
* Add python-soappy to Recommends.
* requestsync: Fix bug where the variable 'hasLP' is not always set
  (lp: #607874).

[ Steve Beattie ]
* mk-schroot: add debootstrap include/exclude options
* mk-schroot.1: document added options

27. By Luca Falavigna

[ Luca Falavigna ]
* syncpackage: new script to easily upload pristine Debian packages.
* debian/ubuntu-dev-tools.preinst:
  - It is no longer necessary to remove stale pycentral files.

[ Felix Geyer ]
* reverse-build-depends: Always display the correct default distribution
  name in the usage text.

[ Iain Lane ]
* requestsync: Fall back to using rmadison when LP indicates that no new
  version is available. The LP importer is often out of date wrt Debian when
  rmadison isn't. (LP: #574398)

[ Benjamin Drung ]
* syncpackage:
  - add more options and allow pulling packages from Debian.
  - add mismatching source tarball detection (for fake syncs).
* update-maintainer:
  - Remove duplicate Original-Maintainer field.
  - Avoid duplicate Original-Maintainer field if maintainer is listed in
    Uploaders too.

[ Michael Vogt ]
* edit-patch:
  - support full path to the patch as well (LP: #585599)
  - support adding existing patches (e.g. from launchpad)
    thanks to David Futcher (LP: #586787)

[ Michael Bienia ]
* Update to the new python-debian version:
  - Depend on python-debian >= 0.1.15
  - Replace imports of debian_bundle with debian to fix the deprecation
    warnings.

[ Daniel Hahler ]
* mk-sbuild: add $RELEASE to error message.

26. By Luca Falavigna

[ Andrey Voronov ]
* pbuilder-dist: change requested/system arch order in check (LP: #557097)

[ Michael Bienia ]
* Update the defaults for maverick and let requestsync and
  pull-debian-source default to unstable (lp: #472837).

25. By Luca Falavigna

* Merge from Ubuntu, Debian changes still applied:
  + 404main:
    - Implement python-apt 0-8 API.
  + debian/control:
    - python-apt (>= 0.7.93~) is required.

24. By Luca Falavigna

* 404main:
  - Implement python-apt 0-8 API, apply patch provided by Julian Andres
    Klode, thank you! (Closes: #572091).
* debian/control:
  - python-apt (>= 0.7.93~) is required.
  - Bump Standards-Version to 3.8.4, no changes required.

23. By Luca Falavigna

[ Martin Pitt ]
Include changes which were committed to 0.88, but which I forgot to
upload.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/oneiric/ubuntu-dev-tools
This branch contains Public information 
Everyone can see this information.

Subscribers