--- scsh-install-lib-1.3.0.orig/pkg-def.scm +++ scsh-install-lib-1.3.0/pkg-def.scm @@ -4,7 +4,7 @@ ;; directory containing the Scheme code. (define scsh-install-pkg-template #<Lionel Elie"> + Mamane"> + avril 17, 2005"> + 1"> + lmamane@debian.org"> + + scsh-install-pkg"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2003 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + SCSH package installer + + + + &dhpackage; + + TODO + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage;command. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + Instead, it has documentation in PDF format in + /usr/share/doc/scsh-install-lib/. + + &dhpackage; is a program that installs + scsh packages making use of the scsh install library. + + + + OPTIONS + + A summary of options is included below. For a complete + description, see the PDF documentation. + + + + + + + + Show summary of options. + + + + + + + + Show version of program. + + + + + + SEE ALSO + + The programs is documented fully by A proposal + for scsh packages available in + /usr/share/doc/scsh-install-lib/. + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 or any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + --- scsh-install-lib-1.3.0.orig/debian/rules +++ scsh-install-lib-1.3.0/debian/rules @@ -0,0 +1,57 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Derived from the sample debian/rules from dh_make + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +INSTALL_ARGS:=--layout fhs --bindir /usr/bin --prefix /usr/ --dest-dir "$${PWD}"/debian/scsh-install-lib/ + +build: build-arch build-indep + +build-arch: + +build-indep: + dh_testdir + chmod +x install.scm + ./install.scm $(INSTALL_ARGS) --phases build + docbook-to-man debian/scsh-install-pkg.sgml > scsh-install-pkg.1 + +clean: + dh_testdir + dh_testroot + rm -f scsh-install-pkg.1 debian/*~ + ./install.scm $(INSTALL_ARGS) --phases build-clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + ./install.scm $(INSTALL_ARGS) --phases install + +# Build architecture-independent files here. +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: + +binary: binary-indep binary-arch + +.PHONY: build clean binary-indep binary-arch binary install configure build-arch build-indep --- scsh-install-lib-1.3.0.orig/debian/docs +++ scsh-install-lib-1.3.0/debian/docs @@ -0,0 +1,2 @@ +NEWS +doc/install-lib.pdf --- scsh-install-lib-1.3.0.orig/debian/dirs +++ scsh-install-lib-1.3.0/debian/dirs @@ -0,0 +1 @@ +usr/bin --- scsh-install-lib-1.3.0.orig/debian/copyright +++ scsh-install-lib-1.3.0/debian/copyright @@ -0,0 +1,40 @@ +This package was debianized by Lionel Elie Mamane on +Sun, 17 Apr 2005 19:10:54 +0200. + +It was downloaded from http://lamp.epfl.ch/~schinz/scsh_packages/scsh-install-lib-1.2.0.tar.gz + +Copyright Holder: Michel Schinz + +License: + +Copyright (c) 2004, Michel Schinz +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. + --- scsh-install-lib-1.3.0.orig/debian/control +++ scsh-install-lib-1.3.0/debian/control @@ -0,0 +1,15 @@ +Source: scsh-install-lib +Section: devel +Priority: extra +Maintainer: Scheme48 Maintainers Task Force +Uploaders: Lionel Elie Mamane , Jorgen Schäfer +Build-Depends: debhelper (>= 4.0.0), docbook-to-man, scsh-0.6 (>= 0.6.6) +Standards-Version: 3.6.2 + +Package: scsh-install-lib +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, scsh-0.6 (>= 0.6.6) +Description: scsh package installer + The scsh install library contains the code necessary to install scsh + packages not packaged as Debian packages, or to build Debian packages + of scsh packages. --- scsh-install-lib-1.3.0.orig/debian/compat +++ scsh-install-lib-1.3.0/debian/compat @@ -0,0 +1 @@ +4 --- scsh-install-lib-1.3.0.orig/debian/scsh-install-lib.manpages +++ scsh-install-lib-1.3.0/debian/scsh-install-lib.manpages @@ -0,0 +1 @@ +scsh-install-pkg.1 --- scsh-install-lib-1.3.0.orig/debian/scsh-install-lib.doc-base +++ scsh-install-lib-1.3.0/debian/scsh-install-lib.doc-base @@ -0,0 +1,9 @@ +Document: scsh-install-lib +Title: scsh install-lib Manual +Author: Michel Schinz +Abstract: This manual documents the scsh install library +Section: Apps/Programming + +Format: pdf +Files: /usr/share/doc/scsh-install-lib/install-lib.pdf + --- scsh-install-lib-1.3.0.orig/debian/changelog +++ scsh-install-lib-1.3.0/debian/changelog @@ -0,0 +1,6 @@ +scsh-install-lib (1.3.0-1) unstable; urgency=low + + * First version uploaded to Debian (closes: #305067) + + -- Lionel Elie Mamane Sun, 28 Aug 2005 22:15:57 +0200 + --- scsh-install-lib-1.3.0.orig/debian/README.Debian +++ scsh-install-lib-1.3.0/debian/README.Debian @@ -0,0 +1,16 @@ +scsh-install-lib for Debian +--------------------------- + +Debian packages of scsh packages should use + scsh-install-pkg --layout fhs --prefix /usr/ --dest-dir=./debian/foo --phases build +in the build target of debian/rules, + scsh-install-pkg --layout fhs --prefix /usr/ --dest-dir=./debian/foo --phases install +in the install target and + scsh-install-pkg --layout fhs --prefix /usr/ --dest-dir=./debian/foo --phases build-clean +in the clean target. + + +If installing an scsh package manually, use e.g. + scsh-install-pkg --layout fhs --prefix /usr/local + + -- Lionel Elie Mamane , Sun Aug 28 22:53:06 2005