summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/.gitignore18
-rw-r--r--debian/changelog3
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 000000000..3c767d5e5
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1,18 @@
1/*.debhelper*
2/*substvars
3/build-deb
4/build-deb-ssh1
5/build-udeb
6/files
7/keygen-test/key1
8/keygen-test/key1.pub
9/keygen-test/key2
10/keygen-test/key2.pub
11/openssh-client
12/openssh-client-udeb
13/openssh-server
14/openssh-server-udeb
15/ssh
16/ssh-askpass-gnome
17/ssh-krb5
18/tmp
diff --git a/debian/changelog b/debian/changelog
index ed6013816..9d72b37a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ openssh (1:7.3p1-4) UNRELEASED; urgency=medium
3 * Adjust Build-Depends further to avoid considering libssl-dev >= 1.1.0~ 3 * Adjust Build-Depends further to avoid considering libssl-dev >= 1.1.0~
4 as sufficient. 4 as sufficient.
5 * Move build directories under debian/. 5 * Move build directories under debian/.
6 * Remove the non-upstream .gitignore file and add the relevant entries to
7 debian/.gitignore, in order to make the source tree more
8 dgit-compatible.
6 9
7 -- Colin Watson <cjwatson@debian.org> Fri, 11 Nov 2016 02:50:39 +0000 10 -- Colin Watson <cjwatson@debian.org> Fri, 11 Nov 2016 02:50:39 +0000
8 11