diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rwxr-xr-x | debian/rules | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cf43493..03b2cec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gpu-screen-recorder (5.13.8-2) stable; urgency=low + + * Removed systemd unit. + + -- Maria Lisina <sekoohaka.sarisan@gmail.com> Wed, 21 May 2026 07:11:27 +0000 + gpu-screen-recorder (5.13.8-1) stable; urgency=low * Initial release. diff --git a/debian/rules b/debian/rules index 2d33f6a..53bf126 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,6 @@ %: dh $@ + +override_dh_auto_configure: + dh_auto_configure -- -Dsystemd=false |
