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

  • ubuntu-dev-tools (0.141ubuntu0.1) precise-proposed; urgency=low
    
      * Cherry-pick some bug fixes from 0.142-0.145:
        - syncpackage: Default to <current_series>-proposed.
        - syncpackage, requestsync: Check the Release pocket if we can't find an
          Ubuntu package in the requested pocket. (LP: #1069867)
        - pull-lp-source: Catch errors parsing JSON we got from DDE (LP: #1059848)
        - sponsor-patch: Don't fall over bugs targeted at the development release
          (LP: #936014)
        - requestsync: We now sync to proposed (LP: #1073060)
        - syncpackage: syncpackage: Don't throw away release pockets, returning
          correct errors when the source and destination match even though the
          destination release pocket doesn't.
     -- Stefano Rivera <email address hidden>   Wed, 07 Nov 2012 23:24:56 +0200
  • ubuntu-dev-tools (0.141) unstable; urgency=low
    
    
      * syncpackage: Log into Launchpad anonymously with --no-lp
        (LP: #979849)
      * seeded-in-ubuntu: Log into Launchpad anonymously.
    
     -- Stefano Rivera <email address hidden>  Thu, 12 Apr 2012 23:46:24 +0200
  • ubuntu-dev-tools (0.140) unstable; urgency=low
    
    
      [ Stefano Rivera ]
      * Bump Standards-Version to 3.9.3, no changes needed.
      * Update machine-readable copyright Format to 1.0.
      * pbuilder-dist: Use the same chroot, whether the system-architecture was
        the supplied architecture or was chosen by default (LP: #943435)
      * backportpackage
        - Prompt to delete existing workdirs (LP: #885514)
        - Support a BACKPORTPACKAGE_UPLOAD configuration/enviornment variable
          (LP: #693217)
      * requestsync:
        - New packages from non-free or contrib go into multiverse (LP: #935643)
        - Catch SeriesNotFoundException and display a friendly error (LP: #963888)
    
      [ Daniel Hahler ]
      * ubuntutools/archive.py: use ProxyHandler in _download_file.
        This makes use of the system proxy (e.g. http_proxy).
      * pbuilder-dist: Do not force default value for `--aptcache` argument
        (LP: #956903)
    
      [ John S Gruber ]
      * Don't use --override-config with operations other than update.
        (LP: #409696)
    
     -- Stefano Rivera <email address hidden>  Thu, 29 Mar 2012 00:01:40 +0200
  • ubuntu-dev-tools (0.139) unstable; urgency=low
    
    
      [ Stefano Rivera ]
      * syncpackage, backportpackage, sponsor-patch: Use -nc when building source
        packages. Avoids needing build-deps on the build machine.
      * sponsor-patch:
        - Determine the task from the UDD branch.
        - Support syncs of new packages.
        - Support syncs from a non-default series (LP: #931644)
        - Check for dependencies that the package doesn't Depend on. Recommend
          dput, lintian, patch, quilt. (LP: #846385)
      * Re-add dgetlp. Still needed for downloading source packages from +queue.
        (LP: #919805)
      * pbuilder-dist:
        - Export DISTRIBUTION and ARCHITECTURE as well as DIST and ARCH. Thanks
          Alessio Treglia. (Closes: #659060, LP: #423609)
        - Pass DEB_BUILD_OPTIONS through (LP: #685786)
      * reverse-depends: Now that Debian is supported server-side:
        - Convert Debian release aliases to codenames.
        - Default to the devel release of the vendor distribution.
        - Provide transitional reverse-build-depends wrapper to help users
          discover reverse-depends. (LP: #910420)
      * backportpackage: Map Debian release aliases to codenames (LP: #918231)
    
      [ Evan Broder]
      * sponsor-patch, requestsync, syncpackage: Add a config variable for -k
        arguments.
    
     -- Stefano Rivera <email address hidden>  Wed, 15 Feb 2012 17:21:39 +0200
  • ubuntu-dev-tools (0.138) unstable; urgency=low
    
    
      [ Benjamin Drung ]
      * sponsor-patch:
        - Use syncpackage instead of subscribing ubuntu-archive for sync requests,
          because syncpackage supports sponsorship now.
        - Check if the sponsored bug is marked as duplicate (LP: #896733).
        - Allow user to override sanity checks (LP: #896733).
    
      [ Stefano Rivera ]
      * Correct reference to qemu-user-static in pbuilder-dist.1 (Closes: #651999)
      * mk-sbuild: Don't install devscripts by default (LP: #904502)
      * backportpackage: Add --release-pocket option, rather than relying entirely
        on heuristics (Closes: #651546)
      * syncpackage: Mention sponsorship when closing bugs (LP: #904288)
    
     -- Benjamin Drung <email address hidden>  Wed, 21 Dec 2011 22:38:35 +0100
  • ubuntu-dev-tools (0.137) unstable; urgency=low
    
    
      [ Stefano Rivera ]
      * mk-sbuild: Make --eatmydata command line flag actually work.
      * Remove dgetlp. No longer needed.
      * Use httplib2 everywhere that we do https. The python stdlib doesn't do
        certificate verification.
      * requestbackport:
        - Check for existing backport bugs first.
        - Check that there are published binaries (i.e. not stuck in bin-NEW).
      * pull-lp-source, requestbackport: Take the latest version from any
        non-backports pocket. Implemented by making lpapicache's getSourcePackage
        smarter.
      * sponsor-patch: Build a source package for lintian to run on, when not
        test-building syncs.
      * sponsor-patch: Check the bug's title, not the task, when determining
        source series for syncs.
      * mk-sbuild, pbuilder-dist, ubuntu-build: Add armhf.
      * pull-debian-source, pull-lp-source: Resolve the source package (via DDE),
        if a binary package was requested (LP: #617349)
      * submittodebian:
        - Do the report boiler-plate checking in a script that wraps an editor, so
          that we only edit the report once, after checking for duplicates.
        - rm the tmpdir with a little more force (shutil.rmtree) (LP: #899399)
      * New Tools: (LP: #876554)
        - ubuntu-upload-permission: Query upload permissions.
        - seeded-in-ubuntu: Query a package's seed status. Whether it is on
          current daily images and/or part of the supported seed.
      * syncpackage: Support sponsorship for native-syncs, now that LP does.
    
      [ Andreas Moog ]
      * sponsor-patch: Check permission to unsubscribe sponsors-team (LP: #896884)
      * grep-merges: We already require a UTF-8 enabled terminal, so encode
        package and uploader name in UTF-8 (LP: #694388)
      * requestsync: Give user option to retry in case of temporary error
        (LP: #850360)
    
     -- Stefano Rivera <email address hidden>  Fri, 09 Dec 2011 12:59:29 +0200
  • ubuntu-dev-tools (0.136) unstable; urgency=low
    
      [ Marc Deslauriers ]
      * mk-sbuild,doc/mk-sbuild.1: switch from aufs to overlayfs, as aufs is no
        longer in the Precise kernel.
    
      [ Stefano Rivera ]
      * mk-sbuild,doc/mk-sbuild.1: aufs may still be used if overlayfs isn't
        available (as is the case on Debian).
      * mk-sbuild: debootstrap with all components, so that eatmydata can be
        installed.
      * EditFile: Don't try and store temporary files in /usr/bin.
      * EditBugReport: Don't include a newline in the bug title.
     -- Stefano Rivera <email address hidden>   Wed, 16 Nov 2011 14:33:04 +0200
  • ubuntu-dev-tools (0.135) unstable; urgency=low
    
    
      * grab-merge: Use wget -nv rather than -q, so that we see error messages
        (LP: #881967)
      * requestsync: Make --lp the default.
      * submittodebian: Use prettier patch filenames (LP: #887333)
      * mk-sbuild:
        -Allow creating experimental chroots again (LP: #885499)
        - experimental shouldn't be the default in experimental chroots.
        - Add --eatmydata flag (LP: #888440)
      * pbuilder-dist:
        - Support using non-master mirrors. Thanks Mathieu Parent. (LP: #824285)
        - Enable non-release pockets by default (LP: #781003)
      * New scripts:
        - reverse-depends: Replaces reverse-build-depends. Uses an UbuntuWire
          webservice for determining all reverse(-build)-dependencies for a
          package. (LP: #696373)
        - requestbackport: Files a backport request bug report, including a full
          testing checklist.
      * Don't allow boilerplate prompts through in submittodebian and requestsync
        (LP: #887336)
      * Add changelog retrieval to lpapicache, and use this in syncpackage and
        requestsync. The changelogs should be available in Launchpad sooner than
        Debian PTS.
    
     -- Stefano Rivera <email address hidden>  Tue, 15 Nov 2011 01:51:36 +0200
  • ubuntu-dev-tools (0.134) unstable; urgency=low
    
    
      [ Stefano Rivera ]
      * mk-sbuild: Correct typo in variable name. Thanks Laurent Declercq.
        (Closes: #645917)
      * Remove massfile. Neglected and unused (LP: #145598)
      * syncpackage, requestsync: Sync from testing for LTSs (LP: #876400)
      * syncpackage:
        - Ignore CURRENT blacklisting: it's buggy, and we don't have a good use
          for it.
        - Always display blacklist comments, if they exist.
        - Display timestamps for DSD blacklist comments.
        - Add --fakesync option, relegating --no-lp to really crazy corner cases.
      * sponsor-patch: Compare new sync version to the current Ubuntu version,
        rather than itself (LP: #878499)
      * sponsor-patch.1: Mention syncs (LP: #882085)
    
      [ Benjamin Drung ]
      * syncpackage: Catch user abort.
    
      [ Scott Moser ]
      * mk-sbuild: better support apt http proxy (LP: #881654)
    
     -- Stefano Rivera <email address hidden>  Fri, 28 Oct 2011 10:16:15 +0200
  • ubuntu-dev-tools (0.133) unstable; urgency=low
    
      [ Stefano Rivera ]
      * mk-sbuild: Only grant access to the admin group when it exists
        (Closes: #642824)
      * Add Depends and Build-Depends for python-distro-info, which has split out
        of distro-info.
      * syncpackge: Gracefully deal with no available changelog from Debian (PTS
        changelogs aren't available immediately)
    
      [ Benjamin Drung ]
      * syncpackage: Allow syncing to -proposed with --no-lp.
     -- Martin-Eric Racine <email address hidden>   Wed, 19 Oct 2011 18:18:51 +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