mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-19 20:01:53 +00:00
drop glibc depends
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@788 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
aacf75ea54
commit
c0a3858489
2 changed files with 4 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -1,6 +1,8 @@
|
|||
linkchecker (1.8.8-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Drop the glibc depends, its not needed. glibc should be fixed
|
||||
on testing itself.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Thu, 6 Feb 2003 02:15:43 +0100
|
||||
|
||||
|
|
|
|||
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, libc6-dev (>= 2.3)
|
||||
Build-Depends: python2.2-dev (>= 2.2.1), debhelper (>= 4.1.0), gettext
|
||||
Standards-Version: 3.5.8.0
|
||||
|
||||
Package: linkchecker
|
||||
Architecture: any
|
||||
Depends: python2.2 (>= 2.2.1), libc6 (>= 2.3)
|
||||
Depends: python2.2 (>= 2.2.1)
|
||||
Conflicts: linkchecker-ssl
|
||||
Suggests: httpd
|
||||
Description: check HTML documents for broken links
|
||||
|
|
|
|||
Loading…
Reference in a new issue