Skip to content

Commit 4cee101

Browse files
rzrslouken
authored andcommitted
debian: Align to debian packaging scheme
This will prevent files conflicts among packages Change-Id: I32d1ec83229aa635d9198a0ab14a9d6708f24d37 Signed-off-by: Philippe Coval <[email protected]>
1 parent 6fd3719 commit 4cee101

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

debian/control

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Build-Depends: debhelper (>= 9),
4444
wayland-protocols
4545
Homepage: http://www.libsdl.org/
4646

47-
Package: libsdl2
47+
Package: libsdl2-2.0-0
4848
Architecture: any
4949
Multi-Arch: same
5050
Pre-Depends: ${misc:Pre-Depends}
@@ -65,7 +65,7 @@ Section: libdevel
6565
Architecture: any
6666
Multi-Arch: same
6767
Depends: ${misc:Depends},
68-
libsdl2 (= ${binary:Version}),
68+
libsdl2-2.0-0 (= ${binary:Version}),
6969
libc6-dev,
7070
libgl1-mesa-dev
7171
Conflicts: libsdl-1.3-dev
@@ -82,7 +82,7 @@ Section: debug
8282
Architecture: any
8383
Multi-Arch: same
8484
Depends: ${misc:Depends},
85-
libsdl2 (= ${binary:Version}),
85+
libsdl2-2.0-0 (= ${binary:Version}),
8686
Description: Simple DirectMedia Layer debug files
8787
SDL is a library that allows programs portable low level access to a video
8888
framebuffer, audio output, mouse, and keyboard.
File renamed without changes.

debian/libsdl2-2.0-0.install

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usr/lib/*/libSDL2-2.0.so.0*

0 commit comments

Comments
 (0)