[Pkg-sdl-commits] [SCM] Packaging of SDL_ttf branch, master, updated. debian/2.0.9-1.1-15-g7fe2cd8

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Fri Jan 27 13:06:11 UTC 2012


The following commit has been merged in the master branch:
commit cebdd4ed08610af3384ddd661273db9a57e6765b
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Fri Jan 27 00:00:52 2012 +0000

    Rewrite control file and associated compat and .install files to bring the package up to date with respect to dependencies and packaging standards (including debhelper compatibility and multi-arch).  Remove previous maintainers and set SDL team as such, add myself to Uploaders and allow DMs to upload.

diff --git a/debian/compat b/debian/compat
index b8626c4..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+9
diff --git a/debian/control b/debian/control
index b2bb4cc..72ed866 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,40 @@
 Source: sdl-ttf2.0
 Section: libs
 Priority: optional
-Maintainer: Samuel Mimram <smimram at debian.org>
-Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>> 4.0.0), libsdl1.2-dev (>= 1.2.4), libfreetype6-dev, dpatch (>= 1.23)
+Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
+Uploaders: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
+DM-Upload-Allowed: yes
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8.9.0~),
+               dh-autoreconf,
+               dpkg-dev (>= 1.16.1~),
+               libfreetype6-dev,
+               libsdl1.2-dev (>= 1.2.14)
+Homepage: http://www.libsdl.org/projects/SDL_ttf/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdl-ttf2.0.git
+Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/sdl-ttf2.0.git
+
 
 Package: libsdl-ttf2.0-0
 Architecture: any
-Depends: ${shlibs:Depends}
-Description: ttf library for Simple DirectMedia Layer with FreeType 2 support
- SDL_ttf is a sample TrueType font library. It allows you to use
- TrueType fonts in SDL applications.
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: TrueType Font library for Simple DirectMedia Layer 1.2, libraries
+ Sample library which allows you to use TrueType fonts in your SDL applications.
+ .
+ This package contains the shared library.
 
 Package: libsdl-ttf2.0-dev
 Section: libdevel
 Architecture: any
-Depends: libsdl-ttf2.0-0 (= ${binary:Version}), libc6-dev | libc-dev, libsdl1.2-dev (>= 1.2.4), libfreetype6-dev
-Conflicts: libsdl-ttf1.2-dev
-Description: development files for SDL ttf library (version 2.0)
- SDL_ttf is a sample TrueType font library. It allows you to use
- TrueType fonts in SDL applications.
+Multi-Arch: same
+Depends: ${misc:Depends},
+         libc6-dev,
+         libsdl-ttf2.0 (= ${binary:Version}),
+         libsdl1.2-dev (>= 1.2.14)
+Description: TrueType Font library for Simple DirectMedia Layer 1.2, development files
+ Sample library which allows you to use TrueType fonts in your SDL applications.
+ .
+ This package contains the development files.
diff --git a/debian/libsdl-ttf2.0-0.install b/debian/libsdl-ttf2.0-0.install
index 9739b8e..6a738e1 100644
--- a/debian/libsdl-ttf2.0-0.install
+++ b/debian/libsdl-ttf2.0-0.install
@@ -1 +1 @@
-usr/lib/libSDL_ttf-2.0.so.*
+usr/lib/*/libSDL_ttf-2.0.so.*
diff --git a/debian/libsdl-ttf2.0-dev.install b/debian/libsdl-ttf2.0-dev.install
index c361eba..e88dde5 100644
--- a/debian/libsdl-ttf2.0-dev.install
+++ b/debian/libsdl-ttf2.0-dev.install
@@ -1,3 +1,3 @@
 usr/include/SDL
-usr/lib/libSDL_ttf.a
-usr/lib/libSDL_ttf.so
+usr/lib/*/libSDL_ttf.a
+usr/lib/*/libSDL_ttf.so

-- 
Packaging of SDL_ttf



More information about the pkg-sdl-commits mailing list