--- librep-0.12.4.orig/debian/changelog +++ librep-0.12.4/debian/changelog @@ -0,0 +1,109 @@ +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.12.4.orig/debian/copyright +++ librep-0.12.4/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 ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/librep/ + +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.12.4.orig/debian/rep-doc.info +++ librep-0.12.4/debian/rep-doc.info @@ -0,0 +1,9 @@ +man/librep.info +man/librep.info-1 +man/librep.info-2 +man/librep.info-3 +man/librep.info-4 +man/librep.info-5 +man/librep.info-6 +man/librep.info-7 +man/librep.info-8 --- librep-0.12.4.orig/debian/librep-dev.files +++ librep-0.12.4/debian/librep-dev.files @@ -0,0 +1,11 @@ +usr/share/aclocal +usr/include +usr/bin/rep-config +usr/bin/repdoc +usr/bin/rep-xgettext +usr/lib/*.a +usr/lib/*.so +usr/lib/rep/*/libtool +usr/lib/rep/*/rules.mk +usr/lib/rep/*/*/*.a + --- librep-0.12.4.orig/debian/control +++ librep-0.12.4/debian/control @@ -0,0 +1,38 @@ +Source: librep +Section: interpreters +Priority: optional +Maintainer: Christian Marillat +Standards-Version: 3.1.1.1 +Build-Depends: debhelper, libgmp2-dev, libgdbmg1-dev, libreadline4-dev, libncurses5-dev + +Package: librep9 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: an embeddable Emacs-Lisp-like runtime library + This is librep, an Emacs Lisp-like runtime library for UNIX. It + contains a LISP interpreter, byte-code compiler and virtual machine. + +Package: librep-dev +Section: devel +Architecture: any +Depends: librep9 (= ${Source-Version}), libc6-dev +Description: development libraries and headers for librep + This contains the required files to develop software using the + librep lisp environment. + +Package: rep-doc +Section: doc +Architecture: all +Description: documentation for the librep lisp interpreter + Info-format documentation for the lisp interpreter implemented by + the librep library + +Package: rep +Section: interpreters +Architecture: any +Depends: librep9 (= ${Source-Version}) +Suggests: rep-doc +Description: lisp command interpreter frontends to librep + This package contains the command-line frontends to the librep + lisp interpreter. --- librep-0.12.4.orig/debian/rules +++ librep-0.12.4/debian/rules @@ -0,0 +1,90 @@ +#!/usr/bin/make -f +#-*- makefile -*- + +package=librep + +#version=$(shell expr `pwd` : '.*-\([0-9.]*\)') +#version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*') + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + + ./configure --prefix=/usr --libexecdir=/usr/lib \ + --mandir=/usr/share/man --host=i386-pc-linux-gnu --with-readline + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp install-stamp + -$(MAKE) realclean + + dh_clean src/rep-xgettext + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install DESTDIR=`pwd`/debian/tmp + # dh_installinfo will deal with this + -rm -rf `pwd`/debian/tmp/usr/info + -rm -f `pwd`/debian/tmp/usr/lib/*.la + dh_movefiles + + # Prune empty directories in debian/tmp + -find debian/tmp -type d | sort -r | xargs rmdir --ignore-fail-on-non-empty + + touch install-stamp + +binary-indep: build install + dh_testversion + dh_testdir -i + dh_testroot -i + dh_installdocs -i + dh_installinfo -n -prep-doc +# dh_installexamples -i +# dh_installmenu -i + dh_installmanpages -i + dh_undocumented + dh_installchangelogs -i + 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_testversion + dh_testdir -a + dh_testroot -a + dh_installdocs -a + dh_installexamples -a + dh_installmenu -a +# dh_installmanpages -a +# dh_undocumented + dh_installchangelogs -a + dh_link -a + dh_strip -a + dh_compress -a + dh_fixperms -a + dh_makeshlibs -a -V + dh_installdeb -a +# dh_perl -a + cat debian/*/DEBIAN/shlibs > debian/shlibs.local + LD_LIBRARY_PATH=$(libpath) 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 --- librep-0.12.4.orig/debian/rep.files +++ librep-0.12.4/debian/rep.files @@ -0,0 +1,2 @@ +usr/bin/rep +usr/bin/rep-remote --- librep-0.12.4.orig/debian/docs +++ librep-0.12.4/debian/docs @@ -0,0 +1,4 @@ +NEWS +README +THANKS +TODO --- librep-0.12.4.orig/debian/rep.undocumented +++ librep-0.12.4/debian/rep.undocumented @@ -0,0 +1,2 @@ +rep.1 +rep-remote.1 --- librep-0.12.4.orig/debian/postinst +++ librep-0.12.4/debian/postinst @@ -0,0 +1,7 @@ +#!/bin/sh + +ldconfig + +#DEBHELPER# + +#EOF --- librep-0.12.4.orig/debian/librep-dev.undocumented +++ librep-0.12.4/debian/librep-dev.undocumented @@ -0,0 +1,3 @@ +rep-config.1 +rep-xgettext.1 +repdoc.1 --- librep-0.12.4.orig/debian/shlibs.local +++ librep-0.12.4/debian/shlibs.local @@ -0,0 +1 @@ +librep 9 librep9 (>= 0.12.4-1) --- librep-0.12.4.orig/debian/rep-doc.postinst +++ librep-0.12.4/debian/rep-doc.postinst @@ -0,0 +1,12 @@ +#! /bin/sh + +set -e + + +if [ "$1" = "configure" ]; then + install-info --quiet --section "Development" "Development" \ + /usr/share/info/librep.info + +fi + +#DEBHELPER# \ No newline at end of file