[connections/debian/master: 1/3] Initial packaging
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [connections/debian/master: 1/3] Initial packaging
- Date: Sat, 11 Sep 2021 13:21:29 +0000 (UTC)
commit 9c015cc0e690c9673856526b3d551878ca940b80
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Sat Sep 11 08:14:39 2021 -0400
Initial packaging
debian/changelog | 5 +++++
debian/control | 40 ++++++++++++++++++++++++++++++++++++++++
debian/control.in | 36 ++++++++++++++++++++++++++++++++++++
debian/copyright | 23 +++++++++++++++++++++++
debian/docs | 2 ++
debian/gbp.conf | 17 +++++++++++++++++
debian/rules | 7 +++++++
debian/source/format | 1 +
debian/watch | 4 ++++
9 files changed, 135 insertions(+)
---
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c264788
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gnome-connections (41~rc-1) UNRELEASED; urgency=medium
+
+ * Initial release (Closes: #
+
+ -- Jeremy Bicha <jbicha debian org> Tue, 31 Aug 2021 17:25:24 -0400
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..39807e7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+# This file is autogenerated. DO NOT EDIT!
+#
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+Source: gnome-connections
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers lists alioth debian org>
+Uploaders: Jeremy Bicha <jbicha debian org>
+Build-Depends: appstream-util <!nocheck>,
+ debhelper-compat (= 13),
+ desktop-file-utils <!nocheck>,
+ dh-sequence-gnome,
+ freerdp2-dev (>= 2.0.0),
+ itstool,
+ libgirepository1.0-dev,
+ libglib2.0-dev (>= 2.50),
+ libgtk-3-dev (>= 3.22),
+ libgtk-vnc-2.0-dev (>= 0.4.4),
+ libhandy-1-dev (>= 1.0),
+ libxml2-dev (>= 2.7.8),
+ libxml2-utils,
+ libwinpr2-dev (>= 2.0.0),
+ meson (>= 0.50.0),
+ valac
+Rules-Requires-Root: no
+Standards-Version: 4.5.1
+X-Ubuntu-Use-Langpack: yes
+Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-connections
+Vcs-Git: https://salsa.debian.org/gnome-team/gnome-connections.git
+Homepage: https://wiki.gnome.org/Apps/Connections
+
+Package: gnome-connections
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Recommends: yelp
+Description: Simple GNOME app to access remote computers
+ GNOME Connections is a desktop client to view or use remote computers
+ using VNC or RDP. Connections is intentionally simple and easy to use.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..d1f18ac
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,36 @@
+Source: gnome-connections
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers lists alioth debian org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: appstream-util <!nocheck>,
+ debhelper-compat (= 13),
+ desktop-file-utils <!nocheck>,
+ dh-sequence-gnome,
+ freerdp2-dev (>= 2.0.0),
+ itstool,
+ libgirepository1.0-dev,
+ libglib2.0-dev (>= 2.50),
+ libgtk-3-dev (>= 3.22),
+ libgtk-vnc-2.0-dev (>= 0.4.4),
+ libhandy-1-dev (>= 1.0),
+ libxml2-dev (>= 2.7.8),
+ libxml2-utils,
+ libwinpr2-dev (>= 2.0.0),
+ meson (>= 0.50.0),
+ valac
+Rules-Requires-Root: no
+Standards-Version: 4.5.1
+X-Ubuntu-Use-Langpack: yes
+Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-connections
+Vcs-Git: https://salsa.debian.org/gnome-team/gnome-connections.git
+Homepage: https://wiki.gnome.org/Apps/Connections
+
+Package: gnome-connections
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Recommends: yelp
+Description: Simple GNOME app to access remote computers
+ GNOME Connections is a desktop client to view or use remote computers
+ using VNC or RDP. Connections is intentionally simple and easy to use.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0c46e28
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,23 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GNOME Connections
+Source: https://download.gnome.org/sources/gnome-connections/
+
+Files: *
+Copyright: 2011 Red Hat, Inc.
+License: LGPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..8913f46
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+NEWS
+README.md
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..b24011a
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,17 @@
+[DEFAULT]
+pristine-tar = True
+debian-branch = debian/master
+upstream-branch = upstream/latest
+upstream-vcs-tag = %(version)s
+
+[buildpackage]
+sign-tags = True
+
+[dch]
+multimaint-merge = True
+
+[import-orig]
+postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit
+
+[pq]
+patch-numbers = False
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0f02196
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
+
+%:
+ 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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..6b05f4a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="searchmode=plain, uversionmangle=s/\.(alpha|beta|rc)/~$1/" \
+https://download.gnome.org/sources/@PACKAGE@/cache.json \
+ \d+/@PACKAGE@-([\d.]+)@ARCHIVE_EXT@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]