diff options
author | Antti-Juhani Kaijanaho <antti-juhani@kaijanaho.fi> | 2013-05-07 22:55:08 +0300 |
---|---|---|
committer | Antti-Juhani Kaijanaho <antti-juhani@kaijanaho.fi> | 2013-05-07 22:55:08 +0300 |
commit | 31043ae5b2b611fb75897fc3b346044438b0a442 (patch) | |
tree | 41ada2cf8fbfb34d192f2d66359f152e2af6b249 /debian | |
parent | 45845ad988c5d2a92f03fb0dea9bbdb6ee629375 (diff) | |
download | dctrl-tools-31043ae5b2b611fb75897fc3b346044438b0a442.tar.gz |
debian/control: Add "Multi-Arch: foreign"
Signed-off-by: Antti-Juhani Kaijanaho <antti-juhani@kaijanaho.fi>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index cb4b38b..ac66b93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,8 +27,11 @@ dctrl-tools (2.23) UNRELEASED; urgency=low Thanks to Jakub Wilk for pointing out the version spec was broken. It also turns out to be obsolete. * Some code cleanup. + * debian/control: Add "Multi-Arch: foreign" + Closes: 693474 (Add multiarch metadata) + Reported by Wookey <wookey@wookware.org>. - -- Antti-Juhani Kaijanaho <ajk@debian.org> Tue, 07 May 2013 22:36:28 +0300 + -- Antti-Juhani Kaijanaho <ajk@debian.org> Tue, 07 May 2013 22:42:37 +0300 dctrl-tools (2.22.2) unstable; urgency=low diff --git a/debian/control b/debian/control index 6e61a6b..4ca99d6 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Suggests: apt, debtags Conflicts: grep-dctrl Replaces: grep-dctrl Provides: grep-dctrl +Multi-Arch: foreign Description: Command-line tools to process Debian package information Debian package information is generally stored in files having a special file format, dubbed the Debian control file format (the dctrl |