d/rules: drop manual svn cleanup, dh does that for us.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
This commit is contained in:
parent
e50b585f11
commit
b508b3b474
|
@ -16,7 +16,6 @@ override_dh_auto_install:
|
||||||
cp CONF.sh debian/debian-cd/etc/debian-cd/conf.sh
|
cp CONF.sh debian/debian-cd/etc/debian-cd/conf.sh
|
||||||
ln -sf /etc/debian-cd/conf.sh \
|
ln -sf /etc/debian-cd/conf.sh \
|
||||||
debian/debian-cd/usr/share/debian-cd/CONF.sh
|
debian/debian-cd/usr/share/debian-cd/CONF.sh
|
||||||
find debian/debian-cd -name '.svn' | xargs -r rm -rf
|
|
||||||
find debian/debian-cd/usr/share/debian-cd/tools/boot \
|
find debian/debian-cd/usr/share/debian-cd/tools/boot \
|
||||||
\( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \
|
\( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \
|
||||||
-a \! -name '*.calc' -a \! -name boot-x86 -a \! -name boot-kfreebsd \
|
-a \! -name '*.calc' -a \! -name boot-x86 -a \! -name boot-kfreebsd \
|
||||||
|
|
Loading…
Reference in New Issue