summaryrefslogtreecommitdiff
path: root/debian/rules
Commit message (Collapse)AuthorAge
* Drop Python 2 support.Ondřej Nový2019-07-26
|
* debian/rules (override_dh_auto_clean): Restore DSV/DSV.py from .bakAaron M. Ucko2017-12-20
| | | | Allow for repeated builds with no intervention.
* Build an (experimental) python3-dsv binary package.Aaron M. Ucko2015-08-18
| | | | | | | | | | | * debian/control: - Declare all build depends recommended at https://wiki.debian.org/Python/LibraryStyleGuide . - Explicitly note that the current binary package is for Python 2. - Add a stanza for an (experimental) Python 3 binary package. * debian/rules: - Build with pybuild. - Cover Python 3 with the help of 2to3.
* * debian/rules: invoke dh --with python2.Aaron M. Ucko2011-10-22
| | | | | | | | * debian/control: - Tighten build-dependency on python to (>= 2.6.6-3~) for dh_python2. - Drop build-dependency on python-support, now superfluous. - Formally set Provides: ${python:Provides}. * debian/pycompat: belatedly retire as obsolete.
* * debian/source/format: advance to 3.0 (quilt).Aaron M. Ucko2011-10-22
| | | | | | | * debian/rules: - Simplify accordingly; now fully minimal. * debian/control: - Drop build-dependency on quilt, now superfluous.
* debian/rules: minimize further.Aaron M. Ucko2010-01-27
|
* Fix braino: actually apply --with=python-support to dh install ratherAaron M. Ucko2008-05-06
| | | | than dh binary-indep!
* Explicitly invoke dh install --with=python-support; bump debhelperAaron M. Ucko2008-05-06
| | | | requirement to 7.0.8 accordingly.
* Migrate altogether from CDBS to Debhelper 7.Aaron M. Ucko2008-05-02
|
* Migrate from CDBS's simple-patchsys to quilt.Aaron M. Ucko2008-05-02
|
* Update for recent Python policy tweaks.Aaron M. Ucko2006-10-09
|
* Build with cdbs 0.4.41, which features (slightly buggy) native supportAaron M. Ucko2006-06-15
| | | | for python-support and the new Python policy.
* Tweak packaging to comply with the new Python policy (version 0.4);Aaron M. Ucko2006-06-14
| | | | | continue using python-support, as python-central is overkill here. (Closes: #373530.)
* Patch DSV.py indirectly, via CDBS's simple patch system, in preparationAaron M. Ucko2006-05-05
| | | | for switching to pure merge-with-upstream mode per DPMT conventions.
* Move directory up one level.Raphaël Hertzog2006-04-30