File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,14 +71,7 @@ override_dh_auto_install:
7171 rm -rf $(DESTDIR )
7272 # executing regular installation with regular prefix but unterneath the debian folder
7373 DESTDIR=$(DESTDIR ) $(MAKE ) -C src install
74- # Version 0.22 and newer of the desktop-file-validate program
75- # (in Jessie and newer) can deal with multiple files specified
76- # on the command line. Version 0.20 (in Wheezy) says it can,
77- # but can't. So feed it the files one by one.
78- for F in $( shell find debian/extras/ share/applications/ -name * .desktop) ; do \
79- desktop-file-validate $$ F; \
80- done
81- # Adding files that are Debian-specific
74+ desktop-file-validate $(shell find debian/extras/ share/applications/ -name * .desktop) ;
8275 cd debian/extras && cp -a * $(DESTDIR )
8376 DESTDIR=$(DESTDIR ) $(MAKE ) -C src INSTALL=install
8477 py3clean .
You can’t perform that action at this time.
0 commit comments