diff options
author | Colin Watson <cjwatson@debian.org> | 2005-06-17 12:54:27 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-06-17 12:54:27 +0000 |
commit | 9f1f01b99b99dab589f2ddba6a7a2010fd710fc7 (patch) | |
tree | 264886c745fc6d75ad1ec3ecd8b11977e8fb43d1 /debian | |
parent | fb43af7fc130223721e0e9cb80575663e36bd4a8 (diff) |
Re-enable ssh-askpass-gnome on the Hurd, now that its build-dependencies
are available.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 676046319..235b1462a 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -13,6 +13,8 @@ openssh (1:4.1p1-4) UNRELEASED; urgency=low | |||
13 | security context for the generated public key files. | 13 | security context for the generated public key files. |
14 | - Added a comment to /etc/pam.d/ssh to indicate that an SELinux system | 14 | - Added a comment to /etc/pam.d/ssh to indicate that an SELinux system |
15 | may want to also include pam_selinux.so. | 15 | may want to also include pam_selinux.so. |
16 | * Re-enable ssh-askpass-gnome on the Hurd, now that its build-dependencies | ||
17 | are available. | ||
16 | * debconf template translations: | 18 | * debconf template translations: |
17 | - Update German (thanks, Jens Seidel; closes: #313949). | 19 | - Update German (thanks, Jens Seidel; closes: #313949). |
18 | 20 | ||
diff --git a/debian/control b/debian/control index de945cf9c..bd12f1d6e 100644 --- a/debian/control +++ b/debian/control | |||
@@ -2,7 +2,7 @@ Source: openssh | |||
2 | Section: net | 2 | Section: net |
3 | Priority: standard | 3 | Priority: standard |
4 | Maintainer: Matthew Vernon <matthew@debian.org> | 4 | Maintainer: Matthew Vernon <matthew@debian.org> |
5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev, libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) [!hurd-i386] | libgnome-dev [!hurd-i386], libedit-dev, groff, debhelper (>= 2), sharutils [!hurd-i386], libselinux1-dev [alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc] | 5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev, libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, libedit-dev, groff, debhelper (>= 2), sharutils, libselinux1-dev [alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc] |
6 | Standards-Version: 3.6.1 | 6 | Standards-Version: 3.6.1 |
7 | Uploaders: Colin Watson <cjwatson@debian.org> | 7 | Uploaders: Colin Watson <cjwatson@debian.org> |
8 | 8 | ||
@@ -75,7 +75,7 @@ Description: Secure shell client and server (transitional package) | |||
75 | Package: ssh-askpass-gnome | 75 | Package: ssh-askpass-gnome |
76 | Section: gnome | 76 | Section: gnome |
77 | Priority: optional | 77 | Priority: optional |
78 | Architecture: alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc | 78 | Architecture: any |
79 | Depends: ${shlibs:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5 | 79 | Depends: ${shlibs:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5 |
80 | Replaces: ssh (<< 1:3.5p1-3) | 80 | Replaces: ssh (<< 1:3.5p1-3) |
81 | Provides: ssh-askpass | 81 | Provides: ssh-askpass |
diff --git a/debian/rules b/debian/rules index 772d08f84..d72dc2d68 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -149,7 +149,6 @@ install: build | |||
149 | install -m 644 -c contrib/ssh-copy-id.1 debian/openssh-client/usr/share/man/man1/ssh-copy-id.1 | 149 | install -m 644 -c contrib/ssh-copy-id.1 debian/openssh-client/usr/share/man/man1/ssh-copy-id.1 |
150 | install -m 644 debian/moduli.5 debian/openssh-client/usr/share/man/man5/moduli.5 | 150 | install -m 644 debian/moduli.5 debian/openssh-client/usr/share/man/man5/moduli.5 |
151 | 151 | ||
152 | ifneq ($(DEB_HOST_ARCH_OS),hurd) | ||
153 | if [ -f contrib/gnome-ssh-askpass2 ]; then \ | 152 | if [ -f contrib/gnome-ssh-askpass2 ]; then \ |
154 | install -s -o root -g root -m 755 contrib/gnome-ssh-askpass2 debian/ssh-askpass-gnome/usr/lib/openssh/gnome-ssh-askpass; \ | 153 | install -s -o root -g root -m 755 contrib/gnome-ssh-askpass2 debian/ssh-askpass-gnome/usr/lib/openssh/gnome-ssh-askpass; \ |
155 | elif [ -f contrib/gnome-ssh-askpass1 ]; then \ | 154 | elif [ -f contrib/gnome-ssh-askpass1 ]; then \ |
@@ -157,7 +156,6 @@ ifneq ($(DEB_HOST_ARCH_OS),hurd) | |||
157 | fi | 156 | fi |
158 | install -m 644 debian/gnome-ssh-askpass.1 debian/ssh-askpass-gnome/usr/share/man/man1/gnome-ssh-askpass.1 | 157 | install -m 644 debian/gnome-ssh-askpass.1 debian/ssh-askpass-gnome/usr/share/man/man1/gnome-ssh-askpass.1 |
159 | uudecode -o debian/ssh-askpass-gnome/usr/share/pixmaps/ssh-askpass-gnome.png debian/ssh-askpass-gnome.png.uue | 158 | uudecode -o debian/ssh-askpass-gnome/usr/share/pixmaps/ssh-askpass-gnome.png debian/ssh-askpass-gnome.png.uue |
160 | endif | ||
161 | 159 | ||
162 | install -m 755 debian/ssh-argv0 debian/openssh-client/usr/bin/ssh-argv0 | 160 | install -m 755 debian/ssh-argv0 debian/openssh-client/usr/bin/ssh-argv0 |
163 | install -m 644 debian/ssh-argv0.1 debian/openssh-client/usr/share/man/man1/ssh-argv0.1 | 161 | install -m 644 debian/ssh-argv0.1 debian/openssh-client/usr/share/man/man1/ssh-argv0.1 |
@@ -176,9 +174,7 @@ binary-indep: binary-ssh | |||
176 | 174 | ||
177 | # Build architecture-dependent files here. | 175 | # Build architecture-dependent files here. |
178 | binary-arch: binary-openssh-client binary-openssh-server | 176 | binary-arch: binary-openssh-client binary-openssh-server |
179 | ifneq ($(DEB_HOST_ARCH_OS),hurd) | ||
180 | binary-arch: binary-ssh-askpass-gnome | 177 | binary-arch: binary-ssh-askpass-gnome |
181 | endif | ||
182 | binary-arch: binary-openssh-client-udeb binary-openssh-server-udeb | 178 | binary-arch: binary-openssh-client-udeb binary-openssh-server-udeb |
183 | 179 | ||
184 | binary-openssh-client: DH_OPTIONS=-popenssh-client | 180 | binary-openssh-client: DH_OPTIONS=-popenssh-client |