X-Git-Url: https://oss.titaniummirror.com/gitweb?p=cp210x.git;a=blobdiff_plain;f=debian.in%2Frules;h=57b40bd603b57204b42e7e500ba692839dcfe829;hp=e8b27ae90a26f3a188c5f9691fe5bd3770fd403e;hb=7ee25a350f8cb5a22dfcc46f9aba087d8ae23fe1;hpb=a30cb143fe071853bbe524a8eab49b2fcbb99d02 diff --git a/debian.in/rules b/debian.in/rules index e8b27ae..57b40bd 100755 --- a/debian.in/rules +++ b/debian.in/rules @@ -35,7 +35,9 @@ install-stamp: checkroot build-stamp $(checkdir) rm -rf debian/tmp $(install_dir) $(inst_dir) - cp -a . $(inst_dir) + mv debian ../ + cp -a . ../$(inst_dir) + mv ../debian . $(install_dir) debian/tmp/etc/modprobe.d echo "blacklist cp2101" > debian/tmp/etc/modprobe.d/$(package) touch $@ @@ -60,8 +62,6 @@ binary-arch: checkroot build install find debian/tmp/usr/share/doc/$(package)/ -type f ! -name copyright | \ xargs gzip -9 : # Finish it all up - find debian/tmp -type f | xargs file | grep ELF | cut -d: -f 1 | \ - xargs dpkg-shlibdeps dpkg-gencontrol -isp $(CONFLICTS) chown -R root:root debian/tmp chmod -R go=rX debian/tmp