[Pkg-sdl-commits] [libsdl2-gfx] 01/01: Renamed package and fixed other problems

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Sat Jan 18 23:51:52 UTC 2014


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

locutusofborg-guest pushed a commit to branch master
in repository libsdl2-gfx.

commit 6f61d8189c643b7a7838c1e09502f8a33061fc52
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sat Jan 18 20:09:54 2014 +0100

    Renamed package and fixed other problems
---
 debian/changelog |  2 +-
 debian/control   | 21 +++++++++++++++++++--
 debian/copyright |  7 +++++--
 debian/rules     |  3 +++
 debian/watch     |  2 +-
 5 files changed, 29 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7392691..fa166a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sdl2gfx (1.0.0-1) UNRELEASED; urgency=low
+libsdl2-gfx (1.0.0-1) UNRELEASED; urgency=low
 
   * Initial Release (Closes: #735289)
 
diff --git a/debian/control b/debian/control
index 13c198e..a157b66 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,8 @@
-Source: sdl2gfx
+Source: libsdl2-gfx
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
-Uploaders: Felix Geyer <debfx-pkg at fobos.de>, Manuel A. Fernandez Montecelo <mafm at debian.org>
+Uploaders: Felix Geyer <debfx-pkg at fobos.de>,
+ Manuel A. Fernandez Montecelo <mafm at debian.org>,
+ Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
 Section: libs
 Priority: optional
 Standards-Version: 3.9.5
@@ -30,6 +32,21 @@ Description: drawing and graphical effects extension for SDL2
  .
  This package contains the SDL2_gfx runtime library.
 
+Package: libsdl2-gfx-dbg
+Section: debug
+Architecture: any
+Multi-Arch: same
+Priority: extra
+Depends: ${misc:Depends},
+         libsdl2-gfx-1.0-0 (= ${binary:Version})
+Description: debugging symbols for SDL2_gfx
+ The SDL2_gfx library is an extension to the SDL2 library which provides
+ basic antialiased drawing routines such as lines, circles or polygons,
+ an interpolating rotozoomer for SDL2 surfaces, framerate control and MMX
+ image filters.
+ .
+ This package contains the debugging information for the shared library.
+
 Package: libsdl2-gfx-dev
 Architecture: any
 Multi-Arch: same
diff --git a/debian/copyright b/debian/copyright
index c791ac8..eed4845 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,12 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Comment:
 This package was debianized by Gianfranco Costamagna <costamagnagianfranco at yahoo.it> on
 Tue, 14 Jan 2014 11:02:41 +0100
 
-It was downloaded from http://www.ferzkopp.net/joomla/content/view/19/14/
+Source: http://www.ferzkopp.net/joomla/content/view/19/14/
 
-Upstream Author:
+Upstream-Contact:
   Andreas Schiffler <aschiffler at ferzkopp dot net>
 
 Copyright:
diff --git a/debian/rules b/debian/rules
index 16b3420..527e671 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,3 +22,6 @@ override_dh_link:
 	# fix lintian warning dev-pkg-without-shlib-symlink
 	dh_link -plibsdl2-gfx-dev usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2_gfx-1.0.so.0.0.0 usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2_gfx-1.0.so
 	dh_link --remaining-packages
+
+override_dh_strip:
+	dh_strip --dbg-package=libsdl2-gfx-dbg
diff --git a/debian/watch b/debian/watch
index 804f0b4..2762391 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
 
 http://www.ferzkopp.net/joomla/content/view/19/14/ \
-/joomla/\.\./Software/SDL_gfx\-2\.0/SDL_gfx\-([\d.]+)\.tar\.gz
+/joomla/\.\./Software/SDL2_gfx/SDL2_gfx\-([\d.]+)\.tar\.gz

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



More information about the pkg-sdl-commits mailing list