Skip to content

Commit

Permalink
Add acl-udeb and libacl1-udeb binary packages, for use by rsync-udeb
Browse files Browse the repository at this point in the history
[guillem@debian.org: Adapt to reworked debian/rules. ]

Closes: #949712
Signed-off-by: Guillem Jover <guillem@debian.org>
  • Loading branch information
samueloph authored and guillemj committed Apr 22, 2020
1 parent e99d2dd commit 35623ab
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/acl-udeb.install
@@ -0,0 +1 @@
bin/
2 changes: 2 additions & 0 deletions debian/changelog
Expand Up @@ -7,6 +7,8 @@ acl (2.2.53-7) UNRELEASED; urgency=medium
* Switch to dh sequencer.
* Make the testsuite fatal on architectures known to pass it, to avoid
future regressions.
* Add acl-udeb and libacl1-udeb binary packages, for use by rsync-udeb.
Thanks to Samuel Henrique <samueloph@debian.org>. Closes: #949712

-- Guillem Jover <guillem@debian.org> Wed, 22 Apr 2020 01:49:41 +0200

Expand Down
19 changes: 19 additions & 0 deletions debian/control
Expand Up @@ -59,3 +59,22 @@ 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:
${misc:Depends},
${shlibs:Depends},
libacl1-udeb (= ${binary:Version}),
Description: access control list - udeb utilities

Package: libacl1-udeb
Package-Type: udeb
Section: debian-installer
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: access control list - udeb shared library
1 change: 1 addition & 0 deletions debian/libacl1-udeb.install
@@ -0,0 +1 @@
usr/lib/*/*.so.*

0 comments on commit 35623ab

Please sign in to comment.