[ANN] stdeb 0.6.0 released, now includes debianize command

2010-06-19 Thread Andrew Straw
stdeb produces Debian source 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. An additional command, bdist_deb, creates a Debian binary package, a .deb file.

[issue1054967] bdist_deb - Debian packager

2010-05-03 Thread Andrew Straw
Andrew Straw ast...@users.sourceforge.net added the comment: I have moved the recent discussion on stdeb to a thread on the distutils-sig. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1054967

[issue1054967] bdist_deb - Debian packager

2010-04-29 Thread Andrew Straw
Andrew Straw ast...@users.sourceforge.net added the comment: Barry, stdeb does much of what you're describing. (Try the python setup.py sdist_dsc command.) I'm not particularly pleased with the stdeb codebase as it stands, but it does work reasonably well, and I'd like to see progress

[issue1054967] bdist_deb - Debian packager

2010-04-29 Thread Andrew Straw
Andrew Straw ast...@users.sourceforge.net added the comment: Barry, I'm sorry I still don't understand what you think is the essential distinction. A debian source package (.dsc, .orig.tar.gz, and .diff.gz files) is simply made from a (patched) source directory, including the debian

[issue1054967] bdist_deb - Debian packager

2010-04-29 Thread Andrew Straw
Andrew Straw ast...@users.sourceforge.net added the comment: I see. So is copying the debian/ directory into its desired location a possibility for you, either manually or via a new distutils commands that shares 99% of its code with sdist_dsc? It doesn't seem like enough of a difference

[ANN] stdeb 0.5.0 released, now includes pypi-install script

2009-12-31 Thread Andrew Straw
stdeb produces Debian source 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. An additional command, bdist_deb, creates a Debian binary package, a .deb file.

[issue1054967] bdist_deb - Debian packager

2009-12-30 Thread Andrew Straw
Andrew Straw ast...@users.sourceforge.net added the comment: As of stdeb 0.5.0, the setuptools dependency has been removed. Now stdeb requires only plain distutils. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1054967

[ANN] stdeb 0.4.2

2009-11-03 Thread Andrew Straw
stdeb produces Debian source 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. An additional command, bdist_deb, creates a Debian binary

[ANN] stdeb 0.3.2 and 0.4.1

2009-10-05 Thread Andrew Straw
for these and previous releases: Authors --- * Andrew Straw straw...@astraw.com * Pedro Algarvio, aka, s0undt3ch u...@ufsoft.org * Gerry Reno (initial bdist_deb implementation) Additional Credits -- * Zooko O'Whielacronx for the autofind-depends patch * Brett (last name unknown

[issue1054967] bdist_deb - Debian packager

2009-10-04 Thread Andrew Straw
Andrew Straw ast...@users.sourceforge.net added the comment: stdeb ( http://github.com/astraw/stdeb ) now includes a bdist_deb distutils command. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1054967

stdeb - Python to Debian source package conversion utility

2006-06-19 Thread Andrew Straw
appreciate advice from Debian developers or Ubuntu MOTUs about the arcane details of Python packaging. License --- MIT-style license. Copyright (c) 2006 stdeb authors. See the LICENSE.txt file provided with the source distribution for full details. Authors --- Andrew Straw, California