Changeset 47536 in vbox
- Timestamp:
- Aug 5, 2013 8:10:32 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87727
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/control
r43611 r47536 19 19 Depends: ${shlibs:Depends}, debconf (>= 0.5) | debconf-2.0, psmisc, adduser 20 20 Recommends: ${alsa}, ${pulse}, ${sdlttf}, ${dkms}, 21 linux-headers, gcc, make, binutils, 22 python-central 21 linux-headers, gcc, make, binutils 23 22 Description: Oracle VM VirtualBox 24 23 VirtualBox is a powerful PC virtualization solution allowing you to run a -
trunk/debian/rules
r46891 r47536 255 255 mv $(current)/debian/$(verpkg)/usr/lib/debug $(current)/debian/$(verpkg)-dbg/usr/lib 256 256 endif 257 dh_py central257 dh_python2 258 258 dh_compress -X.pdf -X.chm -X LICENSE -X.py 259 259 dh_fixperms -
trunk/src/VBox/Installer/linux/debian/control
r43997 r47536 20 20 Recommends: ${alsa}, ${pulse}, ${sdlttf}, ${dkms}, 21 21 linux-headers, gcc, make, binutils, 22 pdf-viewer, libgl1 , python-central22 pdf-viewer, libgl1 23 23 Provides: virtualbox 24 24 Replaces: virtualbox -
trunk/src/VBox/Installer/linux/debian/rules
r46890 r47536 286 286 mv $(current)/debian/$(verpkg)/usr/lib/debug $(current)/debian/$(verpkg)-dbg/usr/lib 287 287 endif 288 dh_py central288 dh_python2 289 289 dh_compress -X.pdf -X.chm -X LICENSE -X.py 290 290 dh_fixperms
Note:
See TracChangeset
for help on using the changeset viewer.