mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 08:30:59 +00:00
added glibc 2.3 dependencies
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@771 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
1f641715d5
commit
70e4459efe
1 changed files with 2 additions and 2 deletions
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -2,12 +2,12 @@ Source: linkchecker
|
|||
Section: web
|
||||
Priority: optional
|
||||
Maintainer: Bastian Kleineidam <calvin@debian.org>
|
||||
Build-Depends: python2.2-dev (>= 2.2.1), debhelper (>= 4.1.0), gettext
|
||||
Build-Depends: python2.2-dev (>= 2.2.1), debhelper (>= 4.1.0), gettext, libc6-dev (>= 2.3)
|
||||
Standards-Version: 3.5.8.0
|
||||
|
||||
Package: linkchecker
|
||||
Architecture: any
|
||||
Depends: python2.2 (>= 2.2.1)
|
||||
Depends: python2.2 (>= 2.2.1), libc6 (>= 2.3)
|
||||
Conflicts: linkchecker-ssl
|
||||
Suggests: httpd
|
||||
Description: check HTML documents for broken links
|
||||
|
|
|
|||
Loading…
Reference in a new issue