[pkg-fgfs-crew] [flightgear-data] 01/01: Fixing some lintian warnings.

Markus Wanner markus_wanner-guest at moszumanska.debian.org
Tue Feb 18 03:37:34 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 flightgear-data.

commit 1ff1262f5fdeee3abd31539a0c6c065f8f9638d0
Author: Markus Wanner <markus at bluegap.ch>
Date:   Tue Feb 18 03:05:30 2014 +0100

    Fixing some lintian warnings.
    
    * Correct LP bug reference.
    * Make script convert.pl executable.
    * Drop two more copies of GPL-2+; it's covered in debian/copyright, already.
    * In addition: rename prerm and postinst, so it's more obvious they belong
      to the flightgear-data-base package.
---
 debian/changelog                                   | 4 +++-
 debian/{postinst => flightgear-data-base.postinst} | 0
 debian/{prerm => flightgear-data-base.prerm}       | 0
 debian/rules                                       | 3 +++
 4 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 61045b5..f07d003 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,9 @@ flightgear-data (3.0.0-1) unstable; urgency=low
   * New upstream release. Closes: #659677, #666783.
   * Adjust dependencies on flightgear.
   * Add Replaces on fgfs-aircrafts-base as well.
-  * Correct prerm script. Closes: #LP1262244.
+  * Make script convert.pl executable.
+  * Drop two more copies of GPL-2+; it's covered in debian/copyright, already.
+  * Correct prerm script. Closes: LP#1262244.
 
   [ Rebecca Palmer ]
   * Symlink To Correct Fonts Package. Closes: #724584.
diff --git a/debian/postinst b/debian/flightgear-data-base.postinst
similarity index 100%
rename from debian/postinst
rename to debian/flightgear-data-base.postinst
diff --git a/debian/prerm b/debian/flightgear-data-base.prerm
similarity index 100%
rename from debian/prerm
rename to debian/flightgear-data-base.prerm
diff --git a/debian/rules b/debian/rules
index 5a9e9fe..7377f39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,6 +79,7 @@ override_dh_auto_install:
 # Fix some insane permissions
 	find $(CURDIR)/debian/flightgear-data-*/usr/share/games/flightgear \
 		-type f -exec chmod 644 {} \;
+	chmod a+x $(CURDIR)/debian/flightgear-data-base/usr/share/games/flightgear/Textures.high/Trees/convert.pl
 
 # Drop some silly Windows PE32 executable files
 	find $(CURDIR)/debian -type f -iname "*.mdl" -delete
@@ -91,6 +92,8 @@ override_dh_auto_install:
 	rm -f $(CURDIR)/debian/flightgear-data-aircrafts/usr/share/games/flightgear/Aircraft/Cub/copying.txt \
 		$(CURDIR)/debian/flightgear-data-aircrafts/usr/share/games/flightgear/Aircraft/bo105/COPYING \
 		$(CURDIR)/debian/flightgear-data-aircrafts/usr/share/games/flightgear/Aircraft/ASK13/COPYING \
+		$(CURDIR)/debian/flightgear-data-aircrafts/usr/share/games/flightgear/Aircraft/Generic/Human/COPYING \
+		$(CURDIR)/debian/flightgear-data-aircrafts/usr/share/games/flightgear/AI/Aircraft/A330-MRTT/COPYING \
 		$(CURDIR)/debian/flightgear-data-base/usr/share/games/flightgear/ATC/Chatter/BR/LICENCE.txt \
 		$(CURDIR)/debian/flightgear-data-base/usr/share/games/flightgear/Aircraft/Generic/Engines/LICENSE
 

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



More information about the pkg-fgfs-crew mailing list