Hi! I have packaged simpleprase-2.1.0a1 for my local debian box to keep things running.
That is my debian/rules file: >#!/usr/bin/make -f > >PACKAGE_NAME := python-simpleparse > >binary: binary-indep > >binary-indep: build install > dh_testdir > dh_testroot > dh_pycentral > dh_gconf > dh_md5sums > dh_gencontrol > dh_desktop > dh_installdeb > dh_builddeb >clean: > dh_testdir > dh_testroot > dh_clean > rm -rf debian/tmp > >build: > >install: > python setup.py install --root >$(CURDIR)/debian/python-simpleparse and i have added the following lines to debian/changelog >simpleparse (2.1.0a1-1) unstable; urgency=low > > * Non-maintainer upload. > > -- Roland Lezuo <[EMAIL PROTECTED]> Sun, 3 Jun 2007 17:10:00 +0100 and I the following entry to debian/control: >XS-Python-Version: >= 2.4 that was enough to build a package with "fakeroot debian/rules binary" which contained all the stuff I need but it certainly needs more work to make a proper debian package out of it. regards roland lezuo
smime.p7s
Description: S/MIME cryptographic signature

