[Pkg-virtualbox-commits] r76 - trunk/debian
daniel at alioth.debian.org
daniel at alioth.debian.org
Thu Oct 11 08:26:20 UTC 2007
Author: daniel
Date: 2007-10-11 08:26:20 +0000 (Thu, 11 Oct 2007)
New Revision: 76
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
Re-applied improvements to dfsg-target in rules from 1.5.0-dfsg-1 upload.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-10-11 08:20:33 UTC (rev 75)
+++ trunk/debian/changelog 2007-10-11 08:26:20 UTC (rev 76)
@@ -30,6 +30,7 @@
* Cleaned, simplified and refractored postinst.modules.in,
virtualbox-ose.postinst and virtualbox-ose.postrm.
* Added m-a override link for virtualbox-ose-source.
+ * Re-applied improvements to dfsg-target in rules from 1.5.0-dfsg-1 upload.
-- Daniel Baumann <daniel at debian.org> Tue, 2 Oct 2007 13:57:00 +0200
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2007-10-11 08:20:33 UTC (rev 75)
+++ trunk/debian/rules 2007-10-11 08:26:20 UTC (rev 76)
@@ -94,9 +94,9 @@
rm -f ./src/libs/xpcom18a4/xpcom/MoreFiles/FSCopyObject.c
rm -f ./src/libs/xpcom18a4/xpcom/MoreFiles/FSCopyObject.h
rm -rf ./debian/
- find . -type d -name '.svn' |xargs rm -rf;
- ( cd .. & mv Virtualbox-OSE-1.5.0 virtualbox-ose-1.5.0-dfsg & \
- tar cfz --exclude=debian/ virtualbox-ose-1.5.0-dfsg.orig.tar.gz virtualbox-1.5.0-dfsg )
+ 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
install: DH_OPTIONS=
install: build
More information about the Pkg-virtualbox-commits
mailing list