[Pkg-sdl-commits] [SCM] Debian packaging of SDL_gfx branch, master, updated. debian/2.0.22-1-27-g72fa2e0

Dominique Dumont dod at debian.org
Fri Dec 30 19:59:10 UTC 2011


The following commit has been merged in the master branch:
commit 184960e5153fda511511090cd46a60464c7fe6d2
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Dec 30 20:03:58 2011 +0100

    control: added Multi-Arch: same in dev package

diff --git a/debian/changelog b/debian/changelog
index dc24c4a..e95451c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 sdlgfx (2.0.23-1) UNRELEASED; urgency=low
 
+  [ Felix Geyer ]
   * New upstream release.
     - Update copyright file.
   * Switch to source format 3.0 (quilt).
@@ -21,6 +22,9 @@ sdlgfx (2.0.23-1) UNRELEASED; urgency=low
   * Override package-name-doesnt-match-sonames lintian warning.
   * Add a symbols file.
 
+  [ Dominique Dumont ]
+  * control: added Multi-Arch: same in dev package
+
  -- Felix Geyer <debfx-pkg at fobos.de>  Thu, 01 Dec 2011 13:10:06 +0100
 
 sdlgfx (2.0.22-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 8560a76..419da85 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,22 @@
 Source: sdlgfx
-Section: libs
-Priority: optional
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
 Uploaders: Felix Geyer <debfx-pkg at fobos.de>
-Build-Depends: debhelper (>= 8.9.0~), libsdl1.2-dev (>= 1.2.5-8), dh-autoreconf
+Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 8.9.0~),
+               libsdl1.2-dev (>= 1.2.5-8),
+               dh-autoreconf
 Standards-Version: 3.9.2
-Homepage: http://www.ferzkopp.net/joomla/content/view/19/14/
-Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/sdlgfx.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdlgfx.git
+Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/sdlgfx.git
+Homepage: http://www.ferzkopp.net/joomla/content/view/19/14/
 
 Package: libsdl-gfx1.2-4
 Architecture: any
 Multi-Arch: same
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: drawing and graphical effects extension for SDL
  The SDL_gfx library is an extension to the SDL library which provides
  basic antialiased drawing routines such as lines, circles or polygons,
@@ -23,9 +26,12 @@ Description: drawing and graphical effects extension for SDL
  This package contains the SDL_gfx runtime library.
 
 Package: libsdl-gfx1.2-dev
-Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libsdl-gfx1.2-4 (= ${binary:Version}), libsdl1.2-dev (>= 1.2.5-3)
+Multi-Arch: same
+Section: libdevel
+Depends: ${misc:Depends},
+         libsdl-gfx1.2-4 (= ${binary:Version}),
+         libsdl1.2-dev (>= 1.2.5-3)
 Suggests: libsdl-gfx1.2-doc
 Description: development files for SDL_gfx
  The SDL_gfx library is an extension to the SDL library which provides
@@ -37,9 +43,9 @@ Description: development files for SDL_gfx
  compile applications that use SDL_gfx.
 
 Package: libsdl-gfx1.2-doc
+Architecture: all
 Section: doc
 Priority: extra
-Architecture: all
 Depends: ${misc:Depends}
 Recommends: libsdl-gfx1.2-dev
 Description: documentation files for SDL_gfx
@@ -49,3 +55,4 @@ Description: documentation files for SDL_gfx
  image filters.
  .
  This package contains the documentation to program with the SDL_gfx library.
+

-- 
Debian packaging of SDL_gfx



More information about the pkg-sdl-commits mailing list