From: Bdale Garbee Date: Sat, 14 Dec 2013 17:05:28 +0000 (-0700) Subject: add build-deps so that ACL, XATTR, and SELinux support get included X-Git-Tag: debian/1.27-4 X-Git-Url: https://git.gag.com/?p=debian%2Ftar;a=commitdiff_plain;h=3ec0a6c2ff4c00d13480ccbe0b336cb9b29ad749 add build-deps so that ACL, XATTR, and SELinux support get included --- diff --git a/debian/changelog b/debian/changelog index 9c678ff4..fd69c7bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tar (1.27-4) unstable; urgency=low + + * add ACL, XATTR, and SELinux support by augmenting build-deps so the + configure will find the right libraries, closes: #732071 + + -- Bdale Garbee Sat, 14 Dec 2013 10:05:08 -0700 + tar (1.27-3) unstable; urgency=low * patch from Joey Hess to allow tar to replicate 1.26 output on behalf diff --git a/debian/control b/debian/control index 6d0e25d0..b8156228 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: utils Priority: required Maintainer: Bdale Garbee Uploaders: Carl Worth -Build-Depends: debhelper (>> 5), gettext, autoconf, autotools-dev -Standards-Version: 3.9.4 +Build-Depends: debhelper (>> 5), gettext, autoconf, autotools-dev, libacl1-dev, libattr1-dev, libselinux1-dev [linux-any] +Standards-Version: 3.9.5 Vcs-Git: git://git.gag.com/debian/tar Vcs-Browser: http://git.gag.com/?p=debian/tar