[Python-modules-commits] r20107 - in packages/python-scrapelib/trunk/debian (control)

achiang-guest at users.alioth.debian.org achiang-guest at users.alioth.debian.org
Thu Jan 26 06:19:03 UTC 2012


    Date: Thursday, January 26, 2012 @ 06:18:56
  Author: achiang-guest
Revision: 20107

debian/control:
  - remove unneeded python-httplib2 depends; already added by dh_python2
  - remove unneeded ${python:Breaks}
  - scrapeshell depends on python-pkg-resources

Modified:
  packages/python-scrapelib/trunk/debian/control

Modified: packages/python-scrapelib/trunk/debian/control
===================================================================
--- packages/python-scrapelib/trunk/debian/control	2012-01-26 03:16:16 UTC (rev 20106)
+++ packages/python-scrapelib/trunk/debian/control	2012-01-26 06:18:56 UTC (rev 20107)
@@ -15,8 +15,6 @@
 Package: python-scrapelib
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Breaks: ${python:Breaks}
-Recommends: python-httplib2
 Description: library for scraping websites
  At its simplest provides a replacement for urllib2’s urlopen functionality
  but can do much more.
@@ -34,8 +32,9 @@
 Section: net
 Architecture: all
 Depends: ipython,
-         python-scrapelib (= ${binary:Version}),
+         python-pkg-resources
          ${misc:Depends},
+         python-scrapelib (= ${binary:Version}),
          ${python:Depends}
 Recommends: python-lxml
 Description: ipython shell to examine python-scrapelib results




More information about the Python-modules-commits mailing list