[Pkg-sdl-commits] [libsdl2] 08/13: Change dh_install --fill missing for dh_missing, and update files
Manuel A. Fernandez Montecelo
mafm at moszumanska.debian.org
Tue Sep 26 22:40:15 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 0372b1a0e48809c1ce2c7459a14c866155fc5cdf
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date: Wed Sep 27 00:03:04 2017 +0200
Change dh_install --fill missing for dh_missing, and update files
New files are:
dh_missing --fail-missing -XlibSDL2main.la -XlibSDL2_test.la
instead of: libSDL2.la
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 4311a49..c3a97d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,8 +69,8 @@ override_dh_auto_clean-indep:
rm -f debian/examples.tar.gz
rm -rf output
-override_dh_install:
- dh_install --fail-missing -XlibSDL2.la
+override_dh_missing:
+ dh_missing --fail-missing -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