From db00895721733bedda826c67af96a8c35c6c9374 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Mon, 7 Aug 2006 03:27:33 +0000 Subject: update debian files --- debian/changelog | 4 ++-- debian/control | 4 ++-- debian/copyright | 4 ++-- debian/dirs | 2 +- debian/preinst | 2 +- debian/prerm | 2 +- debian/readme.txt | 7 +++++++ 7 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 debian/readme.txt (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 9c8c90a0..cd6afae4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -xrdp (0.2) unstable; urgency=low +xrdp (0.3.1) unstable; urgency=low * Initial Release. - -- Jay Sorg Sat, 18 Feb 2006 13:58:29 -0600 + -- Jay Sorg Sat, 6 August 2006 13:58:29 -0600 Local variables: mode: debian-changelog diff --git a/debian/control b/debian/control index 37d70ac7..baed8a4f 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ Source: xrdp Section: net Priority: optional -Maintainer: Jay Sorg -Build-Depends: debhelper (>= 4.0.0) +Maintainer: Jay Sorg , Per Hansen +Build-Depends: debhelper (>= 4.0.0) libssl-dev, libpam0g-dev Standards-Version: 3.6.0 Package: xrdp diff --git a/debian/copyright b/debian/copyright index 9add4f02..0435aac8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,10 +1,10 @@ This is xrdp, written and maintained by Jay Sorg -on Sat, 18 Feb 2006 13:58:29 -0600. +on Sat, 06 August 2006 13:58:29 -0600. The original source can always be found at: ftp://ftp.debian.org/dists/unstable/main/source/ -Copyright (C) 2003 Jay Sorg +Copyright (C) 2003-2006 Jay Sorg This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/dirs b/debian/dirs index d91aa8ee..27522819 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,2 +1,2 @@ -usr/xrdp +usr/lib/xrdp etc/xrdp diff --git a/debian/preinst b/debian/preinst index 75d17b14..ec85d74f 100644 --- a/debian/preinst +++ b/debian/preinst @@ -1,4 +1,4 @@ #!/bin/sh -if [ -e /usr/xrdp/xrdp ]; then +if [ -e /usr/lib/xrdp/xrdp ]; then /etc/init.d/xrdp_control.sh stop fi diff --git a/debian/prerm b/debian/prerm index 75d17b14..5cca9f29 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,4 +1,4 @@ #!/bin/sh -if [ -e /usr/xrdp/xrdp ]; then +if [ -e /usr/lib/xrdp ]; then /etc/init.d/xrdp_control.sh stop fi diff --git a/debian/readme.txt b/debian/readme.txt new file mode 100644 index 00000000..48cc9207 --- /dev/null +++ b/debian/readme.txt @@ -0,0 +1,7 @@ +This is the debian directory used to make a .deb file to install +xrdp. It installs to /usr/lib/xrdp. + +To make a new deb type +dpkg --build + +Jay -- cgit v1.2.1