Codebase list logbook / 48f20a6
Merge branch 'master' into 'x-python' # Conflicts: # debian/rules Agustin Henze 5 years ago
2 changed file(s) with 13 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11 Section: python
22 Priority: optional
33 Maintainer: Agustin Henze <tin@debian.org>
4 Uploaders:
5 IƱaki Malerba <inaki@malerba.space>,
46 Build-Depends:
57 debhelper (>= 11),
68 dh-python,
2020 set -ex; \
2121 cd docs; \
2222 make html
23
24 override_dh_auto_test:
25 # Run on autopkgtests
26
27 get-orig-source:
28 @if [ ! -d "debian" ] ; then \
29 echo 'Run this from the top directory of the Debian source' >&2; \
30 exit 1; \
31 fi
32 uscan --noconf --verbose --rename --destdir=$(CURDIR) \
33 --check-dirname-level=0 --force-download --download-version $(UVERSION)