From 53c2051fadc3ce14ad10ac5d9c8b4cfa1fa2e3db Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 14 Aug 2009 22:27:38 +0200 Subject: [PATCH] release 0.9.2 Fixing packaging --- debian/control | 7 ++++--- debian/rules | 3 +-- 2 files changed, 5 insertions(+), 5 deletions(-) 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" -- 1.7.9.5