summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-28 13:19:27 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-28 13:19:30 +0100
commit152c206f3c7b6ebe85b4941d89d7bb8417d031b8 (patch)
treeaf92a09e0ce5a8d11be46359950df36f61e85441
parent3ba94c7664e86e773d2feca4f9fc06b4e1791b19 (diff)
debian/control: Add missing comma
Closes:#902578. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 0db169d..8ee196c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
dgit (5.5~) unstable; urgency=medium
- *
+ * Add missing comma in debian/control. Closes:#902578.
- --
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk> Thu, 28 Jun 2018 13:18:56 +0100
dgit (5.4) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 42f68f6..3fca347 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Description: git interoperability with the Debian archive
dgit clone and dgit fetch construct git commits from uploads.
Package: git-debrebase
-Depends: perl, git-core, libdpkg-perl, libfile-fnmatch-perl
+Depends: perl, git-core, libdpkg-perl, libfile-fnmatch-perl,
${misc:Depends}
Recommends: dgit, git-buildpackage
Architecture: all