Skip to content

Debian Changelog kid (0.9.6-2)

2010

kid (0.9.6-2) unstable; urgency=low

   [ Piotr Ożarowski ]
   * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
 
   [ Sandro Tosi ]
   * debian/control
     - uniforming Vcs-Browser field
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
   [ Carlos Galisteo ]
   * debian/control
     - Added Homepage field.
 
   [ Raphael Hertzog ]
   * Remove myself from Uploaders.
 
   [ Jakub Wilk ]
   * Depend on python-pkg-resources, rather than on python-setuptools
     (closes: #468720).
   * Drop python-elementtree from Depends and Build-Depends (Closes: #562469).
 
   [ Luca Falavigna ]
   * debian/compat:
     - Bump compatibility to 5.
   * debian/control:
     - Do not build-depend on python-all-dev, python-all is enough.
     - Set XS-Python-Version to >= 2.5 for elementtree support.
     - Add ${misc:Depends} to python-kid dependencies.
     - Remove Conflicts/Replaces/Provides fields.
     - Remove XB-Python-Version field.
     - Bump Standards-Version to 3.8.3.

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Sun, 10 Jan 2010 17:19:59 +0100

2007

kid (0.9.6-1) unstable; urgency=low

   [ Piotr Ożarowski ]
   * New upstream release
   * Added disable_ez_setup patch
   * Added remove_shebang patch
   * Added XS-Vcs-Browser field
 
   [ Raphael Hertzog ]
   * Upload new upstream version.

 -- Raphael Hertzog <hertzog@debian.org>  Thu, 19 Jul 2007 13:05:00 +0200

kid (0.9.5-2) unstable; urgency=medium

   * New python-support handles egg's directory name correctly
     - bump python-support required version
     - remove mv part from debian/rules. Closes: #423973

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 14 Jul 2007 22:18:12 +0200

kid (0.9.5-1) unstable; urgency=low

   [ Piotr Ozarowski ]
   * New upstream release
   * debian/watch file updated
   * Added missing python-all-dev and python-support build dependency
 
   [ Raphael Hertzog ]
   * Upload.

 -- Raphael Hertzog <hertzog@debian.org>  Tue, 13 Feb 2007 21:41:03 +0100

2006

kid (0.9.4-1) unstable; urgency=low

   [ Ross Burton ]
   * New upstream release
     - Fixes whitespace handling (Closes: #356563)
 
   [ Raphael Hertzog ]
   * Updated watch file to match the new upstream URL.
 
   [ Piotr Ozarowski ]
   * Added XS-Vcs-Svn field

 -- Ross Burton <ross@debian.org>  Sun, 3 Dec 2006 16:09:37 +0000

kid (0.9.3-1) unstable; urgency=low

   * New upstream release (closes: #376536, #368979)
   * Update upstream URL.

 -- Ross Burton <ross@debian.org>  Wed, 30 Aug 2006 09:08:29 +0100

kid (0.9.1-3) unstable; urgency=low

   * Update to the new Python policy. Closes: #373449
   * Depends on the new python-setuptools providing support
     for multiple versions as well.

 -- Raphael Hertzog <hertzog@debian.org>  Wed, 14 Jun 2006 22:34:32 +0200

kid (0.9.1-2) unstable; urgency=low

   * Add python-setuptools to the Depends field. Closes: #367092
   * New standards-version (no changes required).
   * Move some stuff to build-depends (from build-depends-indep). Fixes some
     lintian warnings.

 -- Raphael Hertzog <hertzog@debian.org>  Sun, 14 May 2006 17:22:16 +0000

kid (0.9.1-1) unstable; urgency=low

   * New upstream version.
   * Updated watch file to really detect new upstream version.
   * Use python-support to support all available python versions with a single
     package. Thus removes python2.{3,4}-kid packages.
   * Manually rename the egg-info directory to make it clearer that the egg
     is available to all python versions.
   * Since python-elementtree does provide only support for python2.3 right
     now, put python2.4-elementtree in Recommends so that 2.4 users (many!)
     have a chance to notice that they will need it. It also means that
     an application package using python2.4 and kid will have to explicitely
     depends on python2.4-elementtree along with python-kid to make sure that
     it will work.
   * Versioned depend on python-elementtree to be sure that the package has egg
     support and that /usr/bin/kid will work.

 -- Raphael Hertzog <hertzog@debian.org>  Mon, 17 Apr 2006 21:08:00 +0000

kid (0.9-1) unstable; urgency=low

   * Packages is maintained within the python-modules team. Add myself and
     the team to the Uploaders field.
   * New upstream release. Closes: #359012
   * Create 3 packages python2.3-kid, python2.4-kid, and python-kid depending
     on python2.3-kid and providing the 2 binaries with their manpages.
     Closes: #346111
   * Make python2.3-kid and python-kid replaces the old "kid" package.
   * Make python-kid provides kid to ease the upgrade from the old package
     name. And conflicts on it so that it gets removed.
   * Use setuptools now to install the package so that we can install the egg
     meta-data and make them available to the users. That's why we
     build-depends on python-setuptools (>= 0.6a9).

 -- Raphael Hertzog <hertzog@debian.org>  Fri, 14 Apr 2006 09:15:18 +0200

2005

kid (0.8-1) unstable; urgency=low

     * New upstream release (closes: #338276)
     * Fix homepage URL
     * Update Standards Version.
     * Add manpages

 -- Ross Burton <ross@debian.org>  Thu, 10 Nov 2005 15:19:11 +0000

kid (0.6.4-1) unstable; urgency=low

   * New upstream release.
     - Remove init-strip-test-dir.patch, fixed upstream.

 -- Ross Burton <ross@debian.org>  Fri, 1 Jul 2005 09:09:45 +0100

kid (0.6.3-2) unstable; urgency=low

   * Build-depend on python-elementtree (closes: #302452)

 -- Ross Burton <ross@debian.org>  Fri, 1 Apr 2005 11:11:51 +0100

kid (0.6.3-1) unstable; urgency=low

   * New upstream release (closes: #302172)
   * Add debian/watch.
   * debian/patches/init-strip-test-dir.patch: fix bug in kidc

 -- Ross Burton <ross@debian.org>  Wed, 30 Mar 2005 15:48:27 +0100

kid (0.5.1-1) unstable; urgency=low

   * New upstream release.

 -- Ross Burton <ross@debian.org>  Fri, 11 Feb 2005 10:06:49 +0000

kid (0.5-1) unstable; urgency=low

   * Initial release

 -- Ross Burton <ross@debian.org>  Fri, 28 Jan 2005 12:12:52 +0000