[Pkg-sdl-commits] [SCM] Packaging of SDL_net branch, master, updated. debian/1.2.8-2-1-gaa30560

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Thu May 9 19:44:49 UTC 2013


The following commit has been merged in the master branch:
commit aa30560fcade982041e4e106d82d5bf8e3bf9b50
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Thu May 9 20:34:22 2013 +0100

    Release 1.2.8-3 to unstable, new -dbg binary package and minor packaging changes

diff --git a/debian/changelog b/debian/changelog
index c6513f1..4c17a68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+sdl-net1.2 (1.2.8-3) unstable; urgency=low
+
+  * Update debian/copyright format now that 1.0 is approved (quells lintian
+    unversioned-copyright-format-uri)
+  * Bump Policy Standards-Version to 3.9.4 (no changes needed)
+  * Add package -dbg with debugging information
+  * Remove field "DM-Upload-Allowed: yes", obsolete
+  * Change maintainer address
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Thu, 09 May 2013 20:31:30 +0100
+
 sdl-net1.2 (1.2.8-2) unstable; urgency=low
 
   * Bump Standards-Version to 3.9.3 (no changes needed)
diff --git a/debian/control b/debian/control
index 1eda418..ad8f907 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,8 @@ Source: sdl-net1.2
 Section: libs
 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.3
+Uploaders: Manuel A. Fernandez Montecelo <mafm at debian.org>
+Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 9~),
                dh-autoreconf,
                dpkg-dev (>= 1.16.1~),
@@ -26,6 +25,19 @@ Description: Network library for Simple DirectMedia Layer 1.2, libraries
  .
  This package contains the shared library.
 
+Package: libsdl-net1.2-dbg
+Section: debug
+Architecture: any
+Multi-Arch: same
+Priority: extra
+Depends: ${misc:Depends},
+         libsdl-net1.2 (= ${binary:Version})
+Description: Network library for Simple DirectMedia Layer 1.2, libraries
+ This is a small, low-level, cross-platform networking library, that can be used
+ with the Simple DirectMedia Layer library.
+ .
+ This package contains the debugging information for the shared library.
+
 Package: libsdl-net1.2-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 97fb7f7..5593035 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_net
 Upstream-Contact: Sam Lantinga <slouken at libsdl.org>
 		  Roy Wood <roy at centricsystems.ca>
@@ -44,4 +44,4 @@ License: LGPL-2+
  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'.
+ Public License can be found in '/usr/share/common-licenses/LGPL-2'.
diff --git a/debian/rules b/debian/rules
index 08c7731..a715672 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,3 +24,6 @@ override_dh_auto_configure:
 
 override_dh_auto_installchangelogs:
 	dh_auto_installchangelogs -- CHANGES
+
+override_dh_strip:
+	dh_strip --dbg-package=libsdl-net1.2-dbg

-- 
Packaging of SDL_net



More information about the pkg-sdl-commits mailing list