r508 - in non-free/packages/oolite/trunk/debian: . patches

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


Author: eddyp-guest
Date: 2006-04-15 16:01:45 +0000 (Sat, 15 Apr 2006)
New Revision: 508

Added:
   non-free/packages/oolite/trunk/debian/patches/
   non-free/packages/oolite/trunk/debian/patches/Info-Oolite.plist
Removed:
   non-free/packages/oolite/trunk/debian/Info-Oolite.plist
Modified:
   non-free/packages/oolite/trunk/debian/rules
Log:
misc: moved supplemental files in newly added patches directory


Deleted: non-free/packages/oolite/trunk/debian/Info-Oolite.plist
===================================================================
--- non-free/packages/oolite/trunk/debian/Info-Oolite.plist	2006-04-15 14:50:55 UTC (rev 507)
+++ non-free/packages/oolite/trunk/debian/Info-Oolite.plist	2006-04-15 16:01:45 UTC (rev 508)
@@ -1,96 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>English</string>
-	<key>CFBundleDocumentTypes</key>
-	<array>
-		<dict>
-			<key>CFBundleTypeExtensions</key>
-			<array>
-				<string>oolite-save</string>
-			</array>
-			<key>CFBundleTypeIconFile</key>
-			<string>oolite-document</string>
-			<key>CFBundleTypeName</key>
-			<string>Oolite Saved Game</string>
-			<key>CFBundleTypeRole</key>
-			<string>Editor</string>
-		</dict>
-		<dict>
-			<key>CFBundleTypeExtensions</key>
-			<array>
-				<string>oxp</string>
-			</array>
-			<key>CFBundleTypeIconFile</key>
-			<string>oolite-expansion-document</string>
-			<key>CFBundleTypeName</key>
-			<string>Oolite Expansion Pack</string>
-			<key>CFBundleTypeRole</key>
-			<string>Viewer</string>
-			<key>LSTypeIsPackage</key>
-			<true/>
-		</dict>
-	</array>
-	<key>CFBundleExecutable</key>
-	<string>Oolite</string>
-	<key>CFBundleIconFile</key>
-	<string>oolite-icon</string>
-	<key>CFBundleIdentifier</key>
-	<string>org.aegidian.oolite</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>Oolite</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
-	<key>CFBundleSignature</key>
-	<string>Ool8</string>
-	<key>CFBundleVersion</key>
-	<string>1.62</string>
-	<key>NSMainNibFile</key>
-	<string>MainMenu</string>
-	<key>NSPrincipalClass</key>
-	<string>OoliteApp</string>
-	<key>UTExportedTypeDeclarations</key>
-	<array>
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.aegidian.oolite.save</string>
-			<key>UTTypeDescription</key>
-			<string>Oolite Saved Game</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>public.content</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>oolite-save</string>
-				</array>
-			</dict>
-		</dict>
-		<dict>
-			<key>UTTypeIdentifier</key>
-			<string>org.aegidian.oolite.oxp</string>
-			<key>UTTypeDescription</key>
-			<string>Oolite Expansion Pack</string>
-			<key>UTTypeConformsTo</key>
-			<array>
-				<string>public.data</string>
-				<string>com.apple.package</string>
-			</array>
-			<key>UTTypeTagSpecification</key>
-			<dict>
-				<key>public.filename-extension</key>
-				<array>
-					<string>oxp</string>
-				</array>
-			</dict>
-		</dict>
-	</array>
-</dict>
-</plist>

Copied: non-free/packages/oolite/trunk/debian/patches/Info-Oolite.plist (from rev 507, non-free/packages/oolite/trunk/debian/Info-Oolite.plist)

Modified: non-free/packages/oolite/trunk/debian/rules
===================================================================
--- non-free/packages/oolite/trunk/debian/rules	2006-04-15 14:50:55 UTC (rev 507)
+++ non-free/packages/oolite/trunk/debian/rules	2006-04-15 16:01:45 UTC (rev 508)
@@ -79,7 +79,7 @@
 
 patch:
 	mkdir -p Contents Resources
-	cp debian/Info-Oolite.plist Resources/
+	cp debian/patches/Info-Oolite.plist Resources/
 
 unpatch: 
 	set -e ; if [ -e Resources/Info-Oolite.plist ]; then \




More information about the Pkg-games-devel mailing list