diff options
-rw-r--r-- | debian/changelog | 18 | ||||
-rw-r--r-- | debian/control | 26 | ||||
-rw-r--r-- | debian/copyright | 20 | ||||
-rw-r--r-- | debian/jadupc-remote-support-console.lintian-overrides | 2 | ||||
-rwxr-xr-x | debian/rules | 6 | ||||
-rw-r--r-- | debian/source/format | 1 |
6 files changed, 73 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..05b272c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,18 @@ +jadupc-remote-support-console (0.9.0) shopno; urgency=medium + + * Initial Commit + * Add Bangla translations + * Release under GPL3 + * Finalize UI + * Use GLib.strsignal instead of Posix.strsignal + * Update bn_BD translation + * Simplify copyright config + * Add tmate Session management API + * Backport to debian + * Implement basic tmate stdout parser + * API: Use Stdout Parser to generate events + * main: Use another event loop to clean up data + * test: Add unit test for parser + * Update metadata + + -- Mubashshir <ahm@jadupc.com> Sun, 08 Oct 2023 20:30:43 +0600 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d1b384e --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: jadupc-remote-support-console +Priority: important +Section: misc +Maintainer: JaduPC Tech Team <tech@jadupc.com> +Uploaders: Mubashshir <ahm@jadupc.com>, + Saikat <fas@jadupc.com>, +Build-Depends: + valac, + meson, + libgtk-3-dev, + appstream-util, + libvte-2.91-dev, + desktop-file-utils, + debhelper-compat (= 11), +Rules-Requires-Root: no +Standards-Version: 4.1.2 + +Package: jadupc-remote-support-console +Architecture: any +Multi-Arch: foreign +Depends: + ${misc:Depends}, + ${shlibs:Depends}, + tmate, +Description: JaduPC Remote Support Console + An user-friendly frontend to tmate. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..4e25b62 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,20 @@ +This is JaduPC Remote Support Console. + +This package was originally put together by Ahmad Hasan Mubashshir +<ahm@jadupc.com> + +JaduPC Remote Support Console is free software; you +can redistribute them and/or modify them under the terms of the GNU +General Public License as published by the Free Software Foundation; +either version 2, or (at your option) any later version. + +JaduPC Remote Support Console is distributed in the +hope that they will be useful, but WITHOUT ANY WARRANTY; without even +the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License with +your Debian system, in /usr/share/common-licenses/GPL, or with the +Debian GNU debian-archive-keyring source package as the file COPYING. +If not, write to the Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301 USA. diff --git a/debian/jadupc-remote-support-console.lintian-overrides b/debian/jadupc-remote-support-console.lintian-overrides new file mode 100644 index 0000000..558a766 --- /dev/null +++ b/debian/jadupc-remote-support-console.lintian-overrides @@ -0,0 +1,2 @@ +jadupc-remote-support-console binary: no-manual-page usr/bin/jadupc-support +jadupc-remote-support-console binary: description-is-pkg-name JaduPC Remote Support Console diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7d08011 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +%: + dh $@ + +#override_dh_auto_build: +# dh_auto_build --no-parallel diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) |