From ac1235e8b4eac450a49f51c268353170d1b576f5 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 20 May 2004 03:05:00 +0000 Subject: Restore ssh-askpass-gnome binary, lost by mistake. --- debian/changelog | 1 + debian/rules | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7ccc7d461..8d5fee834 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ openssh (1:3.8.1p1-2) UNRELEASED; urgency=low closes: #248748). * openssh-client-udeb and openssh-server-udeb depend on libnss-files-udeb (not yet uploaded). + * Restore ssh-askpass-gnome binary, lost by mistake. -- Colin Watson Thu, 13 May 2004 10:00:44 +0100 diff --git a/debian/rules b/debian/rules index e65f47d1e..168f3f13c 100755 --- a/debian/rules +++ b/debian/rules @@ -147,7 +147,8 @@ binary-indep: build install # nothing to do # Build architecture-dependent files here. -binary-arch: binary-ssh binary-openssh-client-udeb binary-openssh-server-udeb +binary-arch: binary-ssh binary-ssh-askpass-gnome +binary-arch: binary-openssh-client-udeb binary-openssh-server-udeb binary-ssh: DH_OPTIONS=-pssh binary-ssh: build install @@ -185,6 +186,21 @@ endif dh_md5sums dh_builddeb +binary-ssh-askpass-gnome: DH_OPTIONS=-pssh-askpass-gnome +binary-ssh-askpass-gnome: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs ChangeLog + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + binary-openssh-client-udeb: DH_OPTIONS=-popenssh-client-udeb binary-openssh-client-udeb: build install dh_testdir @@ -214,5 +230,5 @@ binary-openssh-server-udeb: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install -.PHONY: build-deb build-udeb binary-ssh +.PHONY: build-deb build-udeb binary-ssh binary-ssh-askpass-gnome .PHONY: binary-openssh-client-udeb binary-openssh-server-udeb -- cgit v1.2.3