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