Commit a4f7a20c authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Tim Gardner

UBUNTU: SAUCE: ubuntu: vbox -- elide the new symlinks and reconstruct on clean:

BugLink: http://bugs.launchpad.net/bugs/1426113Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent 1e189fcd
# Reconstruct vbox symlinks (LP:1426113)
[ ! -L ubuntu/vbox/vboxguest/include ] && ln -sf ../include ubuntu/vbox/vboxguest/include
[ ! -L ubuntu/vbox/vboxguest/r0drv ] && ln -sf ../r0drv ubuntu/vbox/vboxguest/r0drv
[ ! -L ubuntu/vbox/vboxsf/include ] && ln -sf ../include ubuntu/vbox/vboxsf/include
[ ! -L ubuntu/vbox/vboxsf/r0drv ] && ln -sf ../r0drv ubuntu/vbox/vboxsf/r0drv
[ ! -L ubuntu/vbox/vboxvideo/include ] && ln -sf ../include ubuntu/vbox/vboxvideo/include
exit 0
......@@ -101,6 +101,9 @@ clean: debian/control
# Install the copyright information.
cp $(DEBIAN)/copyright debian/copyright
# If we have a reconstruct script use it.
[ -f $(DEBIAN)/reconstruct ] && bash -x $(DEBIAN)/reconstruct
distclean: clean
rm -rf $(DROOT)/control $(DROOT)/control.stub $(DEBIAN)/control.stub \
$(DEBIAN)/d-i/kernel-versions debian/changelog \
......
# Ignore vbox symlinks, we will regenerate these at clean (LP:1426113)
extend-diff-ignore=ubuntu/vbox/vboxvideo/include
extend-diff-ignore=ubuntu/vbox/vboxguest/r0drv
extend-diff-ignore=ubuntu/vbox/vboxguest/include
extend-diff-ignore=ubuntu/vbox/vboxsf/r0drv
extend-diff-ignore=ubuntu/vbox/vboxsf/include
# force "dpkg-source -I -i" behavior
diff-ignore
tar-ignore
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment