diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/clean | 2 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/openssh-client.docs | 7 | ||||
-rwxr-xr-x | debian/rules | 15 | ||||
-rw-r--r-- | debian/ssh-askpass-gnome.examples | 1 |
7 files changed, 19 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index 9cc5ddd31..bc5713c10 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -6,6 +6,7 @@ openssh (1:5.1p1-7) UNRELEASED; urgency=low | |||
6 | #539030). | 6 | #539030). |
7 | * Add ${misc:Depends} to keep Lintian happy. | 7 | * Add ${misc:Depends} to keep Lintian happy. |
8 | * Use 'which' rather than 'type' in maintainer scripts. | 8 | * Use 'which' rather than 'type' in maintainer scripts. |
9 | * Upgrade to debhelper v7. | ||
9 | 10 | ||
10 | -- Colin Watson <cjwatson@debian.org> Fri, 24 Jul 2009 18:43:45 +0100 | 11 | -- Colin Watson <cjwatson@debian.org> Fri, 24 Jul 2009 18:43:45 +0100 |
11 | 12 | ||
diff --git a/debian/clean b/debian/clean new file mode 100644 index 000000000..2a412a1ce --- /dev/null +++ b/debian/clean | |||
@@ -0,0 +1,2 @@ | |||
1 | config.log | ||
2 | debian/ssh-askpass-gnome.png | ||
diff --git a/debian/compat b/debian/compat index b8626c4cf..7f8f011eb 100644 --- a/debian/compat +++ b/debian/compat | |||
@@ -1 +1 @@ | |||
4 | 7 | ||
diff --git a/debian/control b/debian/control index 8252fc2c8..cce36c127 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: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> | 4 | Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> |
5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3-1), libssl-dev (>= 0.9.8-1), libpam0g-dev | libpam-dev, libgtk2.0-dev, libedit-dev, debhelper (>= 5.0.22), sharutils, libselinux1-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m68k mips mipsel powerpc ppc64 s390 sparc], libkrb5-dev | heimdal-dev | 5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3-1), libssl-dev (>= 0.9.8-1), libpam0g-dev | libpam-dev, libgtk2.0-dev, libedit-dev, debhelper (>= 7.0.1), sharutils, libselinux1-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m68k mips mipsel powerpc ppc64 s390 sparc], libkrb5-dev | heimdal-dev |
6 | Standards-Version: 3.7.3 | 6 | Standards-Version: 3.7.3 |
7 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> | 7 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> |
8 | 8 | ||
diff --git a/debian/openssh-client.docs b/debian/openssh-client.docs new file mode 100644 index 000000000..00fd691c4 --- /dev/null +++ b/debian/openssh-client.docs | |||
@@ -0,0 +1,7 @@ | |||
1 | ChangeLog.gssapi | ||
2 | OVERVIEW | ||
3 | README | ||
4 | README.dns | ||
5 | README.tun | ||
6 | debian/faq.html | ||
7 | debian/README.compromised-keys | ||
diff --git a/debian/rules b/debian/rules index 371084e3a..1a0388a5d 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -149,12 +149,9 @@ build-udeb-stamp: | |||
149 | 149 | ||
150 | clean: | 150 | clean: |
151 | dh_testdir | 151 | dh_testdir |
152 | rm -f build-deb-stamp build-udeb-stamp | ||
153 | rm -rf build-deb build-udeb | 152 | rm -rf build-deb build-udeb |
154 | $(MAKE) -C debian/tests clean | 153 | $(MAKE) -C debian/tests clean |
155 | $(MAKE) -C contrib clean | 154 | $(MAKE) -C contrib clean |
156 | rm -f config.log | ||
157 | rm -f debian/ssh-askpass-gnome.png | ||
158 | (cat debian/copyright.head; iconv -f ISO-8859-1 -t UTF-8 LICENCE) \ | 155 | (cat debian/copyright.head; iconv -f ISO-8859-1 -t UTF-8 LICENCE) \ |
159 | > debian/copyright | 156 | > debian/copyright |
160 | dh_clean | 157 | dh_clean |
@@ -163,7 +160,7 @@ install: DH_OPTIONS=-a | |||
163 | install: build | 160 | install: build |
164 | dh_testdir | 161 | dh_testdir |
165 | dh_testroot | 162 | dh_testroot |
166 | dh_clean -k | 163 | dh_prep |
167 | dh_installdirs | 164 | dh_installdirs |
168 | 165 | ||
169 | $(MAKE) -C build-deb DESTDIR=`pwd`/debian/openssh-client install-nokeys | 166 | $(MAKE) -C build-deb DESTDIR=`pwd`/debian/openssh-client install-nokeys |
@@ -221,8 +218,8 @@ binary-openssh-client: build install | |||
221 | dh_testdir | 218 | dh_testdir |
222 | dh_testroot | 219 | dh_testroot |
223 | dh_installdebconf | 220 | dh_installdebconf |
224 | dh_installdocs OVERVIEW README README.dns README.tun debian/faq.html debian/README.compromised-keys | 221 | dh_installdocs |
225 | dh_installchangelogs ChangeLog ChangeLog.gssapi | 222 | dh_installchangelogs |
226 | install -m644 debian/openssh-client.lintian debian/openssh-client/usr/share/lintian/overrides/openssh-client | 223 | install -m644 debian/openssh-client.lintian debian/openssh-client/usr/share/lintian/overrides/openssh-client |
227 | dh_strip | 224 | dh_strip |
228 | dh_compress | 225 | dh_compress |
@@ -287,7 +284,7 @@ binary-ssh-krb5: build install | |||
287 | dh_testdir | 284 | dh_testdir |
288 | dh_testroot | 285 | dh_testroot |
289 | dh_installdocs | 286 | dh_installdocs |
290 | dh_installchangelogs ChangeLog ChangeLog.gssapi | 287 | dh_installchangelogs |
291 | dh_link | 288 | dh_link |
292 | dh_compress | 289 | dh_compress |
293 | dh_fixperms | 290 | dh_fixperms |
@@ -301,8 +298,8 @@ binary-ssh-askpass-gnome: build install | |||
301 | dh_testdir | 298 | dh_testdir |
302 | dh_testroot | 299 | dh_testroot |
303 | dh_installdocs | 300 | dh_installdocs |
304 | dh_installexamples debian/ssh-askpass-gnome.desktop | 301 | dh_installexamples |
305 | dh_installchangelogs ChangeLog ChangeLog.gssapi | 302 | dh_installchangelogs |
306 | dh_strip | 303 | dh_strip |
307 | dh_compress | 304 | dh_compress |
308 | dh_fixperms | 305 | dh_fixperms |
diff --git a/debian/ssh-askpass-gnome.examples b/debian/ssh-askpass-gnome.examples new file mode 100644 index 000000000..66fd8c0e4 --- /dev/null +++ b/debian/ssh-askpass-gnome.examples | |||
@@ -0,0 +1 @@ | |||
debian/ssh-askpass-gnome.desktop | |||