mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 15:44:44 +00:00
Add missing dependency for .deb package.
This commit is contained in:
parent
2d383f2cc9
commit
95b95784e6
2 changed files with 2 additions and 0 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
|
@ -1,6 +1,7 @@
|
|||
linkchecker (7.9-1) UNRELEASED; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Add missing dependency on python-qt4-sql for linkchecker-gui.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Wed, 23 May 2012 06:55:45 +0200
|
||||
|
||||
|
|
|
|||
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -74,6 +74,7 @@ Architecture: all
|
|||
Depends: libqt4-sql-sqlite,
|
||||
linkchecker,
|
||||
python-qt4 (>= 4.5),
|
||||
python-qt4-sql,
|
||||
${misc:Depends},
|
||||
${python:Depends}
|
||||
Recommends: python-qscintilla2
|
||||
|
|
|
|||
Loading…
Reference in a new issue