From: corsac Date: Sun, 19 Jan 2014 16:00:17 +0000 (+0000) Subject: * debian/patches: X-Git-Url: http://rtime.felk.cvut.cz/gitweb/sojka/debian/lightdm.git/commitdiff_plain/e52f5944c30da727fdd8f4a3003a7605c7ddf860 * debian/patches: - 02_fix-apparmor-profile added: remove inclusion of an AppArmor abstraction not available in Debian. closes: #736075 git-svn-id: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm@8179 0c9b3bff-18ee-0310-b944-d1aa2700132f --- diff --git a/debian/changelog b/debian/changelog index 432a7b6..0b18311 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lightdm (1.8.5-4) UNRELEASED; urgency=medium + + * debian/patches: + - 02_fix-apparmor-profile added: remove inclusion of an AppArmor + abstraction not available in Debian. closes: #736075 + + -- Yves-Alexis Perez Sun, 19 Jan 2014 16:55:32 +0100 + lightdm (1.8.5-3) unstable; urgency=low * debian/lightdm.postrm: warn if user/group deletion failed. closes: #731220 diff --git a/debian/patches/02_fix-apparmor-profile.patch b/debian/patches/02_fix-apparmor-profile.patch new file mode 100644 index 0000000..b693661 --- /dev/null +++ b/debian/patches/02_fix-apparmor-profile.patch @@ -0,0 +1,10 @@ +--- a/data/apparmor/abstractions/lightdm ++++ b/data/apparmor/abstractions/lightdm +@@ -11,7 +11,6 @@ + #include + #include + #include +- #include + #include + #include + /etc/compizconfig/config rw, # bug in compiz https://launchpad.net/bugs/697678 diff --git a/debian/patches/series b/debian/patches/series index 02d38a5..52f14d8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,5 @@ 01_set-default-path.patch +02_fix-apparmor-profile.patch 04_dont-add-pkglibexecdir-path.patch 05_debianize-pam-files.patch 06_allow_libpamsystemd_and_ck_together.patch