[Pkg-sdl-commits] [sdlgfx] 03/06: Bumped so name and version

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Fri Dec 20 16:14:03 UTC 2013


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

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

commit 9c0e7927e7cfa055094ba2ccce75841253a50e12
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sat Nov 9 12:16:05 2013 +0100

    Bumped so name and version
---
 debian/changelog                         |  12 +-
 debian/control                           |   6 +-
 debian/libsdl-gfx1.2-4.install           |   2 -
 debian/libsdl-gfx1.2-4.lintian-overrides |   1 -
 debian/libsdl-gfx1.2-4.symbols           | 186 -------------------------------
 debian/libsdl-gfx1.2-5.install           |   2 +
 debian/libsdl-gfx1.2-5.lintian-overrides |   1 +
 debian/libsdl-gfx1.2-5.symbols           | 186 +++++++++++++++++++++++++++++++
 debian/patches/series                    |   2 +-
 debian/rules                             |   4 +-
 10 files changed, 205 insertions(+), 197 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de6261d..75050f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,21 @@
+sdlgfx (2.0.25-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Bumped std:version to 3.9.5, no changes required
+  * Disabled wrong_cpuid_mmx_detection.diff, now mmx is detected by
+    SDL_HasMMX() function.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Sat, 09 Nov 2013 11:47:23 +0100
+
 sdlgfx (2.0.24-1) UNRELEASED; urgency=low
 
-  * Team upload.
   * New upstream release
   * Bumped std:version to 3.9.4, removed DM-upload allowed
   * Removed some version checks on debian/control, newer versions
     already in oldstable
   * Removed override dh_installchangelogs, changelog should
     be automatically installed
-  * Tweaked debian rules and install files for new library version
+  * Tweaked debian rules and install files for new library version 
 
  -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Sun, 25 Aug 2013 13:37:33 +0200
 
diff --git a/debian/control b/debian/control
index 8eaec10..8a3b775 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.de
 Uploaders: Felix Geyer <debfx-pkg at fobos.de>, Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
 Section: libs
 Priority: optional
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Build-Depends: debhelper (>= 9),
                libsdl1.2-dev,
                dh-autoreconf
@@ -11,7 +11,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdlgfx.git
 Vcs-Git: git://anonscm.debian.org/pkg-sdl/packages/sdlgfx.git
 Homepage: http://www.ferzkopp.net/joomla/content/view/19/14/
 
-Package: libsdl-gfx1.2-4
+Package: libsdl-gfx1.2-5
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
@@ -30,7 +30,7 @@ Architecture: any
 Multi-Arch: same
 Section: libdevel
 Depends: ${misc:Depends},
-         libsdl-gfx1.2-4 (= ${binary:Version}),
+         libsdl-gfx1.2-5 (= ${binary:Version}),
          libsdl1.2-dev
 Suggests: libsdl-gfx1.2-doc
 Description: development files for SDL_gfx
diff --git a/debian/libsdl-gfx1.2-4.install b/debian/libsdl-gfx1.2-4.install
deleted file mode 100644
index 9e7479c..0000000
--- a/debian/libsdl-gfx1.2-4.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/libSDL_gfx.so.14
-usr/lib/*/libSDL_gfx.so.14.9.1
diff --git a/debian/libsdl-gfx1.2-4.lintian-overrides b/debian/libsdl-gfx1.2-4.lintian-overrides
deleted file mode 100644
index 3d70de6..0000000
--- a/debian/libsdl-gfx1.2-4.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-libsdl-gfx1.2-4: package-name-doesnt-match-sonames libSDL-gfx14
diff --git a/debian/libsdl-gfx1.2-4.symbols b/debian/libsdl-gfx1.2-4.symbols
deleted file mode 100644
index b541dc2..0000000
--- a/debian/libsdl-gfx1.2-4.symbols
+++ /dev/null
@@ -1,186 +0,0 @@
-libSDL_gfx.so.14 libsdl-gfx1.2-4 #MINVER#
- GFX_ALPHA_ADJUST_ARRAY at Base 2.0.24
- SDL_framerateDelay at Base 2.0.24
- SDL_getFramecount at Base 2.0.24
- SDL_getFramerate at Base 2.0.24
- SDL_gfxBlitRGBA at Base 2.0.24
- SDL_gfxMultiplyAlpha at Base 2.0.24
- SDL_gfxSetAlpha at Base 2.0.24
- SDL_imageFilterAbsDiff at Base 2.0.24
- SDL_imageFilterAbsDiffMMX at Base 2.0.24
- SDL_imageFilterAdd at Base 2.0.24
- SDL_imageFilterAddByte at Base 2.0.24
- SDL_imageFilterAddByteMMX at Base 2.0.24
- SDL_imageFilterAddByteToHalf at Base 2.0.24
- SDL_imageFilterAddByteToHalfMMX at Base 2.0.24
- SDL_imageFilterAddMMX at Base 2.0.24
- SDL_imageFilterAddUint at Base 2.0.24
- SDL_imageFilterAddUintMMX at Base 2.0.24
- SDL_imageFilterAlignStack at Base 2.0.24
- SDL_imageFilterBinarizeUsingThreshold at Base 2.0.24
- SDL_imageFilterBinarizeUsingThresholdMMX at Base 2.0.24
- SDL_imageFilterBitAnd at Base 2.0.24
- SDL_imageFilterBitAndMMX at Base 2.0.24
- SDL_imageFilterBitNegation at Base 2.0.24
- SDL_imageFilterBitNegationMMX at Base 2.0.24
- SDL_imageFilterBitOr at Base 2.0.24
- SDL_imageFilterBitOrMMX at Base 2.0.24
- SDL_imageFilterClipToRange at Base 2.0.24
- SDL_imageFilterClipToRangeMMX at Base 2.0.24
- SDL_imageFilterConvolveKernel3x3Divide at Base 2.0.24
- SDL_imageFilterConvolveKernel3x3ShiftRight at Base 2.0.24
- SDL_imageFilterConvolveKernel5x5Divide at Base 2.0.24
- SDL_imageFilterConvolveKernel5x5ShiftRight at Base 2.0.24
- SDL_imageFilterConvolveKernel7x7Divide at Base 2.0.24
- SDL_imageFilterConvolveKernel7x7ShiftRight at Base 2.0.24
- SDL_imageFilterConvolveKernel9x9Divide at Base 2.0.24
- SDL_imageFilterConvolveKernel9x9ShiftRight at Base 2.0.24
- SDL_imageFilterDiv at Base 2.0.24
- SDL_imageFilterDivASM at Base 2.0.24
- SDL_imageFilterMMXdetect at Base 2.0.24
- SDL_imageFilterMMXoff at Base 2.0.24
- SDL_imageFilterMMXon at Base 2.0.24
- SDL_imageFilterMean at Base 2.0.24
- SDL_imageFilterMeanMMX at Base 2.0.24
- SDL_imageFilterMult at Base 2.0.24
- SDL_imageFilterMultByByte at Base 2.0.24
- SDL_imageFilterMultByByteMMX at Base 2.0.24
- SDL_imageFilterMultDivby2 at Base 2.0.24
- SDL_imageFilterMultDivby2MMX at Base 2.0.24
- SDL_imageFilterMultDivby4 at Base 2.0.24
- SDL_imageFilterMultDivby4MMX at Base 2.0.24
- SDL_imageFilterMultMMX at Base 2.0.24
- SDL_imageFilterMultNor at Base 2.0.24
- SDL_imageFilterMultNorASM at Base 2.0.24
- SDL_imageFilterNormalizeLinear at Base 2.0.24
- SDL_imageFilterNormalizeLinearMMX at Base 2.0.24
- SDL_imageFilterRestoreStack at Base 2.0.24
- SDL_imageFilterShiftLeft at Base 2.0.24
- SDL_imageFilterShiftLeftByte at Base 2.0.24
- SDL_imageFilterShiftLeftByteMMX at Base 2.0.24
- SDL_imageFilterShiftLeftMMX at Base 2.0.24
- SDL_imageFilterShiftLeftUint at Base 2.0.24
- SDL_imageFilterShiftLeftUintMMX at Base 2.0.24
- SDL_imageFilterShiftRight at Base 2.0.24
- SDL_imageFilterShiftRightAndMultByByte at Base 2.0.24
- SDL_imageFilterShiftRightAndMultByByteMMX at Base 2.0.24
- SDL_imageFilterShiftRightMMX at Base 2.0.24
- SDL_imageFilterShiftRightUint at Base 2.0.24
- SDL_imageFilterShiftRightUintMMX at Base 2.0.24
- SDL_imageFilterSobelX at Base 2.0.24
- SDL_imageFilterSobelXShiftRight at Base 2.0.24
- SDL_imageFilterSub at Base 2.0.24
- SDL_imageFilterSubByte at Base 2.0.24
- SDL_imageFilterSubByteMMX at Base 2.0.24
- SDL_imageFilterSubMMX at Base 2.0.24
- SDL_imageFilterSubUint at Base 2.0.24
- SDL_imageFilterSubUintMMX at Base 2.0.24
- SDL_initFramerate at Base 2.0.24
- SDL_setFramerate at Base 2.0.24
- _HLineAlpha at Base 2.0.24
- _HLineTextured at Base 2.0.24
- _SDL_gfxBlitBlitterRGBA at Base 2.0.24
- _SDL_gfxBlitRGBACall at Base 2.0.24
- _VLineAlpha at Base 2.0.24
- _aalineColor at Base 2.0.24
- _bresenhamInitialize at Base 2.0.24
- _bresenhamIterate at Base 2.0.24
- _colorkey at Base 2.0.24
- _cpuFlags at Base 2.0.24
- _evaluateBezier at Base 2.0.24
- _filledRectAlpha at Base 2.0.24
- _getTicks at Base 2.0.24
- _gfxPrimitivesCompareInt at Base 2.0.24
- _murphyIteration at Base 2.0.24
- _murphyParaline at Base 2.0.24
- _murphyWideline at Base 2.0.24
- _pieColor at Base 2.0.24
- _putPixelAlpha at Base 2.0.24
- _rotozoomSurfaceSizeTrig at Base 2.0.24
- _shrinkSurfaceRGBA at Base 2.0.24
- _shrinkSurfaceY at Base 2.0.24
- _transformSurfaceRGBA at Base 2.0.24
- _zoomSurfaceRGBA at Base 2.0.24
- _zoomSurfaceY at Base 2.0.24
- aacircleColor at Base 2.0.24
- aacircleRGBA at Base 2.0.24
- aaellipseColor at Base 2.0.24
- aaellipseRGBA at Base 2.0.24
- aalineColor at Base 2.0.24
- aalineRGBA at Base 2.0.24
- aapolygonColor at Base 2.0.24
- aapolygonRGBA at Base 2.0.24
- aatrigonColor at Base 2.0.24
- aatrigonRGBA at Base 2.0.24
- arcColor at Base 2.0.24
- arcRGBA at Base 2.0.24
- bezierColor at Base 2.0.24
- bezierRGBA at Base 2.0.24
- boxColor at Base 2.0.24
- boxRGBA at Base 2.0.24
- characterColor at Base 2.0.24
- characterRGBA at Base 2.0.24
- circleColor at Base 2.0.24
- circleRGBA at Base 2.0.24
- ellipseColor at Base 2.0.24
- ellipseRGBA at Base 2.0.24
- fastPixelColor at Base 2.0.24
- fastPixelColorNolock at Base 2.0.24
- fastPixelColorNolockNoclip at Base 2.0.24
- fastPixelRGBA at Base 2.0.24
- fastPixelRGBANolock at Base 2.0.24
- filledCircleColor at Base 2.0.24
- filledCircleRGBA at Base 2.0.24
- filledEllipseColor at Base 2.0.24
- filledEllipseRGBA at Base 2.0.24
- filledPieColor at Base 2.0.24
- filledPieRGBA at Base 2.0.24
- filledPolygonColor at Base 2.0.24
- filledPolygonColorMT at Base 2.0.24
- filledPolygonRGBA at Base 2.0.24
- filledPolygonRGBAMT at Base 2.0.24
- filledRectAlpha at Base 2.0.24
- filledTrigonColor at Base 2.0.24
- filledTrigonRGBA at Base 2.0.24
- gfxPrimitivesSetFont at Base 2.0.24
- gfxPrimitivesSetFontRotation at Base 2.0.24
- hlineColor at Base 2.0.24
- hlineColorStore at Base 2.0.24
- hlineRGBA at Base 2.0.24
- hlineRGBAStore at Base 2.0.24
- lineColor at Base 2.0.24
- lineRGBA at Base 2.0.24
- pieColor at Base 2.0.24
- pieRGBA at Base 2.0.24
- pixelColor at Base 2.0.24
- pixelColorNolock at Base 2.0.24
- pixelColorWeight at Base 2.0.24
- pixelColorWeightNolock at Base 2.0.24
- pixelRGBA at Base 2.0.24
- polygonColor at Base 2.0.24
- polygonRGBA at Base 2.0.24
- rectangleColor at Base 2.0.24
- rectangleRGBA at Base 2.0.24
- rotateSurface90Degrees at Base 2.0.24
- rotozoomSurface at Base 2.0.24
- rotozoomSurfaceSize at Base 2.0.24
- rotozoomSurfaceSizeXY at Base 2.0.24
- rotozoomSurfaceXY at Base 2.0.24
- roundedBoxColor at Base 2.0.24
- roundedBoxRGBA at Base 2.0.24
- roundedRectangleColor at Base 2.0.24
- roundedRectangleRGBA at Base 2.0.24
- shrinkSurface at Base 2.0.24
- stringColor at Base 2.0.24
- stringRGBA at Base 2.0.24
- texturedPolygon at Base 2.0.24
- texturedPolygonMT at Base 2.0.24
- thickLineColor at Base 2.0.24
- thickLineRGBA at Base 2.0.24
- transformSurfaceY at Base 2.0.24
- trigonColor at Base 2.0.24
- trigonRGBA at Base 2.0.24
- vlineColor at Base 2.0.24
- vlineRGBA at Base 2.0.24
- zoomSurface at Base 2.0.24
- zoomSurfaceSize at Base 2.0.24
diff --git a/debian/libsdl-gfx1.2-5.install b/debian/libsdl-gfx1.2-5.install
new file mode 100644
index 0000000..00c63fd
--- /dev/null
+++ b/debian/libsdl-gfx1.2-5.install
@@ -0,0 +1,2 @@
+usr/lib/*/libSDL_gfx.so.15
+usr/lib/*/libSDL_gfx.so.15.9.1
diff --git a/debian/libsdl-gfx1.2-5.lintian-overrides b/debian/libsdl-gfx1.2-5.lintian-overrides
new file mode 100644
index 0000000..6aa498e
--- /dev/null
+++ b/debian/libsdl-gfx1.2-5.lintian-overrides
@@ -0,0 +1 @@
+libsdl-gfx1.2-5: package-name-doesnt-match-sonames libSDL-gfx15
diff --git a/debian/libsdl-gfx1.2-5.symbols b/debian/libsdl-gfx1.2-5.symbols
new file mode 100644
index 0000000..ac1ed1b
--- /dev/null
+++ b/debian/libsdl-gfx1.2-5.symbols
@@ -0,0 +1,186 @@
+libSDL_gfx.so.15 libsdl-gfx1.2-5 #MINVER#
+ GFX_ALPHA_ADJUST_ARRAY at Base 2.0.25
+ SDL_framerateDelay at Base 2.0.25
+ SDL_getFramecount at Base 2.0.25
+ SDL_getFramerate at Base 2.0.25
+ SDL_gfxBlitRGBA at Base 2.0.25
+ SDL_gfxMultiplyAlpha at Base 2.0.25
+ SDL_gfxSetAlpha at Base 2.0.25
+ SDL_imageFilterAbsDiff at Base 2.0.25
+ SDL_imageFilterAbsDiffMMX at Base 2.0.25
+ SDL_imageFilterAdd at Base 2.0.25
+ SDL_imageFilterAddByte at Base 2.0.25
+ SDL_imageFilterAddByteMMX at Base 2.0.25
+ SDL_imageFilterAddByteToHalf at Base 2.0.25
+ SDL_imageFilterAddByteToHalfMMX at Base 2.0.25
+ SDL_imageFilterAddMMX at Base 2.0.25
+ SDL_imageFilterAddUint at Base 2.0.25
+ SDL_imageFilterAddUintMMX at Base 2.0.25
+ SDL_imageFilterAlignStack at Base 2.0.25
+ SDL_imageFilterBinarizeUsingThreshold at Base 2.0.25
+ SDL_imageFilterBinarizeUsingThresholdMMX at Base 2.0.25
+ SDL_imageFilterBitAnd at Base 2.0.25
+ SDL_imageFilterBitAndMMX at Base 2.0.25
+ SDL_imageFilterBitNegation at Base 2.0.25
+ SDL_imageFilterBitNegationMMX at Base 2.0.25
+ SDL_imageFilterBitOr at Base 2.0.25
+ SDL_imageFilterBitOrMMX at Base 2.0.25
+ SDL_imageFilterClipToRange at Base 2.0.25
+ SDL_imageFilterClipToRangeMMX at Base 2.0.25
+ SDL_imageFilterConvolveKernel3x3Divide at Base 2.0.25
+ SDL_imageFilterConvolveKernel3x3ShiftRight at Base 2.0.25
+ SDL_imageFilterConvolveKernel5x5Divide at Base 2.0.25
+ SDL_imageFilterConvolveKernel5x5ShiftRight at Base 2.0.25
+ SDL_imageFilterConvolveKernel7x7Divide at Base 2.0.25
+ SDL_imageFilterConvolveKernel7x7ShiftRight at Base 2.0.25
+ SDL_imageFilterConvolveKernel9x9Divide at Base 2.0.25
+ SDL_imageFilterConvolveKernel9x9ShiftRight at Base 2.0.25
+ SDL_imageFilterDiv at Base 2.0.25
+ SDL_imageFilterDivASM at Base 2.0.25
+ SDL_imageFilterMMXdetect at Base 2.0.25
+ SDL_imageFilterMMXoff at Base 2.0.25
+ SDL_imageFilterMMXon at Base 2.0.25
+ SDL_imageFilterMean at Base 2.0.25
+ SDL_imageFilterMeanMMX at Base 2.0.25
+ SDL_imageFilterMult at Base 2.0.25
+ SDL_imageFilterMultByByte at Base 2.0.25
+ SDL_imageFilterMultByByteMMX at Base 2.0.25
+ SDL_imageFilterMultDivby2 at Base 2.0.25
+ SDL_imageFilterMultDivby2MMX at Base 2.0.25
+ SDL_imageFilterMultDivby4 at Base 2.0.25
+ SDL_imageFilterMultDivby4MMX at Base 2.0.25
+ SDL_imageFilterMultMMX at Base 2.0.25
+ SDL_imageFilterMultNor at Base 2.0.25
+ SDL_imageFilterMultNorASM at Base 2.0.25
+ SDL_imageFilterNormalizeLinear at Base 2.0.25
+ SDL_imageFilterNormalizeLinearMMX at Base 2.0.25
+ SDL_imageFilterRestoreStack at Base 2.0.25
+ SDL_imageFilterShiftLeft at Base 2.0.25
+ SDL_imageFilterShiftLeftByte at Base 2.0.25
+ SDL_imageFilterShiftLeftByteMMX at Base 2.0.25
+ SDL_imageFilterShiftLeftMMX at Base 2.0.25
+ SDL_imageFilterShiftLeftUint at Base 2.0.25
+ SDL_imageFilterShiftLeftUintMMX at Base 2.0.25
+ SDL_imageFilterShiftRight at Base 2.0.25
+ SDL_imageFilterShiftRightAndMultByByte at Base 2.0.25
+ SDL_imageFilterShiftRightAndMultByByteMMX at Base 2.0.25
+ SDL_imageFilterShiftRightMMX at Base 2.0.25
+ SDL_imageFilterShiftRightUint at Base 2.0.25
+ SDL_imageFilterShiftRightUintMMX at Base 2.0.25
+ SDL_imageFilterSobelX at Base 2.0.25
+ SDL_imageFilterSobelXShiftRight at Base 2.0.25
+ SDL_imageFilterSub at Base 2.0.25
+ SDL_imageFilterSubByte at Base 2.0.25
+ SDL_imageFilterSubByteMMX at Base 2.0.25
+ SDL_imageFilterSubMMX at Base 2.0.25
+ SDL_imageFilterSubUint at Base 2.0.25
+ SDL_imageFilterSubUintMMX at Base 2.0.25
+ SDL_initFramerate at Base 2.0.25
+ SDL_setFramerate at Base 2.0.25
+ _HLineAlpha at Base 2.0.25
+ _HLineTextured at Base 2.0.25
+ _SDL_gfxBlitBlitterRGBA at Base 2.0.25
+ _SDL_gfxBlitRGBACall at Base 2.0.25
+ _VLineAlpha at Base 2.0.25
+ _aalineColor at Base 2.0.25
+ _bresenhamInitialize at Base 2.0.25
+ _bresenhamIterate at Base 2.0.25
+ _colorkey at Base 2.0.25
+ _cpuFlags at Base 2.0.25
+ _evaluateBezier at Base 2.0.25
+ _filledRectAlpha at Base 2.0.25
+ _getTicks at Base 2.0.25
+ _gfxPrimitivesCompareInt at Base 2.0.25
+ _murphyIteration at Base 2.0.25
+ _murphyParaline at Base 2.0.25
+ _murphyWideline at Base 2.0.25
+ _pieColor at Base 2.0.25
+ _putPixelAlpha at Base 2.0.25
+ _rotozoomSurfaceSizeTrig at Base 2.0.25
+ _shrinkSurfaceRGBA at Base 2.0.25
+ _shrinkSurfaceY at Base 2.0.25
+ _transformSurfaceRGBA at Base 2.0.25
+ _zoomSurfaceRGBA at Base 2.0.25
+ _zoomSurfaceY at Base 2.0.25
+ aacircleColor at Base 2.0.25
+ aacircleRGBA at Base 2.0.25
+ aaellipseColor at Base 2.0.25
+ aaellipseRGBA at Base 2.0.25
+ aalineColor at Base 2.0.25
+ aalineRGBA at Base 2.0.25
+ aapolygonColor at Base 2.0.25
+ aapolygonRGBA at Base 2.0.25
+ aatrigonColor at Base 2.0.25
+ aatrigonRGBA at Base 2.0.25
+ arcColor at Base 2.0.25
+ arcRGBA at Base 2.0.25
+ bezierColor at Base 2.0.25
+ bezierRGBA at Base 2.0.25
+ boxColor at Base 2.0.25
+ boxRGBA at Base 2.0.25
+ characterColor at Base 2.0.25
+ characterRGBA at Base 2.0.25
+ circleColor at Base 2.0.25
+ circleRGBA at Base 2.0.25
+ ellipseColor at Base 2.0.25
+ ellipseRGBA at Base 2.0.25
+ fastPixelColor at Base 2.0.25
+ fastPixelColorNolock at Base 2.0.25
+ fastPixelColorNolockNoclip at Base 2.0.25
+ fastPixelRGBA at Base 2.0.25
+ fastPixelRGBANolock at Base 2.0.25
+ filledCircleColor at Base 2.0.25
+ filledCircleRGBA at Base 2.0.25
+ filledEllipseColor at Base 2.0.25
+ filledEllipseRGBA at Base 2.0.25
+ filledPieColor at Base 2.0.25
+ filledPieRGBA at Base 2.0.25
+ filledPolygonColor at Base 2.0.25
+ filledPolygonColorMT at Base 2.0.25
+ filledPolygonRGBA at Base 2.0.25
+ filledPolygonRGBAMT at Base 2.0.25
+ filledRectAlpha at Base 2.0.25
+ filledTrigonColor at Base 2.0.25
+ filledTrigonRGBA at Base 2.0.25
+ gfxPrimitivesSetFont at Base 2.0.25
+ gfxPrimitivesSetFontRotation at Base 2.0.25
+ hlineColor at Base 2.0.25
+ hlineColorStore at Base 2.0.25
+ hlineRGBA at Base 2.0.25
+ hlineRGBAStore at Base 2.0.25
+ lineColor at Base 2.0.25
+ lineRGBA at Base 2.0.25
+ pieColor at Base 2.0.25
+ pieRGBA at Base 2.0.25
+ pixelColor at Base 2.0.25
+ pixelColorNolock at Base 2.0.25
+ pixelColorWeight at Base 2.0.25
+ pixelColorWeightNolock at Base 2.0.25
+ pixelRGBA at Base 2.0.25
+ polygonColor at Base 2.0.25
+ polygonRGBA at Base 2.0.25
+ rectangleColor at Base 2.0.25
+ rectangleRGBA at Base 2.0.25
+ rotateSurface90Degrees at Base 2.0.25
+ rotozoomSurface at Base 2.0.25
+ rotozoomSurfaceSize at Base 2.0.25
+ rotozoomSurfaceSizeXY at Base 2.0.25
+ rotozoomSurfaceXY at Base 2.0.25
+ roundedBoxColor at Base 2.0.25
+ roundedBoxRGBA at Base 2.0.25
+ roundedRectangleColor at Base 2.0.25
+ roundedRectangleRGBA at Base 2.0.25
+ shrinkSurface at Base 2.0.25
+ stringColor at Base 2.0.25
+ stringRGBA at Base 2.0.25
+ texturedPolygon at Base 2.0.25
+ texturedPolygonMT at Base 2.0.25
+ thickLineColor at Base 2.0.25
+ thickLineRGBA at Base 2.0.25
+ transformSurfaceY at Base 2.0.25
+ trigonColor at Base 2.0.25
+ trigonRGBA at Base 2.0.25
+ vlineColor at Base 2.0.25
+ vlineRGBA at Base 2.0.25
+ zoomSurface at Base 2.0.25
+ zoomSurfaceSize at Base 2.0.25
diff --git a/debian/patches/series b/debian/patches/series
index 079fcba..b06fbbd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
 010_primitives_spell.diff
-wrong_cpuid_mmx_detection.diff
+#wrong_cpuid_mmx_detection.diff
diff --git a/debian/rules b/debian/rules
index 4d44f30..306fb25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,6 @@ override_dh_install:
 	dh_install --fail-missing -XlibSDL_gfx.la
 
 override_dh_link:
-	dh_link -p$(LIBPKG) usr/lib/$(DEB_HOST_MULTIARCH)/libSDL_gfx.so.14.9.1 \
-		usr/lib/$(DEB_HOST_MULTIARCH)/libSDL_gfx.so.4
+	dh_link -p$(LIBPKG) usr/lib/$(DEB_HOST_MULTIARCH)/libSDL_gfx.so.15.9.1 \
+		usr/lib/$(DEB_HOST_MULTIARCH)/libSDL_gfx.so.5
 	dh_link --remaining-packages

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



More information about the pkg-sdl-commits mailing list