From 2f9e0516b2a6ae4418747453b0f0b2b6eeeadec1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 18:33:35 +0200 Subject: Merging 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(-) (limited to 'debian') 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 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 -- cgit v1.2.3