From 6ec5256e73bbb2ccd9bff9357ca0705288f6ffa6 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sun, 28 Jan 2018 01:54:05 -0600 Subject: [PATCH] Install things in one binary package. --- debian/control | 10 ---------- debian/rules | 3 +++ 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index ce9e884..2bc172a 100644 --- a/debian/control +++ b/debian/control @@ -33,13 +33,3 @@ Description: Program showing information about a Lubuntu system - libraries kernel, etc. . This package installs the main executable. - -Package: python3-lubuntu-about -Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} -Description: Program showing information about a Lubuntu system - libraries - A simple entry in Lubuntu's main menu with a command showing some basic - hardware and software information, like free memory, processor, OS version, - kernel, etc. - . - This package installs the Python 3 libraries. diff --git a/debian/rules b/debian/rules index ab86d87..7cb59c8 100755 --- a/debian/rules +++ b/debian/rules @@ -8,5 +8,8 @@ export PYBUILD_NAME=lubuntu-about (cd src && make clean && make) dh $@ --with python3 --buildsystem=pybuild +override_dh_install: + dh_missing --fail-missing + override_dh_python3: dh_python3 --no-shebang-rewrite