[debian-edu-commits] debian-edu/pkg-team/ 03/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 2088a4d30ad9addbce8b38d514fbea1e9d9bae90
Author: jsorg71 <jsorg71>
Date: Mon Aug 7 06:01:02 2006 +0000
update debian files
---
readme.txt | 3 ++-
rules | 10 +++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/readme.txt b/readme.txt
index 48cc920..867843c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -2,6 +2,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
+remember, debian/rules must be executable
+fakeroot dpkg-buildpackage -b -uc -us -d
Jay
diff --git a/rules b/rules
index 3f1e32a..48ff9b6 100644
--- a/rules
+++ b/rules
@@ -30,7 +30,7 @@ configure-stamp:
build: build-stamp
-build-stamp: configure-stamp
+build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
@@ -47,12 +47,12 @@ clean:
# Add here commands to clean up after the build process.
-$(MAKE) clean
- dh_clean
+ dh_clean
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/xrdp.
@@ -67,12 +67,12 @@ binary-indep: build install
binary-arch: build install
dh_testdir
dh_testroot
- dh_installchangelogs
+ dh_installchangelogs
dh_installdocs
dh_installexamples
# dh_install
# dh_installmenu
-# dh_installdebconf
+# dh_installdebconf
# dh_installlogrotate
# dh_installemacsen
# dh_installpam
--
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