[debian-edu-commits] debian-edu/pkg-team/ 11/159: a start is a start
Dominik George
natureshadow-guest at moszumanska.debian.org
Tue Feb 23 10:04:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository xrdp.
commit 0815a37b5679a75faf87137bcddd7e1221c3fcfc
Author: Thorsten Glaser <tg at mirbsd.org>
Date: Wed Mar 18 20:00:32 2015 +0100
a start is a start
---
compat | 1 +
control | 30 ++++++++++++++++++++++++++++++
copyright | 30 ++++++++++++++++++++++++++++++
rules | 9 +++++++++
source/format | 1 +
5 files changed, 71 insertions(+)
diff --git a/compat b/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+9
diff --git a/control b/control
new file mode 100644
index 0000000..8910362
--- /dev/null
+++ b/control
@@ -0,0 +1,30 @@
+Source: xrdp
+Origin: Teckids
+Bugs: mailto:supraadmin at lists.teckids.org
+Homepage: http://www.xrdp.org/
+Section: net
+Priority: optional
+Maintainer: Teckids e.V. <supraadmin at lists.teckids.org>
+Uploaders: Thorsten Glaser <thorsten.glaser at teckids.org>,
+ Simon Bruder <simon.bruder at teckids.org>,
+ Dominik George <dominik.george at teckids.org>
+Build-Depends: debhelper (>= 9), autoconf (>= 2.59),
+ automake (>= 1.6), libfreerdp-dev, libpam0g-dev, libssl-dev,
+ libtool, libx11-dev, libxfixes-dev, pkg-config
+Standards-Version: 3.9.6
+Vcs-Browser: https://github.com/teckids/xrdp
+Vcs-Git: https://github.com/teckids/xrdp.git
+
+Package: xrdp
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, adduser
+Recommends: vnc4server | tightvncserver | vnc-server
+Description: Remote Desktop Protocol (RDP) server
+ Based on the work by NeutrinoRDP, FreeRDP, rdesktop, and
+ Matt Chapman, xrdp offers a graphical login to a remote
+ client using RDP (the Remote Desktop Protocol). xrdp can
+ connect to either a VNC X11 server or another RDP server.
+ .
+ To connect to an RDP server, Unix users can use freerdp
+ or, although more buggy, rdesktop; Microsoft Windows users
+ do not need any additional software.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..43f7451
--- /dev/null
+++ b/copyright
@@ -0,0 +1,30 @@
+This package was debianised anew by members of Teckids e.V. with
+only marginal guidance from the original Debian xrdp packaging.
+It is based on the git “devel” branch of xrdp, as there are no
+official tarballs as distfiles any longer.
+
+
+Unless otherwise specified, the packaging is
+Copyright © 2015
+ Thorsten “mirabilos” Glaser <thorsten.glaser at teckids.org>
+
+Provided that these terms and disclaimer and all copyright notices
+are retained or reproduced in an accompanying document, permission
+is granted to deal in this work without restriction, including un‐
+limited rights to use, publicly perform, distribute, sell, modify,
+merge, give away, or sublicence.
+
+This work is provided “AS IS” and WITHOUT WARRANTY of any kind, to
+the utmost extent permitted by applicable law, neither express nor
+implied; without malicious intent or gross negligence. In no event
+may a licensor, author or contributor be held liable for indirect,
+direct, other damage, loss, or other issues arising in any way out
+of dealing in the work, even if advised of the possibility of such
+damage or existence of a defect, except proven that it results out
+of said person’s immediate fault when using the work as intended.
+
+
+xrdp itself comes under a couple of licences. Most of xrdp is
+Copyright (C) Jay Sorg 2004-2014 and covered by the Apache 2 licence,
+which can be found at /usr/share/common-licenses/Apache-2.0 on
+Debian systems. […]
diff --git a/rules b/rules
new file mode 100755
index 0000000..52e8616
--- /dev/null
+++ b/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_auto_configure:
+ ./bootstrap
+ ./configure --help
+ exit 1
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/xrdp.git
More information about the debian-edu-commits
mailing list