[Pkg-sdl-commits] [SCM] Debian packaging of SDL_image 1.2 branch, master, updated. debian/1.2.11-2-9-g8c9340b

Felix Geyer debfx-pkg at fobos.de
Tue Feb 7 10:37:00 UTC 2012


The following commit has been merged in the master branch:
commit 99693bc0ad316c7afd93a61fe8e0b71d46247ee6
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Tue Feb 7 11:31:01 2012 +0100

    Add a symbols file.

diff --git a/debian/changelog b/debian/changelog
index 6c77416..c58b49c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 sdl-image1.2 (1.2.11-3) UNRELEASED; urgency=low
 
-  * Re-add dh_makeshlibs override and set minimum version to 1.2.8.
+  * Add a symbols file.
   * Fix typo in dh_installchangelogs override name.
 
  -- Felix Geyer <debfx-pkg at fobos.de>  Mon, 06 Feb 2012 18:08:31 +0100
diff --git a/debian/libsdl-image1.2.symbols b/debian/libsdl-image1.2.symbols
new file mode 100644
index 0000000..6413df5
--- /dev/null
+++ b/debian/libsdl-image1.2.symbols
@@ -0,0 +1,46 @@
+libSDL_image-1.2.so.0 libsdl-image1.2 #MINVER#
+ IMG_Init at Base 1.2.10
+ IMG_InitJPG at Base 1.2.10
+ IMG_InitPNG at Base 1.2.10
+ IMG_InitTIF at Base 1.2.10
+ IMG_InitWEBP at Base 1.2.11
+ IMG_InvertAlpha at Base 1.2.10
+ IMG_Linked_Version at Base 1.2.10
+ IMG_Load at Base 1.2.10
+ IMG_LoadBMP_RW at Base 1.2.10
+ IMG_LoadCUR_RW at Base 1.2.10
+ IMG_LoadGIF_RW at Base 1.2.10
+ IMG_LoadICO_RW at Base 1.2.10
+ IMG_LoadJPG_RW at Base 1.2.10
+ IMG_LoadLBM_RW at Base 1.2.10
+ IMG_LoadPCX_RW at Base 1.2.10
+ IMG_LoadPNG_RW at Base 1.2.10
+ IMG_LoadPNM_RW at Base 1.2.10
+ IMG_LoadTGA_RW at Base 1.2.10
+ IMG_LoadTIF_RW at Base 1.2.10
+ IMG_LoadTyped_RW at Base 1.2.10
+ IMG_LoadWEBP_RW at Base 1.2.11
+ IMG_LoadXCF_RW at Base 1.2.10
+ IMG_LoadXPM_RW at Base 1.2.10
+ IMG_LoadXV_RW at Base 1.2.10
+ IMG_Load_RW at Base 1.2.10
+ IMG_Quit at Base 1.2.10
+ IMG_QuitJPG at Base 1.2.10
+ IMG_QuitPNG at Base 1.2.10
+ IMG_QuitTIF at Base 1.2.10
+ IMG_QuitWEBP at Base 1.2.11
+ IMG_ReadXPMFromArray at Base 1.2.10
+ IMG_isBMP at Base 1.2.10
+ IMG_isCUR at Base 1.2.10
+ IMG_isGIF at Base 1.2.10
+ IMG_isICO at Base 1.2.10
+ IMG_isJPG at Base 1.2.10
+ IMG_isLBM at Base 1.2.10
+ IMG_isPCX at Base 1.2.10
+ IMG_isPNG at Base 1.2.10
+ IMG_isPNM at Base 1.2.10
+ IMG_isTIF at Base 1.2.10
+ IMG_isWEBP at Base 1.2.11
+ IMG_isXCF at Base 1.2.10
+ IMG_isXPM at Base 1.2.10
+ IMG_isXV at Base 1.2.10
diff --git a/debian/rules b/debian/rules
index d5e0e10..c71ee98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,9 +24,6 @@ override_dh_autoreconf:
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)
 
-override_dh_makeshlibs:
-	dh_makeshlibs -V 'libsdl-image1.2 (>= 1.2.8)'
-
 override_dh_compress:
 	dh_compress -Xshowimage.c
 

-- 
Debian packaging of SDL_image 1.2



More information about the pkg-sdl-commits mailing list