diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 16:33:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 16:33:35 +0000 |
commit | 2f9e0516b2a6ae4418747453b0f0b2b6eeeadec1 (patch) | |
tree | b453a8ddc10ec88339c5d7b7d82df27f6ec8649d | |
parent | Releasing progress-linux version 3.0.26-1~progress7.99u1. (diff) | |
download | ptpython-2f9e0516b2a6ae4418747453b0f0b2b6eeeadec1.tar.xz ptpython-2f9e0516b2a6ae4418747453b0f0b2b6eeeadec1.zip |
Merging debian version 3.0.26-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 5 |
3 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c8b1dee..d7f3fe0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ptpython (3.0.26-2) sid; urgency=medium + + * Uploading to sid. + * Updating to standards-version 4.7.0. + * Removing unused python2 executables. + + -- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 09 Apr 2024 11:30:48 +0200 + ptpython (3.0.26-1~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. diff --git a/debian/control b/debian/control index 1cd7b67..b1706e7 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: python3-pygments, python3-setuptools, Rules-Requires-Root: no -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Homepage: https://github.com/prompt-toolkit/ptpython Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/ptpython Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/ptpython diff --git a/debian/rules b/debian/rules index 3435912..dc6ae76 100755 --- a/debian/rules +++ b/debian/rules @@ -8,3 +8,8 @@ export PYBUILD_NAME=ptpython execute_after_dh_auto_clean: # help pybuild rm -rf *.egg-info + +execute_after_dh_auto_install: + # removing unused files + rm -f debian/ptpython/usr/bin/ptpython + rm -f debian/ptpython/usr/bin/ptipython |