aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/changelog35
-rw-r--r--debian/control17
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
4 files changed, 57 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8d012c4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,35 @@
+gpu-screen-recorder-gnome (1.0.0-6) stable; urgency=low
+
+ * Updated patches.
+
+ -- Maria Lisina <sekoohaka.sarisan@gmail.com> Mon, 10 Aug 2026 06:03:20 +0000
+
+gpu-screen-recorder-gnome (1.0.0-5) stable; urgency=low
+
+ * Upstream changes.
+
+ -- Maria Lisina <sekoohaka.sarisan@gmail.com> Thu, 16 Jul 2026 11:43:41 +0000
+
+gpu-screen-recorder-gnome (1.0.0-4) stable; urgency=low
+
+ * Fixed changelog dates.
+
+ -- Maria Lisina <sekoohaka.sarisan@gmail.com> Tue, 02 Jun 2026 22:07:18 +0000
+
+gpu-screen-recorder-gnome (1.0.0-3) stable; urgency=low
+
+ * Misc improvements to custom patches.
+
+ -- Maria Lisina <sekoohaka.sarisan@gmail.com> Thu, 21 May 2026 07:36:06 +0000
+
+gpu-screen-recorder-gnome (1.0.0-2) stable; urgency=low
+
+ * Fixed default window size.
+
+ -- Maria Lisina <sekoohaka.sarisan@gmail.com> Thu, 21 May 2026 07:36:06 +0000
+
+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..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)