infon-devel (0~r218-1) debian-dir only changes

Summary

 debian/changelog |   13 +++++++++++++
 debian/compat    |    1 +
 debian/control   |   27 +++++++++++++++++++++++++++
 debian/copyright |   31 +++++++++++++++++++++++++++++++
 debian/dirs      |    2 ++
 debian/rules     |   41 +++++++++++++++++++++++++++++++++++++++++
 6 files changed, 115 insertions(+)

    
download this patch

Patch contents

--- infon-devel-0~r218.orig/debian/rules
+++ infon-devel-0~r218/debian/rules
@@ -0,0 +1,41 @@
+#!/usr/bin/make -f
+
+build:
+
+clean:
+	dh_testdir
+	dh_clean 
+	rm -f *.pyc
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	install -m 0755 $(CURDIR)/infon-devel.py $(CURDIR)/debian/infon-devel/usr/bin/infon-devel
+	sed -i -e 's!^PREFIX.*$$!PREFIX = "/usr/share/infon-devel/"!' $(CURDIR)/debian/infon-devel/usr/bin/infon-devel
+	install -m 0644 $(CURDIR)/connview.py	\
+	                $(CURDIR)/infonconn.py	\
+	                $(CURDIR)/marker.png	\
+			$(CURDIR)/debian/infon-devel/usr/share/infon-devel
+
+
+binary-indep: build install
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installman infon-devel.1
+	dh_compress
+	dh_fixperms
+	dh_pycentral
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--- infon-devel-0~r218.orig/debian/dirs
+++ infon-devel-0~r218/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/infon-devel
--- infon-devel-0~r218.orig/debian/control
+++ infon-devel-0~r218/debian/control
@@ -0,0 +1,27 @@
+Source: infon-devel
+Section: games
+Priority: extra
+Maintainer: Joachim Breitner <nomeata@debian.org>
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6)
+XS-Python-Version: all
+Standards-Version: 3.7.2
+Homepage: http://infon.dividuum.de/
+XS-Vcs-Svn: http://infon.dividuum.de/svn/infon/trunk/contrib/infon-devel
+
+Package: infon-devel
+Architecture: all
+Suggests: infon-server
+Recommends: infon-viewer
+Depends: ${python:Depends}, python-gtksourceview2
+XB-Python-Version: ${python:Versions}
+Description: Develop bots for the infon game
+ Infon is a game which simulates the live of simple bugs who eat,
+ propagate, eat each other and evolve. The players can not control
+ the bugs directly but write their “intelligence” in the simple
+ script language lua and upload it to the game using a plain telnet
+ connection. The code can then be modified even while the game
+ is running.
+ .
+ This package contains a graphical lua editor with integration into
+ the infon server and allows easy uploading of the code. It also
+ marks the currently executed line of code.
--- infon-devel-0~r218.orig/debian/copyright
+++ infon-devel-0~r218/debian/copyright
@@ -0,0 +1,31 @@
+This package was debianized by Joachim Breitner <nomeata@debian.org> on
+Mon, 27 Nov 2006 18:17:14 +0000
+
+It was downloaded from http://infon.dividuum.de/
+
+Copyright Holder:
+
+Copyright: 2006 Joachim Breitner
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License, version 2 can be found in '/usr/share/common-licenses/GPL-2'.
+
+
+The Debian packaging is (C) 2006, Joachim Breitner <nomeata@debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- infon-devel-0~r218.orig/debian/compat
+++ infon-devel-0~r218/debian/compat
@@ -0,0 +1 @@
+5
--- infon-devel-0~r218.orig/debian/changelog
+++ infon-devel-0~r218/debian/changelog
@@ -0,0 +1,13 @@
+infon-devel (0~r218-1) unstable; urgency=low
+
+  * pygtksourceview is deprecated, use pygtksourceview2 instead
+    thanks to Emilio Pozuelo Monfort for the patch. (Closes: #532894)
+
+ -- Joachim Breitner <nomeata@debian.org>  Fri, 12 Jun 2009 20:11:23 +0200
+
+infon-devel (0~r144-1) unstable; urgency=low
+
+  * Initial Release
+  * Sponsored by http://www.aiti-kace.com.gh/
+
+ -- Joachim Breitner <nomeata@debian.org>  Fri, 22 Dec 2006 16:53:10 +0000