From ae6207c17c53e0319a39324e5c20bdccfbbd9976 Mon Sep 17 00:00:00 2001 From: jaybinks Date: Tue, 8 Jan 2008 12:11:00 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@758 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/UltraStarDeluxe.control | 18 +++++++++--------- Game/Code/package_debian.sh | 36 ++++++++++++++++++------------------ 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Game/Code/UltraStarDeluxe.control b/Game/Code/UltraStarDeluxe.control index 0fc4bf10..a9fe4f14 100644 --- a/Game/Code/UltraStarDeluxe.control +++ b/Game/Code/UltraStarDeluxe.control @@ -1,9 +1,9 @@ -Package: UltraStar-Deluxe -Priority: optional -Section: games -Installed-Size: 45 -Maintainer: Jay Binks -Architecture: i386 -Version: 1.1.1 -Depends: libc6 (>= 2.1), libavcodec, libavformat, libsqlite3, libsdl-ttf2.0, libsdl-image1.2, portaudio19 -Description: Ultrastar is a Karaoke game for the pc, similar to SingStar +Package: UltraStar-Deluxe +Priority: optional +Section: games +Installed-Size: 45 +Maintainer: Jay Binks +Architecture: i386 +Version: 1.1.1 +Depends: libc6 (>= 2.1), libavcodec, libavformat, libsqlite3, libsdl-ttf2.0, libsdl-image1.2, portaudio19 +Description: Ultrastar is a Karaoke game for the pc, similar to SingStar diff --git a/Game/Code/package_debian.sh b/Game/Code/package_debian.sh index b051f54e..373c82a0 100644 --- a/Game/Code/package_debian.sh +++ b/Game/Code/package_debian.sh @@ -1,18 +1,18 @@ -# This script should be run post-compile -# and i should move files to the correct location for packaging ... ( for DEB package ) - -rm -fr ../../../deb-package -clear - -mkdir ../../../deb-package -mkdir ../../../deb-package/usr -mkdir ../../../deb-package/usr/share -mkdir ../../../deb-package/usr/share/UltraStarDeluxe -mkdir ../../../deb-package/usr/bin - -cp ./UltraStar ../../../deb-package/usr/bin/UltraStarDeluxe - -cp -a ../../Themes/ ../../../deb-package/usr/share/UltraStarDeluxe/ -cp -a ../../Sounds/ ../../../deb-package/usr/share/UltraStarDeluxe/ -cp -a ../../Skins/ ../../../deb-package/usr/share/UltraStarDeluxe/ -cp -a ../../Languages/ ../../../deb-package/usr/share/UltraStarDeluxe/ +# This script should be run post-compile +# and i should move files to the correct location for packaging ... ( for DEB package ) + +rm -fr ../../../deb-package +clear + +mkdir ../../../deb-package +mkdir ../../../deb-package/usr +mkdir ../../../deb-package/usr/share +mkdir ../../../deb-package/usr/share/UltraStarDeluxe +mkdir ../../../deb-package/usr/bin + +cp ./UltraStar ../../../deb-package/usr/bin/UltraStarDeluxe + +cp -a ../../Themes/ ../../../deb-package/usr/share/UltraStarDeluxe/ +cp -a ../../Sounds/ ../../../deb-package/usr/share/UltraStarDeluxe/ +cp -a ../../Skins/ ../../../deb-package/usr/share/UltraStarDeluxe/ +cp -a ../../Languages/ ../../../deb-package/usr/share/UltraStarDeluxe/ -- cgit v1.2.3