Tagged Questions
The cdbs tag has no wiki summary.
2
votes
1answer
522 views
setuptools / dpkg-buildpackage: Refuse to build if nosetests fail
I have a very simple python package that I build into debian packages using setuptools, cdbs and pycentral:
setup.py:
from setuptools import setup
setup(name='PHPSerialize',
version='1.0',
...
2
votes
4answers
1k views
How often do I run autoconf?
In my company I'm currently working on creating a Debian deb package out of a 3rd party library. The library is built using Autotools. I have never worked with Autotools before and I'm having some ...
0
votes
1answer
111 views
If a python module says its dependent on debhelper and cdbs is there no way to get it to run on a nondebian linux?
I want to try python purple but I don't have debian. Is there a way to get it to run on either windows or a different linux?