Skip to content
Snippets Groups Projects
Commit 98a357bc authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

* add one more lintian override

* bump minimum required debhelper version to 6.0.7 (due to dh_lintian)
parent 4b118c44
No related branches found
Tags debian/2.6.5-3
No related merge requests found
......@@ -4,6 +4,7 @@ python-defaults (2.6.5-3) unstable; urgency=low
* Add ${misc:Depends} to Depends in all binary packages
* Add Vcs-Browser field
* Add some lintian overrides (for false positives)
- bump minimum required debhelper version to 6.0.7 (due to dh_lintian)
-- Piotr Ożarowski <piotr@debian.org> Fri, 18 Jun 2010 10:25:59 +0200
......
......@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>, Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends: debhelper (>= 6.0.7~)
Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml, python-docutils (>= 0.4-3)
Standards-Version: 3.8.4
Vcs-Bzr: http://alioth.debian.org/anonscm/bzr/pkg-python/python-defaults-debian
......
......@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>, Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends: debhelper (>= 6.0.7~)
Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml, python-docutils (>= 0.4-3)
Standards-Version: 3.8.4
Vcs-Bzr: http://alioth.debian.org/anonscm/bzr/pkg-python/python-defaults-debian
......
# this is the only package that can depend on it
depends-on-python-minimal depends
# manpage is in python-minimal package:
binary-without-manpage usr/bin/pyversions
......@@ -255,6 +255,7 @@ endif
cp -p debian/idle.desktop debian/idle/usr/share/applications/
# dh_installdebconf -i $(NOPKGS)
dh_lintian -i
dh_installdocs -i $(NOPKGS) --all debian/README.Debian
dh_installmenu -i $(NOPKGS)
dh_installchangelogs -i $(NOPKGS)
......
# this source package provides these packages so it cannot depend on them
dbg-package-missing-depends python-all-dbg
dbg-package-missing-depends python-dbg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment