--- cl-getopt-1.2.0.orig/debian/changelog +++ cl-getopt-1.2.0/debian/changelog @@ -0,0 +1,60 @@ +cl-getopt (1.2.0-3.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:37:40 +0200 + +cl-getopt (1.2.0-3) unstable; urgency=low + + * Build with debhelper extension dh-lisp + * control: Add Vcs-Browser field. Fix Depends field. + + -- Kevin M. Rosenberg Mon, 03 Aug 2009 13:57:20 -0600 + +cl-getopt (1.2.0-2) 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 04:30:20 -0600 + +cl-getopt (1.2.0-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Fri, 14 Mar 2008 09:00:57 -0600 + +cl-getopt (1.1.0-3) unstable; urgency=low + + * debian/control: use build-depends, update standards-version + + -- Kevin M. Rosenberg Sun, 09 Sep 2007 19:35:59 -0600 + +cl-getopt (1.1.0-2) unstable; urgency=low + + * New upstream URI + + -- Kevin M. Rosenberg Sat, 17 Sep 2005 15:34:18 -0600 + +cl-getopt (1.1.0-1) unstable; urgency=low + + * Add patch from Mark Simpson. Bug fix and new test. + + -- Kevin M. Rosenberg Sun, 14 Mar 2004 15:37:04 -0700 + +cl-getopt (1.0.1-1) unstable; urgency=low + + * Remove extraneous fasls + + -- Kevin M. Rosenberg Mon, 22 Sep 2003 09:58:18 -0600 + +cl-getopt (1.0-1) unstable; urgency=low + + * Initial upload + + -- Kevin M. Rosenberg Thu, 11 Sep 2003 19:35:18 -0600 --- cl-getopt-1.2.0.orig/debian/compat +++ cl-getopt-1.2.0/debian/compat @@ -0,0 +1 @@ +7 --- cl-getopt-1.2.0.orig/debian/control +++ cl-getopt-1.2.0/debian/control @@ -0,0 +1,18 @@ +Source: cl-getopt +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/getopt/ +Vcs-Git: git://git.b9.com/getopt.git +Vcs-Browser: http://git.b9.com/?p=getopt.git + +Package: cl-getopt +Architecture: all +Depends: ${misc:Depends}, cl-ptester +Description: Common Lisp utility for command-line processing + This package provides Common Lisp programs processing of command-line + arguments. The command-line processing is based on GNU's getopt_long + module. --- cl-getopt-1.2.0.orig/debian/copyright +++ cl-getopt-1.2.0/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Kevin M. Rosenberg in +Sat, 5 Oct 2002 13:19:33 -0600. + +It was downloaded from http://files.b9.com/getopt/ + +Upstream Author: Kevin M. Rosenberg + +Copyright (C) 2003 by Kevin M. Rosenberg. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. 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. +3. Neither the name of the author nor the names of the contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHORS 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 AUTHORS 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-getopt-1.2.0.orig/debian/docs +++ cl-getopt-1.2.0/debian/docs @@ -0,0 +1 @@ +README --- cl-getopt-1.2.0.orig/debian/rules +++ cl-getopt-1.2.0/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f + +pkg := getopt +debpkg := cl-$(pkg) + +clc-source := usr/share/common-lisp/source +clc-systems := usr/share/common-lisp/systems +clc-files := $(clc-source)/$(pkg) +clc-tests := $(clc-source)/$(pkg-tests) +doc-dir := usr/share/doc/$(debpkg) +source-files := $(wildcard *.lisp) + + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + dh_install $(pkg).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 + + +.PHONY: build clean binary-indep binary-arch binary install --- cl-getopt-1.2.0.orig/debian/watch +++ cl-getopt-1.2.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://files.b9.com/getopt/getopt-([\d\.]*)\.tar\.gz +