We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5373e1 commit 622a66eCopy full SHA for 622a66e
3 files changed
.gitignore
@@ -1 +1,7 @@
1
*~
2
+debian/*debhelper*
3
+debian/elementary-default-settings/
4
+debian/elementary-printer-test-page/
5
+debian/files
6
+debian/*.substvars
7
+debian/tmp
debian/control
@@ -3,6 +3,7 @@ Section: gnome
Priority: optional
Maintainer: elementary, Inc. <builds@elementary.io>
Build-Depends: debhelper (>= 10.5.1),
+ apparmor-profiles,
libaccountsservice-dev,
8
libdbus-1-dev,
9
libpolkit-gobject-1-dev,
debian/postinst
@@ -8,4 +8,7 @@ case "$1" in
;;
esac
10
11
+# Fix flatpak updates:
12
+ln -s /usr/share/apparmor/extra-profiles/bwrap-userns-restrict /etc/apparmor.d/ || true
13
+
14
#DEBHELPER#
0 commit comments