diff --git a/debian/changelog b/debian/changelog
index 9c678ff46e73bb3c9af72bac704ce616f00f8cfa..fd69c7bb185d583cd48f0dffc1698f8502c827d9 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 <bdale@gag.com>  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 6d0e25d02032188fab564cada1fbf717dfd19467..b81562281af05b99fb050bbfa9aee01f92e415b4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: utils
 Priority: required
 Maintainer: Bdale Garbee <bdale@gag.com>
 Uploaders: Carl Worth <cworth@cworth.org>
-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