From: Ian Jackson Date: Thu, 28 Jun 2018 12:19:27 +0000 (+0100) Subject: debian/control: Add missing comma X-Git-Tag: archive/debian/5.5+exp2^2~2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=152c206f3c7b6ebe85b4941d89d7bb8417d031b8;hp=3ba94c7664e86e773d2feca4f9fc06b4e1791b19 debian/control: Add missing comma Closes:#902578. Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index 0db169d2..8ee196ca 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 Thu, 28 Jun 2018 13:18:56 +0100 dgit (5.4) unstable; urgency=medium diff --git a/debian/control b/debian/control index 42f68f66..3fca3479 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