diff options
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 62aa455cf6..76d560aab8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,11 @@ tor (0.2.1.15-rc-1XXX) XXXerimental; urgency=low required, we already support nocheck in DEB_BUILD_OPTIONS since August 2004, and we already create our var/run directory in the init script (tho we now no longer ship it either - see above). + * Change debhelper compatibility version from 4 to 5: + - Change dh_strip call from --dbg-package=tor + to --dbg-package=tor-dbg. - -- Peter Palfrader <weasel@debian.org> Sun, 31 May 2009 10:43:21 +0000 + -- Peter Palfrader <weasel@debian.org> Sun, 31 May 2009 11:14:12 +0000 tor (0.2.1.15-rc-1) experimental; urgency=low diff --git a/debian/compat b/debian/compat index b8626c4cff..7ed6ff82de 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/debian/rules b/debian/rules index 797d67ea5a..f5aaa95545 100755 --- a/debian/rules +++ b/debian/rules @@ -189,8 +189,7 @@ binary-common: dh_installinit dh_installman dh_link - # Change this for debhelper compatibility level 5 or later! - dh_strip --dbg-package=tor + dh_strip --dbg-package=tor-dbg dh_compress dh_fixperms dh_installdeb |