Changeset 8171 in vbox
- Timestamp:
- Apr 18, 2008 6:05:55 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29881
- Location:
- trunk/debian
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/LocalConfig.kmk
r6332 r8171 5 5 6 6 # 7 # Copyright (C) 2006-2008 innotek GmbH7 # Copyright (C) 2006-2008 Sun Microsystems, Inc. 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/debian/VBox.sh
r8155 r8171 1 1 #!/bin/sh 2 2 # 3 # innotekVirtualBox3 # Sun xVM VirtualBox 4 4 # 5 5 # Copyright (C) 2006-2007 Sun Microsystems, Inc. -
trunk/debian/changelog
r5861 r8171 3 3 * rebuild Debian package 4 4 5 -- innotek GmbH<[email protected]> Thu, 23 Oct 2007 21:54:00 +02005 -- Sun Microsystems, Inc. <[email protected]> Thu, 23 Oct 2007 21:54:00 +0200 6 6 7 7 virtualbox-ose (1.5.0+svn+OSE-1) unstable; urgency=low -
trunk/debian/control
r6206 r8171 2 2 Section: misc 3 3 Priority: optional 4 Maintainer: innotek GmbH<[email protected]>4 Maintainer: Sun Microsystems, Inc. <[email protected]> 5 5 Standards-Version: 3.2.1 6 6 Build-Depends: debhelper (>= 5), libz-dev, libssl-dev, libqt3-headers, qt3-dev-tools, … … 15 15 Recommends: ${alsa}, ${pulse}, ${sdlttf}, linux-headers, gcc, make, binutils, 16 16 bridge-utils, uml-utilities, libhal1 (>= 0.5) 17 Description: innotekVirtualBox17 Description: Sun xVM VirtualBox 18 18 VirtualBox is a powerful PC virtualization solution allowing you to run a 19 19 wide range of PC operating systems on your Linux system. This includes … … 25 25 Architecture: i386 amd64 26 26 Depends: virtualbox-ose (= ${Source-Version}) 27 Description: innotekVirtualBox debugging symbols27 Description: Sun xVM VirtualBox debugging symbols 28 28 VirtualBox is a powerful PC virtualization solution allowing you to run a 29 29 wide range of PC operating systems on your Linux system. This includes -
trunk/debian/postinst
r6323 r8171 1 1 #!/bin/sh 2 2 # 3 # Copyright (C) 2006-2007 innotek GmbH3 # Copyright (C) 2006-2007 Sun Microsystems, Inc. 4 4 # 5 5 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/debian/preinst.in
r6332 r8171 1 1 #!/bin/bash -e 2 2 # 3 # Copyright (C) 2006-2008 innotek GmbH3 # Copyright (C) 2006-2008 Sun Microsystems, Inc. 4 4 # 5 5 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/debian/rules
r7144 r8171 1 1 #!/usr/bin/make -f 2 2 # 3 # Copyright (C) 2006-2008 innotek GmbH3 # Copyright (C) 2006-2008 Sun Microsystems, Inc. 4 4 # 5 5 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/debian/vboxdrv.init.in
r7515 r8171 1 1 #! /bin/sh 2 # innotek VirtualBox 2 # 3 # Sun xVM VirtualBox 3 4 # Linux kernel module init script 4 5 # 6 # Copyright (C) 2006-2007 innotek GmbH 5 # 6 7 # 8 # Copyright (C) 2006-2007 Sun Microsystems, Inc. GmbH 7 9 # 8 10 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/debian/vboxnet.init.in
r6332 r8171 1 1 #! /bin/sh 2 2 # 3 # innotekVirtualBox3 # Sun xVM VirtualBox 4 4 # Linux static host networking interface initialization 5 5 # 6 6 7 7 # 8 # Copyright (C) 2007 innotekGmbH8 # Copyright (C) 2007 Sun Microsystems, Inc. GmbH 9 9 # 10 10 # This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.