[Python-apps-commits] r4697 - in packages/ibid/trunk/debian (2 files)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Sat Feb 6 22:29:19 UTC 2010


    Date: Saturday, February 6, 2010 @ 22:29:12
  Author: stefanor-guest
Revision: 4697

Bump revision and update patches

Modified:
  packages/ibid/trunk/debian/changelog
  packages/ibid/trunk/debian/patches/separate-data.diff

Modified: packages/ibid/trunk/debian/changelog
===================================================================
--- packages/ibid/trunk/debian/changelog	2010-02-06 11:10:24 UTC (rev 4696)
+++ packages/ibid/trunk/debian/changelog	2010-02-06 22:29:12 UTC (rev 4697)
@@ -1,5 +1,5 @@
-ibid (0+bzr879+dfsg-1) UNRELEASED; urgency=low
+ibid (0+bzr881+dfsg-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #565885)
 
- -- Stefano Rivera <stefano at rivera.za.net>  Fri, 05 Feb 2010 17:35:46 +0200
+ -- Stefano Rivera <stefano at rivera.za.net>  Sun, 07 Feb 2010 00:10:35 +0200

Modified: packages/ibid/trunk/debian/patches/separate-data.diff
===================================================================
--- packages/ibid/trunk/debian/patches/separate-data.diff	2010-02-06 11:10:24 UTC (rev 4696)
+++ packages/ibid/trunk/debian/patches/separate-data.diff	2010-02-06 22:29:12 UTC (rev 4697)
@@ -2,7 +2,7 @@
  imports with a library that looks in /usr/share/ibid.
 Author: Stefano Rivera <stefano at rivera.za.net>
 Forwarded: not-needed
-Last-Update: 2010-02-03
+Last-Update: 2010-02-07
 
 --- /dev/null
 +++ b/ibid/debian_resources.py
@@ -88,8 +88,8 @@
  from os.path import exists
  from shutil import copyfileobj
  
--from pkg_resources import resource_stream
-+from ibid.debian_resources import resource_stream
+-from pkg_resources import resource_filename, resource_stream
++from ibid.debian_resources import resource_filename, resource_stream
  from twisted.python.modules import getModule
  
  sys.path.insert(0, '.')




More information about the Python-apps-commits mailing list