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

Bruno Kleinert fuddl at tauware.de
Sat Jul 31 22:45:14 UTC 2010


The following commit has been merged in the master branch:
commit 70317f447212fb9305169b46d345e01782eed14e
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Sat Jul 31 17:32:08 2010 -0400

    Rename debian-changes patch
    
    In fact it was a patch to adapt to newer python-zope stuff.

diff --git a/debian/changelog b/debian/changelog
index e90d5a7..64b3f59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+londonlaw (0.2.1-12) unstable; urgency=low
+
+  * Rename misleading named patch debian-changes-0.2.1-11 to
+    python-zope-fixes.patch and remove off-topic generated comment from it
+
+ -- Bruno "Fuddl" Kleinert <fuddl at debian.org>  Sat, 31 Jul 2010 17:30:03 -0400
+
 londonlaw (0.2.1-11) unstable; urgency=low
 
   * Convert the package to source format 3.0
diff --git a/debian/patches/debian-changes-0.2.1-11 b/debian/patches/debian-changes-0.2.1-11
deleted file mode 100644
index d4a2dc2..0000000
--- a/debian/patches/debian-changes-0.2.1-11
+++ /dev/null
@@ -1,49 +0,0 @@
-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
-   * Add manpages for london-client and -server binaries
-   * Corrected dead URL in watch file
-   * As required by the Debian policy, replace "copyright" by the unicode
-     character © in the copyright file and add the author's E-Mail address
- .
- 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
- 
diff --git a/debian/patches/python-zope-fixes.patch b/debian/patches/python-zope-fixes.patch
new file mode 100644
index 0000000..f847337
--- /dev/null
+++ b/debian/patches/python-zope-fixes.patch
@@ -0,0 +1,19 @@
+--- 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
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 10368ea..c123176 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
 01_wx24_fix.patch
-debian-changes-0.2.1-11
+python-zope-fixes.patch

-- 
Packaging for londonlaw



More information about the Pkg-games-commits mailing list