Control: tags -1 patch

Dropping people who are probably not interested in this from now on,

Hello Guillem,

I created a patch based on the udeb implementation for libattr1,
autopkgtest has 3 failures but those were happening before the patch
so I assume it's not an issue.

The patch is attached on this email,

Thanks,

--
Samuel Henrique <samueloph>
From e3ee61d6f21b45e139c619dcf2eddff45b89314f Mon Sep 17 00:00:00 2001
From: Samuel Henrique <samueloph@debian.org>
Date: Sun, 19 Apr 2020 19:45:45 +0100
Subject: [PATCH] Add acl-udeb and libacl1-udeb binary packages, for use by
 rsync-udeb.

 Closes: #949712
---
 debian/acl-udeb.install     |  1 +
 debian/changelog            |  8 ++++++++
 debian/control              | 20 ++++++++++++++++++++
 debian/libacl1-udeb.install |  1 +
 debian/rules                |  2 +-
 5 files changed, 31 insertions(+), 1 deletion(-)
 create mode 100644 debian/acl-udeb.install
 create mode 100644 debian/libacl1-udeb.install

diff --git a/debian/acl-udeb.install b/debian/acl-udeb.install
new file mode 100644
index 0000000..e660fd9
--- /dev/null
+++ b/debian/acl-udeb.install
@@ -0,0 +1 @@
+bin/
diff --git a/debian/changelog b/debian/changelog
index 5781f5d..b53cf43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+acl (2.2.53-7) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add acl-udeb and libacl1-udeb binary packages, for use by rsync-udeb.
+    Closes: #949712
+
+ -- Samuel Henrique <samueloph@debian.org>  Sun, 19 Apr 2020 19:45:48 +0100
+
 acl (2.2.53-6) unstable; urgency=medium
 
   * Redirect stderr to stdout globally in autopkgtests instead of doing
diff --git a/debian/control b/debian/control
index b9700e7..7397389 100644
--- a/debian/control
+++ b/debian/control
@@ -59,3 +59,23 @@ Depends:
 Description: access control list - shared library
  This package contains the shared library containing the POSIX 1003.1e
  draft standard 17 functions for manipulating access control lists.
+
+Package: acl-udeb
+Package-Type: udeb
+Section: debian-installer
+Architecture: any
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libacl1-udeb (= ${binary:Version}),
+Description: access control list - utilities
+
+Package: libacl1-udeb
+Package-Type: udeb
+Section: debian-installer
+Architecture: any
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Description: access control list - shared library
+
diff --git a/debian/libacl1-udeb.install b/debian/libacl1-udeb.install
new file mode 100644
index 0000000..3de3b10
--- /dev/null
+++ b/debian/libacl1-udeb.install
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff --git a/debian/rules b/debian/rules
index 8ba573b..d2052ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,7 +73,7 @@ binary-arch: build-arch
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs -N libacl1
-	dh_makeshlibs -p libacl1 -V 'libacl1 (>= 2.2.51-8)'
+	dh_makeshlibs -p libacl1 -V 'libacl1 (>= 2.2.51-8)' --add-udeb libacl1-udeb
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol
-- 
2.25.1

Reply via email to