[debian-edu-commits] debian-edu/pkg-team/ 23/159: let’s see whether we can use dh_auto_configure

Dominik George natureshadow-guest at moszumanska.debian.org
Tue Feb 23 10:04:20 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 6819d3f0cd174b6881d0e92a03774b21b5063df3
Author: mirabilos <tg at mirbsd.org>
Date:   Wed Aug 5 19:58:53 2015 +0200

    let’s see whether we can use dh_auto_configure
---
 control |  6 ++++--
 rules   | 14 ++++++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/control b/control
index 9b72bcf..e07fc9e 100644
--- a/control
+++ b/control
@@ -9,8 +9,10 @@ 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, xserver-xorg-dev
+ automake (>= 1.6), libfreerdp-dev, libfuse-dev, libjpeg-dev,
+ libopus-dev, libpam0g-dev, libssl-dev, libtool, libx11-dev,
+ libxfixes-dev, libxrandr-dev, nasm, pkg-config, systemd,
+ xserver-xorg-dev
 Standards-Version: 3.9.6
 Vcs-Browser: https://github.com/teckids/xrdp
 Vcs-Git: https://github.com/teckids/xrdp.git
diff --git a/rules b/rules
index 38b680d..1393a4f 100755
--- a/rules
+++ b/rules
@@ -6,6 +6,16 @@
 override_dh_auto_configure:
 	./bootstrap
 	cd xorgxrdp && ./bootstrap
-	./configure --help
-	cd xorgxrdp && ./configure --help
+	#TODO: kerberos
+	dh_auto_configure -v -- --disable-silent-rules \
+	    --disable-dependency-tracking \
+	    --enable-ipv6 \
+	    --enable-neutrinordp \
+	    --enable-jpeg \
+	    --enable-fuse \
+	    --enable-xrdpvr \
+	    --enable-rfxcodec \
+	    --enable-opus
+	cd xorgxrdp && dh_auto_configure -v -- --disable-silent-rules \
+	    --disable-dependency-tracking
 	exit 1

-- 
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