[Pkg-virtualbox-commits] r162 - trunk/debian
meskes at alioth.debian.org
meskes at alioth.debian.org
Sat Dec 29 11:44:02 UTC 2007
Author: meskes
Date: 2007-12-29 11:44:01 +0000 (Sat, 29 Dec 2007)
New Revision: 162
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
Started to prepare for 1.5.4.
Yes, I know that tarball is not yet available, but it should be later today.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-12-25 23:45:03 UTC (rev 161)
+++ trunk/debian/changelog 2007-12-29 11:44:01 UTC (rev 162)
@@ -1,9 +1,10 @@
-virtualbox-ose (1.5.2-dfsg2-8) UNRELEASED; urgency=low
+virtualbox-ose (1.5.4-dfsg-1) UNRELEASED; urgency=low
[ Michael Meskes ]
* Do not build guest-utils on amd64 because 64bit guests are nor support
yet.
* Removed build time dependency on i32-libs that is not really needed.
+ * New upstream version.
[ Hilko Bengen ]
* Make dh_strip ignore symlink(s) in /usr/share
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2007-12-25 23:45:03 UTC (rev 161)
+++ trunk/debian/rules 2007-12-29 11:44:01 UTC (rev 162)
@@ -65,8 +65,8 @@
rm -f ./src/libs/xpcom18a4/xpcom/MoreFiles/FSCopyObject.h
rm -rf ./debian/
find . -type d -name '.svn' | xargs rm -rf;
- cd .. && mv VirtualBox-1.5.2_OSE virtualbox-ose-1.5.2-dfsg2 && \
- tar cfz virtualbox-ose_1.5.2-dfsg2.orig.tar.gz virtualbox-ose-1.5.2-dfsg2
+ cd .. && mv VirtualBox-1.5.4_OSE virtualbox-ose-1.5.4-dfsg && \
+ tar cfz virtualbox-ose_1.5.4-dfsg.orig.tar.gz virtualbox-ose-1.5.4-dfsg
# install: DH_OPTIONS=
install: build
More information about the Pkg-virtualbox-commits
mailing list