[pkg-fgfs-crew] [simgear] 03/03: Minor correction to the autogeneration of .install files: We must not ever remove libsimgear-dev.install.

Markus Wanner markus_wanner-guest at moszumanska.debian.org
Wed Jan 22 21:56:08 UTC 2014


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

markus_wanner-guest pushed a commit to branch master
in repository simgear.

commit daaed150b910968991735131fff2cffdd7eb265f
Author: Markus Wanner <markus at bluegap.ch>
Date:   Wed Jan 22 22:55:11 2014 +0100

    Minor correction to the autogeneration of .install files:
    We must not ever remove libsimgear-dev.install.
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c5043b4..4abdd24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,11 +43,13 @@ override_dh_auto_clean:
 #	upsteram version.
 	cat $(CURDIR)/debian/control.in \
 		| sed 's/\#\#UVER/$(UVER)/' > $(CURDIR)/debian/control
-	rm -f $(CURDIR)/debian/libsimgear*.shlibs $(CURDIR)/debian/libsimgear*.install
+	rm -f $(CURDIR)/debian/libsimgearcore*.shlibs $(CURDIR)/debian/libsimgearcore*.install
 	echo "libSimGearCore $(UVER) libsimgearcore$(UVER) (>= $(UVER)~)" \
 		> $(CURDIR)/debian/libsimgearcore$(UVER).shlibs
 	echo "usr/lib/*/libSimGearCore.so.*" \
 		> $(CURDIR)/debian/libsimgearcore$(UVER).install
+
+	rm -f $(CURDIR)/debian/libsimgearscene*.shlibs $(CURDIR)/debian/libsimgearscene*.install
 	echo "libSimGearScene $(UVER) libsimgearscene$(UVER) (>= $(UVER)~)" \
 		> $(CURDIR)/debian/libsimgearscene$(UVER).shlibs
 	echo "usr/lib/*/libSimGearScene.so.*" \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/simgear.git



More information about the pkg-fgfs-crew mailing list