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 5d03ee9 commit 0ad273fCopy full SHA for 0ad273f
debian/rules
@@ -15,6 +15,11 @@ override_dh_auto_configure:
15
--buildtype=debugoptimized \
16
-D use-debian-pam=true \
17
18
+execute_after_dh_fixperms:
19
+ : # fix executable libraries
20
+ chmod 0644 debian/cinnamon-screensaver/usr/libexec/cinnamon-screensaver/girepository-1.0/CScreensaver-1.0.typelib
21
+ chmod 0644 debian/cinnamon-screensaver/usr/libexec/cinnamon-screensaver/libcscreensaver.so
22
+
23
# there has never been a testsuite, so don't try running it and breaking
24
# just because there isn't one
25
override_dh_auto_test:
0 commit comments