summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2018-02-23 20:55:30 +0100
committerDidier Raboud <odyx@debian.org>2018-02-23 20:55:30 +0100
commitf4513b2c26edd85f7a7184484aa03984dda2faae (patch)
tree921186972d74e505d5d5b3e0ebc11bc870f80826
parent7451872585b5db5914953feb19a012ec7ff3932e (diff)
parentd8524351a9a09fb15b62ff4d64a0549e4853c80c (diff)
Record sdl-kitchensink (0.0.7-3) in archive suite sid
-rw-r--r--debian/changelog7
-rw-r--r--debian/control45
2 files changed, 29 insertions, 23 deletions
diff --git a/debian/changelog b/debian/changelog
index cf6bd14..7dbdf2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sdl-kitchensink (0.0.7-3) unstable; urgency=medium
+
+ * Cleanup d/control thanks to `cme update dpkg-control`
+ * Update Vcs-* for the move to Salsa
+
+ -- Didier Raboud <odyx@debian.org> Fri, 23 Feb 2018 20:55:30 +0100
+
sdl-kitchensink (0.0.7-2) unstable; urgency=medium
* Indent lists in extended descriptions
diff --git a/debian/control b/debian/control
index 7f5980a..74f5d73 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
+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://salsa.debian.org/debian/sdl-kitchensink
+Vcs-Git: https://salsa.debian.org/debian/sdl-kitchensink.git
Homepage: https://github.com/katajakasa/SDL_kitchensink
-Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/sdl-kitchensink.git
-Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/sdl-kitchensink.git
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