Skip to content

Commit

Permalink
Merge pull request #7157 from jdstrand/correct-aa-depends-in-debian
Browse files Browse the repository at this point in the history
packaging/debian-sid: use correct apparmor Depends for Debian
  • Loading branch information
zyga authored Jul 24, 2019
2 parents 4ddd892 + 6578a8a commit 5399f62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packaging/debian-sid/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
snapd (2.40-2) UNRELEASED; urgency=medium

* debian/control: Depends on apparmor >= 2.10.95-5 instead of
2.10.95-0ubuntu2.2 since 2.10.95-5 in Debian is the first version to have
all the patches that 2.10.95-0ubuntu2.2 in Ubuntu brought.

-- Jamie Strandboge <[email protected]> Wed, 24 Jul 2019 13:48:52 +0000

snapd (2.40-1) unstable; urgency=medium

* New upstream release.
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian-sid/control
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Description: snappy development go packages.
Package: snapd
Architecture: any
Depends: adduser,
apparmor (>= 2.10.95-0ubuntu2.2),
apparmor (>= 2.10.95-5),
ca-certificates,
gnupg1 | gnupg,
openssh-client,
Expand Down

0 comments on commit 5399f62

Please sign in to comment.