Mercurial > getan
view debian/rules @ 566:5ee84c9805f9
improve templates/zeiterfassung2 to sort better
`zeiterfassung2` groups several entries for one workpackage into one
zeiterfassungs.txt entry, adding a sorting by starttime makes the entry
more naturally readable.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Tue, 01 Jun 2021 16:02:55 +0200 |
parents | efff8b9e7046 |
children |
line wrap: on
line source
#!/usr/bin/make -f # -*- makefile -*- %: dh $@ PYVERS=$(shell pyversions -vs) override_dh_auto_install: $(PYVERS:%=install-python%) dh_auto_install install-python%: python setup.py install --root $(CURDIR)/debian/getan --install-layout=deb override_dh_install: dh_install