mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-21 06:41:00 +00:00
More python transition updates
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3422 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
9a1c1cf97f
commit
d08f82fced
3 changed files with 6 additions and 3 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
|
@ -3,8 +3,10 @@ linkchecker (4.3-1) unstable; urgency=low
|
|||
* New upstream release.
|
||||
+ adds more recursion levels in CGI script (Closes: #381445)
|
||||
* Remove old config file on purge, generated by previous updates
|
||||
* Updated Standards version 3.7.2.1
|
||||
* Updated more dependencies for Python transition
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Wed, 9 Aug 2006 21:40:20 +0200
|
||||
-- Bastian Kleineidam <calvin@debian.org> Thu, 17 Aug 2006 15:23:39 +0200
|
||||
|
||||
linkchecker (4.2-1) unstable; urgency=low
|
||||
|
||||
|
|
|
|||
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -2,10 +2,10 @@ Source: linkchecker
|
|||
Section: web
|
||||
Priority: optional
|
||||
Maintainer: Bastian Kleineidam <calvin@debian.org>
|
||||
Build-Depends: python-all-dev (>= 2.3.5-10), debhelper (>= 5.0.37.1), gettext, cdbs (>= 0.4.41), python-central (>= 0.4.17)
|
||||
Build-Depends: python-all-dev (>= 2.3.5-11), debhelper (>= 5.0.37.2), gettext, cdbs (>= 0.4.43), python-central (>= 0.5)
|
||||
XS-Python-Standards-Version: 0.4
|
||||
XS-Python-Version: >= 2.4
|
||||
Standards-Version: 3.7.2.0
|
||||
Standards-Version: 3.7.2.1
|
||||
|
||||
Package: linkchecker
|
||||
Architecture: any
|
||||
|
|
|
|||
1
debian/pycompat
vendored
Normal file
1
debian/pycompat
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
2
|
||||
Loading…
Reference in a new issue