summaryrefslogtreecommitdiff
path: root/python-requests_0.14.0-1_amd64.build
blob: c5654a99803b69f7c898291a97fdd52a8583320e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
 dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): 
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): 
dpkg-buildpackage: source package python-requests
dpkg-buildpackage: source version 0.14.0-1
dpkg-buildpackage: source changed by Kristina Clair <kclair@leap.se>
 dpkg-source --before-build requests-0.14.0
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean 
   dh_testdir
   dh_auto_clean
running clean
'build/lib.linux-x86_64-2.6' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.6' does not exist -- can't clean it
   dh_clean
 dpkg-source -b requests-0.14.0
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building python-requests using existing ./python-requests_0.14.0.orig.tar.gz
dpkg-source: info: local changes stored in requests-0.14.0/debian/patches/debian-changes-0.14.0-1, the modified files are:
 requests-0.14.0/requests.egg-info/SOURCES.txt
dpkg-source: info: building python-requests in python-requests_0.14.0-1.debian.tar.gz
dpkg-source: info: building python-requests in python-requests_0.14.0-1.dsc
 debian/rules build
dh build 
   dh_testdir
   dh_auto_configure
   dh_auto_build
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.6
creating build/lib.linux-x86_64-2.6/requests
copying requests/_oauth.py -> build/lib.linux-x86_64-2.6/requests
copying requests/sessions.py -> build/lib.linux-x86_64-2.6/requests
copying requests/certs.py -> build/lib.linux-x86_64-2.6/requests
copying requests/utils.py -> build/lib.linux-x86_64-2.6/requests
copying requests/auth.py -> build/lib.linux-x86_64-2.6/requests
copying requests/models.py -> build/lib.linux-x86_64-2.6/requests
copying requests/status_codes.py -> build/lib.linux-x86_64-2.6/requests
copying requests/async.py -> build/lib.linux-x86_64-2.6/requests
copying requests/cookies.py -> build/lib.linux-x86_64-2.6/requests
copying requests/compat.py -> build/lib.linux-x86_64-2.6/requests
copying requests/hooks.py -> build/lib.linux-x86_64-2.6/requests
copying requests/__init__.py -> build/lib.linux-x86_64-2.6/requests
copying requests/structures.py -> build/lib.linux-x86_64-2.6/requests
copying requests/defaults.py -> build/lib.linux-x86_64-2.6/requests
copying requests/safe_mode.py -> build/lib.linux-x86_64-2.6/requests
copying requests/exceptions.py -> build/lib.linux-x86_64-2.6/requests
copying requests/api.py -> build/lib.linux-x86_64-2.6/requests
creating build/lib.linux-x86_64-2.6/requests/packages
copying requests/packages/__init__.py -> build/lib.linux-x86_64-2.6/requests/packages
creating build/lib.linux-x86_64-2.6/requests/packages/urllib3
copying requests/packages/urllib3/_collections.py -> build/lib.linux-x86_64-2.6/requests/packages/urllib3
copying requests/packages/urllib3/filepost.py -> build/lib.linux-x86_64-2.6/requests/packages/urllib3
copying requests/packages/urllib3/poolmanager.py -> build/lib.linux-x86_64-2.6/requests/packages/urllib3
copying requests/packages/urllib3/__init__.py -> build/lib.linux-x86_64-2.6/requests/packages/urllib3
copying requests/packages/urllib3/connectionpool.py -> build/lib.linux-x86_64-2.6/requests/packages/urllib3
copying requests/packages/urllib3/util.py -> build/lib.linux-x86_64-2.6/requests/packages/urllib3
copying requests/packages/urllib3/response.py -> build/lib.linux-x86_64-2.6/requests/packages/urllib3
copying requests/packages/urllib3/request.py -> build/lib.linux-x86_64-2.6/requests/packages/urllib3
copying requests/packages/urllib3/exceptions.py -> build/lib.linux-x86_64-2.6/requests/packages/urllib3
creating build/lib.linux-x86_64-2.6/requests/packages/urllib3/packages
copying requests/packages/urllib3/packages/__init__.py -> build/lib.linux-x86_64-2.6/requests/packages/urllib3/packages
copying requests/packages/urllib3/packages/six.py -> build/lib.linux-x86_64-2.6/requests/packages/urllib3/packages
copying requests/packages/urllib3/packages/ordered_dict.py -> build/lib.linux-x86_64-2.6/requests/packages/urllib3/packages
creating build/lib.linux-x86_64-2.6/requests/packages/urllib3/packages/ssl_match_hostname
copying requests/packages/urllib3/packages/ssl_match_hostname/__init__.py -> build/lib.linux-x86_64-2.6/requests/packages/urllib3/packages/ssl_match_hostname
creating build/lib.linux-x86_64-2.6/requests/packages/oauthlib
copying requests/packages/oauthlib/common.py -> build/lib.linux-x86_64-2.6/requests/packages/oauthlib
copying requests/packages/oauthlib/__init__.py -> build/lib.linux-x86_64-2.6/requests/packages/oauthlib
creating build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth1
copying requests/packages/oauthlib/oauth1/__init__.py -> build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth1
creating build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth1/rfc5849
copying requests/packages/oauthlib/oauth1/rfc5849/parameters.py -> build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth1/rfc5849
copying requests/packages/oauthlib/oauth1/rfc5849/utils.py -> build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth1/rfc5849
copying requests/packages/oauthlib/oauth1/rfc5849/signature.py -> build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth1/rfc5849
copying requests/packages/oauthlib/oauth1/rfc5849/__init__.py -> build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth1/rfc5849
creating build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth2
copying requests/packages/oauthlib/oauth2/__init__.py -> build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth2
creating build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth2/draft25
copying requests/packages/oauthlib/oauth2/draft25/parameters.py -> build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth2/draft25
copying requests/packages/oauthlib/oauth2/draft25/utils.py -> build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth2/draft25
copying requests/packages/oauthlib/oauth2/draft25/__init__.py -> build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth2/draft25
copying requests/packages/oauthlib/oauth2/draft25/tokens.py -> build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth2/draft25
creating build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/jisfreq.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/sbcsgroupprober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/langhungarianmodel.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/gb2312freq.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/mbcsgroupprober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/charsetprober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/mbcharsetprober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/langthaimodel.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/euctwfreq.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/escsm.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/gb2312prober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/mbcssm.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/latin1prober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/eucjpprober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/sbcharsetprober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/euctwprober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/utf8prober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/big5prober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/escprober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/chardistribution.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/big5freq.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/__init__.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/sjisprober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/langgreekmodel.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/euckrfreq.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/langhebrewmodel.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/universaldetector.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/langcyrillicmodel.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/euckrprober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/codingstatemachine.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/hebrewprober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/jpcntx.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/constants.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/langbulgarianmodel.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
copying requests/packages/chardet/charsetgroupprober.py -> build/lib.linux-x86_64-2.6/requests/packages/chardet
running egg_info
writing requests.egg-info/PKG-INFO
writing top-level names to requests.egg-info/top_level.txt
writing dependency_links to requests.egg-info/dependency_links.txt
reading manifest file 'requests.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'tests/*.'
writing manifest file 'requests.egg-info/SOURCES.txt'
copying requests/cacert.pem -> build/lib.linux-x86_64-2.6/requests
   dh_auto_test
 fakeroot debian/rules binary
dh binary 
   dh_testroot
   dh_prep
   dh_installdirs
   dh_auto_install
running install
running build
running build_py
running egg_info
writing requests.egg-info/PKG-INFO
writing top-level names to requests.egg-info/top_level.txt
writing dependency_links to requests.egg-info/dependency_links.txt
reading manifest file 'requests.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'tests/*.'
writing manifest file 'requests.egg-info/SOURCES.txt'
running install_lib
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/_oauth.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/sessions.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/certs.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/utils.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/auth.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3
copying build/lib.linux-x86_64-2.6/requests/packages/urllib3/_collections.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3
copying build/lib.linux-x86_64-2.6/requests/packages/urllib3/filepost.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3/packages
copying build/lib.linux-x86_64-2.6/requests/packages/urllib3/packages/__init__.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3/packages
copying build/lib.linux-x86_64-2.6/requests/packages/urllib3/packages/six.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3/packages
copying build/lib.linux-x86_64-2.6/requests/packages/urllib3/packages/ordered_dict.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3/packages
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname
copying build/lib.linux-x86_64-2.6/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname
copying build/lib.linux-x86_64-2.6/requests/packages/urllib3/poolmanager.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3
copying build/lib.linux-x86_64-2.6/requests/packages/urllib3/__init__.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3
copying build/lib.linux-x86_64-2.6/requests/packages/urllib3/connectionpool.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3
copying build/lib.linux-x86_64-2.6/requests/packages/urllib3/util.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3
copying build/lib.linux-x86_64-2.6/requests/packages/urllib3/response.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3
copying build/lib.linux-x86_64-2.6/requests/packages/urllib3/request.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3
copying build/lib.linux-x86_64-2.6/requests/packages/urllib3/exceptions.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/urllib3
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib
copying build/lib.linux-x86_64-2.6/requests/packages/oauthlib/common.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth2
copying build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth2/__init__.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth2
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth2/draft25
copying build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth2/draft25/parameters.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth2/draft25
copying build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth2/draft25/utils.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth2/draft25
copying build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth2/draft25/__init__.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth2/draft25
copying build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth2/draft25/tokens.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth2/draft25
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth1
copying build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth1/__init__.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth1
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth1/rfc5849
copying build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth1/rfc5849/parameters.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth1/rfc5849
copying build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth1/rfc5849/utils.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth1/rfc5849
copying build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth1/rfc5849/signature.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth1/rfc5849
copying build/lib.linux-x86_64-2.6/requests/packages/oauthlib/oauth1/rfc5849/__init__.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib/oauth1/rfc5849
copying build/lib.linux-x86_64-2.6/requests/packages/oauthlib/__init__.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/oauthlib
copying build/lib.linux-x86_64-2.6/requests/packages/__init__.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages
creating /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/jisfreq.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/sbcsgroupprober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/langhungarianmodel.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/gb2312freq.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/mbcsgroupprober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/charsetprober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/mbcharsetprober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/langthaimodel.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/euctwfreq.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/escsm.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/gb2312prober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/mbcssm.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/latin1prober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/eucjpprober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/sbcharsetprober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/euctwprober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/utf8prober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/big5prober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/escprober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/chardistribution.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/big5freq.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/__init__.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/sjisprober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/langgreekmodel.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/euckrfreq.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/langhebrewmodel.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/universaldetector.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/langcyrillicmodel.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/euckrprober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/codingstatemachine.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/hebrewprober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/jpcntx.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/constants.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/langbulgarianmodel.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/packages/chardet/charsetgroupprober.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests/packages/chardet
copying build/lib.linux-x86_64-2.6/requests/models.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/status_codes.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/async.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/cookies.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/compat.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/hooks.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/__init__.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/structures.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/defaults.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/cacert.pem -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/safe_mode.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/exceptions.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
copying build/lib.linux-x86_64-2.6/requests/api.py -> /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests
running install_egg_info
Copying requests.egg-info to /home/kclair/dev/leap/build-deb/deps/python-requests/requests-0.14.0/debian/python-requests/usr/lib/python2.6/dist-packages/requests-0.14.0.egg-info
running install_scripts
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_installexamples
   dh_installman
   dh_installcatalogs
   dh_installcron
   dh_installdebconf
   dh_installemacsen
   dh_installifupdown
   dh_installinfo
   dh_pysupport
   dh_installinit
   dh_installmenu
   dh_installmime
   dh_installmodules
   dh_installlogcheck
   dh_installlogrotate
   dh_installpam
   dh_installppp
   dh_installudev
   dh_installwm
   dh_installxfonts
   dh_bugfiles
   dh_lintian
   dh_gconf
   dh_icons
   dh_perl
   dh_usrlocal
   dh_link
   dh_compress
   dh_fixperms
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: warning: 'debian/python-requests/DEBIAN/control' contains user-defined field 'Python-Version'
dpkg-deb: warning: ignoring 1 warning about the control file(s)

dpkg-deb: building package `python-requests' in `../python-requests_0.14.0-1_all.deb'.
 dpkg-genchanges  >../python-requests_0.14.0-1_amd64.changes
dpkg-genchanges: including full source code in upload
 dpkg-source --after-build requests-0.14.0
dpkg-buildpackage: full upload (original source is included)
Now running lintian...
W: python-requests source: dh-make-template-in-source debian/python-requests.doc-base.EX
W: python-requests source: dh-make-template-in-source debian/emacsen-startup.ex
W: python-requests source: dh-make-template-in-source debian/init.d.ex
W: python-requests source: dh-make-template-in-source debian/manpage.1.ex
W: python-requests source: dh-make-template-in-source debian/postinst.ex
W: python-requests source: dh-make-template-in-source debian/menu.ex
W: python-requests source: dh-make-template-in-source debian/watch.ex
W: python-requests source: dh-make-template-in-source debian/manpage.sgml.ex
W: python-requests source: dh-make-template-in-source debian/emacsen-install.ex
W: python-requests source: dh-make-template-in-source debian/emacsen-remove.ex
W: python-requests source: dh-make-template-in-source debian/manpage.xml.ex
W: python-requests source: dh-make-template-in-source debian/python-requests.default.ex
W: python-requests source: dh-make-template-in-source debian/postrm.ex
W: python-requests source: dh-make-template-in-source debian/preinst.ex
W: python-requests source: dh-make-template-in-source debian/python-requests.cron.d.ex
W: python-requests source: dh-make-template-in-source debian/prerm.ex
W: python-requests source: ancient-standards-version 3.8.4 (current is 3.9.1)
W: python-requests: readme-debian-contains-debmake-template
E: python-requests: description-contains-invalid-control-statement
W: python-requests: extended-description-line-too-long
W: python-requests: new-package-should-close-itp-bug
W: python-requests: wrong-bug-number-in-closes l3:#nnnn
Finished running lintian.
Now signing changes and any dsc files...
 signfile python-requests_0.14.0-1.dsc Kristina Clair <kclair@leap.se>

 signfile python-requests_0.14.0-1_amd64.changes Kristina Clair <kclair@leap.se>

Successfully signed dsc and changes files