Inital commit

This commit is contained in:
2020-06-13 12:32:49 +02:00
commit a1da4d9454
27 changed files with 744 additions and 0 deletions

View File

@ -0,0 +1 @@
8d2a153010b3e35a0500b1969e6f855421d6aee4

View File

@ -0,0 +1,13 @@
Package: sigstoped-dbgsym
Source: sigstoped
Version: 1:0.73-1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Uvos <carl@uvos.xyz>
Installed-Size: 349
Depends: sigstoped (= 1:0.73-1)
Section: debug
Priority: optional
Multi-Arch: same
Description: debug symbols for sigstoped
Build-Ids: 8d2a153010b3e35a0500b1969e6f855421d6aee4

View File

@ -0,0 +1 @@
fda7b3cbcccd3e15500982d40bd692e5 usr/lib/debug/.build-id/8d/2a153010b3e35a0500b1969e6f855421d6aee4.debug

View File

@ -0,0 +1 @@
sigstoped

3
debian/changelog vendored Normal file
View File

@ -0,0 +1,3 @@
qsigstoped (1:1.0-1) unstable; urgency=medium
Inital version
-- Uvos <carl@uvos.xyz> Mon, 10 Jun 2020 15:00:00 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
10

18
debian/control vendored Executable file
View File

@ -0,0 +1,18 @@
Source: qsigstoped
Section: base
Priority: optional
Maintainer: Uvos <carl@uvos.xyz>
Build-Depends:
debhelper,
qt5-qmake,
qt5-default,
Standards-Version: 1.0
Package: qsigstoped
Architecture: any
Multi-arch: same
Depends:
libqt5gui5,
libqt5core5a,
Description: An application to configure the qsigstoped deamon

2
debian/copywrite vendored Normal file
View File

@ -0,0 +1,2 @@
Unless stated otherwise, all files are:
Copyright 2020 Carl Klemm and are licensed under the GPLv3

2
debian/gbp.conf vendored Normal file
View File

@ -0,0 +1,2 @@
[DEFAULT]
upstream-tag=%(version)s

4
debian/rules vendored Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@