aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahm@jadupc.com>2023-09-17 21:59:35 +0600
committerLibravatar Mubashshir <ahm@jadupc.com>2023-09-18 18:50:16 +0600
commitda6cbb7099161c6562d127e3b3e268eb229a9c46 (patch)
tree3a6f604efa3312a20170f5e6938c4559a0b8b282 /debian/control
parentbaf9a8b057eab1bb4595cb5e2ed4cdc05e56b263 (diff)
downloadshopno-os-log-sync-da6cbb7099161c6562d127e3b3e268eb229a9c46.tar.gz
shopno-os-log-sync-da6cbb7099161c6562d127e3b3e268eb229a9c46.zip
debian: Release new revision
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 26 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 6b518c3..0b29e61 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,39 @@
Source: shopno-os-log-sync
-Section: util
+Section: utils
Priority: optional
Maintainer: Mubashshir <ahm@jadupc.com>
-Build-Depends: debhelper-compat (= 13), dh-exec
+Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.0
-Vcs-Git: https://builder.jadupc.com/git/pkgs/shopno-os-log-sync
-Vcs-Browser: https://builder.jadupc.com/git/pkgs/shopno-os-log-sync
+Vcs-Git: https://git.jadupc.com/pkgs/shopno-os-log-sync
+Vcs-Browser: https://git.jadupc.com/pkgs/shopno-os-log-sync
Rules-Requires-Root: no
+
+Package: shopno-os-stats-common
+Architecture: all
+Depends: ${misc:Depends}
+Description: Shopno OS Stats logger - Common files
+ This Package contains the common required files for
+ Shopno OS stats logger.
+
Package: shopno-os-log-sync
Architecture: all
Depends:
python3,
python3-xdg,
xdotool,
- xprintidle
-Description: Shopno OS stats logger
+ xprintidle,
+ shopno-os-stats-common,
+ ${misc:Depends}
+Description: Shopno OS Stats logger - Usage
+ Per-User stats logger for Shopno OS
+
+Package: shopno-os-stats-sync
+Architecture: any
+Depends:
+ shopno-os-stats-common,
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: Shopno OS Stats logger - System
+ System Stats logger for Shopno OS
# vim: ft=yaml:ts=1:et