debian/0000775000000000000000000000000012633026355007175 5ustar debian/rules0000775000000000000000000000205412633026315010252 0ustar #!/usr/bin/make -f PIP_WHL=$(CURDIR)/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl PIP_WHL_PATCHED=$(CURDIR)/virtualenv_support/pip-1.5debian1-py2.py3-none-any.whl %: dh $@ --with python2 override_dh_auto_configure: # Patch the bundled pip [ -e $(PIP_WHL).orig ] || mv $(PIP_WHL) $(PIP_WHL).orig mkdir -p debian/pip unzip -d debian/pip $(PIP_WHL).orig # Add any necessary embedded pip patch applications here, e.g. #patch -d debian/pip -p1 < debian/patches/pip_non-writeable-home.patch patch -d debian/pip -p1 < debian/patches/tls-verification.diff cd debian/pip && zip -r $(PIP_WHL_PATCHED) . # Rebuild the embedded parts, we may be quilt patching their sources [ -e virtualenv.py.orig ] || cp virtualenv.py virtualenv.py.orig python bin/rebuild-script.py dh_auto_configure override_dh_auto_clean: [ ! -e virtualenv.py.orig ] || mv virtualenv.py.orig virtualenv.py rm -rf debian/pip $(PIP_WHL_PATCHED) [ ! -e $(PIP_WHL).orig ] || mv $(PIP_WHL).orig $(PIP_WHL) dh_auto_clean override_dh_installchangelogs: dh_installchangelogs docs/news.rst debian/docs0000664000000000000000000000003312262371627010047 0ustar docs/index.rst AUTHORS.txt debian/source/0000775000000000000000000000000012302664261010472 5ustar debian/source/format0000664000000000000000000000001411400332720011666 0ustar 3.0 (quilt) debian/source/include-binaries0000664000000000000000000000004012262547642013634 0ustar debian/upstream-signing-key.pgp debian/virtualenv.10000664000000000000000000001044112262545707011463 0ustar '\" t .\" Title: virtualenv .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.1 .\" Date: 12/02/2009 .\" Manual: .\" Source: .\" Language: English .\" .TH "VIRTUALENV" "1" "12/02/2009" "" "" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" virtualenv \- create virtual Python instances .SH "SYNOPSIS" .sp \fBvirtualenv\fR [options...] [\fIdestination\-directory\fR] .SH "DESCRIPTION" .sp virtualenv creates virtual Python executables, each of which can have its own set of installed modules\&. Programs that require different versions of modules or sets of modules that may be incompatible with others to be installed on the same system without conflicts\&. .sp The result is a directory containing its own Python executables (in \fIDIR\fB/bin/python\fIVER\fR and \fIDIR\fB/bin/python\fR) and its own module directory containing the standard library as installed by the system\&. Additional modules may be installed via setuptools, as invoked from the binary directory (\fIDIR\fB/bin/easy_install\fR)\&. The system\(aas site\-packages directories will not be available by default, but can be made visible with the \fB\-\-system\-site\-packages\fR option. They can then be overridden with locally\-installed modules\&. .sp In addition, a shell script called "activate" will be installed in the bin directory\&. If sourced, this will cause normal invocations of the Python executable to use the virtual environment\&. .sp By running the virtualenv command explicitly under the desired Python interpreter, the user can control which version of Python is created in the virtual environment\&. .SH "OPTIONS" .PP \fB\-h, \-\-help\fR .RS 4 Show summary of options\&. .RE .PP \fB\-\-version\fR .RS 4 Show the version of the program\&. .RE .PP \fB\-v, \-\-verbose\fR .RS 4 Be more verbose\&. .RE .PP \fB\-q, \-\-quiet\fR .RS 4 Be less verbose; suppress unimportant output\&. .RE .PP \fB\-\-clear\fR .RS 4 Clear out a previously\-created virtual Python instance in this location before creating a new one\&. .RE .PP \fB\-p \fIPYTHON_EXE\fR,\fB\-\-python\fR=\fIPYTHON_EXE\fR .RS 4 The Python interpreter to use to create the new environment\&. .RE .PP \fB\-\-no\-site\-packages\fR .RS 4 Ignored (the default). Don\(aat give access to the global site\-packages modules to the virtual environment\&. .RE .PP \fB\-\-system\-site\-packages\fR .RS 4 Give access to the global site\-packages modules to the virtual environment\&. .RE .PP \fB\-\-always\-copy\fR .RS 4 Always copy files rather than symlinking\&. .RE .PP \fB\-\-unzip\-setuptools\fR .RS 4 Unzip Setuptools when installing it\&. This fixes up scripts and makes all \fB.pth\fR files relative\&. .RE .PP \fB\-\-relocatable\fR .RS 4 Make an EXISTING virtualenv environment relocatable\&. .RE .PP \fB\-\-no\-setuptools\fR .RS 4 Do not install setuptools (or pip) in the new virtualenv. .RE .PP \fB\-\-no\-pip\fR .RS 4 Do not install pip in the new virtualenv. .RE .PP \fB\-\-extra\-search\-dir\fR=\fISEARCH_DIRS\fR .RS 4 Directory to search for setuptools/distribute/pip distributions in\&. Can be specified multiple times\&. .RE .PP \fB\-\-prompt\fR==\fIPROMPT\fR .RS 4 Provides an alternative prompt prefix for this environment\&. .SH "AUTHORS" .sp .if n \{\ .RS 4 .\} .nf This manual page was originally written by Jeff Licquia , later rewritten by Carl Chenet \&. .fi .if n \{\ .RE .\} .SH "LICENSE" .sp .if n \{\ .RS 4 .\} .nf Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2 or any later version published by the Free Software Foundation\&. .fi .if n \{\ .RE .\} .sp .if n \{\ .RS 4 .\} .nf On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. .fi .if n \{\ .RE .\} .SH "COPYRIGHT" .sp .if n \{\ .RS 4 .\} .nf Copyright \(co 2007 Jeff Licquia .fi .if n \{\ .RE .\} debian/watch0000664000000000000000000000017212262547266010235 0ustar version=3 opts=pgpsigurlmangle=s/$/.asc/ \ https://pypi.python.org/packages/source/v/virtualenv/ virtualenv-(.*)\.tar\.gz debian/upstream-signing-key.pgp0000664000000000000000000007572212262547266014013 0ustar  N$~4~Ǟv#$r ’RHCV;P-WJI-m[[Z 68ю\xrG洲Q˄]&?,@ "~gnD_ߕL3GM:Pu}HeD&X2"&$L<yMك{!wMyɒϔ2-}ҢU/2IW~bxVu0 /Q P]ȆtyTd¥AbKZ88I"F&-"^F:]٧NjMƻc|=1cޭzgr10Ԙ^?ąq^7TzfJENz^ ҐH& MǻxgT jb^gQ3 |SVb_,jo[FPo1H0@(2k]E:e KDHfZ9@H|c_xۮ3MaT*c_b KB3h?s5*Donald Stufft (dstufft) FR. ħgObj<8V@6&| I` |!Ғ'rR udh]HVE )U)|V6 (tj=X$PZ=Z6wMa(|/],3!fP9/%Jl$w% .uYj}s)㙜n)hZO Sz5+(,Guˀb&znf:,k(-9+5GEhC BӏiWN }gЂ20Dp!~jΐJgs<&  Q6 n<3r]h,^mWAJ+>w=u%}qRC|Uv65FG?s)OK a@T&eb*P_Z[R@Q:RH2L6GQv8pȻLfV4:iKW$Ҙ> ! .uj$)a024jkrDq1yt5hb-LXZgIW ܒfix߇V{#z/}ֵvAI'j$8e&L Ҩ6 ˬ e[Õ\J+Mڞusу-6+Donald Stufft (dstufft) FR. ħgOLR3q86͜5ՑբB%+=|3QKڰR udh]H:r 4Ardmd8r̆l_\/wsy̅cRE%tWqlYYՏqa(ij`Ҷ"$zJ@E9ܱ̪98{l4yOE΅H)wbku,V*i&0 gu̠Q೚+]*(0H61%Hcg4"q+~dYQ6 {Eϸn8"Qi   n<3r-Stp,L2N/ !-]_!;]Gom\D,#N/Z9}?kǸ"P/\ߞ0Ϸi`C*y.e: e@<$:t"Vskᖴd4aol] K&O1MPum(~j5< `2 IoO*&5.#Sy(v|7(O -i:; by|[P#fLJ{dnXb쾈?m+&ܒ.jŭ')qxp[M%ϊKh+tX0)u|6_7Z1O&DUH^+r6v/j֯նK>G2"U2SǩQÏ\Q@^y`/X %cOZjϨIt΀!s47'nCZu*E5ݎ-T-3ѨUa ȺVZS-|'/k?nۘ"b1{w%8"Qp   n<3rL%Np' 9($tFW7:B`ZHx@KmE! *pu~e~Aar !Gtn1&nS4[PJO7OTN;Z+ŷdt7]9֙"h9aHm2gas!$+h7Xq+h08@JBs}Sp4>ơM!ֆҜ&Hp55h]$:.0M3~K47Go–)&ҵ@qBJɴ{^x6 fծO!:&Fmd=BW|hѺp"ÍMpV.Kf - }w.sX֓C"ߚ8-Donald Stufft (dstufft) FR. ħgO?@?-8ԩj¼#QB!^/Tt.9ſWR udh]H_y2]]cg쿑c%FXW9 ٙNL4J #~>U&OoӞ+O{,kQ?^k*u}<#1/'mA USeΓl7=p =YGETҩA=W/U'q쐚}uυw$n|VϯMs vS5sRCuѯTN]6?At î8sC3Jfa꾈ou@)-Z6lGVycvsK{܍MI:5uuǷ!!W)!Ew$YWMp1SZkY.,P|T"X ,jr? h,\0*B\6 qyB>I!b . .EGMڂb1w0×#ťo`4l8担+a+yhL~7hmY3I)S)>A+a": -У%ơfHLD-8"Qh   n<3r ?8|^?3DV<;h6Y$耤IIE+{ñ߄T7v~/hؙj!,DaAؤ&> (U#)ys"3hav3^YԖ#ᭆ>J|d lU@:UœU54k*Gt7b B^;Pdx Z>,BeR Ie 'ܷ*_8"N$   n<3rSFx{Lir+OR9Є-`p'ի9w_J @>a6g\vJyYߊ-{ F-mTmcע[-ҷ S;f_b,aGk c3 ϡݴ}~]IçBjgGu OFyHMڄ2-E|=K&Q+! RB𣹑n)}>J8@2ZG" a=>֎ u a -e|]iDTfOF 9 Hm oŔo'O&+gjXN𘈢bl,(gҋCA1? ǔ9Y vqNY_Dr`\\-*Bw?>0 b*-V׻iG'ZeYT5NĹTȱttDB vE֋;bϖȼPB߷lz*w~dΗ.Donald Stufft (dstufft) N͋ 9.̩c|'T`ds[hpnCP@MlݐAg6EfA5vbZ],fz~O-Y&ImL} zS'}Cz*º|ոuGJPwvoq!y8eU3=4#oȳlZ0d k2x5^?LgX8jvVZg/@׀?D: jbKJbB$r$ZkRy]2YP-;RrCOA3:8Ir4Amu5NA<%l*N\kAjv ۍI-rYy]-Eyf YOȽYe{^(Ayg'@) qF1 30!LCJ](Ptcy&fA#āƖ=<qnj#;4xb#ѐHBz@O7mfN_-2D.F+ya 0 Q6 [ n<3r[M}TDЪ,MT eLW=ٌDAo©<2h*x$ a$";$ ehB^*-6zvA< 0dpZGQ[]u=*:ԝRb5~o7-Jp \Thz/So9JKv?D$x^p/81;d*1jH1旉b6^Y i>]՛U/*i? Шh]dI,7c47yg̮sOhRñ>vXZ#V!&d.u HWƿL[ 8"N$   n<3r|.fcv乢<ӥL7H;3=y&`AA 'y51;x&/@"yKP9Uiai;kCYoTJtWzi$)y=Y I! htg%2i`l^oC5ܵC-= ;J+E)3`N&ZˆLQ)%C=[HvWx/H:qPj}豏<ON%2?ēіuJnOmSsN%rc\A&/꼿{798t8>6 N~t80`RU>eM9WY;Y>XؑVfSթsaw4?m61\sBrY _ZonغSf#Bڈ3p)nh+0/ftT?1ʵ|*ߐۀ]@Y}71Donald Stufft (dstufft) FR. ħgOq$ B R&o"C.g/~cw-UR udh]H\w(}:ar=^nPyqٷgSN7 #:=B<έ  yIG e59m%o'v0G]is+'is?\5ݨӡEfwCQl~PvAɁZZJQG$ͷ2h`Qb ɠ]~pɿ_f?s؋鐪p5%`dXAѺ.BP+f|nPMN͋ 9.̩cQC@iItyP#ɓ۱W;;D܎1i&5[8YGdFO5#Ĺ|v*LVv?|>B|[Hz? ' L٩2k#-+MZK>pe$ȦLxvF\ӊҒcڭ%P+rTKN?Xe@*q7ļcZv=ewm*b&l*L..mD?CaanhfmdW8^U^M90L-" eyg/di76+8;tXnq-Knxխhs3oPM96t21:3(f W8aFMJЉұ[ ,F6ʭ}~C\-cwƩݡԞ8HqZ(`dͻp5㓌 #E84`1oC'iT_+q_f:̎ookx# U-Ȓ*f.ok°İ8"  Q6 n<3r0l_>P׻D,|0\图77I0PV[N6;TS-}wN( JgU#{L؅vEg([BdR'ljH< $=,!gH8ݹpSd9:jyt*!VOo8Tx;uZP5ly LH](gYwDؿ;%  N$ n<3r(Kr)ˁ} ֓s}a yuJI [lŽ2g?wLUs) "}FV{*OL_I=)mQK55TǧUC]7G[ƭRgAzR-Ha8< j? "B Ɛp +ToV>5 +< +F- ~J6.kf!C31QȬBLvп1Smz)ݹ?\6;恰t{NPMh뉚5͈be_I4дr?bшEsU]aAĕ brr50sEq$s S ohcf1sм WyqӚD:>7{ă+x#:JP3jۛ 2Donald Stufft (dstufft) FR. ħgO`*7^r溼~ϸ@ 3b֖z3R udh]H#Kw ?)9_iXN8u䢔^&%=W><#Xo 2U Ђk1 Nz2t{%c"rhEo|pI6u"j#*^'܆0"m` ݲR?yV86  "h,x|rrC@[7>nu5$*VtDj0+}`0ϊE5 Rˆ]]}_HCJ_#|Mw^8ٍKeɵYu"ԯ0rf|5Sh|jެmGBBװ9#Q8   n<3rN~x qk> TK3bg98M6t{5 lZG:M,bKE165gjJ=(4v WP5Donald Stufft (dstufft) 8"R   n<3r0qE%!?Rj0#zfk3Йػy u@ .Z-d|4IeJGsq.A0ZQSB@FH#Ε*~*l`L\GG^_/gB:;/pN ŶjrF[ChReSwuE19lޮb fX\ն'5T*jdO+1FH2QҐz9aWᣫjQenlnn 6I@/h QyɴhoFg!ptCQ! 0l%/~{篒&mqjH YS,S6K7=r $ZV p "t͵-@cUwc)Obrɨ**O0̙!ߪlmc`O@M!D; ĞYCyo *W̃dIYW7nc%r577Ƶ[Z bV̨Y[<8$WAfAaJFIFHH XICC_PROFILE HLinomntrRGB XYZ  1acspMSFTIEC sRGB-HP cprtP3desclwtptbkptrXYZgXYZ,bXYZ@dmndTpdmddvuedLview$lumimeas $tech0 rTRC< gTRC< bTRC< textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ QXYZ XYZ o8XYZ bXYZ $descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view_. \XYZ L VPWmeassig CRT curv #(-27;@EJOTY^chmrw| %+28>ELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)KmExifMM*V^(ifHHȠC     C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Ϫj6y m՚4mvIsqcmo/$ʒzS^CMp';̽Z/&$aP_s ]fYmVKmlmp= z5MSM3!$RGVOQYyujJ۔^b? ѼE5EBvϭ}s/: ڇcmR[0!.pB=u;K *}w#Q85V;V[KmXj7H0+0k?i7d웅?y xڡҮ4(8.]H95niyq(& `q[_xRnk΢G} G+ǭ\?h1h֩')rTniAZ6#H}C  {—zdЙ43'ކE;EV k7RAXJmu(Ì0>T׈ηcX@O`\|ZR`eU@={TWZ/(e tH~VWxcOG11'{PQ,RI8ʰ#5%QE|Q|bgh@['kU zTՓK7^@Bw#nq^{I{fWi\ܮHƸ P%<c&>/?Oun-Rܸ?&@J^OOmǵyw#ĞֹxuԤ}.\v6D˨K3FT'9,ރր/QExKPW_4aF2kVImtxf / k? DzBI ڹ˜v;vv5t5RCcÑho/i>,tl-7]py>%~mcV eChYDn`6A KK6F,qj3 ޽w_ w+iVp[ CG\_|Uef=XؾtXayy3ЖJm;D𞀶Z=vp`Pv2{&ot{l CϮ;לxXj׶8?,qwϥ|o$遮`"|`Bsj@k9dwڲ9\H O v #B*9&B8ֶ]h#4s9' F,$IsO858BY+ie H3%tAM7ዽw7'vꦫ .n34M$4j>X'Tv۔ aIiNmxeKSsWCss\i ((D,N~:!G%Q2Zɱ`Z孯7ws+o=Ѧ( 7P_ ,v^#Q\8nҾ{4,7C6:}KzIvqQ ^28-b;2:x[{hRʒ:{]yĴ GoV>?ʾt߈Ii%cdx#8=E}=/bԟ|+X?.{ZGk 1IA@|K4v}Yo: 8gaF~A|EU⛨t ܲ>k8\3H{02}'ᇏ.4S:@'$bUˀ7|+xCK)xKvXNo$ѹ-8RIĶdlC2M!'ɥВMk($S@QֶL͑FnrrǰVe׎kmRњrx䎟Aָ~n|. ǽ} Ekbm9d.:^}W(N> |NWw1Y6ZR5ܩG@~zNl E*FZh;A(WxMXDṘ$\^%­`1q"8@!wekn7}Ur/fbLfC!3ת]DR7N{HGyc~sz$` eVVRhnYs,8>уexѯ*Lg1 2ܒKW5;)vHS2[ ӎǽ~^Ch,O BE`/77g_a_ |FEZ_\,S_rn[$5p=|uٵA4+hƀ<ƍqe}N8EޕIh͵x `ƾF=.9渳$ #n*8+={M}9#GH<^F.ӹ7\b ;zQJZ* kb"R(O)ֵ_@]ÿ *>WJG{6 6$3MrYlBd`m / /nnRG ++<#L>K#Y;y3b4GM'[q+B[!o$ m8D M>(,䴛MIZah,M(uk.kwjWaj_+_kW[QgW]n "cCò~vwYbyǡ8;-{YydBjp_Sz=Gz!tҞD<;7?"|_6VEUF?,<5ma/؄9:XHY6- '+bvgڀ5p}맊FFqUj1lm >5jv<+ Zq;X}zVd|b@8}p/{,3نźЯxoƒsGg}kEyo`hgV ZAoc21*+FP$]OnmOrsҀ=x{R6?2m`Ӯ+O~0Mk n=Z,pxu/{;Mi"cO~<P bHҀ>Y$n#HаPZ&DY#=1=+ MU5JDS46łd&u_E|,/vQg6*,/Tn/vΧ=F,|rBQ};$ρpxYnu zMIMl M}IioZeṟn2 +!<-6D7kqWE$gPvco$嘨TqE$:nxCIӾӉ sN[InA|9uoo3is9X,sy_<% XGW6IhKUP`O=Z.>#1jz=/~?-d((ļ=QxM qfOu^σǾ+|PүCX?4*xAI8׿j?O OF\iMpp4켢#Q Ht"#eJF#T\r<}k'P.|㹦nYIPޗIy Mo>yzG($6&+|# alU;sֽwG=SwW! {g1+ԩ>-QA%T9MRF ~]+5#K=?Ny#)Nv?78.[wxۨpPO'fEt#208*}$Mq\kIi݇(8o+K{i/tȕqר^V7Dκmc㑱4 r\*3_mO|Cu*bF6Z3'^T<xM+O1T`t~߈๓Vu`@Q)׊~8W |0^;uY29{Uƙr|*x ~=-;18r +l>+_i V̵ qzv/{O*IfC0ue݌t\ߝ|y=J";W[1H[@?&~HaKn̉k'Wy|g>^SZ^[ݼhy}N+ ?Y @aڈp=5(;x]cnR,x&A(8pr#CZORΪ[sw뉙Tdv͏kk~(L)h_*xWw l@nLϿҀ>޹ocGH>!Taþ8_g^i$8'x$peֵhZ >X{$ $3oÿ5buimTrK95:ݣXba1r[|z;g}m/x[GYW otOYBCnvr1}R[>]M\\cAS|.ۯ Y_Ak<ϙ=6:taxz}7RM5yˁ yz݁Z+~a\W6V eKh~G*l(`Wg-k e_ih]ֻd&~E1HpxˮLf``F;z>c־kY/>ڻʺ5_D?tى 䔕t(ѵ3V=W~;յ$澑L4I(}mpG|ʓVk-F"~]M|uY]cՑR8gr2p(J[v:I_']>hdc=+5MM[y Ƴ͸d<ŧJKR#$'ɯ?[d1 9vi^Q9Lp}gU>to{dsXIOt8SlDnW'IiƬ*E? x/lT eX Zڭk7vo)*!h51wh r1 gf3!v!HOI-:#v:^Oy[> 3@bȮF/}aG}:%- 4S#8c¾M8pF8 ½OखڽVSIx! 2`UGRwzPY}r鑬Pq0(W-fH.VI"YcSi272-dǚ㍀wS[:v/Xu;mMFAơobWkWgnbI&‘_ Y)Irx9(5GSxvW[ Kx/e6w6h?N;V|Gik4$h!P2vqk /~"ikyv2E1N:)<^!|kMu?zο/5Kg I $H`L*_O+J㷓͵Ut"`zWxtxdt^LPᾹ Ư|8k[JֲKErqFk_>*mgȸ;YahWV'uW ayGTZZ\YF$>2Zn>`Ny'=uhEqr *9}{ْCH~gC7ypvrZMt nm ̲8{xI\iLeD( x@mfoBUz a^1[;gHI~ =+<)ּ 7̌Õ#޼j/lnYv(ee z@%-$˱~bTg?ιkK[JMh$Qr>uYdYFK"Gann#1$?JSis+I 2'n3ں xkMqKwcm Dl}Ea ֍ńP1 :Nq4#izltDIS1q^6,FAv$Qm ,y,~_ooooMH0u=iNyɾsF#@`Ҋb}Zƛip&dQ{+6= u;7dn0Yx\^qx(Vn==Y,|0Ѵiy{;Yn۸7o5]yoM-q_3x$o?Oj+RnY9t')}A@.[N%q(e}В|E~_c?Rk+)}}WV1ǩhңsO_Ƹ?x'X{GT:ughϭ.. [{yd}̱vpsN`M]UU2"$,0H @?hx[SmYMkK۶>vT(i:>6Uմ/XvN x`KB0w8떯wkLӬܛ.UrtWZI:cXZ;pɗ8#wP '@~֐y#RI/.*|Xw[kUsop9!vOSxr KJ-T{89נ|:; SH%@tnnmF]$/hļ͔kdXێ?*bWђUGFdF;W?-K+XY՗?oims ĊVsdF62vqzOdHPiϘWq\|~$gR18cы%w9T<~Gy{{*9eWQAZlҠLevϯZ|Ax.7f6P6r{ Ms !vƿ*(ϯmo]ݽJYHBI#590bc';gzu{]DTyAo֛owzK&c9>@<}|ѕߏ~{)lS\O"l]m#14KJg:AQ`#bg=$C~j"}w,¤DsI 느ݍnO,=(Ma]ĐY<7v >H2tPLb6Xmk7K͋a\ך =Ɍ 9t+kCŶvV%ĞY*q?5Yݙ^ D8ndC>ozU7t=0(tFfnWbnuL=מ%Vi'U(f`5a5Ҭ@̰Y-ԫ!w%=댸DcX ?U~GI{Ю`,5xlNy*n}^GO-FB{;1m^ǥqi$p쒫WЃV.o}i%-!vS@dqu2C^OqIr Cpy8_7Wb'b?޿cixwH{[A40>[Q@W~k)sou;} -t ../ȫ~5j s2Đ(nOOr'?"  /FF;XOR>|=xϮέOoLxЉXoV'k ,5&3=X]Q,>J>WC3J6yN::/F$;a if#"1ӏ@ Z-ܾ}"]\<9VN ǩn[|g#WmnJ`= :=*?+ s}+7.ROpx_j䬐yHgs%2I?΀:P( ˃ٕpG^[X]T<<J~j9ۤOVi~a³`y%`ι=GzI28%yAڀ7[ 0FPG:8(^[)@|󙢖th\nV#x⯇+ZB൹nV+X݉V,@"cwBiyG.Y'zd6kx=l,y*x<3@Ѿ(ko5I P+ =*Rb,)_Z呝d7n3\yQAHĻQ2sz/|>~ D㵋N`O%"Ivb+dh[[ۇː7.F3Ǔ 颙 rV+ѵGGVHF=)˸`p@#EkںEQk@O4`N}<Շ|j~LW Mf־)t-MCu`KNrqʀKsxHpsҿN~|Ra պ:_j+ar{}+x#LZ3fʾdM Q189:sgshk cL1kitL|gkI<7u IJ|y>M+_SV{rNr¾//gfy#-=k(z̚8IJ${$ r(Aw#Q5;uaG֡'{<(MÅpx^-:JrLK`"f۱MiU=h_A }1$wE2l{/ ?0 JOP};PHѪ1a#`x5^'cy~G~: !݌0ʜ\t G.AڽXp\tݎ7 $A gҘx$\!Eb[0qEeTW) [s ujͥ^ː}kd:饶iX*@@;Tq=ϥwkGmmqd5Ho;%6\PSn95ͿݴY-H#!:ن |kъ٤"%ǒp='Rk{'H+X?Ur$=B(c[dF1I =8o{Z7 yl͎zuu g*2J(-6ܐ pOZѸpimF@ =;U}cUl*rX=WgFsw]yiw188׹u=A%Qzl }9i9Y#idc]|w1/9UL;$2Jb; <}jD6dTq>}3Wl,ǥsy[y$-/^wg4w@Kݬ\r@-q\>,bHw3\zP ݻ$A<}qxOʼnko{-274S|ca<~9ݾVQ<&9?Ud~L5)uA6)R{eR'J[ NrLg:_ݦ_aJ޴ћ\R8X' Lq0 :\ϑFcjrOq$}OB}Lxԕ{Ak0n"cվp#1x}>0[9Zq~Qe(y 9#Q6   n<3rl pAB%\c#0ԋtA5OR2qXqY@ ~C6"OH{r=MmK|S`esn pbh_ 9Mj:,t,}E;TE 'Pt0ܛV၎).5v 2nu!/C\}/^Dgv pǨOXaN`Ք7y&{YMnJe.Dװz8}VeirZ(?E~^.2ɗ<_ξc}c|T4(4Z&Ҵ>Rm f|?Sp]okܷ݋ɤ8pr|S owsM%@0:j19VoVu|F'?MWVEK<`OP诺@~ rNstPN B%X6=IH_Z'>!pzA^a R%;X}9] UI[° N$~P{T*m?$:Pd8 "4B(Ko5`*QyyM1cfR0ݗ $-B5|Hi68v뽐6\mDXnB^+1Wt KV6KS9]C5چ:dK.|N @+{M{X~l]Q <q:${NQERqA{=%gjɷOU7@;f?;F "'43t# _7yG{ˎ%b?ELPvDoN(v2Y(``mх,G!QÅ"$iE( cf<Ͷ+V4"Z]g8eOIY."a(9xgsBB {Y幛<&fBuK૦(x0|J>jK1vCn.gL?R50Β7sm<24@"ZoZ'Jv N$~ n<3rf~tiI^=%h9@X>?)r9 j|70IJ ͻRȷ]y3,45\^Wǰ3f[yݝa'g>F䞫?O',=0ӘeA#_Jc[[ T:W6ҹ#DKwH҄z9 UfaOFVzn&,[Z@7מg˞ jNh d̮Utm_EId3 K4Id邈[Y/ */&޵d\ZNl.ÀE$:k==D w*'@!)#_+:֞o7bP H?ciwlG^/ W%MU0t@dY#ap{̉87Ԝr\P_ia!;Ѥ3Sd琩Jث͠+Y,vYc}Hr:ˏ#0zAt=f촨꿐8ٰdebian/copyright0000664000000000000000000001440412262371627011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: virtualenv Source: https://github.com/pypa/virtualenv Files: * Copyright: 2007, Ian Bicking and Contributors, 2009, Ian Bicking, The Open Planning Project, 2011-2014, The virtualenv developers - see AUTHORS License: Expat Files: debian/* Copyright: 2007-2009, Jeff Licquia , 2010-2011, Carl Chenet , 2010 Piotr Ożarowski , 2011-2014, Stefano Rivera , 2012 Barry Warsaw License: Expat Files: virtualenv_support/pip-* Copyright: 2008-2013 The pip developers License: Expat Files: virtualenv_support/setuptools-* Copyright: Phillip J. Eby License: PSF-2 or Zope-2.1 License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: PSF-2 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.3 software in source or binary form and its associated documentation. . 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.3 alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002 Python Software Foundation; All Rights Reserved" are retained in Python 2.3 alone or in any derivative version prepared by Licensee. . 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 2.3 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 2.3. . 4. PSF is making Python 2.3 available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.3 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. . 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.3 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.3, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. . 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. . 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. . 8. By copying, installing or otherwise using Python 2.3, Licensee agrees to be bound by the terms and conditions of this License Agreement. License: Zope-2.1 A copyright notice accompanies this license document that identifies the copyright holders. . This license has been certified as open source. It has also been designated as GPL compatible by the Free Software Foundation (FSF). . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions in source code must retain the accompanying copyright notice, this list of conditions, and the following disclaimer. 2. Redistributions in binary form must reproduce the accompanying copyright notice, this list of conditions, and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Names of the copyright holders must not be used to endorse or promote products derived from this software without prior written permission from the copyright holders. 4. The right to distribute this software or to use it for any purpose does not give you the right to use Servicemarks (sm) or Trademarks (tm) of the copyright holders. Use of them is covered by separate agreement with the copyright holders. 5. If any files are modified, you must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. . Disclaimer . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/patches/0000775000000000000000000000000012633026355010624 5ustar debian/patches/tls-verification.diff0000664000000000000000000000235412633026243014740 0ustar --- a/pip/_vendor/requests/packages/urllib3/connection.py +++ b/pip/_vendor/requests/packages/urllib3/connection.py @@ -155,12 +155,17 @@ # self._tunnel_host below. self._tunnel() + # The name of the host we're requesting data from. + actual_host = self._tunnel_host + else: + actual_host = self.host + # Wrap socket using verification with the root certs in # trusted_root_certs self.sock = ssl_wrap_socket(sock, self.key_file, self.cert_file, cert_reqs=resolved_cert_reqs, ca_certs=self.ca_certs, - server_hostname=self.host, + server_hostname=actual_host, ssl_version=resolved_ssl_version) if resolved_cert_reqs != ssl.CERT_NONE: @@ -169,7 +174,7 @@ self.assert_fingerprint) elif self.assert_hostname is not False: match_hostname(self.sock.getpeercert(), - self.assert_hostname or self.host) + self.assert_hostname or actual_host) if ssl: debian/patches/entry-points.patch0000664000000000000000000000070612056226207014320 0ustar Description: Prevent installation of virtualenv-X.Y since we're not providing these for every supported version. Author: Barry Warsaw Forwarded: no --- a/setup.py +++ b/setup.py @@ -9,7 +9,6 @@ 'entry_points': { 'console_scripts': [ 'virtualenv=virtualenv:main', - 'virtualenv-%s.%s=virtualenv:main' % sys.version_info[:2] ], }, 'zip_safe': False, debian/patches/look_for_external_files.patch0000664000000000000000000000162012302664204016534 0ustar Description: store files in /usr/share/python-virtualenv/ Author: Carl Chenet --- a/virtualenv.py +++ b/virtualenv.py @@ -526,7 +526,8 @@ def file_search_dirs(): here = os.path.dirname(os.path.abspath(__file__)) dirs = ['.', here, - join(here, 'virtualenv_support')] + #join(here, 'virtualenv_support')] + '/usr/share/python-virtualenv/'] if os.path.splitext(os.path.dirname(__file__))[0] != 'virtualenv': # Probably some boot script; just in case virtualenv is installed... try: --- a/setup.py +++ b/setup.py @@ -84,6 +84,6 @@ url='http://www.virtualenv.org', license='MIT', py_modules=['virtualenv'], - packages=['virtualenv_support'], - package_data={'virtualenv_support': ['*.whl']}, + #packages=['virtualenv_support'], + #package_data={'virtualenv_support': ['*.whl']}, **setup_params) debian/patches/series0000664000000000000000000000010512202674167012037 0ustar look_for_external_files.patch system-python.patch entry-points.patch debian/patches/pip_non-writeable-home.patch0000664000000000000000000000000012302664204016171 0ustar debian/patches/system-python.patch0000664000000000000000000000043311745021601014500 0ustar Description: Use /usr/bin/python in the shebang. Bug-Debian: #663228 Author: Stefano Rivera Forwarded: not-needed --- a/scripts/virtualenv +++ b/scripts/virtualenv @@ -1,3 +1,3 @@ -#!/usr/bin/env python +#!/usr/bin/python import virtualenv virtualenv.main() debian/manpages0000664000000000000000000000002411400332720010672 0ustar debian/virtualenv.1 debian/compat0000664000000000000000000000000212143046451010366 0ustar 8 debian/control0000664000000000000000000000214212266507313010577 0ustar Source: python-virtualenv Section: python Priority: optional X-Python-Version: >= 2.5 Maintainer: Debian Python Modules Team Uploaders: Carl Chenet , Jeff Licquia , Stefano Rivera Homepage: http://pypi.python.org/pypi/virtualenv Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-virtualenv/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-virtualenv/trunk/ Build-Depends: debhelper (>= 8.1), python (>= 2.6.6-3), zip, unzip Build-Depends-Indep: python-setuptools Standards-Version: 3.9.5 Package: python-virtualenv Architecture: all Depends: python-pkg-resources, python-setuptools, ${misc:Depends}, ${python:Depends} Recommends: python-pip (>= 0.7.2) Description: Python virtual environment creator The virtualenv utility creates virtual Python instances, each invokable with its own Python executable. Each instance can have different sets of modules, installable via easy_install. Virtual Python instances can also be created without root access. debian/install0000664000000000000000000000012412262371627010566 0ustar scripts/virtualenv /usr/bin/ virtualenv_support/*.whl /usr/share/python-virtualenv/ debian/clean0000664000000000000000000000002611434060605010172 0ustar virtualenv.egg-info/* debian/changelog0000664000000000000000000002737112633024370011054 0ustar python-virtualenv (1.11.4-1ubuntu1) trusty-proposed; urgency=medium * SRU: LP: #1500768. * Backport pull request #385, fixing TLS verification when using a proxy. -- Matthias Klose Sat, 12 Dec 2015 15:00:33 +0100 python-virtualenv (1.11.4-1) unstable; urgency=medium * Team upload. * New upstream release. - Fixed an issue where pip and setuptools were not getting installed when using the --system-site-packages flag. - Updated pip to 1.5.4. - Updated setuptools to 2.2. - Fixed an issue with Python 3.4 and sys.stdout encoding being set to ascii. * d/patches: Quilt refreshed. * d/rules: Removed application of pip_non-writable-home.patch; applied upstream. -- Barry Warsaw Mon, 24 Feb 2014 10:38:54 -0500 python-virtualenv (1.11-2) unstable; urgency=medium * Patch the bundled pip to handle a missing/non-writeable $HOME. (Closes: #735806) -- Stefano Rivera Sat, 18 Jan 2014 17:13:25 +0200 python-virtualenv (1.11-1) unstable; urgency=medium * New upstream release. - Supports Python 3.4. - Bundled setuptools and pip are now wheels. * Refresh patches. * Bump Stardards-Version to 3.9.5 (no changes needed). * Remove README.Debian - contents was outdated and incorrect. * Update copyright, and convert to machine-readable 1.0 format. * Update manpage, removing ignored options and adding new ones. * Configure watch file to verify upstream's PGP signature. -- Stefano Rivera Mon, 06 Jan 2014 17:41:48 +0200 python-virtualenv (1.10.1-1) unstable; urgency=low * Team upload. * New upstream release. (Closes: #719700) - Drop use_distribute.patch as this is no longer relevant (--distribute and --setuptools options no longer do anything). - Update files shipped by upstream. * Use https in watch file. -- Tristan Seligmann Wed, 14 Aug 2013 20:44:30 +0200 python-virtualenv (1.9.1-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Stefano Rivera ] * New upstream release. - debian/patches/multiarch.patch: Removed; applied upstream. * Upload to unstable. * Bump Standards-Version to 3.9.4. - Bump debhelper dependency to 8.1 for build-{arch,indep} support. * Drop pycentral cleanup in preinst, we haven't used pycentral since before oldstable. -- Stefano Rivera Fri, 10 May 2013 02:49:37 +0200 python-virtualenv (1.8.4-2) experimental; urgency=low * Team upload. * debian/patches/multiarch.patch: Use system multiarch path, if available. Closes: #695707 -- Barry Warsaw Tue, 25 Dec 2012 02:06:34 -0500 python-virtualenv (1.8.4-1) experimental; urgency=low * Team upload. * New upstream release. (Closes: #691251) * debian/patches/{cleanup_tmpdirs,rebuild_script}.patch: Remove as these have been applied upstream. * debian/patches/add_distribute.patch: Removed, since the new implementation is much simpler. * debian/pip-test_urlparse_uses_fragment.patch, debian/rules: Remove the patching and repacking of pip-1.1 since the now embedded pip-1.2.1 already contains the change. * debian/patches/add_setuptools_option.patch: Added, as the simpler way to add the --setuptools option and $VIRTUALENV_SETUPTOOLS environment variable. Submitted pull request upstream. * debian/patches/use_distribute.patch: Set the default to distribute. Not forwarded upstream. -- Barry Warsaw Fri, 30 Nov 2012 15:06:23 -0500 python-virtualenv (1.7.1.2-2) unstable; urgency=low * Apply test_urlparse_uses_fragment.patch to the bundled pip, allowing it to work with Python >= 2.7.4 or >= 3.3. (Closes: #679337) -- Stefano Rivera Thu, 12 Jul 2012 12:06:31 -0600 python-virtualenv (1.7.1.2-1) unstable; urgency=low [ Clint Byrum ] * New upstream release. (LP: #986227) * d/p/pep3147-dist-packges.patch - Dropped, applied upstream * d/p/remove_syspath0_on_reinvoke.patch - Dropped, applied upstream [ Stefano Rivera ] * system-python.patch: Use /usr/bin/python in the shebang (Closes: #663228, LP: #737734) * cleanup_tmpdirs.patch: Cleanup temporary working directories (Closes: #661272) - rebuild_script.patch: Include rebuild_script.py. The tmpdir patch touches some embedded files. - Rebuild virtualenv.py during package build. * Bumped standards version to 3.9.3 (no changes needed). * Add myself to Uploaders. * Wrap long lists in debian/control. -- Stefano Rivera Sun, 22 Apr 2012 17:34:40 +0200 python-virtualenv (1.7-1) unstable; urgency=low * Team upload. * New upstream version. Closes: #632982 - Doesn't import pkg_resources from python2 run with -p python3 Closes: #625784, LP: #787822 * Refreshed patches. * Bumped standards version to 3.9.2 (no changes needed). * Updated manpage for new options: - --system-site-packages (no longer the default) - --extra-search-dir - --never-download * debian/patches/remove_syspath0_on_reinvoke.patch - Remove the first entry from sys.path to fix failure with -p python3 * debian/patches/pep3147-dist-packges.patch - Use the unified python3 dist-packages path in site.py -- Stefano Rivera Wed, 14 Dec 2011 22:22:53 +0200 python-virtualenv (1.6-1) unstable; urgency=low * New upstream version. Closes: #617941 * debian/control - Removed python-support from Build-Depends-Indep - Bump python version to 2.6.6-3 - Removed XB-Python-Version - Bump to 3.9.1.0 (No changes needed) * debian/python-virtualenv.lintian-overrides - Added overrides for the 2.7 egg * debian/rules - Added --with python2 to dh $@ * debian/virtualenv.1 - Added the prompt option description * debian/patches/add_distribute.patch - Updated for the new upstream file virtualenv.py -- Carl Chenet Thu, 07 Apr 2011 01:45:11 +0200 python-virtualenv (1.4.9-3) unstable; urgency=low * Team upload. * Update look_for_external_files.patch to use /usr/share/python-virtualenv -- Piotr Ożarowski Sun, 22 Aug 2010 15:55:07 +0200 python-virtualenv (1.4.9-2) unstable; urgency=low * Team upload. [ Carl Chenet ] * Renamed README.source to README.Debian * Added debian/patches/look_for_external_files - patch to store archives and eggs in /usr/share/python-virtualenv * debian/control - bump to 3.9.0 (No changes needed) - moved python-pip to Recommends * debian/rules - removed overrides - cleaning pysupport results * debian/install - corrected path to virtualenv.py. Closes: #588179 * debian/python-virtualenv.lintian-overrides - modified paths to lintian-overrides [ Piotr Ożarowski ] * Install PIP tarball. Closes: 590824 * Add add_distribute.patch (based on Barry Warsaw's one from Ubuntu) * Install scripts/virtualenv instead of the one generated by setuptools * Install docs/news.txt file as upstream changelog * Bump Standards-Version to 3.9.1 (no changes needed) -- Piotr Ożarowski Sun, 22 Aug 2010 00:13:28 +0200 python-virtualenv (1.4.9-1) unstable; urgency=low * New upstream version. Closes: #563993,#571411 * Switched from python-virtualenv.manpages to manpages * Added README.source * Added debian/install * Added Depends on python-pip >= 0.7.2 * debian/control - added python in Build-Depends - removed Build-Depends python-setuptools dependency * debian/format/source - bump to 3.0 (quilt) * debian/virtualenv.1 - added --distribute,--relocatable,--unzip-setuptools descriptions * debian/docs - added news.txt - added debian/README.source * debian/rules - added export DH_ALWAYS_EXCLUDE for pip sources tarball - added override for auto_clean, auto_build, auto_install, install and link * debian/python-virtualenv.lintian-overrides - Added every *.egg in the override -- Carl Chenet Fri, 18 Jun 2010 01:28:32 +0200 python-virtualenv (1.4.5-1) unstable; urgency=low * New upstream release * Using dh7 + rules.tiny * Added a debian/python-virtualenv.preinst file to get rid of python-central * Removed debian/dirs * debian/virtualenv.1 has been created * Removed debian/virtualenv.xml * debian/python-virtualenv.manpages - Switched from debian/virtualenv.1.gz to virtualenv.1 * Removed debian/README.Debian because it did not contain any Debian-related information * debian/control - added Vcs-Svn and Vcs-Browser fields - removed Section field in Package section. - removed xsltproc and docbook-xsl from b-d-i - removed the or from Depends field - added dh7 in Build-Depends - switched from python-central to python-support. Closes: #556853. - the Maintainer is now DPMT - put Carl Chenet in Uploaders - put Jeff Licquia in Uploaders - bump Standards-Version to 3.8.4 (no changes needed) - switching b-d python-all to python - added python-pip in the Depends field - added ${misc:Depends} in Depends field * debian/compat - bump to 7 * debian/rules - added an override for the upstream changelog - using DH_ALWAYS_EXCLUDE for useless files already provided by dependencies * debian/python-virtualenv.lintian-overrides - removing useless overrides on setuptools for py2.4 * debian/virtualenv.1 - correcting a typo spotted by lintian * debian/python-virtualenv.preinst - cleaning virtualenv from site-packages * debian/watch - remove useless comments -- Carl Chenet Wed, 17 Mar 2010 00:09:13 +0100 python-virtualenv (1.3.3-1.1) unstable; urgency=low * Non-maintainer upload. * apply Jakub Wilk's patch for Python 2.6 compatibility to debian/rules (Closes: #556853) -- Jan Dittberner Sun, 24 Jan 2010 01:37:09 +0100 python-virtualenv (1.3.3-1) unstable; urgency=low * New upstream version... Closes: #518189. * ...which adds a "--relocatable" option. Closes: #503168. * Update Standards-Version. * Fix package name in man page. Closes: #508724. -- Jeff Licquia Sun, 29 Mar 2009 18:29:53 -0400 python-virtualenv (1.1-1) unstable; urgency=low * New upstream version. * Update man page. * Make sure /usr/bin/virtualenv uses the default Python interpreter. Closes: #477683. -- Jeff Licquia Mon, 26 May 2008 00:11:01 -0400 python-virtualenv (1.0-4) unstable; urgency=low * Ignore error on deleting unneeded directory /usr/lib, for bugfixed python-central. Closes: #472022. * Implement http://wiki.debian.org/Proposals/CopyrightFormat. * Update override paths to reflect new python-central layout. -- Jeff Licquia Wed, 26 Mar 2008 16:25:57 -0400 python-virtualenv (1.0-3) unstable; urgency=low * Fix capitalization mistake. * Switch setuptools dependency to the new python-pkg-resources. Closes: #468706. -- Jeff Licquia Sat, 01 Mar 2008 11:17:30 -0500 python-virtualenv (1.0-2) unstable; urgency=low * Add missing python-setuptools dependency. Closes: #462193. -- Jeff Licquia Tue, 22 Jan 2008 23:49:54 -0500 python-virtualenv (1.0-1) unstable; urgency=low * New upstream version. -- Jeff Licquia Wed, 16 Jan 2008 10:13:52 -0500 python-virtualenv (0.9.2-2) unstable; urgency=low * Change the name of the package, by request of ftpmaster. * Update policy version. * Add Homepage and Vcs-* entries to debian/control. -- Jeff Licquia Wed, 26 Dec 2007 11:35:49 -0500 virtualenv (0.9.2-1) unstable; urgency=low * Initial release. (Closes: #442394) -- Jeff Licquia Tue, 18 Sep 2007 19:30:00 -0500