[Pkg-sdl-commits] [libsdl2-gfx] 01/01: Imported Debian patch 1.0.0-1

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Fri Jan 17 15:12:42 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 94e81785dd9cfdcf4e26c6f384ad448c38ed368a
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue Jan 14 11:35:40 2014 +0100

    Imported Debian patch 1.0.0-1
---
 debian/changelog                 |   5 ++
 debian/compat                    |   1 +
 debian/control                   |  63 +++++++++++++++++
 debian/copyright                 |  33 +++++++++
 debian/libsdl2-gfx-1.0-0.install |   1 +
 debian/libsdl2-gfx-1.0-0.symbols | 143 +++++++++++++++++++++++++++++++++++++++
 debian/libsdl2-gfx-dev.install   |   4 ++
 debian/libsdl2-gfx-doc.docs      |   2 +
 debian/rules                     |  24 +++++++
 debian/source/format             |   1 +
 debian/source/lintian-overrides  |   1 +
 debian/watch                     |   4 ++
 12 files changed, 282 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7392691
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sdl2gfx (1.0.0-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #735289)
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Tue, 14 Jan 2014 11:35:40 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7bd5b19
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,63 @@
+Source: sdl2gfx
+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>
+Section: libs
+Priority: optional
+Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
+               libsdl2-dev,
+               autotools-dev,
+               automake,
+               autoconf,
+               libtool,
+               pkg-config
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/libsdl2-gfx.git
+Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/libsdl2-gfx.git
+Homepage: http://www.ferzkopp.net/joomla/content/view/19/14/
+
+Package: libsdl2-gfx-1.0-0
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends},
+         ${misc:Depends}, libjs-jquery
+Pre-Depends: ${misc:Pre-Depends}
+Description: drawing and graphical effects extension for SDL2
+ 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 SDL2_gfx runtime library.
+
+Package: libsdl2-gfx-dev
+Architecture: any
+Multi-Arch: same
+Section: libdevel
+Depends: ${misc:Depends},
+         libsdl2-gfx-1.0-0 (= ${binary:Version}),
+         libsdl2-dev
+Suggests: libsdl2-gfx-doc
+Description: development files 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 header files and static library needed to
+ compile applications that use SDL2_gfx.
+
+Package: libsdl2-gfx-doc
+Architecture: all
+Section: doc
+Priority: extra
+Depends: ${misc:Depends}
+Recommends: libsdl2-gfx-dev (= ${binary:Version})
+Description: documentation files 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 documentation to program with the SDL2_gfx library.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c791ac8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+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/
+
+Upstream Author:
+  Andreas Schiffler <aschiffler at ferzkopp dot net>
+
+Copyright:
+  Copyright (C) 2001-2012 Andreas Schiffler <aschiffler at ferzkopp dot net>
+
+License:
+
+  This library is available under the zlib/libpng license:
+
+  This software is provided 'as-is', without any express or implied
+  warranty. In no event will the authors be held liable for any damages
+  arising from the use of this software.
+
+  Permission is granted to anyone to use this software for any purpose,
+  including commercial applications, and to alter it and redistribute it
+  freely, subject to the following restrictions:
+
+   1. The origin of this software must not be misrepresented; you must not
+   claim that you wrote the original software. If you use this software
+   in a product, an acknowledgment in the product documentation would be
+   appreciated but is not required.
+
+   2. Altered source versions must be plainly marked as such, and must not be
+   misrepresented as being the original software.
+
+   3. This notice may not be removed or altered from any source
+   distribution.
diff --git a/debian/libsdl2-gfx-1.0-0.install b/debian/libsdl2-gfx-1.0-0.install
new file mode 100644
index 0000000..3ddde58
--- /dev/null
+++ b/debian/libsdl2-gfx-1.0-0.install
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff --git a/debian/libsdl2-gfx-1.0-0.symbols b/debian/libsdl2-gfx-1.0-0.symbols
new file mode 100644
index 0000000..36d5c8c
--- /dev/null
+++ b/debian/libsdl2-gfx-1.0-0.symbols
@@ -0,0 +1,143 @@
+libSDL2_gfx-1.0.so.0 libsdl2-gfx-1.0-0 #MINVER#
+ SDL_framerateDelay at Base 1.0.0
+ SDL_getFramecount at Base 1.0.0
+ SDL_getFramerate at Base 1.0.0
+ SDL_imageFilterAbsDiff at Base 1.0.0
+ SDL_imageFilterAdd at Base 1.0.0
+ SDL_imageFilterAddByte at Base 1.0.0
+ SDL_imageFilterAddByteToHalf at Base 1.0.0
+ SDL_imageFilterAddUint at Base 1.0.0
+ SDL_imageFilterAlignStack at Base 1.0.0
+ SDL_imageFilterBinarizeUsingThreshold at Base 1.0.0
+ SDL_imageFilterBitAnd at Base 1.0.0
+ SDL_imageFilterBitNegation at Base 1.0.0
+ SDL_imageFilterBitOr at Base 1.0.0
+ SDL_imageFilterClipToRange at Base 1.0.0
+ SDL_imageFilterConvolveKernel3x3Divide at Base 1.0.0
+ SDL_imageFilterConvolveKernel3x3ShiftRight at Base 1.0.0
+ SDL_imageFilterConvolveKernel5x5Divide at Base 1.0.0
+ SDL_imageFilterConvolveKernel5x5ShiftRight at Base 1.0.0
+ SDL_imageFilterConvolveKernel7x7Divide at Base 1.0.0
+ SDL_imageFilterConvolveKernel7x7ShiftRight at Base 1.0.0
+ SDL_imageFilterConvolveKernel9x9Divide at Base 1.0.0
+ SDL_imageFilterConvolveKernel9x9ShiftRight at Base 1.0.0
+ SDL_imageFilterDiv at Base 1.0.0
+ SDL_imageFilterMMXdetect at Base 1.0.0
+ SDL_imageFilterMMXoff at Base 1.0.0
+ SDL_imageFilterMMXon at Base 1.0.0
+ SDL_imageFilterMean at Base 1.0.0
+ SDL_imageFilterMult at Base 1.0.0
+ SDL_imageFilterMultByByte at Base 1.0.0
+ SDL_imageFilterMultDivby2 at Base 1.0.0
+ SDL_imageFilterMultDivby4 at Base 1.0.0
+ SDL_imageFilterMultNor at Base 1.0.0
+ SDL_imageFilterMultNorASM at Base 1.0.0
+ SDL_imageFilterNormalizeLinear at Base 1.0.0
+ SDL_imageFilterRestoreStack at Base 1.0.0
+ SDL_imageFilterShiftLeft at Base 1.0.0
+ SDL_imageFilterShiftLeftByte at Base 1.0.0
+ SDL_imageFilterShiftLeftUint at Base 1.0.0
+ SDL_imageFilterShiftRight at Base 1.0.0
+ SDL_imageFilterShiftRightAndMultByByte at Base 1.0.0
+ SDL_imageFilterShiftRightUint at Base 1.0.0
+ SDL_imageFilterSobelX at Base 1.0.0
+ SDL_imageFilterSobelXShiftRight at Base 1.0.0
+ SDL_imageFilterSub at Base 1.0.0
+ SDL_imageFilterSubByte at Base 1.0.0
+ SDL_imageFilterSubByteMMX at Base 1.0.0
+ SDL_imageFilterSubUint at Base 1.0.0
+ SDL_initFramerate at Base 1.0.0
+ SDL_setFramerate at Base 1.0.0
+ _HLineTextured at Base 1.0.0
+ _aalineRGBA at Base 1.0.0
+ _bresenhamInitialize at Base 1.0.0
+ _bresenhamIterate at Base 1.0.0
+ _colorkey at Base 1.0.0
+ _evaluateBezier at Base 1.0.0
+ _getTicks at Base 1.0.0
+ _gfxPrimitivesCompareInt at Base 1.0.0
+ _murphyIteration at Base 1.0.0
+ _murphyParaline at Base 1.0.0
+ _murphyWideline at Base 1.0.0
+ _pieRGBA at Base 1.0.0
+ _rotozoomSurfaceSizeTrig at Base 1.0.0
+ _shrinkSurfaceRGBA at Base 1.0.0
+ _shrinkSurfaceY at Base 1.0.0
+ _transformSurfaceRGBA at Base 1.0.0
+ _zoomSurfaceRGBA at Base 1.0.0
+ _zoomSurfaceY at Base 1.0.0
+ aacircleColor at Base 1.0.0
+ aacircleRGBA at Base 1.0.0
+ aaellipseColor at Base 1.0.0
+ aaellipseRGBA at Base 1.0.0
+ aalineColor at Base 1.0.0
+ aalineRGBA at Base 1.0.0
+ aapolygonColor at Base 1.0.0
+ aapolygonRGBA at Base 1.0.0
+ aatrigonColor at Base 1.0.0
+ aatrigonRGBA at Base 1.0.0
+ arcColor at Base 1.0.0
+ arcRGBA at Base 1.0.0
+ bezierColor at Base 1.0.0
+ bezierRGBA at Base 1.0.0
+ boxColor at Base 1.0.0
+ boxRGBA at Base 1.0.0
+ characterColor at Base 1.0.0
+ characterRGBA at Base 1.0.0
+ circleColor at Base 1.0.0
+ circleRGBA at Base 1.0.0
+ ellipseColor at Base 1.0.0
+ ellipseRGBA at Base 1.0.0
+ filledCircleColor at Base 1.0.0
+ filledCircleRGBA at Base 1.0.0
+ filledEllipseColor at Base 1.0.0
+ filledEllipseRGBA at Base 1.0.0
+ filledPieColor at Base 1.0.0
+ filledPieRGBA at Base 1.0.0
+ filledPolygonColor at Base 1.0.0
+ filledPolygonRGBA at Base 1.0.0
+ filledPolygonRGBAMT at Base 1.0.0
+ filledTrigonColor at Base 1.0.0
+ filledTrigonRGBA at Base 1.0.0
+ gfxPrimitivesSetFont at Base 1.0.0
+ gfxPrimitivesSetFontRotation at Base 1.0.0
+ hline at Base 1.0.0
+ hlineColor at Base 1.0.0
+ hlineRGBA at Base 1.0.0
+ line at Base 1.0.0
+ lineColor at Base 1.0.0
+ lineRGBA at Base 1.0.0
+ pieColor at Base 1.0.0
+ pieRGBA at Base 1.0.0
+ pixel at Base 1.0.0
+ pixelColor at Base 1.0.0
+ pixelRGBA at Base 1.0.0
+ pixelRGBAWeight at Base 1.0.0
+ polygon at Base 1.0.0
+ polygonColor at Base 1.0.0
+ polygonRGBA at Base 1.0.0
+ rectangleColor at Base 1.0.0
+ rectangleRGBA at Base 1.0.0
+ rotateSurface90Degrees at Base 1.0.0
+ rotozoomSurface at Base 1.0.0
+ rotozoomSurfaceSize at Base 1.0.0
+ rotozoomSurfaceSizeXY at Base 1.0.0
+ rotozoomSurfaceXY at Base 1.0.0
+ roundedBoxColor at Base 1.0.0
+ roundedBoxRGBA at Base 1.0.0
+ roundedRectangleColor at Base 1.0.0
+ roundedRectangleRGBA at Base 1.0.0
+ shrinkSurface at Base 1.0.0
+ stringColor at Base 1.0.0
+ stringRGBA at Base 1.0.0
+ texturedPolygon at Base 1.0.0
+ texturedPolygonMT at Base 1.0.0
+ thickLineColor at Base 1.0.0
+ thickLineRGBA at Base 1.0.0
+ transformSurfaceY at Base 1.0.0
+ trigonColor at Base 1.0.0
+ trigonRGBA at Base 1.0.0
+ vlineColor at Base 1.0.0
+ vlineRGBA at Base 1.0.0
+ zoomSurface at Base 1.0.0
+ zoomSurfaceSize at Base 1.0.0
diff --git a/debian/libsdl2-gfx-dev.install b/debian/libsdl2-gfx-dev.install
new file mode 100644
index 0000000..65b5188
--- /dev/null
+++ b/debian/libsdl2-gfx-dev.install
@@ -0,0 +1,4 @@
+usr/include
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+#usr/lib/*/pkgconfig
diff --git a/debian/libsdl2-gfx-doc.docs b/debian/libsdl2-gfx-doc.docs
new file mode 100644
index 0000000..c8ce6bb
--- /dev/null
+++ b/debian/libsdl2-gfx-doc.docs
@@ -0,0 +1,2 @@
+Docs/html/*
+debian/examples.tar.gz
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..16b3420
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
+%:
+	dh $@ --with autoreconf --parallel
+
+override_dh_autoreconf:
+	AUTOMAKE="automake --foreign" dh_autoreconf --as-needed
+
+override_dh_install:
+	dh_install --fail-missing -XlibSDL2_gfx.la
+
+override_dh_auto_build:
+	dh_auto_build
+	tar -cvz --transform='s,^test,examples,' -f debian/examples.tar.gz test
+
+override_dh_link:
+	# fix lintian warning embedded-javascript-library
+	rm debian/libsdl2-gfx-doc/usr/share/doc/libsdl2-gfx-doc/jquery.js
+	ln -s /usr/share/javascript/jquery/jquery.js debian/libsdl2-gfx-doc/usr/share/doc/libsdl2-gfx-doc/jquery.js
+	# 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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..514ddf0
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1 @@
+sdlgfx source: package-needs-versioned-debhelper-build-depends 9
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..804f0b4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+
+http://www.ferzkopp.net/joomla/content/view/19/14/ \
+/joomla/\.\./Software/SDL_gfx\-2\.0/SDL_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