r501 - non-free/packages/oolite-data/trunk/debian

Eddy Petrisor eddyp-guest at costa.debian.org
Sat Apr 15 01:23:11 UTC 2006


Author: eddyp-guest
Date: 2006-04-15 01:23:11 +0000 (Sat, 15 Apr 2006)
New Revision: 501

Added:
   non-free/packages/oolite-data/trunk/debian/lintian-override
Modified:
   non-free/packages/oolite-data/trunk/debian/changelog
   non-free/packages/oolite-data/trunk/debian/rules
Log:
misc: explain the mv command in the changelog

Modified: non-free/packages/oolite-data/trunk/debian/changelog
===================================================================
--- non-free/packages/oolite-data/trunk/debian/changelog	2006-04-15 01:19:43 UTC (rev 500)
+++ non-free/packages/oolite-data/trunk/debian/changelog	2006-04-15 01:23:11 UTC (rev 501)
@@ -1,6 +1,8 @@
 oolite-data (1.62-5-1) unstable; urgency=low
 
   * Initial release (ITP not filled)
+  * Resources/Info-Oolite.plist is moved out of the way because it belongs to
+    the oolite package
 
  -- Eddy Petrișor <eddy.petrisor at gmail.com>  Sat, 15 Apr 2006 02:16:25 +0300
 

Added: non-free/packages/oolite-data/trunk/debian/lintian-override
===================================================================
--- non-free/packages/oolite-data/trunk/debian/lintian-override	2006-04-15 01:19:43 UTC (rev 500)
+++ non-free/packages/oolite-data/trunk/debian/lintian-override	2006-04-15 01:23:11 UTC (rev 501)
@@ -0,0 +1 @@
+oolite-data: image-file-in-usr-lib

Modified: non-free/packages/oolite-data/trunk/debian/rules
===================================================================
--- non-free/packages/oolite-data/trunk/debian/rules	2006-04-15 01:19:43 UTC (rev 500)
+++ non-free/packages/oolite-data/trunk/debian/rules	2006-04-15 01:23:11 UTC (rev 501)
@@ -84,11 +84,27 @@
 	if [ -e Resources/Info-Oolite.plist ] ; then \
 	mv Resources/Info-Oolite.plist debian/Info-Oolite.plist ; \
 	fi
+	set -e ; \
+	if [ -e Resources/Textures/MorayMED_bottom.png ] ; then \
+	chmod 0644 Resources/Textures/MorayMED_bottom.png ; \
+	fi
+	set -e ; \
+	if [ -e Resources/Textures/MorayMED_top.png ] ; then \
+	chmod 0644 Resources/Textures/MorayMED_top.png ; \
+	fi
 
 unpatch:
 	set -e ; \
 	if [ -e debian/Info-Oolite.plist ] ; then \
 	mv debian/Info-Oolite.plist Resources/Info-Oolite.plist ; \
 	fi
+	set -e ; \
+	if [ -e Resources/Textures/MorayMED_bottom.png ] ; then \
+	chmod 0755 Resources/Textures/MorayMED_bottom.png ; \
+	fi
+	set -e ; \
+	if [ -e Resources/Textures/MorayMED_top.png ] ; then \
+	chmod 0755 Resources/Textures/MorayMED_top.png ; \
+	fi
 
 .PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-games-devel mailing list