ubuntu-dev-tools 0.63~intrepid1 source package in Ubuntu

Changelog

ubuntu-dev-tools (0.63~intrepid1) intrepid-backports; urgency=low

  * Automated backport upload; no source changes.

ubuntu-dev-tools (0.63) jaunty; urgency=low

  * debian/links: add it (forgot to do so before).
  * bash-completion/pbuilder-dist: recognize cowbuilder- and -jaunty.
  * pbuilder-dist:
     - Fixed a bug which broke pbuilder-dist when "build" was omited; just
       giving a .dsc works now.
     - {p,cow}builder-dist will now complain if you try to build a .changes
       file (or anything else that isn't a .dsc).

ubuntu-dev-tools (0.62) jaunty; urgency=low

  * Fix ubuntutools.lp.libsupport import in lp-set-dup.

ubuntu-dev-tools (0.61) jaunty; urgency=low

  [ Terence Simpson ]
  * dgetlp: Replaced Bash version with a new Python script.

  [ Luca Falavigna ]
  * setup.py: install ubuntutools/lp files.

ubuntu-dev-tools (0.60) jaunty; urgency=low

  [ Jonathan Davies ]
  * ubuntutools/common.py: Now split into multiple files depending on
    function.
  * Adjusted imports on all files as necessary for the change above.
  * Removed ubuntutools/misc.py's mkdir function - superseded by
    os.makedirs().
  * dgetlp: Improved error message to show that dgetlp only accepts HTTP
    URLs (LP: #322051).

  [ Iain Lane ]
  * requestsync: Only attempt to change bug importance if in ubuntu-dev, as it
    will fail otherwise (LP: #320984).
  * ubuntutools/lp/functions.py: Rename urlopener import as it conflicts with
    a variable, causing an error.

  [ Luca Falavigna ]
  * pull-debian-source: do not fail if package name contains a hypen.
  * buildd: display help message if no parameters are passed.

ubuntu-dev-tools (0.59) jaunty; urgency=low

  * Move /etc/bash_completion.d/pbuilder-dist/pbuilder-dist created in
    pre-0.30 versions to /etc/bash_completion.d/pbuilder-dist in the preinst.

ubuntu-dev-tools (0.58) jaunty; urgency=low

  [ Loic Minier ]
  * Fix a bunch of hyphen-used-as-minus-sign lintian informational tags.
  * Don't repeat Section in the binary package's control chunk (pleases
    lintian).
  * New script, lp-set-dup, allows marking a bug and all its dups as a
    duplicate of a new main bug.
   * Re-add debian/pycompat to have an idempotent clean:: as cdbs creates the
     file during clean; Debian #512300.

ubuntu-dev-tools (0.57) jaunty; urgency=low

  * requestsync: Skip existing bug check if no credentials are
    found (LP: #318120).

ubuntu-dev-tools (0.56) jaunty; urgency=low

  * manage-credentials: Tighted security by making credentials files and
    folder world unreadable.
  * common.py: Improved no credentials found error message to show which
    consumer token is needed.
  * requestsync: Catch credentials error to hide traceback.
  * Moved common.py to ubuntutools/ subdirectory to avoid possible conflicts
    in Python packaging and fixed all imports as necessary.
  * debian/ubuntu-dev-tools.install: Removed common.py entry.

ubuntu-dev-tools (0.55) jaunty; urgency=low

  * manage-credentials: Use common.py's mkdir function to create as many
    subdirectories as necessary for the credentials directory (LP: #317317).

ubuntu-dev-tools (0.54) jaunty; urgency=low

  * manage-credentials:
    - Save credentials to ~/.cache/lp_credentials/ by
      default.
    - Set service option default to edge.
  * doc/manage-credentials.1: Update as necessary for the above.
  * common.py:
    - When credentials are not found, ask user to see
      manage-credentials manpage.
    - Load all token files for the consumer specified in the above
      directory as necessary.

ubuntu-dev-tools (0.53) jaunty; urgency=low

  [ Siegfried-Angel Gevatter Pujals ]
  * debian/copyright:
     - Add information about manage-credentials.

  [ Daniel Holbach ]
  * debian/control: replace 'sb-release' with lsb-release, make package
    installable again.

ubuntu-dev-tools (0.52) jaunty; urgency=low

  [ Siegfried-Angel Gevatter Pujals ]
  * pbuilder-dist.new:
    - Add compatibility for cowbuilder.
    - Fix the mainonly support.
    - Rename build.log to last_operation.log.
  * pbuilder-dist, pbuilder-dist.new:
    - Replace pbuilder-dist with pbuilder-dist.new.
  * debian/links:
    - Symlink /usr/bin/cowbuilder-dist to /usr/bin/pbuilder-dist, and the
      same with the manpage.
  * debian/control:
    - Add cowdancer as alternative recommends to pbuilder.
  * doc/pbuilder-dist.1:
    - Update it to explain the usage for the new pbuilder-dist script.
  * doc/mk-sbuild-lv.1:
    - Fix an error (and get ride of a lintian warning).

  [ Nathan Handler ]
  * pull-debian-source:
    - Pass -xu arguments to dget to be consistant with pull-lp-source
    - Add support for packages with a name beginning with "lib" (LP: #314732)

  [ Kees Cook ]
  * mk-sbuild-lv:
    - add --skip-updates to allow building security-only chroots.
    - add "apt-utils" as a default package for sane dist-upgrades.

  [ Jonathan Davies ]
  * buildd: Don't show arch override message if operation to perform is
    'status'.
  * requestsync: If package is new, check the Ubuntu Archive team's bug list
    for possible duplicate requests.
  * doc/manage-credentials.1: Written up.
  * doc/requestsync.1: Changed documentation to launchpadlib related-stuff.

  [ Luca Falavigna ]
  * requestsync:
    - Catch AssertionError exception if rmadison returns with an error.

  [ Markus Korn ]
  * Added manage-credentials, a tool to create (and manage) credentials
    which are used to access launchpad via the API.
  * Ported: hugdaylist, massfile, grab-attachment and requestsync to
    launchpadlib.
  * Other misc. fixes and tweaks.
  * Install common.py to correct location with py_modules and remove
    hardcoded path from files.

ubuntu-dev-tools (0.51) jaunty; urgency=low

  * buildd: Added checks for arch-indep packages and packages which have no
    builds in a release.
  * hugdaylist: String improvements.
  * requestsync:
    - Use optparse instead of getopt for option parsing.
    - Skip existing bug report check if python-launchpad-bugs is not
      installed.
    - Implemented sleeps to --lp bug reporting in case of a slow
      Launchpad to stop mass bug filing (LP: #311289).

ubuntu-dev-tools (0.50.1) jaunty; urgency=low

  * Modified setup.py to actually install pull-debian-source.

ubuntu-dev-tools (0.50) jaunty; urgency=low

  [ Nathan Handler ]
  * Add pull-debian-source script (LP: #289141)
    - debian/copyright:
      + Add myself to the Upstream Authors and Copyright sections
      + Add pull-debian-source to the License section
    - Add doc/pull-debian-source.1

  [ Siegfried-Angel Gevatter Pujals ]
  * debian/control: Add perl-modules and libwww-perl as Recommended packages

  [ Iain Lane ]
  * pbuilder-dist.new: Add 'experimental' to list of known Debian releases.
    pbuilder-experimental works fine with pbuilder-dist.new.

  [ Jonathan Davies ]
  * buildd: Show which architectures are available in help and created a
    list of them for easy addition of new ones.
  * requestsync:
    - Readd sponsorship flag and related documentation in
      doc/requestsync.1 (LP: #270605).
    - Do not check package's Launchpad bug list page if the package to be
      synced is a new package. As this page does not exist for
      it (LP: #312297).

ubuntu-dev-tools (0.49) jaunty; urgency=low

  [ Sarah Hobbs ]
  * Add armel as an arch to buildd

  [ Adrien Cunin ]
  * Added ${misc:Depends} to dependencies to make lintian quiet

ubuntu-dev-tools (0.48) jaunty; urgency=low

  * common.py, checkReleaseExists() and checkSourceExists(): Add support for
    specifying pockets (e. g. release name "intrepid-proposed").
  * buildd: Strip off pocket from release name when parsing the builds page,
    so that this script works for pockets, too.

ubuntu-dev-tools (0.47) jaunty; urgency=low

  [ Kees Cook ]
  * dch-repeat: drop "feisty" from the list of known releases.
  * mk-sbuild-lv:
    - only use --no-install-recommends on gutsy and later.
    - catch errors produced by "finish.sh".

  [ James Westby ]
  * requestsync: tell the user when you are waiting for input from them after
    giving the sponsorship warning, rather than appearing to hang.

  [ Michael Casadevall ]
  * buildd: Fixed rescore (tested by Sarah Hobbs)
  * submittodebian: Changed default tag to Jaunty
  * pbuilder-dist: Added jaunty to ubuntu releases
  * pull-lp-source: Made jaunty the default
  * dch-repeat: Added jaunty

 -- Siegfried Gevatter (RainCT) <email address hidden>   Fri, 06 Feb 2009 11:14:15 +0000

Upload details

Uploaded by:
Siegfried Gevatter
Uploaded to:
Intrepid
Original maintainer:
MOTU
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ubuntu-dev-tools_0.63~intrepid1.tar.gz 86.1 KiB 40450c87680e024432a5ce3383f9bc9ee847ad1206062d6fb7213c98a5d1d597
ubuntu-dev-tools_0.63~intrepid1.dsc 635 bytes 33346771432c5440246421c692ef7f2a940daf4812b04ec0c102d5adfdc9960f

Available diffs

View changes file

Binary packages built by this source

ubuntu-dev-tools: No summary available for ubuntu-dev-tools in ubuntu intrepid.

No description available for ubuntu-dev-tools in ubuntu intrepid.