[Pkg-sdl-commits] [SCM] Debian packaging of SDL_image 1.2 branch, master, updated. debian/1.2.10-2.1-20-g6f453a7

Dominique Dumont dod at debian.org
Wed Dec 28 16:00:06 UTC 2011


The following commit has been merged in the master branch:
commit 0f1d69ff963a084f30f40646b3adfa996cf6ebee
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Dec 28 16:20:02 2011 +0100

    control: allowed DM uploads. Set dev pkg to multi-arch: same

diff --git a/debian/changelog b/debian/changelog
index 7400f5e..1ae6387 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 sdl-image1.2 (1.2.10-3) unstable; urgency=low
 
+  [ Felix Geyer ]
   * Drop ancient Conflicts.
   * Wrap (Build-)Depends in debian/control.
   * Switch to dh(1) debian/rules.
@@ -20,6 +21,9 @@ sdl-image1.2 (1.2.10-3) unstable; urgency=low
   * Update Vcs control fields to the new git repository.
   * Improve copyright file.
 
+  [ Dominique Dumont ]
+  * control: allowed DM uploads. Set dev pkg to multi-arch: same
+
  -- Felix Geyer <debfx-pkg at fobos.de>  Thu, 01 Dec 2011 13:11:22 +0100
 
 sdl-image1.2 (1.2.10-2.1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index bac1968..b148ee4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
 Source: sdl-image1.2
-Section: libs
-Priority: optional
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
 Uploaders: Barry deFreese <bdefreese at debian.org>,
            Aurelien Jarno <aurel32 at debian.org>,
            Felix Geyer <debfx-pkg at fobos.de>
+Section: libs
+Priority: optional
 Build-Depends: debhelper (>= 8.9.0~),
                libsdl1.2-dev (>= 1.2.10),
                libjpeg-dev,
@@ -12,23 +12,26 @@ Build-Depends: debhelper (>= 8.9.0~),
                libtiff4-dev,
                zlib1g-dev
 Standards-Version: 3.9.2
-Homepage: http://www.libsdl.org/projects/SDL_image/
-Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/sdl-image1.2.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdl-image1.2.git
+Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/sdl-image1.2.git
+DM-Upload-Allowed: yes
+Homepage: http://www.libsdl.org/projects/SDL_image/
 
 Package: libsdl-image1.2
 Architecture: any
 Multi-Arch: same
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: image loading library for Simple DirectMedia Layer 1.2
  This is a simple library to load images of various formats as SDL surfaces.
  This library currently supports BMP, PPM, PCX, GIF, JPEG, PNG, TIFF, and XPM
  formats.
 
 Package: libsdl-image1.2-dev
-Section: libdevel
 Architecture: any
+Multi-Arch: same
+Section: libdevel
 Depends: ${misc:Depends},
          libsdl-image1.2 (= ${binary:Version}),
          libc6-dev,
@@ -44,3 +47,4 @@ Description: development files for SDL 1.2 image loading libray
  .
  This package contains the include files and static libraries required to
  support development using the SDL 1.2 image loading library.
+

-- 
Debian packaging of SDL_image 1.2



More information about the pkg-sdl-commits mailing list