[Pkg-sdl-commits] [libsdl2] 10/13: libSDL2.la still exists as file that we don't want to install

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Tue Sep 26 22:40:16 UTC 2017


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

mafm pushed a commit to annotated tag debian/2.0.6+dfsg1-1
in repository libsdl2.

commit 07bc1fe1242221be328f1d4c6be45c6cddddfe78
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Wed Sep 27 00:09:34 2017 +0200

    libSDL2.la still exists as file that we don't want to install
    
    ... along with the new ones in this version: libSDL2main.la and libSDL2_test.la
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ccab775..fb6327c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,7 +70,7 @@ override_dh_auto_clean-indep:
 	rm -rf output
 
 override_dh_missing:
-	dh_missing --fail-missing -XlibSDL2main.la -XlibSDL2_test.la
+	dh_missing --fail-missing -XlibSDL2.la -XlibSDL2main.la -XlibSDL2_test.la
 
 override_dh_link:
         # to address lintian warning

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



More information about the pkg-sdl-commits mailing list