--- cl-pubmed-2.1.3.orig/debian/README.Debian +++ cl-pubmed-2.1.3/debian/README.Debian @@ -0,0 +1,7 @@ +To use this package in Debian, execute + +(clc:require 'pubmed) + +in your Lisp environment. + + -- Kevin M. Rosenberg , Sun, 2 Aug 2009 01:42:14 -0600 --- cl-pubmed-2.1.3.orig/debian/changelog +++ cl-pubmed-2.1.3/debian/changelog @@ -0,0 +1,116 @@ +cl-pubmed (2.1.3-5.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999331). + + -- Marcos Talau Tue, 01 Nov 2022 23:44:03 -0300 + +cl-pubmed (2.1.3-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * No-change rebuild to remove dependency on common-lisp-controller. + + -- Sébastien Villemot Wed, 18 Sep 2019 12:25:25 +0200 + +cl-pubmed (2.1.3-5) unstable; urgency=low + + * Build with debhelper extension dh-lisp + * control: Add Vcs-Browser field. + + -- Kevin M. Rosenberg Mon, 03 Aug 2009 18:42:04 -0600 + +cl-pubmed (2.1.3-4) unstable; urgency=low + + * control: Really add Vcs-Git and Homepage fields. + + -- Kevin M. Rosenberg Sun, 02 Aug 2009 01:44:07 -0600 + +cl-pubmed (2.1.3-3) unstable; urgency=low + + * debian/watch: New file + * debian/control: Require debhelper 7. Change to new lisp section. + Add Vcs-Git and Homepage fields. + * debian/compat: Update to version 7 + * debian/rules: Update for debhelper 7, architecture-independent build + * debian/{prerm,postrm}: Remove path from binary function + + -- Kevin M. Rosenberg Sun, 02 Aug 2009 01:41:26 -0600 + +cl-pubmed (2.1.3-2) unstable; urgency=low + + * debian/rules: don't export DH_COMPAT + * debian/control: Use build-depends, update standards-version + + -- Kevin M. Rosenberg Sun, 09 Sep 2007 19:28:07 -0600 + +cl-pubmed (2.1.3-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Sat, 17 Apr 2004 12:24:07 -0600 + +cl-pubmed (2.1.2-1) unstable; urgency=low + + * Support proxy server + + -- Kevin M. Rosenberg Thu, 15 Apr 2004 00:47:01 -0600 + +cl-pubmed (2.1.1-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Thu, 12 Jun 2003 06:16:58 -0600 + +cl-pubmed (2.1.0-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Fri, 6 Jun 2003 16:04:55 -0600 + +cl-pubmed (2.0.2-1) unstable; urgency=low + + * Improve .asd file + + -- Kevin M. Rosenberg Tue, 6 May 2003 10:24:12 -0600 + +cl-pubmed (2.0.1-1) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + + -- Kevin M. Rosenberg Mon, 2 Dec 2002 11:42:38 -0700 + +cl-pubmed (2.0-1) unstable; urgency=low + + * Rename classes and accessors to be more friendly for importing into + another package. Export more functions. + * Add article-equal function + * Add server-error condition + * Fix bug + + -- Kevin M. Rosenberg Thu, 31 Oct 2002 07:07:34 -0700 + +cl-pubmed (1.2-1) unstable; urgency=low + + * Fix extraneous colon bug and change in XML tag from + Descriptor to DescriptorName + + -- Kevin M. Rosenberg Wed, 30 Oct 2002 19:01:36 -0700 + +cl-pubmed (1.1.1-1) unstable; urgency=low + + * README: Add prerequisites and installation instructions. + + -- Kevin M. Rosenberg Wed, 30 Oct 2002 18:34:56 -0700 + +cl-pubmed (1.1-1) unstable; urgency=low + + * Fix bug in .asd file + + -- Kevin M. Rosenberg Wed, 30 Oct 2002 14:18:11 -0700 + +cl-pubmed (1.0-1) unstable; urgency=low + + * Initial release (closes: 166482) + + -- Kevin M. Rosenberg Tue, 22 Oct 2002 09:57:38 -0600 + --- cl-pubmed-2.1.3.orig/debian/compat +++ cl-pubmed-2.1.3/debian/compat @@ -0,0 +1 @@ +7 --- cl-pubmed-2.1.3.orig/debian/control +++ cl-pubmed-2.1.3/debian/control @@ -0,0 +1,18 @@ +Source: cl-pubmed +Section: lisp +Priority: optional +Maintainer: Kevin M. Rosenberg +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.8.2.0 +Homepage: http://files.b9.com/pubmed/ +Vcs-Git: git://git.b9.com/pubmed.git +Vcs-Browser: http://git.b9.com/?p=pubmed.git + +Package: cl-pubmed +Architecture: all +Depends: ${misc:Depends}, cl-kmrcl, cl-aserve +Description: Common Lisp package to query Pubmed medical literature database + This library has functions for querying the PubMed medical literature + database and parsing the XML results into Common Lisp objects. This package + uses the cl-aserve for HTTP fetches. --- cl-pubmed-2.1.3.orig/debian/copyright +++ cl-pubmed-2.1.3/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Kevin M. Rosenberg in +October 2002. + +The upstream source was downloaded from http://pubmed.b9.com/ + +Upstream Author: Kevin M. Rosenberg + +Copyright (c) 2000-2002 Kevin M. Rosenberg + +This code is free software; you can redistribute it and/or modify it +under the terms of the version 2.1 of the GNU Lesser General Public +License as published by the Free Software Foundation. + +The GNU Lessor General Public License can be found in your Debian file +system in /usr/share/common-licenses/LGPL-3. --- cl-pubmed-2.1.3.orig/debian/rules +++ cl-pubmed-2.1.3/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f + +pkg := pubmed +debpkg := cl-pubmed + +clc-source := usr/share/common-lisp/source +clc-systems := usr/share/common-lisp/systems +clc-files := $(clc-source)/$(pkg) + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + dh_install pubmed.asd $(clc-files) + dh_install *.lisp $(clc-files) + +binary-indep: install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_lisp + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install --- cl-pubmed-2.1.3.orig/debian/watch +++ cl-pubmed-2.1.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://files.b9.com/pubmed/pubmed-([\d\.]*)\.tar\.gz