[Python-apps-commits] r1493 - in packages/phenny/trunk/debian (3 files)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Wed Jun 25 19:06:21 UTC 2008


    Date: Wednesday, June 25, 2008 @ 19:06:20
  Author: nslater-guest
Revision: 1493

new upstream version

Modified:
  packages/phenny/trunk/debian/changelog
  packages/phenny/trunk/debian/patches/default-configuration.patch
Deleted:
  packages/phenny/trunk/debian/patches/bot-announce.patch

Modified: packages/phenny/trunk/debian/changelog
===================================================================
--- packages/phenny/trunk/debian/changelog	2008-06-24 18:42:49 UTC (rev 1492)
+++ packages/phenny/trunk/debian/changelog	2008-06-25 19:06:20 UTC (rev 1493)
@@ -1,3 +1,10 @@
+phenny (2~hg19-1) unstable; urgency=low
+
+  * New upstream version.
+  * Removed announce (NOTICE) functionality.
+
+ -- Noah Slater <nslater at bytesexual.org>  Wed, 25 Jun 2008 19:39:33 +0100
+
 phenny (2~hg16-1) unstable; urgency=low
 
   * New upstream version, updated translation module.

Deleted: packages/phenny/trunk/debian/patches/bot-announce.patch
===================================================================
--- packages/phenny/trunk/debian/patches/bot-announce.patch	2008-06-24 18:42:49 UTC (rev 1492)
+++ packages/phenny/trunk/debian/patches/bot-announce.patch	2008-06-25 19:06:20 UTC (rev 1493)
@@ -1,12 +0,0 @@
-diff -Nur phenny-2~hg11.orig/bot.py phenny-2~hg11.orig.new/bot.py
---- phenny-2~hg11.orig/bot.py	2008-03-09 21:59:54.000000000 +0000
-+++ phenny-2~hg11.orig.new/bot.py	2008-03-09 22:09:45.000000000 +0000
-@@ -157,6 +157,8 @@
-                   self.bot.msg(origin.sender, origin.nick + ': ' + msg))
-             elif attr == 'say': 
-                return lambda msg: self.bot.msg(origin.sender, msg)
-+            elif attr == 'announce':
-+               return lambda msg: self.bot.notice(origin.sender, msg)
-             return getattr(self.bot, attr)
- 
-       return PhennyWrapper(self)

Modified: packages/phenny/trunk/debian/patches/default-configuration.patch
===================================================================
--- packages/phenny/trunk/debian/patches/default-configuration.patch	2008-06-24 18:42:49 UTC (rev 1492)
+++ packages/phenny/trunk/debian/patches/default-configuration.patch	2008-06-25 19:06:20 UTC (rev 1493)
@@ -1,7 +1,7 @@
-diff -Nur -x '*.orig' -x '*~' phenny-2~hg14.orig/phenny phenny-2~hg14.orig.new/phenny
---- phenny-2~hg14.orig/phenny	2008-04-28 17:44:19.000000000 +0100
-+++ phenny-2~hg14.orig.new/phenny	2008-04-28 17:44:58.000000000 +0100
-@@ -26,26 +26,28 @@
+diff -Nur -x '*.orig' -x '*~' phenny-2~hg19.orig/phenny phenny-2~hg19.orig.new/phenny
+--- phenny-2~hg19.orig/phenny	2008-06-25 19:44:58.000000000 +0100
++++ phenny-2~hg19.orig.new/phenny	2008-06-25 19:52:10.000000000 +0100
+@@ -26,28 +26,28 @@
  def create_default_config(fn): 
     f = open(fn, 'w')
     print >> f, trim("""\
@@ -9,6 +9,8 @@
 -   host = 'irc.example.net'
 -   channels = ['#example', '#test']
 -   owner = 'yournickname'
+-
+-   # This isn't implemented yet:
 -   # serverpass = 'yourserverpassword'
 -
 -   # These are people who will be able to use admin.py's functions...




More information about the Python-apps-commits mailing list