[Pkg-sdl-commits] [libsdl2] 02/02: Update changelog

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Sat Jan 16 13:55:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch experimental
in repository libsdl2.

commit 4304dc51be175a46cb71799bce502f3df2b43621
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sat Jan 16 14:55:23 2016 +0100

    Update changelog
---
 debian/changelog           |   1 +
 debian/control             | 147 +++++++++++++++++++++++++--------------------
 debian/docs                |   2 +-
 debian/libsdl2-dev.install |   4 +-
 4 files changed, 85 insertions(+), 69 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2932ad1..c49f25d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libsdl2 (2.0.4+dfsg1-1) UNRELEASED; urgency=medium
 
   * Team upload.
+  * run wrap-and-sort -sa.
   * Fix copyright lintian warning.
   * Update copyright to new release.
   * New upstream release (Closes: #788688, #798265, #788540)
diff --git a/debian/control b/debian/control
index 027f3a2..20037a0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,48 +2,56 @@ Source: libsdl2
 Priority: optional
 Section: libs
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
-Uploaders: Sam Hocevar <sho at debian.org>,
-           Manuel A. Fernandez Montecelo <mafm at debian.org>,
-           Felix Geyer <fgeyer at debian.org>
+Uploaders:
+ Sam Hocevar <sho at debian.org>,
+ Manuel A. Fernandez Montecelo <mafm at debian.org>,
+ Felix Geyer <fgeyer at debian.org>
 Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9),
-               dh-autoreconf,
-               libasound2-dev [linux-any],
-               libdbus-1-dev,
-               libegl1-mesa-dev [!hurd-any],
-               libgl1-mesa-dev,
-               libgles2-mesa-dev [!hurd-any],
-               libglu1-mesa-dev,
-               libpulse-dev,
-               libsndio-dev,
-               libudev-dev [linux-any],
-               libusb2-dev [kfreebsd-any],
-               libusbhid-dev [kfreebsd-any],
-               libwayland-dev [linux-any],
-               libx11-dev,
-               libxcursor-dev,
-               libxext-dev,
-               libxi-dev,
-               libxinerama-dev,
-               libxkbcommon-dev,
-               libxrandr-dev,
-               libxss-dev,
-               libxt-dev,
-               libxv-dev,
-               libxxf86vm-dev,
-               pkg-config
-Build-Depends-Indep: doxygen
+Build-Depends:
+ debhelper (>= 9),
+ dh-autoreconf,
+ libasound2-dev [linux-any],
+ libdbus-1-dev,
+ libegl1-mesa-dev [!hurd-any],
+ libgl1-mesa-dev,
+ libgles2-mesa-dev [!hurd-any],
+ libglu1-mesa-dev,
+ libpulse-dev,
+ libsndio-dev,
+ libudev-dev [linux-any],
+ libusb2-dev [kfreebsd-any],
+ libusbhid-dev [kfreebsd-any],
+ libwayland-dev [linux-any],
+ libx11-dev,
+ libxcursor-dev,
+ libxext-dev,
+ libxi-dev,
+ libxinerama-dev,
+ libxkbcommon-dev,
+ libxrandr-dev,
+ libxss-dev,
+ libxt-dev,
+ libxv-dev,
+ libxxf86vm-dev,
+ pkg-config
+Build-Depends-Indep:
+ doxygen
 Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/libsdl2.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/libsdl2.git
 Homepage: http://www.libsdl.org/
 
 Package: libsdl2-2.0-0
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Pre-Depends:
+ ${misc:Pre-Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
 Multi-Arch: same
-Conflicts: libsdl-1.3-0
-Replaces: libsdl-1.3-0
+Conflicts:
+ libsdl-1.3-0
+Replaces:
+ libsdl-1.3-0
 Description: Simple DirectMedia Layer
  SDL is a library that allows programs portable low level access to a video
  framebuffer, audio output, mouse, and keyboard.
@@ -54,33 +62,36 @@ Description: Simple DirectMedia Layer
 Package: libsdl2-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends},
