[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:51 UTC 2013


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

    Install source code of the test application.

diff --git a/debian/libsdl2-image-dev.examples b/debian/libsdl2-image-dev.examples
new file mode 100644
index 0000000..a7e9acb
--- /dev/null
+++ b/debian/libsdl2-image-dev.examples
@@ -0,0 +1 @@
+showimage.c
diff --git a/debian/rules b/debian/rules
index 0e3b0d4..536a0b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,9 @@ override_dh_link:
 	dh_link -plibsdl2-image-dev usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2_image-2.0.so.0.0.0 usr/lib/$(DEB_HOST_MULTIARCH)/libSDL2_image-2.0.so
 	dh_link --remaining-packages
 
+override_dh_compress:
+	dh_compress -Xshowimage.c
+
 override_dh_strip:
 	dh_strip --dbg-package=libsdl2-image-dbg
 

-- 
Debian packaging of SDL2_image



More information about the pkg-sdl-commits mailing list