--- lakai-0.1.orig/debian/changelog +++ lakai-0.1/debian/changelog @@ -0,0 +1,8 @@ +lakai (0.1-1) unstable; urgency=low + + * First Debian upload (closes: #269190), sponsored by + Cosimo Alfarano + * Updated Standards-Version to 3.6.1.1 + + -- Free Ekanayaka Wed, 6 Oct 2004 14:56:26 +0200 + --- lakai-0.1.orig/debian/compat +++ lakai-0.1/debian/compat @@ -0,0 +1 @@ +4 --- lakai-0.1.orig/debian/watch +++ lakai-0.1/debian/watch @@ -0,0 +1,3 @@ +# Site Directory Pattern Version Script +version=2 +ftp://sourceforge.cs.umn.edu/pub/sourceforge/l/la/lakai/lakai-(.*)\.tar\.gz debian uupdate --- lakai-0.1.orig/debian/dirs +++ lakai-0.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- lakai-0.1.orig/debian/control +++ lakai-0.1/debian/control @@ -0,0 +1,21 @@ +Source: lakai +Section: sound +Priority: optional +Maintainer: Free Ekanayaka +Build-Depends: debhelper (>= 4.0.0), dpatch +Standards-Version: 3.6.1.1 + +Package: lakai +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: transfers samples between a PC and an AKAI sampler + Lakai is a small set of tools (+ a link library) used to transfer sampler + data (programs, samples) between a PC with a SCSI host adapter and an AKAI + sampler (S1000, S2000..). + . + The current tools allow an easy way to create a full backup of the sampler's + memory contents to the PC and a full restore of this data back from the PC to + the sampler. + . + Future versions might contain more fine-grained control over the data you + exchange, but this is still in planning stage. --- lakai-0.1.orig/debian/copyright +++ lakai-0.1/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Free Ekanayaka on +Mon, 28 Jun 2004 18:22:41 +0200. + +It was downloaded from http://cesnet.dl.sourceforge.net/sourceforge/lakai/lakai-0.1.tar.gz + +Upstream Author: Frank Neumann + +Copyright: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- lakai-0.1.orig/debian/rules +++ lakai-0.1/debian/rules @@ -0,0 +1,100 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpatch/dpatch.make + + + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: patch-stamp configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #/usr/bin/docbook-to-man debian/lakai.sgml > lakai.1 + + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/lakai. + $(MAKE) install PREFIX=$(CURDIR)/debian/lakai/usr + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + 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 --- lakai-0.1.orig/debian/docs +++ lakai-0.1/debian/docs @@ -0,0 +1,2 @@ +README +akaiascii.txt