From e8fe84b72397be70a32b6db99871aa364c1a72d0 Mon Sep 17 00:00:00 2001
From: Bdale Garbee <bdale@gag.com>
Date: Sat, 14 Mar 2020 14:24:44 -0600
Subject: [PATCH] remove libattr build depn since we use native glibc xattr
 support now

---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b8abb56b..6bdb635b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tar (1.30+dfsg-7) unstable; urgency=medium
+
+  * remove libattr1-dev build-dep, as we no longer use it, closes: #953902
+
+ -- Bdale Garbee <bdale@gag.com>  Sat, 14 Mar 2020 14:24:29 -0600
+
 tar (1.30+dfsg-6) unstable; urgency=medium
 
   * eliminate ancient prerm cleanup code that breaks with merged /usr, 
diff --git a/debian/control b/debian/control
index f0d13034..26015886 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: required
 Maintainer: Bdale Garbee <bdale@gag.com>
 Uploaders: Carl Worth <cworth@cworth.org>
-Build-Depends: debhelper (>> 10), gettext, autoconf, automake, autopoint, libacl1-dev, libattr1-dev, libselinux1-dev [linux-any]
+Build-Depends: debhelper (>> 10), gettext, autoconf, automake, autopoint, libacl1-dev, libselinux1-dev [linux-any]
 Standards-Version: 4.3.0
 Vcs-Git: https://salsa.debian.org/debian/tar.git
 Vcs-Browser: https://salsa.debian.org/debian/tar
-- 
GitLab