stdeb 0.6.0+20100620-2 source package in Ubuntu

Changelog

stdeb (0.6.0+20100620-2) unstable; urgency=low

  * Do not add "Breaks: ${python:Breaks}" to generated debian/control anymore
  * Add replace_underscore_with_a_dash_in_package_names patch
    (binary package name for vim_bridge should be python-vim-bridge, not
    python-vimbridge)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  08 May 2011 07:36:56 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Andrew Straw
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
stdeb_0.6.0+20100620.orig.tar.bz2 28.6 KiB 9b8f958e06a96779e8ee9c421025804dea01fd8caacdd4523824b86052881d70
stdeb_0.6.0+20100620-2.debian.tar.gz 9.6 KiB ff596028fe50406f3ab7488877ef5512c3db2b09c1b73a7de23d67151ad3fc7a
stdeb_0.6.0+20100620-2.dsc 2.0 KiB 57f7cdd378959c57312e8cc8fd64a2caf0c28f17548fbf4729d792f0469d48d0

View changes file

Binary packages built by this source

python-stdeb: Python to Debian source package conversion utility

 This package provides some tools to produce Debian packages from Python
 packages via a new distutils command, sdist_dsc. Automatic defaults are
 provided for the Debian package, but many aspects of the resulting package can
 be customized via a configuration file.
 .
  * pypi-install will query the Python Package Index (PyPI) for a
    package, download it, create a .deb from it, and then install
    the .deb.
  * py2dsc will convert a distutils-built source tarball into a Debian
    source package.