~ubuntu-branches/ubuntu/vivid/virtualbox-ose/vivid

« back to all changes in this revision

Viewing changes to debian/patches/14-disable-registration-request.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2009-10-13 23:06:00 UTC
  • mfrom: (0.3.2 upstream) (0.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20091013230600-xhu2pwizq0wo63l9
Tags: 3.0.8-dfsg-1ubuntu1
* Merge from debian unstable (LP: #444812), remaining changes:
  - Enable DKMS support on virtualbox host and guest modules (LP: #267097)
    - Drop virtualbox-ose{-guest,}-modules-* package templates
    - Recommend *-source instead of *-modules packages
    - Replace error messages related to missing/mismatched
      kernel module accordingly
  - Autoload kernel module
    - LOAD_VBOXDRV_MODULE=1 in virtualbox-ose.default
  - Disable update action
    - patches/u01-disable-update-action.dpatch
  - Virtualbox should go in Accessories, not in System tools (LP: #288590)
    - virtualbox-ose-qt.files/virtualbox-ose.desktop
  - Add apport hook
    - virtualbox-ose.files/source_virtualbox-ose.py
    - virtualbox-ose.install
  - Add launchpad integration
    - control
    - lpi-bug.xpm
    - patches/u02-lp-integration.dpatch
* Try to remove existing dkms modules before adding the new modules
  (LP: #434503)
  - debian/virtualbox-ose-source.postinst
  - debian/virtualbox-ose-guest-source.postinst
* Don't fail if dkms modules have already been removed
  - debian/virtualbox-ose-source.prerm
  - debian/virtualbox-ose-guest-source.prerm

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 14-disable-registration-request.dpatch by Daniel Hahler <ubuntu@thequod.de>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Disable the registration request at startup (LP: #285684)
6
 
## DP: This is probably not the right way to do it, but I have found no
7
 
## DP: better way to undefine VBOX_WITH_REGISTRATION_REQUEST
8
 
 
9
 
@DPATCH@
10
 
diff -urNad virtualbox-ose-2.2.0-dfsg~/src/VBox/Frontends/VirtualBox/Makefile.kmk virtualbox-ose-2.2.0-dfsg/src/VBox/Frontends/VirtualBox/Makefile.kmk
11
 
--- virtualbox-ose-2.2.0-dfsg~/src/VBox/Frontends/VirtualBox/Makefile.kmk       2009-04-09 11:15:55.000000000 +0200
12
 
+++ virtualbox-ose-2.2.0-dfsg/src/VBox/Frontends/VirtualBox/Makefile.kmk        2009-04-09 11:17:00.000000000 +0200
13
 
@@ -32,7 +32,7 @@ VBOX_WITH_REGISTRATION := 1
14
 
 
15
 
 # Ask the user to register at Sun. If this setting is disabled the user can
16
 
 # still register using the menu if desired.
17
 
-VBOX_WITH_REGISTRATION_REQUEST := 1
18
 
+#VBOX_WITH_REGISTRATION_REQUEST := 1
19
 
 
20
 
 # Show the update notifier dialog during startup. If this setting is disabled
21
 
 # the user can still update using the menu if desired.