aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2026-07-18 15:30:05 +0300
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2026-07-18 15:30:05 +0300
commit191628a331303af41254cb932d7c46866b0116ac (patch)
treedb41155d4cdfbdbe5f66080c0e40122f34736a1e
parent208d61de93073da7f5ffca517c8e421dc3f0de3c (diff)
Add debian directory1.0.0-5
-rw-r--r--debian/changelog5
-rw-r--r--debian/control17
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
4 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d5c170f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gpu-screen-recorder-gnome (1.0.0-5) stable; urgency=low
+
+ * Initial release.
+
+ -- Maria Lisina <sekoohaka.sarisan@gmail.com> Thu, 16 Jul 2026 11:43:41 +0000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6a39973
--- /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)