[SCM] qjackctl/master: Don't delete desktop file after build.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sun Dec 17 14:47:22 UTC 2017
The following commit has been merged in the master branch:
commit 67e58eb0b8797efec2ee47a6b53785e533828e39
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sat Dec 16 23:25:32 2017 +0100
Don't delete desktop file after build.
diff --git a/debian/rules b/debian/rules
index d328773..7336d54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,5 +20,4 @@ DEB_CLEAN_EXCLUDE := qjackctl.pro
cleanbuilddir::
rm -rf src/.moc/ src/.obj/ src/.ui/
- rm -rf src/config.h src/qjackctl.desktop src/src.pri \
- src/translations/*.qm
+ rm -rf src/config.h src/src.pri src/translations/*.qm
--
qjackctl packaging
More information about the pkg-multimedia-commits
mailing list