From: martin f. krafft Date: Wed, 5 Mar 2008 16:09:46 +0000 (+0100) Subject: * Bump debhelper compatibility level to 6 — no changes required. X-Git-Tag: debian/5.99.8~8 X-Git-Url: https://code.delx.au/offlineimap/commitdiff_plain/fc1796e609856a527392974d2f8cbbe83c27738b * Bump debhelper compatibility level to 6 — no changes required. --- diff --git a/debian/changelog b/debian/changelog index 63c655f..6beaa13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ offlineimap (5.99.8) UNRELEASED; urgency=low * Bump Standards-Version to 3.7.3 — no changes required. + * Bump debhelper compatibility level to 6 — no changes required. - -- martin f. krafft Wed, 05 Mar 2008 17:07:34 +0100 + -- martin f. krafft Wed, 05 Mar 2008 17:09:32 +0100 offlineimap (5.99.7) unstable; urgency=low diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..1e8b314 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +6 diff --git a/debian/control b/debian/control index f45d4e2..006f03d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: offlineimap Section: mail Priority: optional Maintainer: John Goerzen -Build-Depends: debhelper (>> 4.2.0) +Build-Depends: debhelper (>> 6) Build-Depends-Indep: python-dev, groff, docbook-utils, python-support (>= 0.4.0), gtk-doc-tools, sgml2x, docbook-utils, jade, lynx, scons, xpdf-utils, gs, man-db Build-Conflicts-Indep: docbook-ebnf Standards-Version: 3.7.3 diff --git a/debian/rules b/debian/rules index 7e29b28..1216fb2 100755 --- a/debian/rules +++ b/debian/rules @@ -6,9 +6,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatibility version to use. -export DH_COMPAT=4 - PYTHON=python PACKAGE=offlineimap