File tree 2 files changed +2
-3
lines changed
qtc_packaging/debian_generic
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,9 @@ ARCH = `dpkg --print-architecture`
56
56
57
57
fakeroot.target = fakeroot
58
58
fakeroot.depends = FORCE
59
- fakeroot.commands = rm -rf fakeroot && mkdir -p fakeroot/usr/share/doc/ $$PACKAGE_NAME && mkdir -p fakeroot/DEBIAN
59
+ fakeroot.commands = $$ quote ( rm -rf fakeroot && mkdir -p fakeroot/usr/share/doc/ $$PACKAGE_NAME && mkdir -p fakeroot/DEBIAN )
60
60
fakeroot.commands += $$quote (chmod -R 755 fakeroot ) # #control dir must be 755
61
+ fakeroot.commands = $$join (fakeroot.commands ,$$escape_expand (\ \n\\t))
61
62
62
63
deb.target = deb
63
64
deb.depends += fakeroot
Original file line number Diff line number Diff line change @@ -9,5 +9,3 @@ Homepage: https://github.com/wang-bin/QtAV
9
9
Depends:
10
10
Description: A media playing framework based on Qt and FFmpeg
11
11
QtAV is a media playing framework based on Qt and FFmpeg. It can help you to write a player with less effort than ever before.
12
-
13
-
You can’t perform that action at this time.
0 commit comments