Skip to content

Commit

Permalink
debian: Align to debian packaging scheme
Browse files Browse the repository at this point in the history
This will prevent files conflicts among packages

Change-Id: I32d1ec83229aa635d9198a0ab14a9d6708f24d37
Signed-off-by: Philippe Coval <rzr@users.sf.net>
  • Loading branch information
rzr authored and slouken committed Apr 7, 2021
1 parent 6fd3719 commit 4cee101
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/control
Expand Up @@ -44,7 +44,7 @@ Build-Depends: debhelper (>= 9),
wayland-protocols
Homepage: http://www.libsdl.org/

Package: libsdl2
Package: libsdl2-2.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Expand All @@ -65,7 +65,7 @@ Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libsdl2 (= ${binary:Version}),
libsdl2-2.0-0 (= ${binary:Version}),
libc6-dev,
libgl1-mesa-dev
Conflicts: libsdl-1.3-dev
Expand All @@ -82,7 +82,7 @@ Section: debug
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libsdl2 (= ${binary:Version}),
libsdl2-2.0-0 (= ${binary:Version}),
Description: Simple DirectMedia Layer debug files
SDL is a library that allows programs portable low level access to a video
framebuffer, audio output, mouse, and keyboard.
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions debian/libsdl2-2.0-0.install
@@ -0,0 +1 @@
usr/lib/*/libSDL2-2.0.so.0*

0 comments on commit 4cee101

Please sign in to comment.