diff --git a/debian/changelog b/debian/changelog index aea2c512fa90d172e6810b5daf340f6637910742..763d94bb525da8583a1d0297fd80295f5344924d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ python-defaults (2.6.5-3) unstable; urgency=low * Remove '-V' option from pyclean call in runtime.d/public_modules.rtremove * Add ${misc:Depends} to Depends in all binary packages + * Add Vcs-Browser field + * Add some lintian overrides (for false positives) -- Piotr Ożarowski <piotr@debian.org> Fri, 18 Jun 2010 10:25:59 +0200 diff --git a/debian/control b/debian/control index 0d6d7dc479f3a82249d1beb012ab04af2bedf563..8502d1f69d9724893211bd2ae21c919a4a4ab9e7 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Uploaders: Scott Kitterman <scott@kitterman.com>, Piotr Ożarowski <piotr@debian Build-Depends: debhelper (>= 5) Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml, python-docutils (>= 0.4-3) Standards-Version: 3.8.4 -Vcs-Bzr: https://alioth.debian.org/anonscm/bzr/pkg-python/python-defaults-debian +Vcs-Bzr: http://alioth.debian.org/anonscm/bzr/pkg-python/python-defaults-debian +Vcs-Browser: http://alioth.debian.org/scm/loggerhead/pkg-python/python-defaults-debian/files Package: python Architecture: all diff --git a/debian/control.in b/debian/control.in index f534d79121b7064c477f194688a2f8b4f557be3b..b44fd49dd9305ad11fd4b1dde93e66c22a4e849b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -6,7 +6,8 @@ Uploaders: Scott Kitterman <scott@kitterman.com>, Piotr Ożarowski <piotr@debian Build-Depends: debhelper (>= 5) Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml, python-docutils (>= 0.4-3) Standards-Version: 3.8.4 -Vcs-Bzr: https://alioth.debian.org/anonscm/bzr/pkg-python/python-defaults-debian +Vcs-Bzr: http://alioth.debian.org/anonscm/bzr/pkg-python/python-defaults-debian +Vcs-Browser: http://alioth.debian.org/scm/loggerhead/pkg-python/python-defaults-debian/files Package: python Architecture: all diff --git a/debian/python.lintian-overrides b/debian/python.lintian-overrides new file mode 100644 index 0000000000000000000000000000000000000000..b93dfd60e076bc4adf37e18749d80e8115171d74 --- /dev/null +++ b/debian/python.lintian-overrides @@ -0,0 +1 @@ +depends-on-python-minimal depends diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides new file mode 100644 index 0000000000000000000000000000000000000000..cc59402865045b8a4a6c81d53b630631e234f4a7 --- /dev/null +++ b/debian/source.lintian-overrides @@ -0,0 +1,2 @@ +dbg-package-missing-depends python-all-dbg +dbg-package-missing-depends python-dbg