--- librep-0.90.2.orig/debian/librep-dev.lintian-overrides +++ librep-0.90.2/debian/librep-dev.lintian-overrides @@ -0,0 +1 @@ +librep-dev: unusual-interpreter ./usr/bin/rep-xgettext #!/usr/bin/rep --- librep-0.90.2.orig/debian/librep-dev.preinst +++ librep-0.90.2/debian/librep-dev.preinst @@ -0,0 +1,9 @@ +#!/bin/sh -e + +if [ -d /usr/share/doc/librep-dev ]; then + rm -rf /usr/share/doc/librep-dev +fi + +#DEBHELPER# + +exit 0 --- librep-0.90.2.orig/debian/rep.sgml +++ librep-0.90.2/debian/rep.sgml @@ -0,0 +1,164 @@ +Christian"> + Marillat"> + april 5, 2001"> + 1"> + marillat@debian.org"> + + rep"> + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2001 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Read, Eval, Print Interpreter + + + + &dhpackage; + + + + + + + + + + + + + + + DESCRIPTION + + &dhpackage; `librep' is a dialect of Lisp, + designed to be used both as an extension language for applications and + as a general purpose programming language. It was originally written + to be mostly-compatible with Emacs Lisp, but has subsequently diverged + markedly. Its aim is to combine the best features of Scheme and + Common Lisp and provide an environment that is comfortable for + implementing both small and large scale systems. It tries to be a + "pragmatic" programming language. + + + + OPTIONS + + + + + + load the Lisp file FILE (from the cwd if possible, implies + --batch mode) + + + + + + Batch mode: process options and exit. + + + + + + Interpreted mode: don't load compile Lisp files. + + + + + + Call the Lisp function FUNCTION. + + + + + + Load the file of Lisp forms called FILE. + + + + + + Load the file of Scheme forms called + FILE (implies + --batch mode). + + + + + + Print version details. + + + + + + Don't load rc or site-init files. + + + + + + Terminate the interpreter process. + + + + + + + SEE ALSO + + The programs are documented fully by John + Harper available via the Info system. + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). + + +
+ + --- librep-0.90.2.orig/debian/rep-remote.1 +++ librep-0.90.2/debian/rep-remote.1 @@ -0,0 +1,28 @@ +.\" This manpage has been automatically generated by docbook2man +.\" from a DocBook document. This tool can be found at: +.\" +.\" Please send any bug reports, improvements, comments, patches, +.\" etc. to Steve Cheng . +.TH "REP-REMOTE" "1" "04 avril 2003" "" "" + +.SH NAME +rep-remote \- provides a protocol for executing all of librep's file operations on that host +.SH SYNOPSIS + +\fBrep-remote\fR [ \fBSee the `lisp/remote-rep.jl' file in the distribution for more details.\fR ] + +.SH "DESCRIPTION" +.PP +\fBrep-remote\fR The `rep-remote' program distributed +with `librep' must exist on the remote host, this is executed via `rsh' +and provides a protocol for executing all of `librep''s file +operations on that host. See the `lisp/remote-rep.jl' file in the +distribution for more details. +.SH "SEE ALSO" +.PP +The programs are documented fully by \fIJohn +Harper\fR available via the \fBInfo\fR system. +.SH "AUTHOR" +.PP +This manual page was written by Christian Marillat for +the Debian GNU/Linux system (but may be used by others). --- librep-0.90.2.orig/debian/control +++ librep-0.90.2/debian/control @@ -0,0 +1,96 @@ +Source: librep +Section: lisp +Priority: optional +Maintainer: Luis Rodrigo Gallardo Cruz +Standards-Version: 3.8.3 +Build-Depends: texinfo (>= 4.11-2), debhelper (>= 7), libgmp3-dev (>= 4.1.4-8), + libgdbm-dev, libreadline-dev, libncurses5-dev, libtool, + dpatch, autotools-dev, pkg-config, libffi-dev +Homepage: http://librep.sourceforge.net/ +Vcs-Browser: http://git.debian.org/?p=collab-maint/librep.git +Vcs-Git: git://git.debian.org/git/collab-maint/librep.git + +Package: rep +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: rep-doc +Conflicts: librep9 (<= 0.17.3-3) +Replaces: librep9 (<= 0.17.3-3) +Description: lisp command interpreter + rep is a dialect of Lisp, designed to be used both as an extension + language for applications and as a general purpose programming language. + . + It was originally written to be mostly-compatible with Emacs Lisp, but has + subsequently diverged markedly. Its aim is to combine the best features of + Scheme and Common Lisp and provide an environment that is comfortable for + implementing both small and large scale systems. It tries to be a + "pragmatic" programming language. + +Package: librep9 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: embeded lisp command interpreter library + rep is a dialect of Lisp, designed to be used both as an extension + language for applications and as a general purpose programming language. + . + It was originally written to be mostly-compatible with Emacs Lisp, but has + subsequently diverged markedly. Its aim is to combine the best features of + Scheme and Common Lisp and provide an environment that is comfortable for + implementing both small and large scale systems. It tries to be a + "pragmatic" programming language. + . + This package contains the shared library for applications that embed + the rep interpreter. You should not need to install this package manually. + +Package: librep-dev +Section: libdevel +Architecture: any +Depends: librep9 (= ${binary:Version}), libgmp3-dev, ${shlibs:Depends}, + ${misc:Depends} +Recommends: rep-doc +Description: development libraries and headers for librep + rep is a dialect of Lisp, designed to be used both as an extension + language for applications and as a general purpose programming language. + . + It was originally written to be mostly-compatible with Emacs Lisp, but has + subsequently diverged markedly. Its aim is to combine the best features of + Scheme and Common Lisp and provide an environment that is comfortable for + implementing both small and large scale systems. It tries to be a + "pragmatic" programming language. + . + This package contains the files needed to embed the rep interpreter in an + application. + +Package: librep-dbg +Section: debug +Priority: extra +Architecture: any +Depends: librep9 (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Recommends: rep (>= ${source:Version}) +Suggests: librep-dev, rep-doc, libncurses5-dbg, libreadline5-dbg +Description: debug symbols for librep + rep is a dialect of Lisp, designed to be used both as an extension + language for applications and as a general purpose programming language. + . + This package contains the debug symbols for the interpreter and the embeded + library. They are only required for debugging. + +Package: rep-doc +Section: doc +Architecture: all +Depends: info | info-browser, ${misc:Depends} +Conflicts: librep-doc +Replaces: librep-doc +Provides: librep-doc +Description: documentation for the lisp command interpreter + rep is a dialect of Lisp, designed to be used both as an extension + language for applications and as a general purpose programming language. + . + It was originally written to be mostly-compatible with Emacs Lisp, but has + subsequently diverged markedly. Its aim is to combine the best features of + Scheme and Common Lisp and provide an environment that is comfortable for + implementing both small and large scale systems. It tries to be a + "pragmatic" programming language. + . + This package contains the language documentation in info format. --- librep-0.90.2.orig/debian/rep-doc.install +++ librep-0.90.2/debian/rep-doc.install @@ -0,0 +1 @@ +usr/share/info/librep.info* --- librep-0.90.2.orig/debian/librep-dev.install.standard +++ librep-0.90.2/debian/librep-dev.install.standard @@ -0,0 +1,9 @@ +usr/include +usr/bin/rep-config +usr/bin/repdoc +usr/bin/rep-xgettext +usr/lib/*.{so,la,a} +usr/lib/rep/*/libtool +usr/lib/rep/*/rules.mk +usr/lib/pkgconfig/librep.pc +usr/share/emacs/site-lisp/rep-debugger.el --- librep-0.90.2.orig/debian/repdoc.1 +++ librep-0.90.2/debian/repdoc.1 @@ -0,0 +1,28 @@ +.\" This manpage has been automatically generated by docbook2man +.\" from a DocBook document. This tool can be found at: +.\" +.\" Please send any bug reports, improvements, comments, patches, +.\" etc. to Steve Cheng . +.TH "REPDOC" "1" "04 avril 2003" "" "" + +.SH NAME +repdoc \- strip doc-strings from C source. +.SH SYNOPSIS + +\fBrepdoc\fR [ \fBdoc-file \fI[src-files...]\fB\fR ] + +.SH "DESCRIPTION" +.PP +\fBrepdoc\fR strip doc-strings from C source. +.SH "OPTIONS" +.TP +\fBdoc-file\fR +generate a doc-file from c source files. +.SH "SEE ALSO" +.PP +The programs are documented fully by \fIJohn +Harper\fR available via the \fBInfo\fR system. +.SH "AUTHOR" +.PP +This manual page was written by Christian Marillat for +the Debian GNU/Linux system (but may be used by others). --- librep-0.90.2.orig/debian/watch +++ librep-0.90.2/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/librep/librep-(.*).tar.(?:gz|bz2) --- librep-0.90.2.orig/debian/rep-remote.sgml +++ librep-0.90.2/debian/rep-remote.sgml @@ -0,0 +1,90 @@ +Christian"> + Marillat"> + april 5, 2001"> + 1"> + marillat@debian.org"> + + rep-remote"> + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2001 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + provides a protocol for executing all of librep's file operations on that host + + + + &dhpackage; + + + + + + + DESCRIPTION + + &dhpackage; The `rep-remote' program distributed + with `librep' must exist on the remote host, this is executed via `rsh' + and provides a protocol for executing all of `librep''s file + operations on that host. See the `lisp/remote-rep.jl' file in the + distribution for more details. + + + + + SEE ALSO + + The programs are documented fully by John + Harper available via the Info system. + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). + + +
+ + --- librep-0.90.2.orig/debian/rep.install +++ librep-0.90.2/debian/rep.install @@ -0,0 +1,2 @@ +usr/bin/rep +usr/bin/rep-remote --- librep-0.90.2.orig/debian/librep9.install.standard +++ librep-0.90.2/debian/librep9.install.standard @@ -0,0 +1,3 @@ +usr/lib/librep.so.* +usr/lib/rep/*/*/doc-strings +usr/lib/rep/*/*/emulate-gnu-tar --- librep-0.90.2.orig/debian/librep9.symbols +++ librep-0.90.2/debian/librep9.symbols @@ -0,0 +1,741 @@ +librep.so.9 librep9 #MINVER# + F_define@Base 0.17+svn20070119 + F_structure_ref@Base 0.17+svn20070119 + Faccept_process_output@Base 0.17+svn20070119 + Faccept_process_output_1@Base 0.17+svn20070119 + Faccess_structures@Base 0.17+svn20070119 + Facos@Base 0.17+svn20070119 + Factive_processes@Base 0.17+svn20070119 + Fall_threads@Base 0.17+svn20070119 + Falpha_char_p@Base 0.17+svn20070119 + Falphanumericp@Base 0.17+svn20070119 + Fappend@Base 0.17+svn20070119 + Fapply@Base 0.17+svn20070119 + Fapropos@Base 0.17+svn20070119 + Faref@Base 0.17+svn20070119 + Farrayp@Base 0.17+svn20070119 + Faset@Base 0.17+svn20070119 + Fash@Base 0.17+svn20070119 + Fasin@Base 0.17+svn20070119 + Fassoc@Base 0.17+svn20070119 + Fassq@Base 0.17+svn20070119 + Fatan@Base 0.17+svn20070119 + Fatom@Base 0.17+svn20070119 + Fbacktrace@Base 0.17+svn20070119 + Fbeep@Base 0.17+svn20070119 + Fbinding_immutable_p@Base 0.17+svn20070119 + Fboundp@Base 0.17+svn20070119 + Fbreak@Base 0.17+svn20070119 + Fbytecodep@Base 0.17+svn20070119 + Fcall_cc@Base 0.17+svn20070119 + Fcall_hook@Base 0.17+svn20070119 + Fcall_process@Base 0.17+svn20070119 + Fcall_with_barrier@Base 0.17+svn20070119 + Fcall_with_dynamic_root@Base 0.17+svn20070119 + Fcall_with_exception_handler@Base 0.17+svn20070119 + Fcall_with_object@Base 0.17+svn20070119 + Fcanonical_file_name@Base 0.17+svn20070119 + Fcar@Base 0.17+svn20070119 + Fcdr@Base 0.17+svn20070119 + Fceiling@Base 0.17+svn20070119 + Fchar_downcase@Base 0.17+svn20070119 + Fchar_upcase@Base 0.17+svn20070119 + Fclose_file@Base 0.17+svn20070119 + Fclosure_function@Base 0.17+svn20070119 + Fclosure_name@Base 0.17+svn20070119 + Fclosure_structure@Base 0.17+svn20070119 + Fclosurep@Base 0.17+svn20070119 + Fcomplete_string@Base 0.17+svn20070119 + Fconcat@Base 0.17+svn20070119 + Fcond@Base 0.17+svn20070119 + Fcons@Base 0.17+svn20070119 + Fconsp@Base 0.17+svn20070119 + Fcontinuation_callable_p@Base 0.17+svn20070119 + Fcontinue_process@Base 0.17+svn20070119 + Fcopy_file@Base 0.17+svn20070119 + Fcopy_sequence@Base 0.17+svn20070119 + Fcopy_stream@Base 0.17+svn20070119 + Fcos@Base 0.17+svn20070119 + Fcurrent_structure@Base 0.17+svn20070119 + Fcurrent_thread@Base 0.17+svn20070119 + Fcurrent_time@Base 0.17+svn20070119 + Fcurrent_time_string@Base 0.17+svn20070119 + Fcurrent_utime@Base 0.17+svn20070119 + Fdatum_ref@Base 0.17+svn20070119 + Fdatum_set@Base 0.17+svn20070119 + Fdefault_boundp@Base 0.17+svn20070119 + Fdefault_value@Base 0.17+svn20070119 + Fdefine_datum_printer@Base 0.17+svn20070119 + Fdefvar@Base 0.17+svn20070119 + Fdelete@Base 0.17+svn20070119 + Fdelete_directory@Base 0.17+svn20070119 + Fdelete_file@Base 0.17+svn20070119 + Fdelete_if@Base 0.17+svn20070119 + Fdelete_if_not@Base 0.17+svn20070119 + Fdelq@Base 0.17+svn20070119 + Fdenominator@Base 0.17+svn20070119 + Fdigit_char_p@Base 0.17+svn20070119 + Fdirectory_file_name@Base 0.17+svn20070119 + Fdirectory_files@Base 0.17+svn20070119 + Fdivide@Base 0.17+svn20070119 + Felt@Base 0.17+svn20070119 + Feq@Base 0.17+svn20070119 + Feql@Base 0.17+svn20070119 + Fequal@Base 0.17+svn20070119 + Feval@Base 0.17+svn20070119 + Fexact_to_inexact@Base 0.17+svn20070119 + Fexactp@Base 0.17+svn20070119 + Fexp@Base 0.17+svn20070119 + Fexpand_file_name@Base 0.17+svn20070119 + Fexpand_last_match@Base 0.17+svn20070119 + Fexport_binding@Base 0.17+svn20070119 + Fexport_bindings@Base 0.17+svn20070119 + Fexpt@Base 0.17+svn20070119 + Fexternal_structure_ref@Base 0.17+svn20070119 + Ffeaturep@Base 0.17+svn20070119 + Ffile_binding@Base 0.17+svn20070119 + Ffile_bound_stream@Base 0.17+svn20070119 + Ffile_directory_p@Base 0.17+svn20070119 + Ffile_exists_p@Base 0.17+svn20070119 + Ffile_handler_data@Base 0.17+svn20070119 + Ffile_modes@Base 0.17+svn20070119 + Ffile_modes_as_string@Base 0.17+svn20070119 + Ffile_modtime@Base 0.17+svn20070119 + Ffile_name_absolute_p@Base 0.17+svn20070119 + Ffile_name_as_directory@Base 0.17+svn20070119 + Ffile_name_directory@Base 0.17+svn20070119 + Ffile_name_nondirectory@Base 0.17+svn20070119 + Ffile_nlinks@Base 0.17+svn20070119 + Ffile_owner_p@Base 0.17+svn20070119 + Ffile_readable_p@Base 0.17+svn20070119 + Ffile_regular_p@Base 0.17+svn20070119 + Ffile_size@Base 0.17+svn20070119 + Ffile_symlink_p@Base 0.17+svn20070119 + Ffile_writable_p@Base 0.17+svn20070119 + Ffilep@Base 0.17+svn20070119 + Ffilter@Base 0.17+svn20070119 + Ffind_symbol@Base 0.17+svn20070119 + Ffix_time@Base 0.17+svn20070119 + Ffixnump@Base 0.17+svn20070119 + Ffloor@Base 0.17+svn20070119 + Ffluid@Base 0.17+svn20070119 + Ffluid_set@Base 0.17+svn20070119 + Fflush_file@Base 0.17+svn20070119 + Fformat@Base 0.17+svn20070119 + Ffuncall@Base 0.17+svn20070119 + Ffunctionp@Base 0.17+svn20070119 + Fgarbage_collect@Base 0.17+svn20070119 + Fgarbage_threshold@Base 0.17+svn20070119 + Fgcd@Base 0.17+svn20070119 + Fgensym@Base 0.17+svn20070119 + Fget@Base 0.17+svn20070119 + Fget_command_line_option@Base 0.17+svn20070119 + Fget_output_stream_string@Base 0.17+svn20070119 + Fget_structure@Base 0.17+svn20070119 + Fgethan@Base 0.17+svn20070119 + Fgtthan@Base 0.17+svn20070119 + Fhas_type_p@Base 0.17+svn20070119 + Fidle_garbage_threshold@Base 0.17+svn20070119 + Finexact_to_exact@Base 0.17+svn20070119 + Finput_stream_p@Base 0.17+svn20070119 + Fintegerp@Base 0.17+svn20070119 + Fintern@Base 0.17+svn20070119 + Fintern_structure@Base 0.17+svn20070119 + Fintern_symbol@Base 0.17+svn20070119 + Finterrupt_process@Base 0.17+svn20070119 + Fkeywordp@Base 0.17+svn20070119 + Fkill_process@Base 0.17+svn20070119 + Flambda@Base 0.17+svn20070119 + Flast@Base 0.17+svn20070119 + Flength@Base 0.17+svn20070119 + Flethan@Base 0.17+svn20070119 + Flist@Base 0.17+svn20070119 + Flist_star@Base 0.17+svn20070119 + Flistp@Base 0.17+svn20070119 + Fload@Base 0.17+svn20070119 + Fload_autoload@Base 0.17+svn20070119 + Fload_dl_file@Base 0.17+svn20070119 + Fload_file@Base 0.17+svn20070119 + Flocal_file_name@Base 0.17+svn20070119 + Flog@Base 0.17+svn20070119 + Flogand@Base 0.17+svn20070119 + Flogior@Base 0.17+svn20070119 + Flognot@Base 0.17+svn20070119 + Flogxor@Base 0.17+svn20070119 + Flower_case_p@Base 0.17+svn20070119 + Fltthan@Base 0.17+svn20070119 + Fmacroexpand@Base 0.17+svn20070119 + Fmacroexpand_1@Base 0.17+svn20070119 + Fmacrop@Base 0.17+svn20070119 + Fmake_binding_immutable@Base 0.17+svn20070119 + Fmake_byte_code_subr@Base 0.17+svn20070119 + Fmake_closure@Base 0.17+svn20070119 + Fmake_datum@Base 0.17+svn20070119 + Fmake_directory@Base 0.17+svn20070119 + Fmake_file_from_stream@Base 0.17+svn20070119 + Fmake_fluid@Base 0.17+svn20070119 + Fmake_keyword@Base 0.17+svn20070119 + Fmake_list@Base 0.17+svn20070119 + Fmake_obarray@Base 0.17+svn20070119 + Fmake_primitive_guardian@Base 0.17+svn20070119 + Fmake_process@Base 0.17+svn20070119 + Fmake_string@Base 0.17+svn20070119 + Fmake_string_input_stream@Base 0.17+svn20070119 + Fmake_string_output_stream@Base 0.17+svn20070119 + Fmake_structure@Base 0.17+svn20070119 + Fmake_symbol@Base 0.17+svn20070119 + Fmake_symlink@Base 0.17+svn20070119 + Fmake_temp_name@Base 0.17+svn20070119 + Fmake_thread@Base 0.17+svn20070119 + Fmake_variable_special@Base 0.17+svn20070119 + Fmake_vector@Base 0.17+svn20070119 + Fmakunbound@Base 0.17+svn20070119 + Fmapc@Base 0.17+svn20070119 + Fmapcar@Base 0.17+svn20070119 + Fmatch_end@Base 0.17+svn20070119 + Fmatch_start@Base 0.17+svn20070119 + Fmax@Base 0.17+svn20070119 + Fmax_lisp_depth@Base 0.17+svn20070119 + Fmember@Base 0.17+svn20070119 + Fmemq@Base 0.17+svn20070119 + Fmemql@Base 0.17+svn20070119 + Fmessage@Base 0.17+svn20070119 + Fmin@Base 0.17+svn20070119 + Fminus@Base 0.17+svn20070119 + Fmod@Base 0.17+svn20070119 + Fname_structure@Base 0.17+svn20070119 + Fnconc@Base 0.17+svn20070119 + Fnot@Base 0.17+svn20070119 + Fnreverse@Base 0.17+svn20070119 + Fnth@Base 0.17+svn20070119 + Fnthcdr@Base 0.17+svn20070119 + Fnull@Base 0.17+svn20070119 + Fnum_eq@Base 0.17+svn20070119 + Fnum_noteq@Base 0.17+svn20070119 + Fnumber_to_string@Base 0.17+svn20070119 + Fnumberp@Base 0.17+svn20070119 + Fnumerator@Base 0.17+svn20070119 + Fobarray@Base 0.17+svn20070119 + Fopen_file@Base 0.17+svn20070119 + Fopen_structures@Base 0.17+svn20070119 + Foutput_stream_p@Base 0.17+svn20070119 + Fpeek_char@Base 0.17+svn20070119 + Fplus1@Base 0.17+svn20070119 + Fplus@Base 0.17+svn20070119 + Fprimitive_guardian_pop@Base 0.17+svn20070119 + Fprimitive_guardian_push@Base 0.17+svn20070119 + Fprimitive_invoke_continuation@Base 0.17+svn20070119 + Fprin1@Base 0.17+svn20070119 + Fprinc@Base 0.17+svn20070119 + Fprint@Base 0.17+svn20070119 + Fprocess_args@Base 0.17+svn20070119 + Fprocess_connection_type@Base 0.17+svn20070119 + Fprocess_dir@Base 0.17+svn20070119 + Fprocess_error_stream@Base 0.17+svn20070119 + Fprocess_exit_status@Base 0.17+svn20070119 + Fprocess_exit_value@Base 0.17+svn20070119 + Fprocess_function@Base 0.17+svn20070119 + Fprocess_id@Base 0.17+svn20070119 + Fprocess_in_use_p@Base 0.17+svn20070119 + Fprocess_output_stream@Base 0.17+svn20070119 + Fprocess_prog@Base 0.17+svn20070119 + Fprocess_running_p@Base 0.17+svn20070119 + Fprocess_stopped_p@Base 0.17+svn20070119 + Fprocessp@Base 0.17+svn20070119 + Fproduct@Base 0.17+svn20070119 + Fprogn@Base 0.17+svn20070119 + Fprovide@Base 0.17+svn20070119 + Fput@Base 0.17+svn20070119 + Fquote@Base 0.17+svn20070119 + Fquote_regexp@Base 0.17+svn20070119 + Fquotient@Base 0.17+svn20070119 + Fraise_exception@Base 0.17+svn20070119 + Frandom@Base 0.17+svn20070119 + Frassoc@Base 0.17+svn20070119 + Frassq@Base 0.17+svn20070119 + Fread@Base 0.17+svn20070119 + Fread_char@Base 0.17+svn20070119 + Fread_chars@Base 0.17+svn20070119 + Fread_line@Base 0.17+svn20070119 + Fread_symlink@Base 0.17+svn20070119 + Freal_eval@Base 0.17+svn20070119 + Freal_set@Base 0.17+svn20070119 + Frecursion_depth@Base 0.17+svn20070119 + Frecursive_edit@Base 0.17+svn20070119 + Fregexp_cache_control@Base 0.17+svn20070119 + Fremainder@Base 0.17+svn20070119 + Frename_file@Base 0.17+svn20070119 + Frequire@Base 0.17+svn20070119 + Freverse@Base 0.17+svn20070119 + Fround@Base 0.17+svn20070119 + Frplaca@Base 0.17+svn20070119 + Frplacd@Base 0.17+svn20070119 + Frun_byte_code@Base 0.17+svn20070119 + Fseek_file@Base 0.17+svn20070119 + Fsequencep@Base 0.17+svn20070119 + Fset@Base 0.17+svn20070119 + Fset_closure_function@Base 0.17+svn20070119 + Fset_closure_structure@Base 0.17+svn20070119 + Fset_default@Base 0.17+svn20070119 + Fset_file_handler_data@Base 0.17+svn20070119 + Fset_file_handler_environment@Base 0.17+svn20070119 + Fset_file_modes@Base 0.17+svn20070119 + Fset_input_handler@Base 0.17+svn20070119 + Fset_interface@Base 0.17+svn20070119 + Fset_process_args@Base 0.17+svn20070119 + Fset_process_connection_type@Base 0.17+svn20070119 + Fset_process_dir@Base 0.17+svn20070119 + Fset_process_error_stream@Base 0.17+svn20070119 + Fset_process_function@Base 0.17+svn20070119 + Fset_process_output_stream@Base 0.17+svn20070119 + Fset_process_prog@Base 0.17+svn20070119 + Fset_special_environment@Base 0.17+svn20070119 + Fsetplist@Base 0.17+svn20070119 + Fsetq@Base 0.17+svn20070119 + Fsignal@Base 0.17+svn20070119 + Fsignal_process@Base 0.17+svn20070119 + Fsin@Base 0.17+svn20070119 + Fsit_for@Base 0.17+svn20070119 + Fsleep_for@Base 0.17+svn20070119 + Fspace_char_p@Base 0.17+svn20070119 + Fspecial_form_p@Base 0.17+svn20070119 + Fspecial_variable_p@Base 0.17+svn20070119 + Fsqrt@Base 0.17+svn20070119 + Fstart_process@Base 0.17+svn20070119 + Fstderr_file@Base 0.17+svn20070119 + Fstdin_file@Base 0.17+svn20070119 + Fstdout_file@Base 0.17+svn20070119 + Fstep@Base 0.17+svn20070119 + Fstop_process@Base 0.17+svn20070119 + Fstring_equal@Base 0.17+svn20070119 + Fstring_head_eq@Base 0.17+svn20070119 + Fstring_lessp@Base 0.17+svn20070119 + Fstring_looking_at@Base 0.17+svn20070119 + Fstring_match@Base 0.17+svn20070119 + Fstring_to_number@Base 0.17+svn20070119 + Fstringp@Base 0.17+svn20070119 + Fstructure_accessible@Base 0.17+svn20070119 + Fstructure_bound_p@Base 0.17+svn20070119 + Fstructure_define@Base 0.17+svn20070119 + Fstructure_exports_all@Base 0.17+svn20070119 + Fstructure_exports_p@Base 0.17+svn20070119 + Fstructure_file@Base 0.17+svn20070119 + Fstructure_imports@Base 0.17+svn20070119 + Fstructure_install_vm@Base 0.17+svn20070119 + Fstructure_interface@Base 0.17+svn20070119 + Fstructure_name@Base 0.17+svn20070119 + Fstructure_set@Base 0.17+svn20070119 + Fstructure_set_binds@Base 0.17+svn20070119 + Fstructure_walk@Base 0.17+svn20070119 + Fstructurep@Base 0.17+svn20070119 + Fsub1@Base 0.17+svn20070119 + Fsubr_name@Base 0.17+svn20070119 + Fsubrp@Base 0.17+svn20070119 + Fsubstring@Base 0.17+svn20070119 + Fsymbol_name@Base 0.17+svn20070119 + Fsymbol_plist@Base 0.17+svn20070119 + Fsymbol_value@Base 0.17+svn20070119 + Fsymbolp@Base 0.17+svn20070119 + Fsystem@Base 0.17+svn20070119 + Fsystem_name@Base 0.17+svn20070119 + Ftan@Base 0.17+svn20070119 + Fthread_delete@Base 0.17+svn20070119 + Fthread_exited_p@Base 0.17+svn20070119 + Fthread_forbid@Base 0.17+svn20070119 + Fthread_join@Base 0.17+svn20070119 + Fthread_name@Base 0.17+svn20070119 + Fthread_permit@Base 0.17+svn20070119 + Fthread_suspend@Base 0.17+svn20070119 + Fthread_suspended_p@Base 0.17+svn20070119 + Fthread_wake@Base 0.17+svn20070119 + Fthread_yield@Base 0.17+svn20070119 + Fthreadp@Base 0.17+svn20070119 + Fthrow@Base 0.17+svn20070119 + Ftime_later_p@Base 0.17+svn20070119 + Ftrace@Base 0.17+svn20070119 + Ftranslate_string@Base 0.17+svn20070119 + Ftruncate@Base 0.17+svn20070119 + Funintern@Base 0.17+svn20070119 + Funtrace@Base 0.17+svn20070119 + Fupper_case_p@Base 0.17+svn20070119 + Fuser_full_name@Base 0.17+svn20070119 + Fuser_home_directory@Base 0.17+svn20070119 + Fuser_login_name@Base 0.17+svn20070119 + Fvalidate_byte_code@Base 0.17+svn20070119 + Fvector@Base 0.17+svn20070119 + Fvectorp@Base 0.17+svn20070119 + Fwith_fluids@Base 0.17+svn20070119 + Fwrite@Base 0.17+svn20070119 + Fzerop@Base 0.17+svn20070119 + Q_load_suffixes@Base 0.17+svn20070119 + Q_meta@Base 0.17+svn20070119 + Q_specials@Base 0.17+svn20070119 + Q_structures@Base 0.17+svn20070119 + Q_user_structure_@Base 0.17+svn20070119 + Qafter_gc_hook@Base 0.17+svn20070119 + Qafter_load_alist@Base 0.17+svn20070119 + Qamp_optional@Base 0.17+svn20070119 + Qamp_rest@Base 0.17+svn20070119 + Qand@Base 0.17+svn20070119 + Qappend@Base 0.17+svn20070119 + Qarith_error@Base 0.17+svn20070119 + Qautoload@Base 0.17+svn20070119 + Qbackquote@Base 0.17+svn20070119 + Qbackquote_splice@Base 0.17+svn20070119 + Qbackquote_unquote@Base 0.17+svn20070119 + Qbacktrace_on_error@Base 0.17+svn20070119 + Qbad_arg@Base 0.17+svn20070119 + Qbatch_mode@Base 0.17+svn20070119 + Qbefore_exit_hook@Base 0.17+svn20070119 + Qbytecode_error@Base 0.17+svn20070119 + Qcanonical_file_name@Base 0.17+svn20070119 + Qclose_file@Base 0.17+svn20070119 + Qcommand_line_args@Base 0.17+svn20070119 + Qcontinuation@Base 0.17+svn20070119 + Qcopy_file@Base 0.17+svn20070119 + Qcopy_file_from_local_fs@Base 0.17+svn20070119 + Qcopy_file_to_local_fs@Base 0.17+svn20070119 + Qdebug_entry@Base 0.17+svn20070119 + Qdebug_error_entry@Base 0.17+svn20070119 + Qdebug_exit@Base 0.17+svn20070119 + Qdebug_macros@Base 0.17+svn20070119 + Qdebug_on_error@Base 0.17+svn20070119 + Qdefault_directory@Base 0.17+svn20070119 + Qdelete_directory@Base 0.17+svn20070119 + Qdelete_file@Base 0.17+svn20070119 + Qdirectory_file_name@Base 0.17+svn20070119 + Qdirectory_files@Base 0.17+svn20070119 + Qdl_load_path@Base 0.17+svn20070119 + Qdl_load_reloc_now@Base 0.17+svn20070119 + Qdocumentation@Base 0.17+svn20070119 + Qdocumentation_file@Base 0.17+svn20070119 + Qdocumentation_files@Base 0.17+svn20070119 + Qdowncase_table@Base 0.17+svn20070119 + Qend@Base 0.17+svn20070119 + Qend_of_stream@Base 0.17+svn20070119 + Qerror@Base 0.17+svn20070119 + Qerror_handler_function@Base 0.17+svn20070119 + Qerror_message@Base 0.17+svn20070119 + Qerror_mode@Base 0.17+svn20070119 + Qexec_directory@Base 0.17+svn20070119 + Qexit@Base 0.17+svn20070119 + Qexpand_file_name@Base 0.17+svn20070119 + Qexternal@Base 0.17+svn20070119 + Qfeatures@Base 0.17+svn20070119 + Qfh_env_key@Base 0.17+svn20070119 + Qfile_directory_p@Base 0.17+svn20070119 + Qfile_error@Base 0.17+svn20070119 + Qfile_exists_p@Base 0.17+svn20070119 + Qfile_handler_alist@Base 0.17+svn20070119 + Qfile_modes@Base 0.17+svn20070119 + Qfile_modes_as_string@Base 0.17+svn20070119 + Qfile_modtime@Base 0.17+svn20070119 + Qfile_name_absolute_p@Base 0.17+svn20070119 + Qfile_name_as_directory@Base 0.17+svn20070119 + Qfile_name_directory@Base 0.17+svn20070119 + Qfile_name_nondirectory@Base 0.17+svn20070119 + Qfile_nlinks@Base 0.17+svn20070119 + Qfile_owner_p@Base 0.17+svn20070119 + Qfile_readable_p@Base 0.17+svn20070119 + Qfile_regular_p@Base 0.17+svn20070119 + Qfile_size@Base 0.17+svn20070119 + Qfile_symlink_p@Base 0.17+svn20070119 + Qfile_writable_p@Base 0.17+svn20070119 + Qflatten_table@Base 0.17+svn20070119 + Qfluid@Base 0.17+svn20070119 + Qflush_file@Base 0.17+svn20070119 + Qformat_hooks_alist@Base 0.17+svn20070119 + Qfunction@Base 0.17+svn20070119 + Qidle_hook@Base 0.17+svn20070119 + Qinterpreted_mode@Base 0.17+svn20070119 + Qinterrupt_mode@Base 0.17+svn20070119 + Qinvalid_autoload@Base 0.17+svn20070119 + Qinvalid_function@Base 0.17+svn20070119 + Qinvalid_lambda_list@Base 0.17+svn20070119 + Qinvalid_macro@Base 0.17+svn20070119 + Qinvalid_read_syntax@Base 0.17+svn20070119 + Qinvalid_stream@Base 0.17+svn20070119 + Qlambda@Base 0.17+svn20070119 + Qlisp_lib_directory@Base 0.17+svn20070119 + Qload@Base 0.17+svn20070119 + Qload_filename@Base 0.17+svn20070119 + Qload_path@Base 0.17+svn20070119 + Qlocal@Base 0.17+svn20070119 + Qlocal_file_name@Base 0.17+svn20070119 + Qmacro@Base 0.17+svn20070119 + Qmacro_environment@Base 0.17+svn20070119 + Qmake_directory@Base 0.17+svn20070119 + Qmake_symlink@Base 0.17+svn20070119 + Qmissing_arg@Base 0.17+svn20070119 + Qnewlines@Base 0.17+svn20070119 + Qnil@Base 0.17+svn20070119 + Qno_catcher@Base 0.17+svn20070119 + Qno_memory@Base 0.17+svn20070119 + Qopen_file@Base 0.17+svn20070119 + Qoperating_system@Base 0.17+svn20070119 + Qor@Base 0.17+svn20070119 + Qpermanent_local@Base 0.17+svn20070119 + Qpipe@Base 0.17+svn20070119 + Qprint_escape@Base 0.17+svn20070119 + Qprint_length@Base 0.17+svn20070119 + Qprint_level@Base 0.17+svn20070119 + Qprocess_environment@Base 0.17+svn20070119 + Qprocess_error@Base 0.17+svn20070119 + Qprogram_name@Base 0.17+svn20070119 + Qprovide@Base 0.17+svn20070119 + Qpty@Base 0.17+svn20070119 + Qquit@Base 0.17+svn20070119 + Qquote@Base 0.17+svn20070119 + Qread@Base 0.17+svn20070119 + Qread_symlink@Base 0.17+svn20070119 + Qregexp_error@Base 0.17+svn20070119 + Qrename_file@Base 0.17+svn20070119 + Qrep@Base 0.17+svn20070119 + Qrep_build_id@Base 0.17+svn20070119 + Qrep_directory@Base 0.17+svn20070119 + Qrep_interface_id@Base 0.17+svn20070119 + Qrep_io_file_handlers@Base 0.17+svn20070119 + Qrep_lang_interpreter@Base 0.17+svn20070119 + Qrep_structures@Base 0.17+svn20070119 + Qrep_version@Base 0.17+svn20070119 + Qrep_vm_interpreter@Base 0.17+svn20070119 + Qrequire@Base 0.17+svn20070119 + Qseek_file@Base 0.17+svn20070119 + Qset_file_modes@Base 0.17+svn20070119 + Qsetting_constant@Base 0.17+svn20070119 + Qsite_lisp_directory@Base 0.17+svn20070119 + Qsocketpair@Base 0.17+svn20070119 + Qstandard_input@Base 0.17+svn20070119 + Qstandard_output@Base 0.17+svn20070119 + Qstart@Base 0.17+svn20070119 + Qstructure_ref@Base 0.17+svn20070119 + Qt@Base 0.17+svn20070119 + Qterm_interrupt@Base 0.17+svn20070119 + Qtop_level@Base 0.17+svn20070119 + Qunix@Base 0.17+svn20070119 + Qupcase_table@Base 0.17+svn20070119 + Quser_interrupt@Base 0.17+svn20070119 + Qvoid_value@Base 0.17+svn20070119 + Qwrite@Base 0.17+svn20070119 + rep_accept_input@Base 0.17+svn20070119 + rep_accept_input_for_callbacks@Base 0.17+svn20070119 + rep_accept_input_for_fds@Base 0.17+svn20070119 + rep_add_binding_to_env@Base 0.17+svn20070119 + rep_add_event_loop_callback@Base 0.17+svn20070119 + rep_add_subr@Base 0.17+svn20070119 + rep_alias_structure@Base 0.17+svn20070119 + rep_allocate_cons@Base 0.17+svn20070119 + rep_apply@Base 0.17+svn20070119 + rep_assign_args@Base 0.17+svn20070119 + rep_beep_fun@Base 0.17+svn20070119 + rep_bind_special@Base 0.17+svn20070119 + rep_bind_symbol@Base 0.17+svn20070119 + rep_bootstrap_structure@Base 0.17+svn20070119 + rep_box_pointer@Base 0.17+svn20070119 + rep_box_string@Base 0.17+svn20070119 + rep_call_file_handler@Base 0.17+svn20070119 + rep_call_lisp0@Base 0.17+svn20070119 + rep_call_lisp1@Base 0.17+svn20070119 + rep_call_lisp2@Base 0.17+svn20070119 + rep_call_lisp3@Base 0.17+svn20070119 + rep_call_lisp4@Base 0.17+svn20070119 + rep_call_lispn@Base 0.17+svn20070119 + rep_call_stack@Base 0.17+svn20070119 + rep_call_with_barrier@Base 0.17+svn20070119 + rep_call_with_closure@Base 0.17+svn20070119 + rep_common_db@Base 0.17+svn20070119 + rep_compare_error@Base 0.17+svn20070119 + rep_compare_numbers@Base 0.17+svn20070119 + rep_compile_regexp@Base 0.17+svn20070119 + rep_concat2@Base 0.17+svn20070119 + rep_concat3@Base 0.17+svn20070119 + rep_concat4@Base 0.17+svn20070119 + rep_cons_free@Base 0.17+svn20070119 + rep_cons_freelist@Base 0.17+svn20070119 + rep_copy_list@Base 0.17+svn20070119 + rep_data_after_gc@Base 0.17+svn20070119 + rep_db_alloc@Base 0.17+svn20070119 + rep_db_free@Base 0.17+svn20070119 + rep_db_kill@Base 0.17+svn20070119 + rep_db_print_backtrace@Base 0.17+svn20070119 + rep_db_printf@Base 0.17+svn20070119 + rep_db_return_address@Base 0.17+svn20070119 + rep_db_spew@Base 0.17+svn20070119 + rep_db_spew_all@Base 0.17+svn20070119 + rep_db_vprintf@Base 0.17+svn20070119 + rep_default_regsub@Base 0.17+svn20070119 + rep_default_regsublen@Base 0.17+svn20070119 + rep_default_structure@Base 0.17+svn20070119 + rep_deprecated@Base 0.17+svn20070119 + rep_deref_local_symbol_fun@Base 0.17+svn20070119 + rep_deregister_input_fd@Base 0.17+svn20070119 + rep_deregister_input_fd_fun@Base 0.17+svn20070119 + rep_documentation_property@Base 0.17+svn20070119 + rep_env@Base 0.17+svn20070119 + rep_eol_datum@Base 0.17+svn20070119 + rep_eval@Base 0.17+svn20070119 + rep_event_loop@Base 0.17+svn20070119 + rep_event_loop_fun@Base 0.17+svn20070119 + rep_expand_and_get_handler@Base 0.17+svn20070119 + rep_file_fdopen@Base 0.17.2 + rep_file_length@Base 0.17+svn20070119 + rep_file_type@Base 0.17+svn20070119 + rep_find_c_symbol@Base 0.17+svn20070119 + rep_find_dl_symbol@Base 0.17+svn20070119 + rep_foldl@Base 0.17+svn20070119 + rep_funcall@Base 0.17+svn20070119 + rep_gc_n_roots_stack@Base 0.17+svn20070119 + rep_gc_root_stack@Base 0.17+svn20070119 + rep_gc_threshold@Base 0.17+svn20070119 + rep_get_data_type@Base 0.17+svn20070119 + rep_get_file_handler@Base 0.17+svn20070119 + rep_get_float@Base 0.17+svn20070119 + rep_get_handler_from_file_or_name@Base 0.17+svn20070119 + rep_get_initial_special_value@Base 0.17+svn20070119 + rep_get_long_int@Base 0.17+svn20070119 + rep_get_long_uint@Base 0.17+svn20070119 + rep_get_longlong_int@Base 0.17+svn20070119 + rep_get_option@Base 0.17+svn20070119 + rep_guardian_type@Base 0.17+svn20070119 + rep_handle_error@Base 0.17+svn20070119 + rep_handle_input_exception@Base 0.17+svn20070119 + rep_handle_var_int@Base 0.17+svn20070119 + rep_handle_var_long_int@Base 0.17+svn20070119 + rep_idle_gc_threshold@Base 0.17+svn20070119 + rep_in_gc@Base 0.17+svn20070119 + rep_init@Base 0.17+svn20070119 + rep_init_from_dump@Base 0.17+svn20070119 + rep_input_timeout_secs@Base 0.17+svn20070119 + rep_int_cell@Base 0.17+svn20070119 + rep_integer_foldl@Base 0.17+svn20070119 + rep_integer_gcd@Base 0.17+svn20070119 + rep_intern_dl_library@Base 0.90.2 + rep_intern_static@Base 0.17+svn20070119 + rep_keyword_obarray@Base 0.17+svn20070119 + rep_kill@Base 0.17+svn20070119 + rep_lisp_depth@Base 0.17+svn20070119 + rep_list_1@Base 0.17+svn20070119 + rep_list_2@Base 0.17+svn20070119 + rep_list_3@Base 0.17+svn20070119 + rep_list_4@Base 0.17+svn20070119 + rep_list_5@Base 0.17+svn20070119 + rep_list_length@Base 0.17+svn20070119 + rep_load_autoload@Base 0.17+svn20070119 + rep_load_environment@Base 0.17+svn20070119 + rep_localise_and_get_handler@Base 0.17+svn20070119 + rep_lookup_dl_symbol@Base 0.90.2 + rep_lookup_errno@Base 0.17+svn20070119 + rep_make_float@Base 0.17+svn20070119 + rep_make_long_int@Base 0.17+svn20070119 + rep_make_long_uint@Base 0.17+svn20070119 + rep_make_longlong_int@Base 0.17+svn20070119 + rep_make_string@Base 0.17+svn20070119 + rep_make_tuple@Base 0.17+svn20070119 + rep_make_vector@Base 0.17+svn20070119 + rep_map_inputs@Base 0.17+svn20070119 + rep_mark_input_pending@Base 0.17+svn20070119 + rep_mark_static@Base 0.17+svn20070119 + rep_mark_tuple@Base 0.17+svn20070119 + rep_mark_value@Base 0.17+svn20070119 + rep_max_lisp_depth@Base 0.17+svn20070119 + rep_max_sleep_for@Base 0.17+svn20070119 + rep_mem_error@Base 0.17+svn20070119 + rep_message_fun@Base 0.17+svn20070119 + rep_null_string@Base 0.17+svn20070119 + rep_number_add@Base 0.17+svn20070119 + rep_number_div@Base 0.17+svn20070119 + rep_number_foldl@Base 0.17+svn20070119 + rep_number_logand@Base 0.17+svn20070119 + rep_number_logior@Base 0.17+svn20070119 + rep_number_lognot@Base 0.17+svn20070119 + rep_number_logxor@Base 0.17+svn20070119 + rep_number_max@Base 0.17+svn20070119 + rep_number_min@Base 0.17+svn20070119 + rep_number_mul@Base 0.17+svn20070119 + rep_number_neg@Base 0.17+svn20070119 + rep_number_sub@Base 0.17+svn20070119 + rep_obarray@Base 0.17+svn20070119 + rep_on_idle@Base 0.17+svn20070119 + rep_on_idle_fun@Base 0.17+svn20070119 + rep_on_termination_fun@Base 0.17+svn20070119 + rep_op_insert_file_contents@Base 0.17+svn20070119 + rep_op_read_file_contents@Base 0.17+svn20070119 + rep_op_write_buffer_contents@Base 0.17+svn20070119 + rep_parse_number@Base 0.90.2 + rep_pending_thread_yield@Base 0.17+svn20070119 + rep_poll_input@Base 0.17+svn20070119 + rep_pop_regexp_data@Base 0.17+svn20070119 + rep_pop_structure@Base 0.17+svn20070119 + rep_princ_val@Base 0.17+svn20070119 + rep_print_number_to_string@Base 0.17+svn20070119 + rep_print_val@Base 0.17+svn20070119 + rep_proc_periodically@Base 0.17+svn20070119 + rep_ptr_cmp@Base 0.17+svn20070119 + rep_push_regexp_data@Base 0.17+svn20070119 + rep_push_structure@Base 0.17+svn20070119 + rep_push_structure_name@Base 0.17+svn20070119 + rep_readl@Base 0.17+svn20070119 + rep_recurse_depth@Base 0.17+svn20070119 + rep_redisplay_fun@Base 0.17+svn20070119 + rep_regcomp@Base 0.17+svn20070119 + rep_regerror@Base 0.17+svn20070119 + rep_regexec2@Base 0.17+svn20070119 + rep_regexp_max_depth@Base 0.17+svn20070119 + rep_register_input_fd@Base 0.17+svn20070119 + rep_register_input_fd_fun@Base 0.17+svn20070119 + rep_register_new_type@Base 0.17+svn20070119 + rep_register_process_input_handler@Base 0.17+svn20070119 + rep_register_type@Base 0.17+svn20070119 + rep_regmatch_string@Base 0.17+svn20070119 + rep_regsub_fun@Base 0.17+svn20070119 + rep_regsublen_fun@Base 0.17+svn20070119 + rep_scm_f@Base 0.17+svn20070119 + rep_scm_t@Base 0.17+svn20070119 + rep_search_imports@Base 0.90.2 + rep_set_local_symbol_fun@Base 0.17+svn20070119 + rep_set_string_len@Base 0.17+svn20070119 + rep_set_string_match@Base 0.17+svn20070119 + rep_sig_restart@Base 0.17+svn20070119 + rep_sigchld_fun@Base 0.17+svn20070119 + rep_signal_arg_error@Base 0.17+svn20070119 + rep_signal_file_error@Base 0.17+svn20070119 + rep_signal_missing_arg@Base 0.17+svn20070119 + rep_sit_for@Base 0.17+svn20070119 + rep_sleep_for@Base 0.17+svn20070119 + rep_special_bindings@Base 0.17+svn20070119 + rep_str_dupn@Base 0.17+svn20070119 + rep_stream_getc@Base 0.17+svn20070119 + rep_stream_putc@Base 0.17+svn20070119 + rep_stream_puts@Base 0.17+svn20070119 + rep_stream_read_esc@Base 0.17+svn20070119 + rep_stream_ungetc@Base 0.17+svn20070119 + rep_string_dup@Base 0.17+svn20070119 + rep_string_dupn@Base 0.17+svn20070119 + rep_string_modified@Base 0.17+svn20070119 + rep_structure@Base 0.17+svn20070119 + rep_structure_exports_all@Base 0.17+svn20070119 + rep_structure_set_binds@Base 0.17+svn20070119 + rep_structure_type@Base 0.90.2 + rep_term_cell@Base 0.17+svn20070119 + rep_test_int_counter@Base 0.17+svn20070119 + rep_test_int_fun@Base 0.17+svn20070119 + rep_test_int_period@Base 0.17+svn20070119 + rep_thread_lock@Base 0.17+svn20070119 + rep_throw_value@Base 0.17+svn20070119 + rep_time@Base 0.17+svn20070119 + rep_top_level_exit@Base 0.17+svn20070119 + rep_top_level_recursive_edit@Base 0.17+svn20070119 + rep_type_cmp@Base 0.17+svn20070119 + rep_unbind_symbols@Base 0.17+svn20070119 + rep_unbound_file_error@Base 0.17+svn20070119 + rep_unbox_pointer@Base 0.17+svn20070119 + rep_undefined_value@Base 0.17+svn20070119 + rep_unix_set_fd_blocking@Base 0.17+svn20070119 + rep_unix_set_fd_cloexec@Base 0.17+svn20070119 + rep_unix_set_fd_nonblocking@Base 0.17+svn20070119 + rep_update_last_match@Base 0.17+svn20070119 + rep_used_cons@Base 0.17+svn20070119 + rep_utime@Base 0.17+svn20070119 + rep_value_cmp@Base 0.17+svn20070119 + rep_void_value@Base 0.17+svn20070119 + rep_wait_for_input_fun@Base 0.17+svn20071210 --- librep-0.90.2.orig/debian/rep-config.sgml +++ librep-0.90.2/debian/rep-config.sgml @@ -0,0 +1,125 @@ +Christian"> + Marillat"> + april 5, 2001"> + 1"> + marillat@debian.org"> + + rep-config"> + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2001 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + script to get information about the installed version of + LIBREP + + + + &dhpackage; + + + + + + + + + + DESCRIPTION + + &dhpackage; is a tool that is used to determine + the compiler and linker flags that should be used to compile and + link programs that use LIBREP library. + + + + OPTIONS + + + + + + Print the path where lisp files are installed. + + + + + + Print the linker flags that are necessary to link a + LIBREP program. + + + + + + Print the compiler flags that are necessary to compile a + LIBREP program. + + + + + + Print the currently installed version of + LIBREP on the standard output. + + + + + + + SEE ALSO + + The programs are documented fully by John + Harper available via the Info system. + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). + + +
+ + --- librep-0.90.2.orig/debian/rep.manpages +++ librep-0.90.2/debian/rep.manpages @@ -0,0 +1,2 @@ +debian/rep.1 +debian/rep-remote.1 --- librep-0.90.2.orig/debian/librep-dbg.links +++ librep-0.90.2/debian/librep-dbg.links @@ -0,0 +1 @@ +usr/share/doc/librep9 usr/share/doc/librep-dbg --- librep-0.90.2.orig/debian/rep.1 +++ librep-0.90.2/debian/rep.1 @@ -0,0 +1,62 @@ +.\" This manpage has been automatically generated by docbook2man +.\" from a DocBook document. This tool can be found at: +.\" +.\" Please send any bug reports, improvements, comments, patches, +.\" etc. to Steve Cheng . +.TH "REP" "1" "04 avril 2003" "" "" + +.SH NAME +rep \- Read, Eval, Print Interpreter +.SH SYNOPSIS + +\fBrep\fR [ \fB FILE \fR ] [ \fB \-\-batch \fR ] [ \fB \-\-interp \fR ] [ \fB \-f, \-\-call FUNCTION \fR ] [ \fB \-l, \-\-load FUNCTION \fR ] [ \fB \-s, \-\-scheme FILE \fR ] [ \fB \-\-version \fR ] [ \fB \-\-no-rc \fR ] [ \fB \-q, \-\-quit \fR ] + +.SH "DESCRIPTION" +.PP +\fBrep\fR `librep' is a dialect of Lisp, +designed to be used both as an extension language for applications and +as a general purpose programming language. It was originally written +to be mostly-compatible with Emacs Lisp, but has subsequently diverged +markedly. Its aim is to combine the best features of Scheme and +Common Lisp and provide an environment that is comfortable for +implementing both small and large scale systems. It tries to be a +"pragmatic" programming language. +.SH "OPTIONS" +.TP +\fBFILE\fR +load the Lisp file \fIFILE\fR (from the cwd if possible, implies +\fI\-\-batch\fR mode) +.TP +\fB\-\-batch\fR +Batch mode: process options and exit. +.TP +\fB\-\-interp\fR +Interpreted mode: don't load compile Lisp files. +.TP +\fB\-f \fIFUNCTION\fB \-\-call \fIFUNCTION\fB\fR +Call the Lisp function \fIFUNCTION\fR. +.TP +\fB\-l \fIFILE\fB \-\-load \fIFILE\fB\fR +Load the file of Lisp forms called \fIFILE\fR. +.TP +\fB\-s \fIFILE\fB \-\-scheme \fIFILE\fB\fR +Load the file of Scheme forms called +\fIFILE\fR (implies +\fI\-\-batch\fR mode). +.TP +\fB\-\-version\fR +Print version details. +.TP +\fB\-\-no\-rc\fR +Don't load rc or site-init files. +.TP +\fB\-q \-\-quit\fR +Terminate the interpreter process. +.SH "SEE ALSO" +.PP +The programs are documented fully by \fIJohn +Harper\fR available via the \fBInfo\fR system. +.SH "AUTHOR" +.PP +This manual page was written by Christian Marillat for +the Debian GNU/Linux system (but may be used by others). --- librep-0.90.2.orig/debian/librep-dev.links +++ librep-0.90.2/debian/librep-dev.links @@ -0,0 +1 @@ +usr/share/doc/librep9 usr/share/doc/librep-dev --- librep-0.90.2.orig/debian/rep-doc.info +++ librep-0.90.2/debian/rep-doc.info @@ -0,0 +1 @@ +man/librep.info --- librep-0.90.2.orig/debian/librep-dev.manpages +++ librep-0.90.2/debian/librep-dev.manpages @@ -0,0 +1,3 @@ +debian/rep-xgettext.1 +debian/repdoc.1 +debian/rep-config.1 --- librep-0.90.2.orig/debian/rep-config.1 +++ librep-0.90.2/debian/rep-config.1 @@ -0,0 +1,42 @@ +.\" This manpage has been automatically generated by docbook2man +.\" from a DocBook document. This tool can be found at: +.\" +.\" Please send any bug reports, improvements, comments, patches, +.\" etc. to Steve Cheng . +.TH "REP-CONFIG" "1" "04 avril 2003" "" "" + +.SH NAME +rep\-config \- script to get information about the installed version of LIBREP +.SH SYNOPSIS + +\fBrep\-config\fR [ \fB \-\-execdir \fR ] [ \fB \-\-libs \fR ] [ \fB \-\-cflags \fR ] [ \fB \-\-version \fR ] + +.SH "DESCRIPTION" +.PP +\fBrep\-config\fR is a tool that is used to determine +the compiler and linker flags that should be used to compile and +link programs that use \fILIBREP\fR library. +.SH "OPTIONS" +.TP +\fB\-\-execdir\fR +Print the path where lisp files are installed. +.TP +\fB\-\-libs\fR +Print the linker flags that are necessary to link a +\fILIBREP\fR program. +.TP +\fB\-\-cflags\fR +Print the compiler flags that are necessary to compile a +\fILIBREP\fR program. +.TP +\fB\-\-version\fR +Print the currently installed version of +\fILIBREP\fR on the standard output. +.SH "SEE ALSO" +.PP +The programs are documented fully by \fIJohn +Harper\fR available via the \fBInfo\fR system. +.SH "AUTHOR" +.PP +This manual page was written by Christian Marillat for +the Debian GNU/Linux system (but may be used by others). --- librep-0.90.2.orig/debian/rep-xgettext.1 +++ librep-0.90.2/debian/rep-xgettext.1 @@ -0,0 +1,38 @@ +.\" This manpage has been automatically generated by docbook2man +.\" from a DocBook document. This tool can be found at: +.\" +.\" Please send any bug reports, improvements, comments, patches, +.\" etc. to Steve Cheng . +.TH "REP-XGETTEXT" "1" "04 avril 2003" "" "" + +.SH NAME +rep-xgettext \- extract i18n strings from lisp scripts. +.SH SYNOPSIS + +\fBrep-xgettext\fR [ \fB--include \fIDEFINER\fB\fR ] [ \fB--c \fR ] [ \fB--pot \fR ] + +.SH "DESCRIPTION" +.PP +\fBrep-xgettext\fR The usual method of constructing +message catalogue templates (.pot files) is to run xgettext on the C +source files of the program (that have been annotated for i18n). +librep provides the rep-xgettext program to perform the same task for +files of Lisp code. +.SH "OPTIONS" +.TP +\fB--include\fR +include DEFINER. This is not documented by upstream. +.TP +\fB--c\fR +This makes it output pseudo C code containing the string constants found. +.TP +\fB--pot\fR +This makes it output in standart .pot file. +.SH "SEE ALSO" +.PP +The programs are documented fully by \fIJohn +Harper\fR available via the \fBInfo\fR system. +.SH "AUTHOR" +.PP +This manual page was written by Christian Marillat for +the Debian GNU/Linux system (but may be used by others). --- librep-0.90.2.orig/debian/rep.links +++ librep-0.90.2/debian/rep.links @@ -0,0 +1 @@ +usr/share/doc/librep9 usr/share/doc/rep --- librep-0.90.2.orig/debian/copyright +++ librep-0.90.2/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Mikolaj J. Habryn on +Thu, 2 Sep 1999 21:09:25 +0800. + +It was downloaded from http://sourceforge.net/project/showfiles.php?group_id=580 + +Copyright (C) 1992 - 2001 Free Software Foundation, Inc +Copyright (C) 1986 University of Toronto. +Copyright (C) 1993 - 2006 John Harper +Copyright (C) 2008 - 2009 Christopher Bratusek + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General Public License +version 2 can be found in /usr/share/common-licenses/GPL-2 file. + +The Debian package itself is + +Copyright (C) 1999,2000 Mikolaj J. Habryn +Copyright (C) 2000-2007 Christian Marillat +Copyright (C) 2009 Rodrigo Gallardo + +and is distributed under the same terms as rep itself. --- librep-0.90.2.orig/debian/librep9.preinst +++ librep-0.90.2/debian/librep9.preinst @@ -0,0 +1,9 @@ +#!/bin/sh -e + +if [ -L /usr/share/doc/librep9 ]; then + rm -f /usr/share/doc/librep9 +fi + +#DEBHELPER# + +exit 0 --- librep-0.90.2.orig/debian/repdoc.sgml +++ librep-0.90.2/debian/repdoc.sgml @@ -0,0 +1,99 @@ +Christian"> + Marillat"> + april 5, 2001"> + 1"> + marillat@debian.org"> + + repdoc"> + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2001 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + strip doc-strings from C source. + + + + &dhpackage; + + [src-files...] + + + + + DESCRIPTION + + &dhpackage; strip doc-strings from C source. + + + + + OPTIONS + + + + + + generate a doc-file from c source files. + + + + + + + SEE ALSO + + The programs are documented fully by John + Harper available via the Info system. + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). + + +
+ + --- librep-0.90.2.orig/debian/compat +++ librep-0.90.2/debian/compat @@ -0,0 +1 @@ +7 --- librep-0.90.2.orig/debian/changelog +++ librep-0.90.2/debian/changelog @@ -0,0 +1,549 @@ +librep (0.90.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: Set CONFIG_SHELL and run ./configure using /bin/bash + explicitly, so that the generated libtool will work with any /bin/sh. + (Closes: #570719) + + -- Tim Retout Thu, 14 Oct 2010 18:51:17 +0100 + +librep (0.90.2-1) unstable; urgency=low + + * New Upstream Release. + - Improved ffi-binding + - Added support for tar.xz and tar.lzma, improved regex for parsing tar + output. + - Save/load readline history in interactive mode. + - Other misc improvements and bugfixes. + - Update symbols file + - Update build-depends + * Remove libreadline5-dev build dependency (Closes: #553801). + * Add ${misc:Depends} to control entries. + * Adjust packages' dependencies per lintian's recomendations + * Bump Standards-Version to 3.8.3. No extra changes. + + -- Luis Rodrigo Gallardo Cruz Wed, 11 Nov 2009 18:55:35 -0800 + +librep (0.90.0-1) experimental; urgency=low + + * New Upstream Releases. + - Updated build system. + - UTF8 support. + - Updated documentation. + - Code cleanups. + * Reintroduce the rep package, removed in 0.17-12 (Closes: #511016). + As far as I could see, librep.so does not depend on having the rep + binary installed. Any program emdbeding librep that DOES require the + standalone interpreter must now depend explicitly on the rep package. + * Add a -dbg package (Closes: #510933). + * Remove use of brace expansion in debian/rules. + This fixes building with dash as /bin/sh. + * Minor typo: Copyright for packaging said it had the same terms as rep-gtk + * Bump Standards-version to 3.8.2. No changes required. + + -- Luis Rodrigo Gallardo Cruz Mon, 27 Jul 2009 10:24:30 -0700 + +librep (0.17.3-4) unstable; urgency=low + + * Add --with-stack-direction flag to mips and mipsel builds + (Closes: #526962) + + -- Luis Rodrigo Gallardo Cruz Sat, 25 Jul 2009 12:50:36 -0700 + +librep (0.17.3-3) unstable; urgency=low + + * Upload to unstable. + * Fix stack direction in ia64 and alpha. + * Clarify the description of each package. + * Rewrite the copyright file. + + -- Luis Rodrigo Gallardo Cruz Thu, 30 Apr 2009 19:47:11 -0700 + +librep (0.17.3-2) experimental; urgency=low + + * Avoid hardcoded arch name in librep-dev.files (Closes: #523758). + * Build with --with-stack-direction=1 for ppc/ia64 + * Do not ship computed librep-dev.files + + -- Luis Rodrigo Gallardo Cruz Sun, 12 Apr 2009 13:40:22 -0700 + +librep (0.17.3-1) experimental; urgency=low + + * New Upstream Release. + - Remove unused patches and adjust build + - Update for upstream's new tarball names + - Update paths of .jl files for new release. + * New maintainer. Thanks Christian for all the years maintaining this. + * Start using a symbols file + * Miscelaneous fixes. + * Remove unused lintian overrides, and actually install those we do + use. + * Fix hyphens-as-minus-signs in manpages + * Keep dh_makeshlibs from looking at our private DSOs. + * Move some files to the -dev package + * Comply with Standards-Version: 3.8.1 + * Add Vcs: fields to debian/control + + -- Luis Rodrigo Gallardo Cruz Sat, 11 Apr 2009 14:27:28 -0700 + +librep (0.17+svn20071210-1) unstable; urgency=low + + * svn release to fix compiler warnings. + + -- Christian Marillat Tue, 11 Dec 2007 16:12:27 +0100 + +librep (0.17+svn20070119-6) unstable; urgency=low + + * Rebuild against the latest texinfo package because info file was broken + (See 451265). + + -- Christian Marillat Mon, 10 Dec 2007 23:13:15 +0100 + +librep (0.17+svn20070119-5) unstable; urgency=low + + * In debian/rules use -rm instead of rm (Closes: #451101) + + -- Christian Marillat Tue, 13 Nov 2007 12:24:19 +0100 + +librep (0.17+svn20070119-4) unstable; urgency=low + + * Fix debian/watch (Closes: #449678) + + -- Christian Marillat Mon, 12 Nov 2007 12:24:39 +0100 + +librep (0.17+svn20070119-3) unstable; urgency=low + + * Use dh_installinfo to add call to install-info in postinst and prerm + scripts (Closes: #409837) + + -- Christian Marillat Mon, 5 Feb 2007 23:25:44 +0100 + +librep (0.17+svn20070119-2) unstable; urgency=low + + * Remove info files in the librep9 package (CLoses: 407658) + + -- Christian Marillat Sat, 20 Jan 2007 14:23:54 +0100 + +librep (0.17+svn20070119-1) unstable; urgency=low + + * SVN release to fix setitimer() bug (Closes: #388702) + + -- Christian Marillat Fri, 19 Jan 2007 14:18:19 +0100 + +librep (0.17-13) unstable; urgency=low + + * Fix for newer m4 in rep.m4 + + -- Christian Marillat Wed, 16 Aug 2006 10:36:59 +0200 + +librep (0.17-12) unstable; urgency=low + + * Move the rep package into the librep9 package to remove circular + dependency (Closes: #341021). + * Rename the rep-doc package to librep-doc. + + -- Christian Marillat Thu, 18 May 2006 16:23:04 +0200 + +librep (0.17-11) unstable; urgency=low + + * Use dpatch directly instead from debian/rules. + * Patch 03_src_main.c.dpatch from Andreas Jochens to fix compilation under + ppc64 (Closes: #320305) + + -- Christian Marillat Thu, 28 Jul 2005 14:24:37 +0200 + +librep (0.17-10) unstable; urgency=low + + * Rebuild against the latest libgmp3-dev package (Closes: #318037) + + -- Christian Marillat Wed, 13 Jul 2005 08:54:08 +0200 + +librep (0.17-9) unstable; urgency=low + + * Update shlibs to 0.17-8 + * Update Build-depends to libreadline5-dev + + -- Christian Marillat Sat, 9 Jul 2005 16:40:43 +0200 + +librep (0.17-8) unstable; urgency=low + + * Rebuild for gcc 4.0 + * Update Standards-Version to 3.6.2 (No change). + + -- Christian Marillat Sat, 9 Jul 2005 15:50:03 +0200 + +librep (0.17-7) unstable; urgency=low + + * Build with -Oo for amd64 + + -- Christian Marillat Fri, 14 Jan 2005 14:18:11 +0100 + +librep (0.17-6) unstable; urgency=low + + * Build against libreadline5-dev. Also update Build-Depends. + * Add libgmp3-dev dependecy for the -dev package. + + -- Christian Marillat Tue, 28 Dec 2004 15:56:30 +0100 + +librep (0.17-5) unstable; urgency=low + + * Add --tag CC as libtool option. Should fix compilation problem with rep-gtk + + -- Christian Marillat Thu, 17 Jun 2004 13:35:07 +0200 + +librep (0.17-4) unstable; urgency=low + + * Don't install libtool from our libtool package, otherwise sawfish + doesn't compile. + + -- Christian Marillat Thu, 17 Jun 2004 10:26:35 +0200 + +librep (0.17-3) unstable; urgency=low + + * debian/copyright Update upstream URL download page (Closes: #249252) + + -- Christian Marillat Sun, 16 May 2004 14:36:26 +0200 + +librep (0.17-2) unstable; urgency=low + + * Install the libtool binary from our libtool package otherwise sawfish + doesn't build. + + -- Christian Marillat Sat, 6 Dec 2003 17:11:31 +0100 + +librep (0.17-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 26 Nov 2003 16:41:30 +0100 + +librep (0.16.2-5) unstable; urgency=low + + * Really build with -O0 for m68k, but I don't think this will change something. + + -- Christian Marillat Wed, 16 Jul 2003 16:27:23 +0200 + +librep (0.16.2-4) unstable; urgency=low + + * Build with -O0 for m68k (Closes: #196453) + + -- Christian Marillat Sat, 7 Jun 2003 21:28:18 +0200 + +librep (0.16.2-3) unstable; urgency=low + + * Replace libgdbmg1-dev by libgdbm-dev in Build-Depends + + -- Christian Marillat Fri, 6 Jun 2003 16:55:54 +0200 + +librep (0.16.2-2) unstable; urgency=low + + * Update section + * Package generated manpages (Closes: #187220) + + -- Christian Marillat Fri, 4 Apr 2003 14:37:10 +0200 + +librep (0.16.2-1) unstable; urgency=low + + * New upstream release. + * Update to standards version 3.5.9 + + -- Christian Marillat Tue, 25 Mar 2003 13:50:51 +0100 + +librep (0.16.1-2) unstable; urgency=low + + * Move librep.la in -dev package + + -- Christian Marillat Wed, 10 Jul 2002 16:28:40 +0200 + +librep (0.16.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 24 Jun 2002 21:54:00 +0200 + +librep (0.16-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 22 Jun 2002 14:51:18 +0200 + +librep (0.15.2cvs20020611-1) unstable; urgency=low + + * CVS snapshot for GNOME 2 + + -- Christian Marillat Wed, 12 Jun 2002 07:04:25 +0200 + +librep (0.15.2cvs20020524-2) unstable; urgency=low + + * Install libtool from the libtool package in usr/lib/rep otherwise + sawfish doen't compile. + + -- Christian Marillat Tue, 4 Jun 2002 19:22:45 +0200 + +librep (0.15.2cvs20020524-1) unstable; urgency=low + + * CVS snapshot for GNOME 2 + + -- Christian Marillat Fri, 31 May 2002 15:03:42 +0200 + +librep (0.15.2-2) unstable; urgency=low + + * Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and + DEB_BUILD_OPTIONS + + -- Christian Marillat Mon, 27 May 2002 15:44:23 +0200 + +librep (0.15.2-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Tue, 13 Nov 2001 15:06:22 +0100 + +librep (0.15.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 15 Oct 2001 11:57:05 +0200 + +librep (0.14-3) unstable; urgency=low + + * Include missing librep.info-9 for rep-doc (Closes: #111779) + + -- Christian Marillat Sun, 9 Sep 2001 17:59:52 +0200 + +librep (0.14-2) unstable; urgency=low + + * New patch against man/news.texi to fix a typo (Closes: #105679) + * debian/*.sgml Use docbook 4.1 + + -- Christian Marillat Mon, 6 Aug 2001 15:29:09 +0200 + +librep (0.14-1) unstable; urgency=low + + * New upstrema release. + * Remove lispmach.h patch included by upstream. + * debian/rules Add -l to dh_shlibdeps + + -- Christian Marillat Tue, 3 Jul 2001 09:36:43 +0200 + +librep (0.13.6-4) unstable; urgency=low + + * Change libraries versionning to (>= 0.13.6-1) instead of (= ${Source-Version}) + + -- Christian Marillat Sun, 1 Jul 2001 15:38:13 +0200 + +librep (0.13.6-3) unstable; urgency=low + + * Patch against src/lispmach.h to build under m68k (Closes: #100035) + + -- Christian Marillat Sat, 9 Jun 2001 13:50:24 +0200 + +librep (0.13.6-2) unstable; urgency=low + + * Build with LC_ALL=C (Closes: #99823) + * debian/rules remove libtoolize and use autotools-dev + * Standards-Version: 3.5.4.0 + * Switch to debhelper V3 + + -- Christian Marillat Tue, 5 Jun 2001 14:33:09 +0200 + +librep (0.13.6-1) unstable; urgency=low + + * New upstream release. + * Removed previous patch included by upstream. + + -- Christian Marillat Wed, 11 Apr 2001 23:37:24 +0200 + +librep (0.13.5-2) unstable; urgency=low + + * Reverted the upstream change to locale (Closes: #92895, #92884) + * Write manpages (Closes: #87116) + + -- Christian Marillat Thu, 5 Apr 2001 15:26:22 +0200 + +librep (0.13.5-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 31 Mar 2001 16:49:50 +0200 + +librep (0.13.4-4) unstable; urgency=low + + * Run libtoolize and add libtool in build-depends (Closes: #89436) + + -- Christian Marillat Mon, 12 Mar 2001 21:56:06 +0100 + +librep (0.13.4-3) unstable; urgency=low + + * Make sure to unregister info documentation in rep-doc package + * debian/control Replace librep2 (Closes: #87369) + * Install lintian override file for librep9 + + -- Christian Marillat Sun, 25 Feb 2001 16:42:40 +0100 + +librep (0.13.4-2) unstable; urgency=low + + * Add texinfo in Build-depends (Closes: #85338) + + -- Christian Marillat Fri, 9 Feb 2001 09:31:35 +0100 + +librep (0.13.4-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 7 Jan 2001 01:36:19 +0100 + +librep (0.13.3-1) unstable; urgency=low + + * New upstream release. + * Install upstream changeLog in rep and rep-doc package. + * Make symlink librep9 --> rep, librep-dev --> librep9 + + -- Christian Marillat Tue, 5 Dec 2000 15:39:50 +0100 + +librep (0.13.2-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 9 Nov 2000 10:08:48 +0100 + +librep (0.13.1-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 29 Sep 2000 14:45:13 +0200 + +librep (0.13-3) unstable; urgency=low + + * librep9 depend on rep (Closes: #72391, #72446) + + -- Christian Marillat Mon, 25 Sep 2000 12:38:57 +0200 + +librep (0.13-2) unstable; urgency=low + + * Install .la files in librep9 (Closes: #72268) + + -- Christian Marillat Sat, 23 Sep 2000 12:42:44 +0200 + +librep (0.13-1) unstable; urgency=low + + * New upstream release. + * Switch to debhelper v2. + * Moved *.jl files in librep-dev + + -- Christian Marillat Thu, 21 Sep 2000 16:34:07 +0200 + +librep (0.12.4-2) unstable; urgency=low + + * Replace --host by dpkg-architecture when calling ./configure + * New field Build-Depends-Indep. + + -- Christian Marillat Tue, 29 Aug 2000 22:36:55 +0200 + +librep (0.12.4-1) unstable; urgency=low + + * New upstream release. + * Build with --with-readline + * updated debian/rep-doc.info + + -- Christian Marillat Mon, 24 Jul 2000 22:50:52 +0200 + +librep (0.12.3-1) unstable; urgency=low + + * New upstream release (Closes: #56512). + * New maintainer. + * New packages due to soname bump - librep9 + * rep-doc: Install info documentation in Development section (Closes: #66770) + + -- Christian Marillat Thu, 20 Jul 2000 10:19:45 +0200 + +librep (0.11.2-1) unstable; urgency=low + + * new upstream release + + -- Mikolaj J. Habryn Tue, 11 Apr 2000 23:51:53 +1000 + +librep (0.11.1-1) unstable; urgency=low + + * new upstream release + + -- Mikolaj J. Habryn Mon, 20 Mar 2000 18:55:30 +1100 + +librep (0.11-2) unstable; urgency=low + + * oops - handle module structure changes. Closes: #59760. + + -- Mikolaj J. Habryn Tue, 7 Mar 2000 13:40:39 +1100 + +librep (0.11-1) unstable; urgency=low + + * new upstream release + * new packages due to soname bump - librep8 + * added Build-Depends + + -- Mikolaj J. Habryn Mon, 6 Mar 2000 15:18:24 +1100 + +librep (0.10-1) unstable; urgency=low + + * new upstream release + * new packages due to soname bump - librep7 + + -- Mikolaj J. Habryn Wed, 12 Jan 2000 17:59:02 +1100 + +librep (0.9-2) unstable; urgency=low + + * put .la files back in runtime package. Live testing wins out over + mailing list pontification yet again :P + + -- Mikolaj J. Habryn Thu, 16 Dec 1999 12:30:43 +1100 + +librep (0.9-1) unstable; urgency=low + + * remove librep.la file altogether. + * new upstream release. + + -- Mikolaj J. Habryn Wed, 15 Dec 1999 10:24:45 +1100 + +librep (0.8.1-2) unstable; urgency=low + + * conflict librep5 with librep2 (Closes: #52551, #52484, #52473, #52546) + + -- Mikolaj J. Habryn Sun, 12 Dec 1999 22:00:30 +1100 + +librep (0.8.1-1) unstable; urgency=low + + * new upstream version + + -- Mikolaj J. Habryn Mon, 6 Dec 1999 21:33:02 +1100 + +librep (0.8-1) unstable; urgency=low + + * new upstream version, new packages (librep5) + + -- Mikolaj J. Habryn Thu, 2 Dec 1999 20:40:24 +1100 + +librep (0.7.1-1) unstable; urgency=low + + * new upstream version + + -- Mikolaj J. Habryn Mon, 1 Nov 1999 22:21:16 +1100 + +librep (0.7-1) unstable; urgency=low + + * new upstream version + + -- Mikolaj J. Habryn Mon, 25 Oct 1999 20:52:11 +1000 + +librep (0.6.2-2) unstable; urgency=low + + * lose /usr/libexec, move things into /usr/lib. + + -- Mikolaj J. Habryn Wed, 20 Oct 1999 10:18:12 +1000 + +librep (0.6.2-1) unstable; urgency=low + + * Initial Release. + + -- Mikolaj J. Habryn Tue, 19 Oct 1999 13:27:29 +1000 + + --- librep-0.90.2.orig/debian/rep-xgettext.sgml +++ librep-0.90.2/debian/rep-xgettext.sgml @@ -0,0 +1,122 @@ +Christian"> + Marillat"> + april 5, 2001"> + 1"> + marillat@debian.org"> + + rep-xgettext"> + + Debian GNU/Linux"> + GNU"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2001 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + extract i18n strings from lisp scripts. + + + + &dhpackage; + + DEFINER + + + + + + + DESCRIPTION + + &dhpackage; The usual method of constructing + message catalogue templates (.pot files) is to run xgettext on the C + source files of the program (that have been annotated for i18n). + librep provides the &dhpackage program to perform the same task for + files of Lisp code. + + + + + OPTIONS + + + + + include DEFINER. This is not documented by upstream. + + + + + + + + + This makes it output pseudo C code containing the string constants found. + + + + + + + + + This makes it output in standart .pot file. + + + + + + + SEE ALSO + + The programs are documented fully by John + Harper available via the Info system. + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). + + +
+ + --- librep-0.90.2.orig/debian/rules +++ librep-0.90.2/debian/rules @@ -0,0 +1,150 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +include /usr/share/dpatch/dpatch.make + +version := $(shell sed -n 's/Package: \(librep.*\)/\1/p' debian/control | head -n 1) + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),m68k)) + CFLAGS = -Wall -g -O0 +endif + +ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),amd64)) + CFLAGS = -Wall -g -O0 +endif + +ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),alpha)) + ARCH_CONF = --with-stack-direction=-1 +endif + +ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),ia64)) + ARCH_CONF = --with-stack-direction=-1 +endif + +ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),mips)) + ARCH_CONF = --with-stack-direction=-1 +endif + +ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),mipsel)) + ARCH_CONF = --with-stack-direction=-1 +endif + +configure: configure-stamp +configure-stamp: patch-stamp + dh_testdir + + cp /usr/share/misc/config.guess . + cp /usr/share/misc/config.sub . + + CONFIG_SHELL=/bin/bash /bin/bash ./configure \ + --prefix=/usr --libexecdir=/usr/lib --mandir=/usr/share/man \ + --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \ + --with-readline CFLAGS="$(CFLAGS)" $(ARCH_CONF) + + # Avoid putting an rpath in 64 bit arches + sed -i -e 's/lib64/lib/g' libtool + + touch configure-stamp + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + + LC_ALL=C $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + [ ! -f Makefile ] || $(MAKE) realclean + + debian/rules unpatch + + dh_clean debian/librep-dev.install debian/${version}.install \ + src/rep-xgettext config.sub config.guess + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + $(MAKE) install DESTDIR=`pwd`/debian/tmp + + #Fix libdir in *.la files + find debian/tmp -name '*.la' |\ + while read file; do\ + DIRNAME=$$(dirname $$file | sed 's@debian/tmp@@');\ + sed -i "/libdir/ s@^.*@libdir=$$DIRNAME@" $$file;\ + done + + -rm -rf debian/tmp/usr/info + -rm debian/tmp/usr/share/info/dir* + + #Create the librep*.install files + -rm debian/librep-dev.install + cp debian/librep-dev.install.standard debian/librep-dev.install + + find debian/tmp \ + -name install-aliases -o -name rep_config.h -o -name *.a -o -name *.jl \ + | cut -d/ -f3- >> debian/librep-dev.install + + -rm debian/${version}.install + cp debian/${version}.install.standard debian/${version}.install + find debian/tmp/usr/lib/rep debian/tmp/usr/share/rep \ + -name *.la -o -name *.jlc -o -name *.so \ + | cut -d/ -f3- >> debian/${version}.install + + dh_install --fail-missing + touch install-stamp + +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_installdocs -i + dh_installinfo -i + dh_lintian -i + dh_installchangelogs -i NEWS + dh_link -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build install + dh_testdir -a + dh_testroot -a + dh_installdocs -p ${version} + dh_installman -a + dh_lintian -a + dh_installchangelogs -p${version} NEWS + dh_link -a + dh_strip -a --dbg-package=librep-dbg + dh_compress -a + dh_fixperms -a + dh_makeshlibs -p${version} -Xusr/lib/rep/ + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch --- librep-0.90.2.orig/debian/README.source +++ librep-0.90.2/debian/README.source @@ -0,0 +1,38 @@ +This package uses dpatch to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +To get the fully patched source after unpacking the source package, cd +to the root level of the source package and run: + + debian/rules patch + +Removing a patch is as simple as removing its entry from the +debian/patches/00list file, and please also remove the patch file +itself. + +Creating a new patch is done with "dpatch-edit-patch patch XX_patchname" +where you should replace XX with a new number and patchname with a +descriptive shortname of the patch. You can then simply edit all the +files your patch wants to edit, and then simply "exit 0" from the shell +to actually create the patch file. + +To tweak an already existing patch, call "dpatch-edit-patch XX_patchname" +and replace XX_patchname with the actual filename from debian/patches +you want to use. + +To clean up afterwards again, "debian/rules unpatch" will do the +work for you - or you can of course choose to call +"fakeroot debian/rules clean" all together. + + +--- + +this documentation is part of dpatch package, and may be used by +packages using dpatch to comply with policy on README.source. This +documentation is meant to be useful to users who are not proficient in +dpatch in doing work with dpatch-based packages. Please send any +improvements to the BTS of dpatch package. + +original text by Gerfried Fuchs, edited by Junichi Uekawa +10 Aug 2008. --- librep-0.90.2.orig/debian/patches/00list +++ librep-0.90.2/debian/patches/00list @@ -0,0 +1 @@ +