diff options
| author | Paulo Henrique de Lima Santana (phls) <paulo@phls.com.br> | 2018-11-26 16:14:30 -0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2018-11-27 10:42:00 +0000 |
| commit | 4585371edeb6da9bafe5403c337c9c0835dd6953 (patch) | |
| tree | 6d7655b21f084fa22bed75de9b6c9f28a7ff25b2 /debian/rules | |
| parent | 564674aaeb5b692ecf2cd7d1f23af763ea7d68e7 (diff) | |
3.0.0+dfsg-1 (patches unapplied)import/3.0.0+dfsg-1ubuntu/eoan-develubuntu/eoanubuntu/disco-proposedubuntu/disco-develubuntu/discodebian/buster
Imported using git-ubuntu import.
Notes
Notes:
* New upstream release (Closes: #904383).
* debian/compat: deleted.
* debian/control:
- Added dependencies to allow tests and man page creation.
- Bumped Standards-Version to 4.2.1.
- New format to debhelper-compat and updated level to 11.
- Updated Paulo's email.
* debian/copyright:
- Updated Paulo's email.
- Updated long description.
- Updated packaging copyright years.
* debian/manpages: created.
* debian/README.source: created to explain about source missing in examples.
* debian/rules:
- Added override_dh_auto_build to create man page.
- Removed override_dh_auto_test to allow tests.
* debian/tests/*: added to perform tests.
* debian/upstream/metadata: created.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e513931..2843e60 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,6 @@ export PYBUILD_NAME = python3-engineio %: dh $@ --with python3 --buildsystem=pybuild -override_dh_auto_test: +override_dh_auto_build: + dh_auto_build + PYTHONPATH=. python3 -m sphinx -N -bman docs/ build/man # Manpage generator |
