atari800 (2.1.0-2) debian-dir only changes

Summary

 debian/changelog |   11 ++++++++++-
 debian/control   |    4 ++--
 debian/copyright |    6 ++++--
 debian/menu      |    6 +++---
 debian/postinst  |    2 ++
 debian/postrm    |    2 ++
 debian/prerm     |    3 +++
 7 files changed, 26 insertions(+), 8 deletions(-)

    
download this patch

Patch contents

--- atari800-2.1.0.orig/debian/postinst
+++ atari800-2.1.0/debian/postinst
@@ -1,2 +1,4 @@
 #!/bin/sh
+set -e 
+
 if [ "$1" = "configure" -a -x /usr/bin/update-menus ]; then update-menus ; fi
--- atari800-2.1.0.orig/debian/postrm
+++ atari800-2.1.0/debian/postrm
@@ -1,3 +1,5 @@
 #!/bin/sh
 
+set -e
+
 if [ -x /usr/bin/update-menus ]; then update-menus ; fi
--- atari800-2.1.0.orig/debian/prerm
+++ atari800-2.1.0/debian/prerm
@@ -1,4 +1,7 @@
 #!/bin/sh
+
+set -e
+
 if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/atari800 ]; then
 	rm -f /usr/doc/atari800
 fi
--- atari800-2.1.0.orig/debian/copyright
+++ atari800-2.1.0/debian/copyright
@@ -4,6 +4,8 @@
 sources from:
 	http://atari800.sourceforge.net/
 
-The following copyright applies to this package:
 
-GPLv2 (see /usr/share/common-licenses/GPL-2)
\ No newline at end of file
+Copyright:
+
+Copyright (C) 2008, Atari800 development team. Release under
+GPLv2 (see /usr/share/common-licenses/GPL-2)
--- atari800-2.1.0.orig/debian/menu
+++ atari800-2.1.0/debian/menu
@@ -1,6 +1,6 @@
-?package(atari800):needs="text" section="Apps/Emulators" \
+?package(atari800):needs="text" section="Applications/Emulators" \
 	title="Atari Emulator (curses)" command="atari800.curses"
-?package(atari800):needs="x11" section="Apps/Emulators" \
+?package(atari800):needs="x11" section="Applications/Emulators" \
 	title="Atari Emulator (sdl)" command="atari800"
-?package(atari800):needs="x11" section="Apps/Emulators" \
+?package(atari800):needs="x11" section="Applications/Emulators" \
 	title="Atari Emulator (X11)" command="atari800.x11"
--- atari800-2.1.0.orig/debian/control
+++ atari800-2.1.0/debian/control
@@ -2,8 +2,8 @@
 Section: contrib/otherosfs
 Priority: optional
 Maintainer: Antonin Kral <A.Kral@sh.cvut.cz>
-Build-Depends: libx11-dev, libxext-dev, libxt-dev, x-dev, libsdl1.2-dev, libncurses-dev, zlib1g-dev, libreadline5-dev
-Standards-Version: 3.7.2
+Build-Depends: libx11-dev, libxext-dev, libxt-dev, x11proto-core-dev, libsdl1.2-dev, libncurses-dev, zlib1g-dev, libreadline-dev, libpng12-dev, autotools-dev
+Standards-Version: 3.8.3
 
 Package: atari800
 Architecture: any
--- atari800-2.1.0.orig/debian/changelog
+++ atari800-2.1.0/debian/changelog
@@ -1,10 +1,19 @@
+atari800 (2.1.0-2) unstable; urgency=low
+
+  * Link against libreadline(6) (Closes: #553728)
+  * fixes stale autoconf files
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Tue, 22 Dec 2009 21:45:05 +0100
+
 atari800 (2.1.0-1) unstable; urgency=low
 
   * New upstream release.
   * Updated atari800.cfg example config file.
   * Added dependency to libreadline5-dev.
+  * added libpng12-dev to build depends
+  * hopefully fixed problem with gpg key in keyring
 
- -- Antonin Kral <A.Kral@sh.cvut.cz>  Fri, 27 Mar 2009 00:00:00 +0000
+ -- Antonin Kral <A.Kral@sh.cvut.cz>  Tue, 05 May 2009 19:05:33 +0000
 
 atari800 (2.0.3-1) unstable; urgency=low