Inital commit
This commit is contained in:
0
debian/.debhelper/generated/sigstoped/installed-by-dh_installdocs
vendored
Normal file
0
debian/.debhelper/generated/sigstoped/installed-by-dh_installdocs
vendored
Normal file
1
debian/.debhelper/sigstoped/dbgsym-build-ids
vendored
Normal file
1
debian/.debhelper/sigstoped/dbgsym-build-ids
vendored
Normal file
@ -0,0 +1 @@
|
||||
8d2a153010b3e35a0500b1969e6f855421d6aee4
|
13
debian/.debhelper/sigstoped/dbgsym-root/DEBIAN/control
vendored
Normal file
13
debian/.debhelper/sigstoped/dbgsym-root/DEBIAN/control
vendored
Normal 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
|
1
debian/.debhelper/sigstoped/dbgsym-root/DEBIAN/md5sums
vendored
Normal file
1
debian/.debhelper/sigstoped/dbgsym-root/DEBIAN/md5sums
vendored
Normal file
@ -0,0 +1 @@
|
||||
fda7b3cbcccd3e15500982d40bd692e5 usr/lib/debug/.build-id/8d/2a153010b3e35a0500b1969e6f855421d6aee4.debug
|
Binary file not shown.
1
debian/.debhelper/sigstoped/dbgsym-root/usr/share/doc/sigstoped-dbgsym
vendored
Symbolic link
1
debian/.debhelper/sigstoped/dbgsym-root/usr/share/doc/sigstoped-dbgsym
vendored
Symbolic link
@ -0,0 +1 @@
|
||||
sigstoped
|
3
debian/changelog
vendored
Normal file
3
debian/changelog
vendored
Normal 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
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
10
|
18
debian/control
vendored
Executable file
18
debian/control
vendored
Executable 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
2
debian/copywrite
vendored
Normal 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
2
debian/gbp.conf
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
[DEFAULT]
|
||||
upstream-tag=%(version)s
|
4
debian/rules
vendored
Executable file
4
debian/rules
vendored
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
|
Reference in New Issue
Block a user