summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2018-02-17 17:05:14 +0100
committerDidier Raboud <odyx@debian.org>2018-02-17 17:05:14 +0100
commit303150318bc23b61a50cd1093114efa8aa6edf34 (patch)
treecb162d0662bb2b51b447f5fdc0291d3b3ab78999 /debian
parent25f6faa9613252898c51bdf83a8fe981ec31c8be (diff)
Cleanup d/control thanks to `cme update dpkg-control`
Diffstat (limited to 'debian')
-rw-r--r--debian/control45
1 files changed, 22 insertions, 23 deletions
diff --git a/debian/control b/debian/control
index 7f5980a..78b778b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,30 @@
Source: sdl-kitchensink
+Maintainer: Didier Raboud <odyx@debian.org>
Section: libs
Priority: optional
-Maintainer: Didier Raboud <odyx@debian.org>
-Build-Depends:
- debhelper (>= 10.2.5~),
- cmake,
- libsdl2-dev,
- libavcodec-dev,
- libavdevice-dev,
- libavfilter-dev,
- libavformat-dev,
- libavresample-dev,
- libavutil-dev,
- libswresample-dev,
- libswscale-dev,
- libpostproc-dev,
- libass-dev,
-Standards-Version: 4.1.1
-Homepage: https://github.com/katajakasa/SDL_kitchensink
-Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/sdl-kitchensink.git
+Build-Depends: debhelper (>= 10.2.5~),
+ cmake,
+ libsdl2-dev,
+ libavcodec-dev,
+ libavdevice-dev,
+ libavfilter-dev,
+ libavformat-dev,
+ libavresample-dev,
+ libavutil-dev,
+ libswresample-dev,
+ libswscale-dev,
+ libpostproc-dev,
+ libass-dev
+Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/sdl-kitchensink.git
+Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/sdl-kitchensink.git
+Homepage: https://github.com/katajakasa/SDL_kitchensink
Package: libsdl-kitchensink0
Architecture: any
Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: FFmpeg and SDL2 based library for audio and video playback
It provides FFmpeg-based audio and video playback for SDL which features:
- Decoding video & audio via FFmpeg
@@ -36,14 +36,13 @@ Description: FFmpeg and SDL2 based library for audio and video playback
- Bitmap & libass subtitle support
.
This package contains the shared library.
-
+
Package: libsdl-kitchensink-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends:
- libsdl-kitchensink0 (= ${binary:Version}),
- ${misc:Depends}
+Depends: libsdl-kitchensink0 (= ${binary:Version}),
+ ${misc:Depends}
Description: FFmpeg and SDL2 based library for audio and video playback - Development files
It provides FFmpeg-based audio and video playback for SDL which features:
- Decoding video & audio via FFmpeg