release 0.9.2 drnoksnes_0_9_2
authorJavier S. Pedro <maemo@javispedro.com>
Fri, 14 Aug 2009 20:27:38 +0000 (22:27 +0200)
committerJavier S. Pedro <maemo@javispedro.com>
Fri, 14 Aug 2009 20:27:38 +0000 (22:27 +0200)
Fixing packaging

debian/control
debian/rules

index dfa2846..176f9ea 100644 (file)
@@ -2,12 +2,13 @@ Source: drnoksnes
 Section: user/games
 Priority: extra
 Maintainer: Javier S. Pedro <maemo@javispedro.com>
-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.
+
index 11c6b19..2e95bc6 100755 (executable)
@@ -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"