mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-04 15:10:23 +00:00
Use debhelper v6 in debian control files
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3674 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
1730097265
commit
80a4e99c85
3 changed files with 5 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
|
@ -1,8 +1,9 @@
|
|||
linkchecker (4.9-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Use debhelper v6
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Fri, 28 Dec 2007 03:11:46 +0100
|
||||
-- Bastian Kleineidam <calvin@debian.org> Fri, 14 Mar 2008 12:23:45 +0100
|
||||
|
||||
linkchecker (4.8-1) unstable; urgency=low
|
||||
|
||||
|
|
|
|||
2
debian/compat
vendored
2
debian/compat
vendored
|
|
@ -1 +1 @@
|
|||
5
|
||||
6
|
||||
|
|
|
|||
3
debian/control
vendored
3
debian/control
vendored
|
|
@ -2,7 +2,8 @@ Source: linkchecker
|
|||
Section: web
|
||||
Priority: optional
|
||||
Maintainer: Bastian Kleineidam <calvin@debian.org>
|
||||
Build-Depends: python-all-dev (>= 2.4), debhelper (>= 5.0.37.2), gettext, cdbs (>= 0.4.43), python-central (>= 0.5)
|
||||
Build-Depends: python-all-dev (>= 2.4), debhelper (>= 6), gettext,
|
||||
cdbs (>= 0.4.43), python-central (>= 0.5)
|
||||
XS-Python-Standards-Version: 0.4
|
||||
XS-Python-Version: >= 2.4
|
||||
Standards-Version: 3.7.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue