--- librep-0.17.orig/debian/dirs +++ librep-0.17/debian/dirs @@ -0,0 +1 @@ +usr/share/lintian/overrides --- librep-0.17.orig/debian/rep.sgml +++ librep-0.17/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.17.orig/debian/control +++ librep-0.17/debian/control @@ -0,0 +1,55 @@ +Source: librep +Section: interpreters +Priority: optional +Maintainer: Christian Marillat +Standards-Version: 3.7.2 +Build-Depends: texinfo, debhelper (>= 4.0.0), libgmp3-dev (>= 4.1.4-8), + libgdbm-dev, libreadline-dev | libreadline5-dev, libncurses5-dev, libtool, + dpatch + +Package: librep9 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Suggests: librep-doc +Conflicts: rep (<= 0.17-11) +Replaces: rep (<= 0.17-11) +Description: lisp command interpreter + 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. + +Package: librep-dev +Section: libdevel +Architecture: any +Depends: librep9 (= ${Source-Version}), libgmp3-dev +Replaces: librep9 (<= 0.16.1-1) +Description: development libraries and headers for librep + 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. + +Package: librep-doc +Section: doc +Architecture: all +Conflicts: rep-doc +Replaces: rep-doc +Description: documentation for the lisp command interpreter + 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. --- librep-0.17.orig/debian/librep-dev.files.standard +++ librep-0.17/debian/librep-dev.files.standard @@ -0,0 +1,9 @@ +usr/share/aclocal +usr/include +usr/bin/rep-config +usr/bin/repdoc +usr/bin/rep-xgettext +usr/lib/*.{so,la} +usr/lib/rep/*/libtool +usr/lib/rep/*/rules.mk +/usr/share/emacs/site-lisp/rep-debugger.el --- librep-0.17.orig/debian/repdoc.1 +++ librep-0.17/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.17.orig/debian/rep.1 +++ librep-0.17/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.17.orig/debian/rules +++ librep-0.17/debian/rules @@ -0,0 +1,124 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +include /usr/share/dpatch/dpatch.make + +version := $(shell sed -n 's/Package: \(.*\)/\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),powerpc)) + ARCH_CONF = --with-stack-direction=-1 +endif + +ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),ia64)) + ARCH_CONF = --with-stack-direction=-1 +endif + +configure: configure-stamp +configure-stamp: patch-stamp + dh_testdir + + ./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) + + 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 src/rep-xgettext + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install DESTDIR=`pwd`/debian/${version} + + -rm -rf debian/${version}/usr/info + + -rm debian/librep-dev.files + cp debian/librep-dev.files.standard debian/librep-dev.files + + find debian/${version} -name *.jl | cut -b 16-100 >> debian/librep-dev.files + + dh_movefiles --sourcedir=debian/${version} + +# Intall lintian override file +# cp debian/lintian debian/${version}/usr/share/lintian/overrides/librep9 + +# Prune empty directories in debian/${version} + -find debian/${version} -type d | xargs rmdir -p --ignore-fail-on-non-empty + + touch install-stamp + +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_installdocs -i + dh_installinfo -i + dh_installman -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 -A + dh_installman -a + dh_installchangelogs -p${version} NEWS + rm -rf debian/librep-dev/usr/share/doc + dh_link -a + dh_strip -a + dh_compress -a + dh_fixperms -a + dh_makeshlibs -p${version} -V 'librep9 (>= 0.17-11)' + dh_installdeb -a + dh_shlibdeps -a -ldebian/${version}/usr/lib + 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.17.orig/debian/watch +++ librep-0.17/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://prdownloads.sourceforge.net/librep/librep-([\d.]*).tar.gz --- librep-0.17.orig/debian/changelog +++ librep-0.17/debian/changelog @@ -0,0 +1,434 @@ +librep (0.17-12ubuntu1) edgy; urgency=low + + * Merge from debian unstable. + + -- William Alexander Grant Mon, 7 Aug 2006 15:03:29 +1000 + +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-11ubuntu2) dapper; urgency=low + + * Now build with --with-stack-direction=-1 for ppc/ia64... + + -- Sebastian Dröge Sun, 27 Nov 2005 13:41:12 +0100 + +librep (0.17-11ubuntu1) dapper; urgency=low + + * Sync with Debian: + + Build with --with-stack-direction=1 for ppc/ia64 to get a working librep + there + + -- Sebastian Dröge Sun, 27 Nov 2005 12:26:34 +0100 + +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 + +Local variables: +mode: debian-changelog +End: + --- librep-0.17.orig/debian/lintian +++ librep-0.17/debian/lintian @@ -0,0 +1,10 @@ +librep9: shlib-missing-in-control-file safe usr/lib/rep/0.14/i386-pc-linux-gnu/rep/vm/safe-interpreter.so +librep9: shlib-missing-in-control-file readline.so usr/lib/rep/0.14/i386-pc-linux-gnu/rep/io/readline.so +librep9: shlib-missing-in-control-file sdbm.so usr/lib/rep/0.14/i386-pc-linux-gnu/rep/io/db/sdbm.so +librep9: shlib-missing-in-control-file record usr/lib/rep/0.14/i386-pc-linux-gnu/rep/lang/record-profile.so +librep9: shlib-missing-in-control-file tables.so usr/lib/rep/0.14/i386-pc-linux-gnu/rep/data/tables.so +librep9: shlib-missing-in-control-file gettext.so usr/lib/rep/0.14/i386-pc-linux-gnu/rep/i18n/gettext.so +librep9: shlib-missing-in-control-file timers.so usr/lib/rep/0.14/i386-pc-linux-gnu/rep/io/timers.so +librep9: shlib-missing-in-control-file gdbm.so usr/lib/rep/0.14/i386-pc-linux-gnu/rep/io/db/gdbm.so +librep9: shlib-missing-in-control-file sockets.so usr/lib/rep/0.14/i386-pc-linux-gnu/rep/io/sockets.so +librep9: description-synopsis-starts-with-an-article --- librep-0.17.orig/debian/librep-dev.manpages +++ librep-0.17/debian/librep-dev.manpages @@ -0,0 +1,3 @@ +debian/rep-xgettext.1 +debian/repdoc.1 +debian/rep-config.1 --- librep-0.17.orig/debian/rep-config.1 +++ librep-0.17/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.17.orig/debian/rep-xgettext.1 +++ librep-0.17/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.17.orig/debian/manpages +++ librep-0.17/debian/manpages @@ -0,0 +1,2 @@ +debian/rep.1 +debian/rep-remote.1 --- librep-0.17.orig/debian/compat +++ librep-0.17/debian/compat @@ -0,0 +1 @@ +4 --- librep-0.17.orig/debian/librep-dev.files +++ librep-0.17/debian/librep-dev.files @@ -0,0 +1,113 @@ +usr/share/aclocal +usr/include +usr/bin/rep-config +usr/bin/repdoc +usr/bin/rep-xgettext +usr/lib/*.{so,la} +usr/lib/rep/*/libtool +usr/lib/rep/*/rules.mk +/usr/share/emacs/site-lisp/rep-debugger.el +usr/share/rep/0.17/lisp/rep/lang/backquote.jl +usr/share/rep/0.17/lisp/rep/lang/compat-doc.jl +usr/share/rep/0.17/lisp/rep/lang/debugger.jl +usr/share/rep/0.17/lisp/rep/lang/define.jl +usr/share/rep/0.17/lisp/rep/lang/doc.jl +usr/share/rep/0.17/lisp/rep/lang/error-helper.jl +usr/share/rep/0.17/lisp/rep/lang/interpreter.jl +usr/share/rep/0.17/lisp/rep/lang/math.jl +usr/share/rep/0.17/lisp/rep/lang/profiler.jl +usr/share/rep/0.17/lisp/rep/vm/compiler/basic.jl +usr/share/rep/0.17/lisp/rep/vm/compiler/bindings.jl +usr/share/rep/0.17/lisp/rep/vm/compiler/inline.jl +usr/share/rep/0.17/lisp/rep/vm/compiler/lap.jl +usr/share/rep/0.17/lisp/rep/vm/compiler/modules.jl +usr/share/rep/0.17/lisp/rep/vm/compiler/no-lang.jl +usr/share/rep/0.17/lisp/rep/vm/compiler/rep.jl +usr/share/rep/0.17/lisp/rep/vm/compiler/scheme.jl +usr/share/rep/0.17/lisp/rep/vm/compiler/src.jl +usr/share/rep/0.17/lisp/rep/vm/compiler/unscheme.jl +usr/share/rep/0.17/lisp/rep/vm/compiler/utils.jl +usr/share/rep/0.17/lisp/rep/vm/assembler.jl +usr/share/rep/0.17/lisp/rep/vm/bytecode-defs.jl +usr/share/rep/0.17/lisp/rep/vm/bytecodes.jl +usr/share/rep/0.17/lisp/rep/vm/compiler.jl +usr/share/rep/0.17/lisp/rep/vm/disassembler.jl +usr/share/rep/0.17/lisp/rep/vm/peephole.jl +usr/share/rep/0.17/lisp/rep/io/file-handlers/remote/ftp.jl +usr/share/rep/0.17/lisp/rep/io/file-handlers/remote/rcp.jl +usr/share/rep/0.17/lisp/rep/io/file-handlers/remote/rep.jl +usr/share/rep/0.17/lisp/rep/io/file-handlers/remote/utils.jl +usr/share/rep/0.17/lisp/rep/io/file-handlers/remote.jl +usr/share/rep/0.17/lisp/rep/io/file-handlers/tar.jl +usr/share/rep/0.17/lisp/rep/io/file-handlers/tilde.jl +usr/share/rep/0.17/lisp/rep/io/file-handlers.jl +usr/share/rep/0.17/lisp/rep/io/files.jl +usr/share/rep/0.17/lisp/rep/io/streams.jl +usr/share/rep/0.17/lisp/rep/i18n/xgettext.jl +usr/share/rep/0.17/lisp/rep/data/objects.jl +usr/share/rep/0.17/lisp/rep/data/queues.jl +usr/share/rep/0.17/lisp/rep/data/records.jl +usr/share/rep/0.17/lisp/rep/data/ring.jl +usr/share/rep/0.17/lisp/rep/data/sort.jl +usr/share/rep/0.17/lisp/rep/data/string-util.jl +usr/share/rep/0.17/lisp/rep/data/symbol-table.jl +usr/share/rep/0.17/lisp/rep/data/trie.jl +usr/share/rep/0.17/lisp/rep/www/cgi-get.jl +usr/share/rep/0.17/lisp/rep/www/fetch-url.jl +usr/share/rep/0.17/lisp/rep/www/quote-url.jl +usr/share/rep/0.17/lisp/rep/util/autoloader.jl +usr/share/rep/0.17/lisp/rep/util/base64.jl +usr/share/rep/0.17/lisp/rep/util/date.jl +usr/share/rep/0.17/lisp/rep/util/gaol.jl +usr/share/rep/0.17/lisp/rep/util/ispell.jl +usr/share/rep/0.17/lisp/rep/util/memoize.jl +usr/share/rep/0.17/lisp/rep/util/repl.jl +usr/share/rep/0.17/lisp/rep/util/time.jl +usr/share/rep/0.17/lisp/rep/mail/addr.jl +usr/share/rep/0.17/lisp/rep/threads/condition-variable.jl +usr/share/rep/0.17/lisp/rep/threads/message-port.jl +usr/share/rep/0.17/lisp/rep/threads/mutex.jl +usr/share/rep/0.17/lisp/rep/threads/proxy.jl +usr/share/rep/0.17/lisp/rep/threads/utils.jl +usr/share/rep/0.17/lisp/rep/system/environ.jl +usr/share/rep/0.17/lisp/rep/system/pwd-prompt.jl +usr/share/rep/0.17/lisp/rep/net/domain-name.jl +usr/share/rep/0.17/lisp/rep/net/rpc.jl +usr/share/rep/0.17/lisp/rep/test/autoload.jl +usr/share/rep/0.17/lisp/rep/test/data.jl +usr/share/rep/0.17/lisp/rep/test/framework.jl +usr/share/rep/0.17/lisp/rep/xml/printer.jl +usr/share/rep/0.17/lisp/rep/xml/reader.jl +usr/share/rep/0.17/lisp/rep/data.jl +usr/share/rep/0.17/lisp/rep/module-system.jl +usr/share/rep/0.17/lisp/rep/regexp.jl +usr/share/rep/0.17/lisp/rep/structures.jl +usr/share/rep/0.17/lisp/rep/system.jl +usr/share/rep/0.17/lisp/rep/user.jl +usr/share/rep/0.17/lisp/scheme/data.jl +usr/share/rep/0.17/lisp/scheme/misc.jl +usr/share/rep/0.17/lisp/scheme/syntax-funs.jl +usr/share/rep/0.17/lisp/scheme/syntax.jl +usr/share/rep/0.17/lisp/scheme/utils.jl +usr/share/rep/0.17/lisp/unscheme/data.jl +usr/share/rep/0.17/lisp/unscheme/misc.jl +usr/share/rep/0.17/lisp/unscheme/syntax-funs.jl +usr/share/rep/0.17/lisp/unscheme/syntax.jl +usr/share/rep/0.17/lisp/rep.jl +usr/share/rep/0.17/lisp/scheme.jl +usr/share/rep/0.17/lisp/unscheme.jl +usr/share/rep/0.17/lisp/queues.jl +usr/share/rep/0.17/lisp/records.jl +usr/share/rep/0.17/lisp/ring.jl +usr/share/rep/0.17/lisp/symbol-table.jl +usr/share/rep/0.17/lisp/remote-ftp.jl +usr/share/rep/0.17/lisp/remote-rep.jl +usr/share/rep/0.17/lisp/lisp-doc.jl +usr/share/rep/0.17/lisp/mailaddr.jl +usr/share/rep/0.17/lisp/mutex.jl +usr/share/rep/0.17/lisp/date.jl +usr/share/rep/0.17/lisp/gaol.jl +usr/share/rep/0.17/lisp/memoize.jl +usr/share/rep/0.17/lisp/compiler.jl +usr/share/rep/0.17/lisp/disassembler.jl +usr/share/rep/0.17/lisp/cgi-get.jl --- librep-0.17.orig/debian/librep-dev.links +++ librep-0.17/debian/librep-dev.links @@ -0,0 +1 @@ +usr/share/doc/librep9 usr/share/doc/librep-dev --- librep-0.17.orig/debian/librep-dev.preinst +++ librep-0.17/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.17.orig/debian/rep-remote.sgml +++ librep-0.17/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.17.orig/debian/patches/02_rules.mk.sh.dpatch +++ librep-0.17/debian/patches/02_rules.mk.sh.dpatch @@ -0,0 +1,26 @@ +#! /bin/sh -e + +if [ $# -ne 1 ]; then + echo >&2 "$0: script expects -patch|-unpatch as argument" + exit 1 +fi +case "$1" in + -patch) patch -f -p0 < $0;; + -unpatch) patch -f -R -p0 < $0;; + *) + echo >&2 "$0: script expects -patch|-unpatch as argument" + exit 1 +esac +exit 0 + +--- rules.mk.sh.orig 2004-06-17 13:36:35.000000000 +0200 ++++ rules.mk.sh 2004-06-17 13:33:54.000000000 +0200 +@@ -12,7 +12,7 @@ + repcommonexecdir=$repcommonexecdir + rpath_repcommonexecdir=$repcommonexecdir + +-rep_LIBTOOL=\$(repcommonexecdir)/libtool ++rep_LIBTOOL=\$(repcommonexecdir)/libtool --tag CC + rep_INSTALL_ALIASES=\$(repcommonexecdir)/install-aliases + + # use this like: --- librep-0.17.orig/debian/patches/03_src_main.c.dpatch +++ librep-0.17/debian/patches/03_src_main.c.dpatch @@ -0,0 +1,26 @@ +#! /bin/sh -e + +if [ $# -ne 1 ]; then + echo >&2 "$0: script expects -patch|-unpatch as argument" + exit 1 +fi +case "$1" in + -patch) patch -f -p0 < $0;; + -unpatch) patch -f -R -p0 < $0;; + *) + echo >&2 "$0: script expects -patch|-unpatch as argument" + exit 1 +esac +exit 0 + +--- src/main.c.orig 2005-07-28 14:21:32.000000000 +0200 ++++ src/main.c 2005-07-28 14:21:53.000000000 +0200 +@@ -157,7 +157,7 @@ + return rep_TRUE; + } + +-static void ++void + check_configuration (int *stack_low) + { + int stack_high; --- librep-0.17.orig/debian/patches/01_news.texi.dpatch +++ librep-0.17/debian/patches/01_news.texi.dpatch @@ -0,0 +1,26 @@ +#! /bin/sh -e + +if [ $# -ne 1 ]; then + echo >&2 "$0: script expects -patch|-unpatch as argument" + exit 1 +fi +case "$1" in + -patch) patch -f -p0 < $0;; + -unpatch) patch -f -R -p0 < $0;; + *) + echo >&2 "$0: script expects -patch|-unpatch as argument" + exit 1 +esac +exit 0 + +--- man/news.texi.orig Wed Jul 18 15:41:34 2001 ++++ man/news.texi Wed Jul 18 15:42:04 2001 +@@ -35,7 +35,7 @@ + @item New functions in @code{rep.data} module, @code{list->vector} and + @code{vector->list} + +-@item New macro @code{define-special-form}. A combination of ++@item New macro @code{define-special-variable}. A combination of + @code{defvar} and @code{setq} -- it always makes the variable special + and it always sets it to the given value + --- librep-0.17.orig/debian/patches/00list +++ librep-0.17/debian/patches/00list @@ -0,0 +1,3 @@ +01_news.texi +02_rules.mk.sh +03_src_main.c --- librep-0.17.orig/debian/rep-xgettext.sgml +++ librep-0.17/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.17.orig/debian/copyright +++ librep-0.17/debian/copyright @@ -0,0 +1,10 @@ +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 + +Upstream Author: John Harper + +Copyright: GPLv2. On Debian GNU/Linux systems, the complete text of +the GNU General Public License can be found in +/usr/share/common-licenses/GPL. --- librep-0.17.orig/debian/repdoc.sgml +++ librep-0.17/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.17.orig/debian/rep-config.sgml +++ librep-0.17/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.17.orig/debian/rep-remote.1 +++ librep-0.17/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.17.orig/debian/preinst +++ librep-0.17/debian/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.17.orig/debian/librep-doc.info +++ librep-0.17/debian/librep-doc.info @@ -0,0 +1 @@ +man/librep.info*