diff options
author | Antti-Juhani Kaijanaho <ajk@debian.org> | 2012-07-14 00:35:57 +0300 |
---|---|---|
committer | Antti-Juhani Kaijanaho <ajk@debian.org> | 2012-07-14 00:46:09 +0300 |
commit | 672a5aba35b015ca59530ec311a53c345dc138f3 (patch) | |
tree | 81c5e3482c795e73022c276d0bf4ac282bb393df | |
parent | 42a13071adf04bb721e60978c28093d288cf8473 (diff) | |
download | dctrl-tools-672a5aba35b015ca59530ec311a53c345dc138f3.tar.gz |
debian/control (Build-Depends): Remove versioned gcc
The version spec was wrong, as pointed out by Jakub Wilk, see
msgid 20120705213427.GA2278@jwilk.net on debian-devel.
It's also obsolete, as the last version intended to be excluded was
released in woody (end-of-life in 2006).
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 39143d8..6e61a6b 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: dctrl-tools developers <dctrl-tools-devel@lists.alioth.debian.org> Uploaders: Antti-Juhani Kaijanaho <ajk@debian.org> Standards-Version: 3.9.3 -Build-Depends: gettext (>= 0.11-0), gcc (>= 3.0), debhelper (>= 9), po4a (>= 0.40), libc-bin (>= 2.13) +Build-Depends: gettext (>= 0.11-0), debhelper (>= 9), po4a (>= 0.40), libc-bin (>= 2.13) Vcs-Git: git://git.debian.org/git/collab-maint/dctrl-tools.git Vcs-Browser: http://git.debian.org/?p=collab-maint/dctrl-tools.git;a=summary |