begin filling out debian/control
This commit is contained in:
parent
769494a1bd
commit
ae3abbda87
1 changed files with 8 additions and 4 deletions
12
debian/control
vendored
12
debian/control
vendored
|
@ -1,10 +1,12 @@
|
||||||
Source: gtklock-powerbar-module
|
Source: gtklock-powerbar-module
|
||||||
Section: unknown
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Penelope Gwen <support@pogmom.me>
|
Maintainer: Penelope Gwen <penelope@pogmom.me>
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
|
meson,
|
||||||
|
libgtk-3-dev,
|
||||||
Standards-Version: 4.7.1
|
Standards-Version: 4.7.1
|
||||||
Homepage: <insert the upstream URL, if relevant>
|
Homepage: <insert the upstream URL, if relevant>
|
||||||
#Vcs-Browser: https://salsa.debian.org/debian/gtklock-powerbar-module
|
#Vcs-Browser: https://salsa.debian.org/debian/gtklock-powerbar-module
|
||||||
|
@ -15,5 +17,7 @@ Architecture: any
|
||||||
Depends:
|
Depends:
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
Description: <insert up to 60 chars description>
|
gtklock (>= 4.0),
|
||||||
<Insert long description, indented with spaces.>
|
Description: powerbar module for gtklock
|
||||||
|
gtklock-powerbar-module is a single .so plugin for gtklock that adds power
|
||||||
|
controls.
|
||||||
|
|
Loading…
Add table
Reference in a new issue