Add copywrite info

Add debian packageing files
Allow ignoreing of WM_CLIENT_MACHINE
This commit is contained in:
2020-06-10 11:26:54 +02:00
parent f196f48a1c
commit bf83a6e3a6
17 changed files with 915 additions and 7 deletions

3
debian/changelog vendored Normal file
View File

@ -0,0 +1,3 @@
sigstoped (1:0.73-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

17
debian/control vendored Executable file
View File

@ -0,0 +1,17 @@
Source: sigstoped
Section: base
Priority: optional
Maintainer: Uvos <carl@uvos.xyz>
Build-Depends:
debhelper,
cmake,
libx11-dev,
Standards-Version: 1.0
Package: sigstoped
Architecture: any
Multi-arch: same
Depends:
libx11,
Description: A deamon that stops programms via SIGSTOP when their X11 windows lose focus.

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 $@