From fc8adf6b14c0a46f6a7b77a3f3942e268b22f6e1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 18:33:35 +0200 Subject: Adding debian version 3.0.26-2. Signed-off-by: Daniel Baumann --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 5 +++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5b33086..926084d 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 Tue, 09 Apr 2024 11:30:48 +0200 + ptpython (3.0.26-1) sid; urgency=medium * Uploading to sid. diff --git a/debian/control b/debian/control index 3a111ba..cfaf5e2 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,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/users/daniel.baumann/debian/packages/ptpython Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/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 -- cgit v1.2.3