-
Notifications
You must be signed in to change notification settings - Fork 314
Open
Labels
Milestone
Description
I whenever i tried to build, even with this:
http://pastebin.com/raw.php?i=FmMaXiux
When i used lintian
BUILD SUCCESSFUL
Total time: 27 seconds
E: bookjar: control-file-has-bad-permissions conffiles 0755 != 0644
W: bookjar: extended-description-line-too-long
E: bookjar: non-standard-file-permissions-for-etc-init.d-script etc/init.d/bookjar 0644 != 0755
W: bookjar: script-not-executable etc/init.d/bookjar
(notice it reports etc/init.d/bookjar is not executable even though i was set explicitly before the deb task)
Whatever i do, whatever the permissions before the files go into the deb task it doesn't seem to change this, so i can only guess the task is modifying the files but not setting a appropriate permission back again.