From 2ee26b431f98cf1dc0e4fb9809ad1e0c879b8c08 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 1 Sep 2003 01:34:19 +0000 Subject: Debian release 3.4p1-4. --- debian/rules | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 365872d3d..7615c8708 100755 --- a/debian/rules +++ b/debian/rules @@ -11,8 +11,6 @@ export DH_OPTIONS #PKG_VER = $(shell perl -e 'print <> =~ /\((.*)\)/' debian/changelog) -DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH) - build: build-stamp build-stamp: dh_testdir @@ -23,7 +21,7 @@ build-stamp: fi ./configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib --mandir=/usr/share/man --with-tcp-wrappers --with-xauth=/usr/bin/X11/xauth --with-default-path=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin --with-pam --with-4in6 --with-ipv4-default \ --with-privsep-path=/var/run/sshd --without-rand-helper - $(MAKE) -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='-O2 -Wall -DLOGIN_PROGRAM=\"/bin/login\" -DSSHD_PAM_SERVICE=\"ssh\" -D__FILE_OFFSET_BITS=64 -DHAVE_MMAP_ANON_SHARED' \ + $(MAKE) -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='-O2 -g -Wall -DLOGIN_PROGRAM=\"/bin/login\" -DSSHD_PAM_SERVICE=\"ssh\" -D__FILE_OFFSET_BITS=64 -DHAVE_MMAP_ANON_SHARED' \ SSH_KEYSIGN='/usr/lib/ssh-keysign' gcc -O2 `gnome-config --cflags gnome gnomeui` \ contrib/gnome-ssh-askpass.c -o contrib/gnome-ssh-askpass \ @@ -93,11 +91,6 @@ binary-arch: build install test ! -e debian/tmp/etc/ssh/ssh_prng_cmds \ || echo "/etc/ssh/ssh_prng_cmds" >> debian/tmp/DEBIAN/conffiles dh_shlibdeps -ifeq ($(DEB_HOST_ARCH),hurd-i386) - echo "pam-depend=" >> debian/substvars -else - echo "pam-depend=libpam-modules (>= 0.72-9), " >> debian/substvars -endif dh_gencontrol dh_md5sums dh_builddeb -- cgit v1.2.3