[Pkg-sdl-commits] [SCM] Debian packaging of SDL2_image branch, master, updated. upstream/2.0.0_rc1-6-gccbd350

Felix Geyer fgeyer at debian.org
Sun Jun 2 16:10:50 UTC 2013


The following commit has been merged in the master branch:
commit 6c9fe6a07b0c27ec1a3e4592d1a1b7953ea275d1
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sun Jun 2 17:20:15 2013 +0200

    Pass shlib version to dh_makeshlibs.
    
    Drop the symbols file, we don't use one in other SDL packages.

diff --git a/debian/libsdl2-image-2.0-0.symbols b/debian/libsdl2-image-2.0-0.symbols
deleted file mode 100644
index 2746df4..0000000
--- a/debian/libsdl2-image-2.0-0.symbols
+++ /dev/null
@@ -1,42 +0,0 @@
-libSDL2_image-2.0.so.0 libsdl2-image-2.0-0 #MINVER#
-* Build-Depends-Package: libsdl2-image-dev
- IMG_Init at Base 2.0.0~rc1-1
- IMG_InvertAlpha at Base 2.0.0~rc1-1
- IMG_Linked_Version at Base 2.0.0~rc1-1
- IMG_Load at Base 2.0.0~rc1-1
- IMG_LoadBMP_RW at Base 2.0.0~rc1-1
- IMG_LoadCUR_RW at Base 2.0.0~rc1-1
- IMG_LoadGIF_RW at Base 2.0.0~rc1-1
- IMG_LoadICO_RW at Base 2.0.0~rc1-1
- IMG_LoadJPG_RW at Base 2.0.0~rc1-1
- IMG_LoadLBM_RW at Base 2.0.0~rc1-1
- IMG_LoadPCX_RW at Base 2.0.0~rc1-1
- IMG_LoadPNG_RW at Base 2.0.0~rc1-1
- IMG_LoadPNM_RW at Base 2.0.0~rc1-1
- IMG_LoadTGA_RW at Base 2.0.0~rc1-1
- IMG_LoadTIF_RW at Base 2.0.0~rc1-1
- IMG_LoadTexture at Base 2.0.0~rc1-1
- IMG_LoadTextureTyped_RW at Base 2.0.0~rc1-1
- IMG_LoadTexture_RW at Base 2.0.0~rc1-1
- IMG_LoadTyped_RW at Base 2.0.0~rc1-1
- IMG_LoadWEBP_RW at Base 2.0.0~rc1-1
- IMG_LoadXCF_RW at Base 2.0.0~rc1-1
- IMG_LoadXPM_RW at Base 2.0.0~rc1-1
- IMG_LoadXV_RW at Base 2.0.0~rc1-1
- IMG_Load_RW at Base 2.0.0~rc1-1
- IMG_Quit at Base 2.0.0~rc1-1
- IMG_ReadXPMFromArray at Base 2.0.0~rc1-1
- IMG_isBMP at Base 2.0.0~rc1-1
- IMG_isCUR at Base 2.0.0~rc1-1
- IMG_isGIF at Base 2.0.0~rc1-1
- IMG_isICO at Base 2.0.0~rc1-1
- IMG_isJPG at Base 2.0.0~rc1-1
- IMG_isLBM at Base 2.0.0~rc1-1
- IMG_isPCX at Base 2.0.0~rc1-1
- IMG_isPNG at Base 2.0.0~rc1-1
- IMG_isPNM at Base 2.0.0~rc1-1
- IMG_isTIF at Base 2.0.0~rc1-1
- IMG_isWEBP at Base 2.0.0~rc1-1
- IMG_isXCF at Base 2.0.0~rc1-1
- IMG_isXPM at Base 2.0.0~rc1-1
- IMG_isXV at Base 2.0.0~rc1-1
diff --git a/debian/rules b/debian/rules
index 80499a6..d9a0b77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 export DEB_CFLAGS_MAINT_APPEND  = -pipe -Wall
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
+SHLIBVER = 2.0.0~rc1
+
 # features -- disable building as plugins, otherwise dh_shlibs
 confflags =  --disable-jpg-shared
 confflags += --disable-tif-shared
@@ -26,3 +28,6 @@ override_dh_installchangelogs:
 
 override_dh_strip:
 	dh_strip --dbg-package=libsdl2-image-dbg
+
+override_dh_makeshlibs:
+	dh_makeshlibs -V"libsdl2-image-2.0-0 (>= $(SHLIBVER))"

-- 
Debian packaging of SDL2_image



More information about the pkg-sdl-commits mailing list