From: Javier S. Pedro Date: Fri, 14 Aug 2009 20:27:38 +0000 (+0200) Subject: release 0.9.2 X-Git-Tag: drnoksnes_0_9_2^0 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=53c2051fadc3ce14ad10ac5d9c8b4cfa1fa2e3db;p=drnoksnes release 0.9.2 Fixing packaging --- diff --git a/debian/control b/debian/control index dfa2846..176f9ea 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,13 @@ Source: drnoksnes Section: user/games Priority: extra Maintainer: Javier S. Pedro -Build-Depends: debhelper (>= 5), quilt, m4, pkg-config, maemo-version, - libsdl1.2-dev, libx11-dev, x11proto-core-dev +Build-Depends: debhelper (>= 5), pkg-config, maemo-version, libsdl1.2-dev, + libx11-dev, x11proto-core-dev, libxsp-dev, libpopt-dev, zlib1g-dev Standards-Version: 3.7.2 Package: drnoksnes Architecture: armel Depends: ${shlibs:Depends}, ${misc:Depends} Description: Super Nintendo Entertainment System emulator - A Super NES emulator, currently developers only. + A Super NES emulator, currently without interface but plan on adding one. + diff --git a/debian/rules b/debian/rules index 11c6b19..2e95bc6 100755 --- a/debian/rules +++ b/debian/rules @@ -9,8 +9,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -#include /usr/share/quilt/quilt.make - # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -30,6 +28,7 @@ else ifneq (,$(findstring arm,$(DEB_BUILD_GNU_TYPE))) ifneq (,$(findstring vfp,$(DEB_BUILD_OPTIONS))) CFLAGS += -march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp endif + # Fixes hang while exiting on Diablo. CFLAGS += -static-libgcc else # x86 echo "This package does not build in x86"