diff options
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/control | 17 | ||||
| -rwxr-xr-x | debian/rules | 4 | ||||
| -rw-r--r-- | debian/source/format | 1 |
4 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..3f31985 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +gpu-screen-recorder-gnome (1.0.0-1) stable; urgency=low + + * Initial release. + + -- Maria Lisina <sekoohaka.sarisan@gmail.com> Wed, 20 May 2026 06:47:13 +0000 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0f59b81 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: gpu-screen-recorder-gnome +Section: video +Maintainer: Maria Lisina <sekoohaka.sarisan@gmail.com> +Build-Depends: debhelper-compat (= 13), + meson, + pkg-config, + desktop-file-utils, + libadwaita-1-dev, + libx11-dev +Standards-Version: 4.7.4 + +Package: gpu-screen-recorder-gnome +Architecture: linux-any +Depends: gpu-screen-recorder, + ${shlibs:Depends}, + ${misc:Depends} +Description: GNOME frontend for GPU Screen Recorder. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) |
