--- cl-xmls-1.4.1.orig/debian/changelog +++ cl-xmls-1.4.1/debian/changelog @@ -0,0 +1,85 @@ +cl-xmls (1.4.1-1) unstable; urgency=low + + * New upstream release + * Bump standards version 3.8.4 -> 3.9.2, no changes + * Point Vcs-Git to git:// URL, add Vcs-Browser entry + + -- Christoph Egger Sun, 26 Jun 2011 15:11:18 +0200 + +cl-xmls (1.3-1) unstable; urgency=low + + * New Upstream Release + * Upgrade to debian source 1.0 + * Add myself to uploaders + * Upgrade standards-Version to 3.8.4 (no changes) + * Set section from devel to lisp + + -- Christoph Egger Sat, 26 Jun 2010 11:34:24 +0200 + +cl-xmls (1.2-3) unstable; urgency=low + + * Added README/building + * Now use debhelper v7 + * Use dh-lisp + * Updated Standards-Version no real changes + + -- Peter Van Eynde Thu, 10 Sep 2009 09:40:43 +0100 + +cl-xmls (1.2-2) unstable; urgency=low + + * Changed to group maintanance + * Added Vcs-Git control field + * updated standard version without real changes + * debhelper is Build-Depends + * swap binary-arch and binary-indep + * Added Homepage field + + -- Peter Van Eynde Wed, 20 Feb 2008 22:44:12 +0100 + +cl-xmls (1.2-1) unstable; urgency=low + + * New upstream + + -- Peter Van Eynde Mon, 10 Oct 2005 10:29:24 +0200 + +cl-xmls (1.0-3) unstable; urgency=low + + * Now uses darcs + * Updated standard version + * rvb: Added watch file + * rvb: changed debian/copyright + + -- Peter Van Eynde Mon, 1 Aug 2005 22:43:30 +0200 + +cl-xmls (1.0-2) unstable; urgency=low + + * New maintainer. (Closes: #297418: O: cl-xmls -- XML Simple Parser + for Common Lisp) + * Adopted by Peter Van Eynde + + -- Peter Van Eynde Tue, 1 Mar 2005 10:19:57 +0100 + +cl-xmls (1.0-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Wed, 4 Feb 2004 10:25:21 -0700 + +cl-xmls (0.5-2) unstable; urgency=low + + * New upstream + * Build with new version of dpkg (closes:212058) + + -- Kevin M. Rosenberg Wed, 24 Sep 2003 21:04:34 -0600 + +cl-xmls (0.4-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Fri, 11 Jul 2003 09:33:20 -0600 + +cl-xmls (0.2-1) unstable; urgency=low + + * First upload + + -- Kevin M. Rosenberg Sun, 22 Jun 2003 15:31:22 -0600 --- cl-xmls-1.4.1.orig/debian/README.building +++ cl-xmls-1.4.1/debian/README.building @@ -0,0 +1,16 @@ +To build this package you need to get the git repository: + +git clone http://git.debian.org/git/pkg-common-lisp/cl-xmls.git + +Upstream is as stable as a rock. + +To build: + +git-buildpackage -uc -us + +please check your package with: + +lintian --verbose --info --display-info --md5sums *.changes + +Then commit any changes and either send me the diff or push this to somewhere were I can fetch it. + --- cl-xmls-1.4.1.orig/debian/control +++ cl-xmls-1.4.1/debian/control @@ -0,0 +1,18 @@ +Source: cl-xmls +Section: lisp +Priority: optional +Maintainer: Debian Common Lisp Team +Uploaders: Peter Van Eynde , Christoph Egger +Build-Depends: debhelper (>> 7) +Build-Depends-Indep: dh-lisp +Vcs-Git: git://anonscm.debian.org/git/pkg-common-lisp/cl-xmls.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-common-lisp/cl-xmls.git;a=summary +Homepage: http://common-lisp.net/project/xmls/ +Standards-Version: 3.9.2 + +Package: cl-xmls +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: XML Simple Parser for Common Lisp + XMLS provides a simple parser of XML that covers a very useful subset + of XML. --- cl-xmls-1.4.1.orig/debian/rules +++ cl-xmls-1.4.1/debian/rules @@ -0,0 +1,55 @@ +#!/usr/bin/make -f + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + # Add here commands to compile the package. + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + # Add here commands to clean up after the build process. + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + # Add here commands to install the package into debian/xmls. + dh_installdirs usr/share/common-lisp/source/xmls + dh_install xmls.asd $(shell echo *.lisp) usr/share/common-lisp/source/xmls + + +# Build architecture-dependent files here. +binary-arch: build install + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs README.html + dh_installexamples + dh_installchangelogs Changelog + dh_lisp + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure + --- cl-xmls-1.4.1.orig/debian/watch +++ cl-xmls-1.4.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://common-lisp.net/project/xmls/ xmls-([\d.]*).tar.gz --- cl-xmls-1.4.1.orig/debian/copyright +++ cl-xmls-1.4.1/debian/copyright @@ -0,0 +1,41 @@ +Debian Copyright Section +======================== + +Upstream Source URL: http://common-lisp.net/project/xmls/ +Upstream Author: Miles Egan +Initial Debian Maintainer: Kevin M. Rosenberg + + +Upstream Copyright Statement +============================ + +Copyright (c) 2003, Miles Egan +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + * The name of the author may not be used to endorse or promote + products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- cl-xmls-1.4.1.orig/debian/compat +++ cl-xmls-1.4.1/debian/compat @@ -0,0 +1 @@ +7 --- cl-xmls-1.4.1.orig/debian/source/format +++ cl-xmls-1.4.1/debian/source/format @@ -0,0 +1 @@ +1.0