[debian-edu-commits] debian-edu/pkg-team/ 02/159: update debian files
Dominik George
natureshadow-guest at moszumanska.debian.org
Tue Feb 23 10:04:18 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 3f52c9d89b027346453d25a2a5c8bd9436f57b96
Author: jsorg71 <jsorg71>
Date: Mon Aug 7 03:27:33 2006 +0000
update debian files
---
changelog | 4 ++--
control | 4 ++--
copyright | 4 ++--
dirs | 2 +-
preinst | 2 +-
prerm | 2 +-
readme.txt | 7 +++++++
7 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/changelog b/changelog
index 9c8c90a..cd6afae 100644
--- a/changelog
+++ b/changelog
@@ -1,8 +1,8 @@
-xrdp (0.2) unstable; urgency=low
+xrdp (0.3.1) unstable; urgency=low
* Initial Release.
- -- Jay Sorg <jay.sorg at gmail.com> Sat, 18 Feb 2006 13:58:29 -0600
+ -- Jay Sorg <jay.sorg at gmail.com> Sat, 6 August 2006 13:58:29 -0600
Local variables:
mode: debian-changelog
diff --git a/control b/control
index 37d70ac..baed8a4 100644
--- a/control
+++ b/control
@@ -1,8 +1,8 @@
Source: xrdp
Section: net
Priority: optional
-Maintainer: Jay Sorg <jay.sorg at gmail.com>
-Build-Depends: debhelper (>= 4.0.0)
+Maintainer: Jay Sorg <jay.sorg at gmail.com>, Per Hansen <spamhans at yahoo.de>
+Build-Depends: debhelper (>= 4.0.0) libssl-dev, libpam0g-dev
Standards-Version: 3.6.0
Package: xrdp
diff --git a/copyright b/copyright
index 9add4f0..0435aac 100644
--- a/copyright
+++ b/copyright
@@ -1,10 +1,10 @@
This is xrdp, written and maintained by Jay Sorg <jay.sorg at gmail.com>
-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/dirs b/dirs
index d91aa8e..2752281 100644
--- a/dirs
+++ b/dirs
@@ -1,2 +1,2 @@
-usr/xrdp
+usr/lib/xrdp
etc/xrdp
diff --git a/preinst b/preinst
index 75d17b1..ec85d74 100644
--- a/preinst
+++ b/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/prerm b/prerm
index 75d17b1..5cca9f2 100644
--- a/prerm
+++ b/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/readme.txt b/readme.txt
new file mode 100644
index 0000000..48cc920
--- /dev/null
+++ b/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
--
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