Skip to content

Commit 05d55d5

Browse files
author
vboxsync
committed
deb: python-central => python2
git-svn-id: http://www.virtualbox.org/svn/vbox/trunk@47536 cfe28804-0f27-0410-a406-dd0f0b0b656f
1 parent 757bd73 commit 05d55d5

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

debian/control

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ Architecture: i386 amd64
1818
Pre-Depends: debconf (>= 1.1) | debconf-2.0
1919
Depends: ${shlibs:Depends}, debconf (>= 0.5) | debconf-2.0, psmisc, adduser
2020
Recommends: ${alsa}, ${pulse}, ${sdlttf}, ${dkms},
21-
linux-headers, gcc, make, binutils,
22-
python-central
21+
linux-headers, gcc, make, binutils
2322
Description: Oracle VM VirtualBox
2423
VirtualBox is a powerful PC virtualization solution allowing you to run a
2524
wide range of PC operating systems on your Linux system. This includes

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ endif
254254
ifeq ($(DEBUG),)
255255
mv $(current)/debian/$(verpkg)/usr/lib/debug $(current)/debian/$(verpkg)-dbg/usr/lib
256256
endif
257-
dh_pycentral
257+
dh_python2
258258
dh_compress -X.pdf -X.chm -X LICENSE -X.py
259259
dh_fixperms
260260
dh_makeshlibs

src/VBox/Installer/linux/debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pre-Depends: debconf (>= 1.1) | debconf-2.0
1919
Depends: ${shlibs:Depends}, debconf (>= 0.5) | debconf-2.0, psmisc, adduser
2020
Recommends: ${alsa}, ${pulse}, ${sdlttf}, ${dkms},
2121
linux-headers, gcc, make, binutils,
22-
pdf-viewer, libgl1, python-central
22+
pdf-viewer, libgl1
2323
Provides: virtualbox
2424
Replaces: virtualbox
2525
Conflicts: virtualbox, virtualbox-ose, virtualbox-guest-additions-iso

src/VBox/Installer/linux/debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ endif
285285
ifeq ($(DEBUG),)
286286
mv $(current)/debian/$(verpkg)/usr/lib/debug $(current)/debian/$(verpkg)-dbg/usr/lib
287287
endif
288-
dh_pycentral
288+
dh_python2
289289
dh_compress -X.pdf -X.chm -X LICENSE -X.py
290290
dh_fixperms
291291
dh_makeshlibs

0 commit comments

Comments
 (0)