diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-11-26 18:06:14 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-11-26 18:06:14 +0100 |
commit | 94e7ec2e703247f5e41641c95c825919e8a66b4b (patch) | |
tree | 6b134d5a9f1afeb00a315a8ffad6e0f69975d09d /fehqlibs-deb/debian/control | |
parent | 5c4b60da46401ff3faf9e3f07d13f694f018cf29 (diff) |
convert build script to debian directory for fehqlibs
Diffstat (limited to 'fehqlibs-deb/debian/control')
-rw-r--r-- | fehqlibs-deb/debian/control | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/fehqlibs-deb/debian/control b/fehqlibs-deb/debian/control new file mode 100644 index 0000000..5096f7a --- /dev/null +++ b/fehqlibs-deb/debian/control @@ -0,0 +1,20 @@ +Source: fehqlibs +Section: libs +Priority: optional +Maintainer: Jannis M. Hoffmann <jannis@fehcom.de> +Build-Depends: debhelper-compat (= 13), dh-exec +Standards-Version: 4.5.1 +Homepage: https://www.fehcom.de/ipnet/qlibs.html +Rules-Requires-Root: no +#Vcs-Git: https://salsa.debian.org/debian/fehqlibs.git +#Vcs-Browser: https://salsa.debian.org/debian/fehqlibs + +Package: libqlibs +Section: libs +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, pkgconf +Description: auto-generated package by debmake + This Debian binary package was auto-generated by the + debmake(1) command provided by the debmake package. |