[Pkg-sdl-commits] [SCM] Packaging of SDL_sound branch, master, updated. debian/1.0.3-5

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Fri Feb 24 20:37:34 UTC 2012


The following commit has been merged in the master branch:
commit 327a799be913700649fa1b4d019c8e3c929c18eb
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Fri Feb 24 19:54:16 2012 +0000

    Misc fixes to avoid lintian complaints, depend on dh-autoreconf and debhelper>=9~

diff --git a/debian/changelog b/debian/changelog
index ca98f92..ac6c9e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,7 @@ sdl-sound1.2 (1.0.3-5) unstable; urgency=low
     - Switch to debhelper compat level v9 (level 4 before, obsolete)
       - Greatly simplifying debian/rules accordingly
       - Build for multiarch
-    - Bump Standards-Version to 3.9.2 (no changes needed)
+    - Bump Standards-Version to 3.9.3 (no changes needed other than copyright)
     - Added 'source/format', with '3.0 (quilt)'
     - Modifications to dependencies and build options:
       - Depending on newer dpkg-dev
diff --git a/debian/control b/debian/control
index a688076..a54f673 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 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~),
+Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9~),
                dpkg-dev (>= 1.16.1~),
                libsdl1.2-dev (>= 1.2.14),
                libflac-dev (>= 1.1.2),
diff --git a/debian/copyright b/debian/copyright
index bce2026..c47f32b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: SDL_sound
 Upstream-Contact: Ryan C. Gordon <icculus at icculus.org>
 Source: http://icculus.org/SDL_sound/
@@ -51,14 +51,14 @@ License: GPL-2+
  Foundation; either version 2 of the License, or (at your option) any later
  version.
  .
- On Debian systems, the complete text of version 2 of the GNU Public License can
- be found in '/usr/share/common-licenses/GPL-2'.
+ On Debian systems, the complete text of version 2 of the GNU General Public
+ License can be found in '/usr/share/common-licenses/GPL-2'.
 
 License: LGPL
  (No text in the file describing the license, only mentioned in README)
  .
- On Debian systems, the complete text of the GNU Lesser Public License can be
- found in '/usr/share/common-licenses/LGPL'.
+ On Debian systems, the complete text of the GNU Lesser General Public License
+ can be found in '/usr/share/common-licenses/LGPL'.
 
 License: LGPL-2+
  This library is free software; you can redistribute it and/or modify it under
@@ -66,8 +66,8 @@ License: LGPL-2+
  Software Foundation; either version 2 of the License, or (at your option) any
  later version.
  .
- On Debian systems, the complete text of version 2 of the GNU Lesser Public
- License can be found in '/usr/share/common-licenses/LGPL-2'.
+ On Debian systems, the complete text of version 2 of the GNU Lesser General
+ Public License can be found in '/usr/share/common-licenses/LGPL-2'.
 
 License: LGPL-2.1+
  This library is free software; you can redistribute it and/or modify it under
@@ -75,8 +75,8 @@ License: LGPL-2.1+
  Software Foundation; either version 2.1 of the License, or (at your option) any
  later version.
  .
- On Debian systems, the complete text of version 2.1 of the GNU Lesser Public
- License can be found in '/usr/share/common-licenses/LGPL-2.1'.
+ On Debian systems, the complete text of version 2.1 of the GNU Lesser General
+ Public License can be found in '/usr/share/common-licenses/LGPL-2.1'.
 
 License: public-use
  Copyright owner mentions "released for public use"
diff --git a/debian/libsdl-sound1.2.lintian-overrides b/debian/libsdl-sound1.2.lintian-overrides
index 31b1b2a..885c662 100644
--- a/debian/libsdl-sound1.2.lintian-overrides
+++ b/debian/libsdl-sound1.2.lintian-overrides
@@ -1 +1 @@
-libsdl-sound1.2: package-name-doesnt-match-sonames libSDL-sound-1.2-0
+libsdl-sound1.2: package-name-doesnt-match-sonames libSDL-sound-1.0-1
diff --git a/debian/rules b/debian/rules
index 1b3c475..f14fa26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,8 +36,8 @@ override_dh_auto_configure:
 override_dh_install:
 	dh_install --fail-missing -XlibSDL_sound.la -Xplaysound -Xplaysound_simple
 
-override_dh_auto_installchangelogs:
-	dh_auto_installchangelogs -- CHANGELOG
+override_dh_installchangelogs:
+	dh_installchangelogs -- CHANGELOG
 
 override_dh_makeshlibs:
 	dh_makeshlibs -- -c4

-- 
Packaging of SDL_sound



More information about the pkg-sdl-commits mailing list