summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/openssh-client.apport2
-rw-r--r--debian/openssh-server.apport2
3 files changed, 1 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 0cf104f77..955cc4f73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
openssh (1:8.0p1-4) UNRELEASED; urgency=medium
* Use debhelper-compat instead of debian/compat.
+ * Remove #! lines from apport hooks.
-- Colin Watson <cjwatson@debian.org> Sat, 03 Aug 2019 12:49:17 +0100
diff --git a/debian/openssh-client.apport b/debian/openssh-client.apport
index 3dbc8e5e6..ca27da117 100644
--- a/debian/openssh-client.apport
+++ b/debian/openssh-client.apport
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
'''apport hook for openssh-client
(c) 2010 Canonical Ltd.
diff --git a/debian/openssh-server.apport b/debian/openssh-server.apport
index 3644bd855..687daef97 100644
--- a/debian/openssh-server.apport
+++ b/debian/openssh-server.apport
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
'''apport hook for openssh-server
(c) 2010 Canonical Ltd.