diff options
author | Colin Watson <cjwatson@debian.org> | 2007-12-24 16:34:01 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2007-12-24 16:34:01 +0000 |
commit | 9feb782cf4ede46b3dbb54de7c11c1fba5966b55 (patch) | |
tree | 933caaf6f86fd25aab79ca8924eccb991f782246 | |
parent | a69f6cf09afcdb7b41d90fd3145522948bfa20fa (diff) |
* Override desktop-file-but-no-dh_desktop-call lintian warning; the
.desktop file is intentionally not installed (see 1:3.8.1p1-10).
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/source.lintian-overrides | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5706b174b..834739b39 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -53,6 +53,8 @@ openssh (1:4.7p1-1) UNRELEASED; urgency=low | |||
53 | * Document the non-default options we set as standard in ssh_config(5) and | 53 | * Document the non-default options we set as standard in ssh_config(5) and |
54 | sshd_config(5) (closes: #327886, #345628). | 54 | sshd_config(5) (closes: #327886, #345628). |
55 | * Recode LICENCE to UTF-8 when concatenating it to debian/copyright. | 55 | * Recode LICENCE to UTF-8 when concatenating it to debian/copyright. |
56 | * Override desktop-file-but-no-dh_desktop-call lintian warning; the | ||
57 | .desktop file is intentionally not installed (see 1:3.8.1p1-10). | ||
56 | 58 | ||
57 | -- Colin Watson <cjwatson@debian.org> Sun, 23 Dec 2007 12:53:46 +0000 | 59 | -- Colin Watson <cjwatson@debian.org> Sun, 23 Dec 2007 12:53:46 +0000 |
58 | 60 | ||
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides new file mode 100644 index 000000000..5ddb25600 --- /dev/null +++ b/debian/source.lintian-overrides | |||
@@ -0,0 +1,2 @@ | |||
1 | # .desktop file intentionally not installed | ||
2 | openssh source: desktop-file-but-no-dh_desktop-call | ||