[Pkg-virtualbox-commits] [virtualbox] 02/02: Update get-orig-source script to remove another prebuilt file.

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Thu May 28 07:18:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch experimental
in repository virtualbox.

commit df99615f51ecf3d0462799ac2d580a90ae156580
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Thu May 28 09:17:51 2015 +0200

    Update get-orig-source script to remove another prebuilt file.
---
 debian/changelog          | 1 +
 debian/get-orig-source.sh | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c3b068a..fa6e864 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ virtualbox (5.0.0~beta4-dfsg-1) UNRELEASED; urgency=medium
   * d/rules: remove VBoxDTraceR0.debug and strip VBoxDTraceR0.r0
     files.
   * update d/source.lintian-overrides file.
+  * Remove some more windows prebuilt files.
 
  -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Fri, 20 Mar 2015 12:02:04 +0100
 
diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index c09cd40..d78c7a0 100755
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -44,6 +44,7 @@ rm -fr ${ORIG_TARBALL_DIR}/src/VBox/Devices/EFI/Firmware/FatBinPkg/EnhancedFatDx
 rm -fr ${ORIG_TARBALL_DIR}/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/Ia32/ftol2.obj
 rm -fr ${ORIG_TARBALL_DIR}/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Dll/sqlite3.dll
 rm -fr ${ORIG_TARBALL_DIR}/src/VBox/Main/webservice/jaxlibs/*.jar
+rm -rf ${ORIG_TARBALL_DIR}/src/VBox/HostDrivers/Support/win/winstub.com
 
 tar --exclude .svn --exclude '.git*' --exclude debian --directory ${WORKING_DIR} -cJf ${DEST_TARBALL_NAME} ${ORIG_TARBALL_DIR_STRIP} || exit 1
 rm -rf ${ORIG_TARBALL_DIR}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git



More information about the Pkg-virtualbox-commits mailing list