mirror of
https://github.com/lubuntu-team/lubuntu-about.git
synced 2025-08-13 15:04:03 +00:00
Install things in one binary package.
This commit is contained in:
parent
9647919650
commit
6ec5256e73
10
debian/control
vendored
10
debian/control
vendored
@ -33,13 +33,3 @@ Description: Program showing information about a Lubuntu system - libraries
|
|||||||
kernel, etc.
|
kernel, etc.
|
||||||
.
|
.
|
||||||
This package installs the main executable.
|
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.
|
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -8,5 +8,8 @@ export PYBUILD_NAME=lubuntu-about
|
|||||||
(cd src && make clean && make)
|
(cd src && make clean && make)
|
||||||
dh $@ --with python3 --buildsystem=pybuild
|
dh $@ --with python3 --buildsystem=pybuild
|
||||||
|
|
||||||
|
override_dh_install:
|
||||||
|
dh_missing --fail-missing
|
||||||
|
|
||||||
override_dh_python3:
|
override_dh_python3:
|
||||||
dh_python3 --no-shebang-rewrite
|
dh_python3 --no-shebang-rewrite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user