stdeb 0.6.0+20100620-4 source package in Ubuntu

Changelog

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


  * Team upload.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Luke Faraone ]
  * Ignore .egg-info files when building debian packages.  Thanks to Arnaud
    Fontaine and Diane Trout for the fix. (closes: #657611, LP: #1098366)
  * Standards-Version bumped to 3.9.5 (no changes needed)

 -- Luke Faraone <email address hidden>  Thu, 12 Dec 2013 12:18:55 -0500

Upload details

Uploaded by:
Andrew Straw
Uploaded to:
Sid
Original maintainer:
Andrew Straw
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
stdeb_0.6.0+20100620-4.dsc 2.1 KiB 2d18cb5d5ae3120a9917a3c2ce304154b124b3fbd83c580eb21d45a881077456
stdeb_0.6.0+20100620.orig.tar.bz2 28.6 KiB 9b8f958e06a96779e8ee9c421025804dea01fd8caacdd4523824b86052881d70
stdeb_0.6.0+20100620-4.debian.tar.gz 9.9 KiB 0caec2ef4e9d75862c11785d9900408c44f20e3dc18e1b3d3b25ce15d9011ff1

No changes file available.

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.