[Pkg-virtualbox-commits] r124 - in trunk/debian: . patches
meskes at alioth.debian.org
meskes at alioth.debian.org
Sun Dec 2 17:10:42 UTC 2007
Author: meskes
Date: 2007-12-02 17:10:42 +0000 (Sun, 02 Dec 2007)
New Revision: 124
Added:
trunk/debian/patches/10-no-registration.dpatch
Modified:
trunk/debian/changelog
trunk/debian/patches/00list
Log:
Added patch to remove registration form, not tested yet.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-11-19 12:07:50 UTC (rev 123)
+++ trunk/debian/changelog 2007-12-02 17:10:42 UTC (rev 124)
@@ -1,3 +1,9 @@
+virtualbox-ose (1.5.2-dfsg2-3) unstable; urgency=low
+
+ * Added patch to remove registration form, closes: #447626, #453784
+
+ -- Michael Meskes <meskes at debian.org> Sun, 02 Dec 2007 18:06:27 +0100
+
virtualbox-ose (1.5.2-dfsg2-2) unstable; urgency=low
[ Michael Meskes ]
Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list 2007-11-19 12:07:50 UTC (rev 123)
+++ trunk/debian/patches/00list 2007-12-02 17:10:42 UTC (rev 124)
@@ -7,4 +7,5 @@
07-xsession.dpatch
08-no-kernel.dpatch
09-quiet-grep.dpatch
+10-no-registration.dpatch
Added: trunk/debian/patches/10-no-registration.dpatch
===================================================================
--- trunk/debian/patches/10-no-registration.dpatch (rev 0)
+++ trunk/debian/patches/10-no-registration.dpatch 2007-12-02 17:10:42 UTC (rev 124)
@@ -0,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10-no-registration.dpatch by <meskes at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Do not ask for registration
+
+ at DPATCH@
+
+--- virtualbox-ose-1.5.2-dfsg2/src/VBox/Frontends/VirtualBox/Makefile.kmk 2007-10-18 13:07:28.000000000 +0200
++++ ../virtualbox-ose-1.5.2-dfsg2/src/VBox/Frontends/VirtualBox/Makefile.kmk 2007-12-02 18:02:03.000000000 +0100
+@@ -38,9 +38,9 @@
+ #
+ # exclude inappropriate UI content
+ #
+-#ifndef VBOX_OSE
++ifndef VBOX_OSE
+ VBOX_WITH_REGISTRATION := 1
+-#endif
++endif
+
+ ifndef VBOX_WITH_REGISTRATION
+ VirtualBox_QT_UISRCS := $(filter-out ui/VBoxRegistrationDlg.ui,$(VirtualBox_QT_UISRCS))
More information about the Pkg-virtualbox-commits
mailing list