--- psyco-doc-1.6.orig/doc/Makefile +++ psyco-doc-1.6/doc/Makefile @@ -11,12 +11,14 @@ dvi = psycoguide.dvi ps = psycoguide.ps ps-gz= psycoguide.ps.gz -all = $(html) $(dvi) $(ps) $(ps-gz) +pdf = psycoguide.pdf +all = $(html) $(dvi) $(ps) $(ps-gz) $(pdf) html : $(html) dvi : $(dvi) ps : $(ps) ps-gz: $(ps-gz) +pdf : $(pdf) all : $(all) %: %.tex @@ -34,8 +36,9 @@ %.pdf: %.tex rm -f $*.log $*.out $*.aux - pdflatex $< - pdflatex $< +# pdflatex $< +# pdflatex $< + $(MKHOWTO) --paper=$(PAPER) --pdf $< rm -f $*.log $*.out $*.aux clean: --- psyco-doc-1.6.orig/debian/rules +++ psyco-doc-1.6/debian/rules @@ -0,0 +1,56 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +PYCURR:=$(shell pyversions -d) +MKHOWTO:=/usr/lib/$(PYCURR)/doc/tools/mkhowto + +build: build-indep-stamp +build-indep-stamp: doc/Makefile.local + cd doc && $(MAKE) MKHOWTO=$(MKHOWTO) html + cd doc && $(MAKE) MKHOWTO=$(MKHOWTO) ps + cd doc && $(MKHOWTO) --paper=a4 --pdf psycoguide.tex + touch $@ + +doc/Makefile.local: + touch $@ + +clean: doc/Makefile.local + dh_testdir + rm -f install-indep-stamp build-indep-stamp + rm -rf debian/icons + rm -f debian/icons.tgz + cd doc && $(MAKE) clean + rm -f doc/Makefile.local + dh_clean + +# install: +# dh_testdir +# dh_testroot +# dh_installdirs -a +# # cd debian ; uudecode icons.tgz.uu ; tar xzf icons.tgz ; cd .. +# dh_install -a +# # rm debian/python-psyco-doc/usr/share/doc/python-psyco-doc/py-utils/.cvsignore +# touch $@ + +binary-indep: build + dh_testdir -i + dh_testroot -i + dh_install -i + dh_installdocs -i + dh_installexamples -i + dh_installchangelogs -i + dh_link -i + dh_strip -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: + +binary: binary-arch binary-indep +.PHONY: build clean binary-indep binary-arch binary install --- psyco-doc-1.6.orig/debian/README +++ psyco-doc-1.6/debian/README @@ -0,0 +1,16 @@ +Portability note: + +Right now, psyco is only available on the i386 platform. The future +releases should add a portability layer but right now, the generated +machine code is i386 only. For portability reason, it is not a good +idea to have a package Depend on python-psyco, since this will make +the package uninstallable on other platforms. It should be OK to +Suggest: python-psyco. + +In order to have the code work despite psyco not being available, be +sure that the psyco import statement is wrapped in an exception and +that the imported objects have equivalent empty objects provided in +the except block. + +-- Alexandre Fayolle Wed, 7 May 2003 15:36:41 +0200 + --- psyco-doc-1.6.orig/debian/python-psyco-doc.docs +++ psyco-doc-1.6/debian/python-psyco-doc.docs @@ -0,0 +1,2 @@ +doc/*.ps +py-utils/ --- psyco-doc-1.6.orig/debian/watch +++ psyco-doc-1.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/psyco/psyco-(.+)-src\.tar\.gz --- psyco-doc-1.6.orig/debian/compat +++ psyco-doc-1.6/debian/compat @@ -0,0 +1,6 @@ +5 +5 +5 +5 +5 + --- psyco-doc-1.6.orig/debian/python-psyco-doc.install +++ psyco-doc-1.6/debian/python-psyco-doc.install @@ -0,0 +1,3 @@ +doc/psycoguide.ps usr/share/doc/python-psyco-doc/ +doc/psycoguide.pdf usr/share/doc/python-psyco-doc/ +doc/psycoguide/* usr/share/doc/python-psyco-doc/html --- psyco-doc-1.6.orig/debian/changelog +++ psyco-doc-1.6/debian/changelog @@ -0,0 +1,21 @@ +psyco-doc (1.6-2) unstable; urgency=low + + * updated standards to 3.8.4 (no changes needed) + * updated build dependencies to texlive (closes: #575767) + + -- Alexandre Fayolle Mon, 29 Mar 2010 08:48:29 +0200 + +psyco-doc (1.6-1) unstable; urgency=low + + * New upstream release + * fixed debian/watch (closes: #450311) + * updated package to new standards + + -- Alexandre Fayolle Mon, 31 Mar 2008 11:42:46 +0200 + +psyco-doc (1.5.1-1) unstable; urgency=low + + * New debian package: psyco documentation split in a separate source + package since it is in contrib (it is built using non-free latex2html) + + -- Alexandre Fayolle Fri, 10 Nov 2006 14:22:55 +0100 --- psyco-doc-1.6.orig/debian/copyright +++ psyco-doc-1.6/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Alexandre Fayolle +on Sun, 10 Aug 2003 14:03:16 +0200. + +The original source is available at http://psyco.sf.net/ + +Psyco is distributed under the MIT License. + +Copyright (c) 2001-2003 Armin Rigo + +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. --- psyco-doc-1.6.orig/debian/python-psyco-doc.doc-base +++ psyco-doc-1.6/debian/python-psyco-doc.doc-base @@ -0,0 +1,9 @@ +Document: python-psyco +Title: the Ultimate Psyco Guide +Author: Armin Rigo +Abstract: How to use the Python Compiler +Section: Devel + +Format: HTML +Index: /usr/share/doc/python-psyco-doc/html/psycoguide.html +Files: /usr/share/doc/python-psyco-doc/html/*.html --- psyco-doc-1.6.orig/debian/icons.tgz.uu +++ psyco-doc-1.6/debian/icons.tgz.uu @@ -0,0 +1,53 @@ +begin 644 icons.tgz +M'XL(`$:/DS\``^U8>5`45QY^/=US3P\SQJS4EF[&&<8#$7MX7[8^:]?K_W._M[1R1B`Q`W,BW?E +M/_&*UW]L9'C@\#@#,(`:`0B"P/'"RL-WBCYI7KRW/G/GV>2-)^>L.?J;]SZ= +M\+NJT3F[@E*W,`EK!\PH[1>U]+7P!:J1;@!_Q`OCAW^P+2`58@TK$I,W)U54 +MIC0=<#?W"E@TJ'JA<^R27LLC$EOTL+(_`B?7TAZ;=4MZ)UD/+S=.\2I +MV5$XM<%=IA@].#'44SYFQ.\5DL'F`R9B9%`O]BL329I#%Q-JO<*'7$*$+O5- +M*P@K(F1Z#9&4/GC=+&($;2X9.3O05Z7/('[[/E&Z;8^^JW) +M7Z+FI+2'\JCD-$VI:%4;<;>]+2\L-K^()#0[WW37C(OTLVCVQL'>X]\W4S'U +MMD1OP_8_S"<#W_:+>B>1D*F#1P2EN"\D?KY>^<]\8*3#BQ=6_@__Q*7%I +M\SN'_."Y_(>(^``O`@S:!!B+!D4X`'@`!+$/(6`AX"#@(1#$8;0@L"S@6,"S +M0!"E(0=8#G`<#S@>2"(NJ``6`%P`N#Q,H150ZP)346R:!!; +M0F`AY"#D(11$PZC/LI!C(<]"0?0##;,0$*HM,0NXQ\1$XA+W`,$"M&FM!4)(M#0@\0.);E6580(T2&49_C6)YC +M!3%@Y`<:YGB6YUE!C!^YA:0Y@>4%5A#3`7%N4#)0]"A!L]Q@IA*%"$RC/H\SPEB9E'`R`\.K^&<("8:XB*@,91F +ME%><=XA3A2?S.'I:\)%@G@06T(0Q)JA5*((D6'4 +M%\020EQM9!5U4`%Q12&N"7:+QVG&!88X<]A+'B<#UQOB^+#3/'89EQ]B+W`, +M/%:,WP:(97%(Z`%"?7W]Q8L7&QH:+EVZ=/GRY2M7KC0V-EZ]>O7:M6M-34W- +MS-&2TM+:VOKS9LW;]VZ=?OV[;:VMCMW[MR]>_?>O7OM[>WW[]]_ +M\.#!PX&%WG>^RXZSG_N#%=. +M>_KD!WW?\*GKG_^[_.;&C,>M#?N/$?;IO)2TK/2Q4=/(G)&9'BI)Y;$FQ7H*$]Z-IF>O<&D< +M]G7ENRIV[_FPG);IRN^O^QUBMEJ>^_SCP_<_&V'OXWQ7H +M+O[O?(K_FV6W#D3'\!\>5N2V"/L+^G_T9V+R"D5+4F%@^ +MC*YKWI* +M-:&FMA!>B@#NHYKJ/<3NI6IR\N*OS/__BT0'_U/3$[-37)VT_3__^R]C>6K_ +M9_#^ST"FA_]=@9_']U^_DUFIYW-6^WBF,^J"QE,1Q[6K:^/J2KPEJJ.F@!+S +MQN+1%V9&Z23+2_;,."5;7S(7U).GRB%_GI=,64J\QK2TW+E1(BOTBBB-RC(6APS0QIHJI.Q?-"?215E57 +M4>'*.6K-5!4]64Y1AUF:GK'!)-61.JE"0973$K2>2(."C&5S5P9[T=I1865E +M,L79(H*:S&3JZ1FT.37*G_= +M\4E;\U/V9[RNNY#?UUL^4I;5-RJD+[%$WE<6L__HE#&*;E]?.OB?YLK-ZK3M +M_P><_VU/\5_\_@NMCA[^=P5^.O]_+/G!,_PO?);_Z]#YOR;%/^K\*+)?Y`5T +M_I?4);4R8=Z?ZP\IHYUCY-?J?AD5E7FFZ+4(WRDGDTP996D?]-FV:]$-/ZJJ +M[9%]U?&3;\0&2>+GA8:1;#`=&49-#'>/DZ\,5D3GA7O)HM_D"J!STOQBE<.N +M*ITEGO_WO@)[^P]!!_^SW9W'_A]P_G_F_@\Q_QE+#_^[!-VU_Q_"_!^N8BLJ +M)$?VM/H&1N^H:8\(R4LCK=) +MF53-)()VKC&.LUG*9_J,-\_SLA2926>,69T3X#(OM@TS2_9-?L]6.-57X_S3 +MI^9QYTQ>CG7GI[P#5&EKSR3OZ!.JFQ2 +6KJ\[UK-\]*`'/7C)\6^9BFI3`"@````` +` +end --- psyco-doc-1.6.orig/debian/python-psyco-doc.dirs +++ psyco-doc-1.6/debian/python-psyco-doc.dirs @@ -0,0 +1 @@ +/usr/share/doc/python-psyco-doc/html/ --- psyco-doc-1.6.orig/debian/control +++ psyco-doc-1.6/debian/control @@ -0,0 +1,20 @@ +Source: psyco-doc +Section: contrib/doc +Priority: optional +Maintainer: Alexandre Fayolle +Build-Depends: debhelper (>= 5.0.38) +Build-Depends-Indep: libhtml-tree-perl, texlive, texinfo, latex2html, python-old-doctools +Standards-Version: 3.8.4 +Homepage: http://psyco.sourceforge.net + +Package: python-psyco-doc +Section: contrib/doc +Architecture: all +Description: Python specializing compiler documentation + Psyco lets you run your existing Python software much faster, with no + change in your source. + . + This package contains the documentation in HTML, PDF and postscript. + + +