[Python-apps-commits] r62 - in /packages/harvestman/trunk/debian: changelog patches/00list patches/03_fix_encoding_declaration.dpatch

kumanna-guest at users.alioth.debian.org kumanna-guest at users.alioth.debian.org
Fri Sep 14 18:14:37 UTC 2007


Author: kumanna-guest
Date: Fri Sep 14 18:14:37 2007
New Revision: 62

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=62
Log:
* Add 03_fix_encoding_declaration to fix the declaration of encoding in
  feedparser.py and connector.py.

Added:
    packages/harvestman/trunk/debian/patches/03_fix_encoding_declaration.dpatch   (with props)
Modified:
    packages/harvestman/trunk/debian/changelog
    packages/harvestman/trunk/debian/patches/00list

Modified: packages/harvestman/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/harvestman/trunk/debian/changelog?rev=62&op=diff
==============================================================================
--- packages/harvestman/trunk/debian/changelog (original)
+++ packages/harvestman/trunk/debian/changelog Fri Sep 14 18:14:37 2007
@@ -7,8 +7,10 @@
     myself to Uploaders.
   * Add 02_fix_feedparser_indentation.dpatch to fix some indentation
     issues in feedparser.py.
+  * Add 03_fix_encoding_declaration to fix the declaration of encoding in
+    feedparser.py and connector.py.
 
- -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Fri, 14 Sep 2007 01:17:09 +0530
+ -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Fri, 14 Sep 2007 23:50:47 +0530
 
 harvestman (1.4.6-5) unstable; urgency=low
 

Modified: packages/harvestman/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-apps/packages/harvestman/trunk/debian/patches/00list?rev=62&op=diff
==============================================================================
--- packages/harvestman/trunk/debian/patches/00list (original)
+++ packages/harvestman/trunk/debian/patches/00list Fri Sep 14 18:14:37 2007
@@ -1,3 +1,3 @@
 01_setup_fix
 02_fix_feedparser_indentation
-
+03_fix_encoding_declaration

Added: packages/harvestman/trunk/debian/patches/03_fix_encoding_declaration.dpatch
URL: http://svn.debian.org/wsvn/python-apps/packages/harvestman/trunk/debian/patches/03_fix_encoding_declaration.dpatch?rev=62&op=file
==============================================================================
--- packages/harvestman/trunk/debian/patches/03_fix_encoding_declaration.dpatch (added)
+++ packages/harvestman/trunk/debian/patches/03_fix_encoding_declaration.dpatch Fri Sep 14 18:14:37 2007
@@ -1,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_fix_encoding_declaration.dpatch by  <akumar at ee.iitm.ac.in>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad harvestman-1.4.6~/HarvestMan/connector.py harvestman-1.4.6/HarvestMan/connector.py
+--- harvestman-1.4.6~/HarvestMan/connector.py	2005-08-19 13:49:04.000000000 +0530
++++ harvestman-1.4.6/HarvestMan/connector.py	2007-09-14 23:49:06.000000000 +0530
+@@ -1,4 +1,4 @@
+-# -- coding: latin-1
++# -*- coding: latin-1 -*-
+ """ HarvestManUrlConnector.py - Module to manage and retrieve data
+     from an internet connection using urllib2. This software is
+     part of the HarvestMan program.
+diff -urNad harvestman-1.4.6~/HarvestMan/feedparser.py harvestman-1.4.6/HarvestMan/feedparser.py
+--- harvestman-1.4.6~/HarvestMan/feedparser.py	2005-08-10 20:13:55.000000000 +0530
++++ harvestman-1.4.6/HarvestMan/feedparser.py	2007-09-14 23:48:32.000000000 +0530
+@@ -1,4 +1,4 @@
+-# -- coding: latin-1
++# -*- coding: latin-1 -*-
+ import xml.parsers.expat
+ 
+ class ConfigParser(object):

Propchange: packages/harvestman/trunk/debian/patches/03_fix_encoding_declaration.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-apps-commits mailing list