diff options
| author | Thomas Goirand <zigo@debian.org> | 2024-12-18 23:53:26 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2024-12-19 04:48:14 +0000 |
| commit | 5f72c8b417a2bafab0a16ee85deda1886d06fb83 (patch) | |
| tree | 037bf0f455563cc227907c4e9a12e7e6140d6dbd | |
| parent | 527617adfb8d581d6d719c27f0b06fa0e273f5e1 (diff) | |
| parent | 0306dbf9522bf39f758d60c47def3f6c08415729 (diff) | |
3.3-3 (patches applied)applied/3.3-3applied/ubuntu/resolute-develapplied/ubuntu/resoluteapplied/ubuntu/questing-develapplied/ubuntu/questingapplied/ubuntu/plucky-proposedapplied/ubuntu/plucky-develapplied/ubuntu/pluckyapplied/ubuntu/develapplied/debian/sid
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ce7092e..1fb6179 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pager (3.3-3) unstable; urgency=medium + + * Switch to pybuild (Closes: #1090587). + + -- Thomas Goirand <zigo@debian.org> Wed, 18 Dec 2024 23:53:26 +0100 + python-pager (3.3-2) unstable; urgency=medium [ Ondřej Nový ] diff --git a/debian/rules b/debian/rules index 9077265..4d58b1a 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ UPSTREAM_GIT = hg::https://bitbucket.org/techtonik/python-pager include /usr/share/openstack-pkg-tools/pkgos.make %: - dh $@ --buildsystem=python_distutils --with python3 + dh $@ --buildsystem=pybuild --with python3 override_dh_auto_clean: rm -rf build |
