this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix Debian packaging and make setcap respect DESTDIR

Because we now build a single package, DESTDIR is actually
`debian/<package-name>` rather than `debian/tmp`
(see https://www.debian.org/doc/manuals/debmake-doc/ch05.en.html#rules).
This means that we actually don't need to add `usr` to be installed;
it's already installed to the staging directory.

Additionally, setcap now respects the DESTDIR variable (used when
building the Debian package).

+1 -2
+1 -1
cmake/setcap.cmake
··· 5 5 COMMAND 6 6 ${SETCAP_EXECUTABLE} 7 7 ${caps} 8 - ${CMAKE_INSTALL_PREFIX}/${file} 8 + \$ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX}/${file} 9 9 RESULT_VARIABLE 10 10 _SETCAP_RESULT 11 11 )
-1
debian/darling.install
··· 1 - usr 2 1 tools/shutdown-user.sh usr/lib/darling