-         libsdl2-2.0-0 (= ${binary:Version}),
-         libasound2-dev [linux-any],
-         libdbus-1-dev,
-         libegl1-mesa-dev [!hurd-any],
-         libgl1-mesa-dev,
-         libgles2-mesa-dev [!hurd-any],
-         libglu1-mesa-dev,
-         libpulse-dev,
-         libsndio-dev,
-         libudev-dev [linux-any],
-         libusb2-dev [kfreebsd-any],
-         libusbhid-dev [kfreebsd-any],
-         libwayland-dev [linux-any],
-         libx11-dev,
-         libxcursor-dev,
-         libxext-dev,
-         libxi-dev,
-         libxinerama-dev,
-         libxkbcommon-dev,
-         libxrandr-dev,
-         libxss-dev,
-         libxt-dev,
-         libxv-dev,
-         libxxf86vm-dev
-Conflicts: libsdl-1.3-dev
-Replaces: libsdl-1.3-dev
+Depends:
+ libasound2-dev [linux-any],
+ libdbus-1-dev,
+ libegl1-mesa-dev [!hurd-any],
+ libgl1-mesa-dev,
+ libgles2-mesa-dev [!hurd-any],
+ libglu1-mesa-dev,
+ libpulse-dev,
+ libsdl2-2.0-0 (= ${binary:Version}),
+ libsndio-dev,
+ libudev-dev [linux-any],
+ libusb2-dev [kfreebsd-any],
+ libusbhid-dev [kfreebsd-any],
+ libwayland-dev [linux-any],
+ libx11-dev,
+ libxcursor-dev,
+ libxext-dev,
+ libxi-dev,
+ libxinerama-dev,
+ libxkbcommon-dev,
+ libxrandr-dev,
+ libxss-dev,
+ libxt-dev,
+ libxv-dev,
+ libxxf86vm-dev,
+ ${misc:Depends}
+Conflicts:
+ libsdl-1.3-dev
+Replaces:
+ libsdl-1.3-dev
 Description: Simple DirectMedia Layer development files
  SDL is a library that allows programs portable low level access to a video
  framebuffer, audio output, mouse, and keyboard.
@@ -91,9 +102,12 @@ Description: Simple DirectMedia Layer development files
 Package: libsdl2-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
-Breaks: libsdl2-dev (<< 2.0.4+dfsg-1)
-Replaces: libsdl2-dev (<< 2.0.4+dfsg-1)
+Depends:
+ ${misc:Depends}
+Breaks:
+ libsdl2-dev (<< 2.0.4+dfsg-1)
+Replaces:
+ libsdl2-dev (<< 2.0.4+dfsg-1)
 Description: Reference manual for libsdl2
  SDL is a library that allows programs portable low level access to a video
  framebuffer, audio output, mouse, and keyboard.
@@ -105,8 +119,9 @@ Architecture: any
 Multi-Arch: same
 Priority: extra
 Section: debug
-Depends: ${misc:Depends},
-         libsdl2-2.0-0 (= ${binary:Version}),
+Depends:
+ libsdl2-2.0-0 (= ${binary:Version}),
+ ${misc:Depends}
 Description: Simple DirectMedia Layer debug files
  SDL is a library that allows programs portable low level access to a video
  framebuffer, audio output, mouse, and keyboard.
diff --git a/debian/docs b/debian/docs
index 2e2e9c4..229d128 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,4 +1,4 @@
 BUGS.txt
 CREDITS.txt
-README.txt
 README-SDL.txt
+README.txt
diff --git a/debian/libsdl2-dev.install b/debian/libsdl2-dev.install
index af2c5b1..d7d0549 100644
--- a/debian/libsdl2-dev.install
+++ b/debian/libsdl2-dev.install
@@ -1,9 +1,9 @@
 usr/bin/sdl2-config
 usr/include/SDL2
+usr/lib/*/cmake/SDL2/sdl2-config.cmake
 usr/lib/*/libSDL2*.so
 usr/lib/*/libSDL2.a
-usr/lib/*/libSDL2main.a
 usr/lib/*/libSDL2_test.a
+usr/lib/*/libSDL2main.a
 usr/lib/*/pkgconfig/sdl2.pc
-usr/lib/*/cmake/SDL2/sdl2-config.cmake
 usr/share/aclocal/sdl2.m4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2.git



More information about the pkg-sdl-commits mailing list