Change logs for ubuntu-dev-tools source package in Oneiric

  • ubuntu-dev-tools (0.132ubuntu0.2) oneiric-proposed; urgency=low
    
      * syncpackage: Gracefully deal with no available changelog from Debian (PTS
        changelogs aren't available immediately) (LP: #880051)
     -- Stefano Rivera <email address hidden>   Mon, 24 Oct 2011 11:02:45 +0200
  • ubuntu-dev-tools (0.132ubuntu0.1) oneiric-proposed; urgency=low
    
      * syncpackage, requestsync: Default to syncing from testing (LP: #876400)
     -- Stefano Rivera <email address hidden>   Mon, 17 Oct 2011 16:35:36 +0200
  • ubuntu-dev-tools (0.132) unstable; urgency=low
    
    
      [ Benjamin Drung ]
      * sponsor-patch:
        - Refactor code.
        - Support sync requests and make ack-sync obsolete (LP: #764763).
    
      [ Stefano Rivera ]
      * syncpackage: Looks like we can't expect exactly one DSD record for every
        source package (LP: #846890)
    
     -- Benjamin Drung <email address hidden>  Thu, 22 Sep 2011 12:31:57 +0200
  • ubuntu-dev-tools (0.131) unstable; urgency=low
    
    
      [ Stefano Rivera ]
      * doc/requestsync.1: Correct default value for REQUESTSYNC_SMTP_SERVER
        (LP: #844992)
      * import-bug-from-debian: Bugs are filed against source packages in Ubuntu.
        (LP: #844734)
      * Debian source publication records are all Published now, not pending
        (LP: #845487)
      * requestsync:
        - Add nice error messages to gpg-signing code, rather than simple
          assertions (LP: #537288)
        - Extract current Ubuntu delta from changelog entries and provide for
          editing (LP: #547925)
      * submittodebian:
        - Don't parse the entire changelog, to avoid bumping into past illegal
          version numbers (LP: #727314)
        - Iterate over changelog blocks rather than using Changelog's private
          _blocks list.
      * LP: #806633:
        - ubuntutools.update_maintainer: Don't use strict changelog parsing
        - sponsor-patch: Perform strict validation on the first changelog entry.
      * setup-packaging-environment:
        - Software Sources isn't on the Administration menu, post Gnome 2
          (LP: #841975)
        - Use apt-get rather than aptitude.
      * Removed get-build-deps, mk-build-deps -ir is equivalent (LP: #158108)
      * ubuntutools.archive:
        - Add quiet option to silence downloading.
        - Use wget-style progress bar (fixed width) (LP: #845787)
      * Bump python-debian B-D and Depends to 0.1.20 for unicode Changelog
        reading.
      * backportpackage: Use absolute path of workdir when test-building.
    
      [ Colin Watson ]
      * syncpackage: Fix typo.
    
      [ Benjamin Drung ]
      * ubuntutools/requestsync: Follow PEP 8 naming conventions.
    
     -- Stefano Rivera <email address hidden>  Sat, 10 Sep 2011 16:48:23 +0200
  • ubuntu-dev-tools (0.130) unstable; urgency=low
    
    
      * pull-lp-source: Support source packages with a bad version string
        (LP: #844682).
      * backportpackage:
        - Search for newer versions in -{updates,security} on Ubuntu (LP: #823833).
        - Use Ubuntu and Debian as fall back check in codename_to_distribution to
          allow backporting to Ubuntu from a Debian system (LP: #823832).
    
     -- Benjamin Drung <email address hidden>  Thu, 08 Sep 2011 22:04:11 +0200
  • ubuntu-dev-tools (0.129) unstable; urgency=low
    
    
      [ Colin Watson ]
      * syncpackage: Convert to new LP API, with --no-lp available for the old
        style of operation.
      * syncpackage: Require -f/--force option to overwrite Ubuntu changes.
    
      [ Jelmer Vernooij ]
      * Remove several tools not specific to Ubuntu that have been migrated to
        lptools (LP: #708886):
       - get-branches (renamed to lp-get-branches)
       - grab-attachments (renamed to lp-grab-attachments)
       - lp-project-upload
       - lp-list-bugs
       - lp-set-dup
       - lp-shell
    
      [ Stefano Rivera ]
      * syncpackage: Show changes to be synced when performing native syncs.
      * syncpackage: Check the sync blacklist.
      * syncpackage: Support --bug (extra bugs to be closed by the sync) with
        native syncs. (Bugs are closed one individually, via the API, post-sync)
      * dgetlp, submittodebian, 404main: Use unicode strings for literal strings
        containing non-ASCII characters (LP: #836661)
      * Recommend pbuilder | aptitude for get-build-deps, and exit with an error
        if neither are installed (LP: #799368)
      * get-build-deps: Tell aptitude not to follow Recommends (LP: #817500)
      * doc/requestsync.1: Document the -C option (LP: #833408)
      * ubuntutools.archive: Don't write .dsc files until we pull the entire
        source package, just hold it in memory. Avoids littering the current
        directory (LP: #838361)
      * Run harvest as part of sponsor-patch (LP: #833699)
    
      [ Julian Taylor ]
      * requestsync: omit dups when checking for duplicate requests (LP: #842217)
    
      [ Benjamin Drung ]
      * sponsor-patch: Default to not upload the package.
      * requestsync: Do not crash on user abort (Closes: #637168).
    
     -- Benjamin Drung <email address hidden>  Tue, 06 Sep 2011 14:31:31 +0200
  • ubuntu-dev-tools (0.128) unstable; urgency=low
    
    
      [ Stefano Rivera ]
      * ubuntutools.builder: Detect missing builder and fail early.
      * backportpackage: Backport from local source packages again (LP: #801945)
      * ubuntutools.test.test_archive: Forgive newer python-debian's for calling
        GpgInfo.from_sequence() with the optional keyrings arguments.
    
      [ Julian Taylor ]
      * lp-shell: use ipython shell if available
    
     -- Stefano Rivera <email address hidden>  Tue, 16 Aug 2011 11:15:18 +0200
  • ubuntu-dev-tools (0.127) unstable; urgency=low
    
      * Move debian-distro-info, distro-info, and ubuntu-distro-info from
        ubuntu-dev-tools into distro-info.
     -- Benjamin Drung <email address hidden>   Fri, 01 Jul 2011 22:07:18 +0200
  • ubuntu-dev-tools (0.126) unstable; urgency=low
    
      [ Evan Broder ]
      * ubuntutools.misc: Add a new "system_distribution_chain", which returns
        a list starting with the current distribution and working its way up
        each distribution's parent.
      * ubuntutools.misc: Add a function to find the distribution that
        used a given release codename.
      * backportpackage, doc/backportpackage.1: Accept codenames from any
        distribution in the parenting chain. Makes it possible to, e.g.,
        backport from Debian. (LP: #703099)
      * ubuntutools.subprocess:
        - New drop-in replacement wrapper module around subprocess that
          backports the restore_signals kwarg and defaults close_fds=True
        - Switch everything previously using subprocess to use
          ubuntutools.subprocess instead (LP: #785854)
    
      [ Stefano Rivera ]
      * submittodebian: Write a usable .reportbugrc if it doesn't exist.
        (LP: #800429)
    
      [ Benjamin Drung ]
      * Add experimental to list of Debian distributions.
    
    ubuntu-dev-tools (0.125ubuntu1) oneiric; urgency=low
    
      [ Benjamin Drung ]
      * backportpackage: Use --force-bad-version instead of --allow-lower-version
        (which requires a parameter) for debchange.
      * Adjust EOL date of Ubuntu 9.10 "Karmic Koala".
    
      [ Stefano Rivera ]
      * ubuntutools.archive: Display any errors rmadison emits, rather than
        guessing at the cause. (LP: #788447)
      * sponsor-patch: Use dch --release instead of --edit to work with
        DEBCHANGE_RELEASE_HEURISTIC=changelog.
    
      [ Dustin Kirkland ]
      * doc/lp-project-upload.1, lp-project-upload:
        - add support for optionally specifying files containing the changelog
          and release notes for the release
        - allows scripts to avoid the interactive editors
        - document these changes in the manpage
    
      [ Didier Roche ]
      * lp-project-upload:
        - fix a bug when new milestone wasn't specified (LP: #797170)
      * get-build-deps:
        - fix a wrong parser when some build-dep have an epoch
    
      [ Brian Murray ]
      * grab-attachments, doc/grab-attachments.1:
        - add in download attachments from duplicates
        - add in download attachments from all bugs about a package
        - document new options in the manpage
     -- Benjamin Drung <email address hidden>   Sat, 25 Jun 2011 16:38:49 +0200
  • ubuntu-dev-tools (0.125ubuntu1) oneiric; urgency=low
    
      [ Benjamin Drung ]
      * backportpackage: Use --force-bad-version instead of --allow-lower-version
        (which requires a parameter) for debchange.
      * Adjust EOL date of Ubuntu 9.10 "Karmic Koala".
    
      [ Stefano Rivera ]
      * ubuntutools.archive: Display any errors rmadison emits, rather than
        guessing at the cause. (LP: #788447)
      * sponsor-patch: Use dch --release instead of --edit to work with
        DEBCHANGE_RELEASE_HEURISTIC=changelog.
    
      [ Dustin Kirkland ]
      * doc/lp-project-upload.1, lp-project-upload:
        - add support for optionally specifying files containing the changelog
          and release notes for the release
        - allows scripts to avoid the interactive editors
        - document these changes in the manpage
    
      [ Didier Roche ]
      * lp-project-upload:
        - fix a bug when new milestone wasn't specified (LP: #797170)
      * get-build-deps:
        - fix a wrong parser when some build-dep have an epoch
    
      [ Brian Murray ]
      * grab-attachments, doc/grab-attachments.1:
        - add in download attachments from duplicates
        - add in download attachments from all bugs about a package
        - document new options in the manpage
     -- Didier Roche <email address hidden>   Fri, 24 Jun 2011 11:50:17 +0200
  • ubuntu-dev-tools (0.124) unstable; urgency=low
    
      [ Benjamin Drung ]
      * Move add-patch, edit-patch, suspicious-source, what-patch, and wrap-and-sort
        from ubuntu-dev-tools into devscripts (Closes: #568481).
    
      [ Daniel Holbach ]
      * bitesize:
        - display error message properly (LP: #785973).
        - error out if bug is already marked as 'bitesize'.
        - rephrase bug comment and subscribe person who adds the comment.
        - work-around LP:336866 and LP:254901.
    
      [ Stefano Rivera ]
      * mk-sbuild:
        - maintainer_name isn't mandatory any more (LP: #787051)
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  26 May 2011 10:54:47 +0000
  • ubuntu-dev-tools (0.123) unstable; urgency=low
    
      [ Stefano Rivera ]
      * mk-sbuild:
        - Disable daemons with a policy-rc.d script (like pbuilder does)
        - Move package installation after option parsing.
        - Exit 0 when showing help, and support -h.
        - Determine distribution from release name (via distro-info).
        - Reformat manpage.
        - Install qemu-user-static instead of qemu-kvm-extras-static.
        - Put schroot configuration in chroot.d/sbuild-$chroot (LP: #736808)
        - Understand Debian distribution synonyms, and store the chroot under the
          code name.
        - Support Debian experimental.
    
      [ Daniel Holbach ]
      * bitesize, doc/bitesize.1: add script to tag a bug as bitesize and add a 
        comment that you are willing to help with fixing the bug.
    
      [ Benjamin Drung ]
      * sponsor-patch: Fix assertion error if a relative working directory
        is specified (LP: #785923).
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  21 May 2011 09:04:15 +0000
  • ubuntu-dev-tools (0.122) unstable; urgency=low
    
      [ Ted Gould ]
      * lp-project-upload: Add an optional parameter for creating a new
        milestone to add future bugs to.
    
      [ Benjamin Drung ]
      * data/ubuntu.csv: Update end-of-life dates.
    
      [ Brian Murray ]
      * grab-attachments: download the attachments to a folder named after the bug
        number e.g. bug-1
     -- Benjamin Drung <email address hidden>   Sun,  24 Apr 2011 08:49:38 +0000