Lines Matching refs:debian
92 debian: target
93 cp -r contrib/debian debian; chmod +x debian/rules;
95 native-deb-utils: native-deb-local debian
96 while [ -f debian/deb-build.lock ]; do sleep 1; done; \
97 echo "native-deb-utils" > debian/deb-build.lock; \
98 cp contrib/debian/control debian/control; \
100 $(RM) -f debian/deb-build.lock
102 native-deb-kmod: native-deb-local debian
103 while [ -f debian/deb-build.lock ]; do sleep 1; done; \
104 echo "native-deb-kmod" > debian/deb-build.lock; \
106 fakeroot debian/rules override_dh_binary-modules; \
107 $(RM) -f debian/deb-build.lock