[Pkg-virtualbox-commits] r82 - trunk/debian
daniel at alioth.debian.org
daniel at alioth.debian.org
Thu Oct 18 19:59:14 UTC 2007
Author: daniel
Date: 2007-10-18 19:59:14 +0000 (Thu, 18 Oct 2007)
New Revision: 82
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
New upstream release.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-10-12 07:41:29 UTC (rev 81)
+++ trunk/debian/changelog 2007-10-18 19:59:14 UTC (rev 82)
@@ -1,4 +1,4 @@
-virtualbox-ose (1.5.0-dfsg2-3) UNRELEASED; urgency=low
+virtualbox-ose (1.5.2-dfsg-1) UNRELEASED; urgency=low
[ Michael Meskes ]
* Made build process install menu file, closes: #444842
@@ -9,6 +9,7 @@
* Changed priority to extra.
[ Daniel Baumann ]
+ * New upstream release.
* Removing useless whitespaces at EOL and EOF in debian/*.
* Sorting architectures.
* Sorting build-depends.
@@ -38,7 +39,7 @@
* Moving debian/VBox.sh to debian/scripts/VBox.sh for consistency reasons.
* Updated menu file to new menu policy.
- -- Michael Meskes <meskes at debian.org> Fri, 12 Oct 2007 09:40:13 +0200
+ -- Daniel Baumann <daniel at debian.org> Thu, 18 Oct 2007 21:45:00 +0200
virtualbox-ose (1.5.0-dfsg2-2) unstable; urgency=low
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2007-10-12 07:41:29 UTC (rev 81)
+++ trunk/debian/rules 2007-10-18 19:59:14 UTC (rev 82)
@@ -95,8 +95,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.0_OSE virtualbox-ose-1.5.0-dfsg && \
- tar cfz virtualbox-ose_1.5.0-dfsg.orig.tar.gz virtualbox-ose-1.5.0-dfsg
+ cd .. && mv VirtualBox-1.5.2_OSE virtualbox-ose-1.5.2-dfsg && \
+ tar cfz virtualbox-ose_1.5.2-dfsg.orig.tar.gz virtualbox-ose-1.5.2-dfsg
install: DH_OPTIONS=
install: build
More information about the Pkg-virtualbox-commits
mailing list