[SCM] Packaging for londonlaw branch, master, updated. debian/0.2.1-10-14-gb71eca4

Bruno Kleinert fuddl at tauware.de
Sat Nov 21 19:23:10 UTC 2009


The following commit has been merged in the master branch:
commit 462ebc39f3e3eba33c5efeea96839867241a6dbd
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Sat Nov 21 19:38:40 2009 +0100

    Add the automatically created patch
    
    I didn't notice there where local changes made to upstream files by the previous
    .diff.gz.

diff --git a/debian/patches/debian-changes-0.2.1-11 b/debian/patches/debian-changes-0.2.1-11
new file mode 100644
index 0000000..bd505a1
--- /dev/null
+++ b/debian/patches/debian-changes-0.2.1-11
@@ -0,0 +1,45 @@
+Description: Upstream changes introduced in version 0.2.1-11
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ londonlaw (0.2.1-11) unstable; urgency=low
+ .
+   * Convert the package to source format 3.0
+   * Fix dead URL in the watch file
+   * Bump standards version to 3.8.3. No changes required.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Bruno "Fuddl" Kleinert <fuddl at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- londonlaw-0.2.1.orig/londonlaw/server/Game.py
++++ londonlaw-0.2.1/londonlaw/server/Game.py
+@@ -20,6 +20,7 @@ import sets
+ 
+ from twisted.python import components
+ from twisted.python import log
++from zope import interface
+ 
+ from londonlaw.common.protocol import *
+ from londonlaw.common.map import *
+@@ -32,7 +33,7 @@ class GameError(Exception):
+    pass
+ 
+ 
+-class IGameListener(components.Interface):
++class IGameListener(interface.Interface):
+    def announceHistory(self, history):
+       pass
+ 

-- 
Packaging for londonlaw



More information about the Pkg-games-commits mailing list