~ubuntu-branches/ubuntu/vivid/flufl.bounce/vivid

« back to all changes in this revision

Viewing changes to debian/patches/setup.patch

  • Committer: Package Import Robot
  • Author(s): Barry Warsaw
  • Date: 2014-08-18 12:11:42 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140818121142-mhyw2chgj4pt1uul
Tags: 2.3-1
* New upstream release.
* d/copyright: Update copyright years.
* d/control:
  - Updated maintainer email address.
  - Updated Build-Depends.
  - Updated Standards-Version with no further changes needed.
  - wrap-and-sort
* d/rules: Port to --buildsystem=pybuild
* d/*.install: Removed.
* d/patches/setup.patch: Removed.
* d/python-flufl.bounce.links: Removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Comment out distribute_setup since this could lead to the
2
 
 downloading of distribute from PyPI.
3
 
Author: Barry Warsaw <barry@python.org>
4
 
Forwarded: not-needed
5
 
 
6
 
=== modified file 'setup.py'
7
 
--- a/setup.py  2012-01-04 16:39:36 +0000
8
 
+++ b/setup.py  2012-01-27 00:26:48 +0000
9
 
@@ -15,8 +15,8 @@
10
 
 # You should have received a copy of the GNU Lesser General Public License
11
 
 # along with flufl.bounce.  If not, see <http://www.gnu.org/licenses/>.
12
 
 
13
 
-import distribute_setup
14
 
-distribute_setup.use_setuptools()
15
 
+## import distribute_setup
16
 
+## distribute_setup.use_setuptools()
17
 
 
18
 
 from setup_helpers import (
19
 
     description, find_doctests, get_version, long_description, require_python)
20