--- lakai-0.1.orig/debian/changelog +++ lakai-0.1/debian/changelog @@ -0,0 +1,31 @@ +lakai (0.1-2) unstable; urgency=medium + + * Set maintainer to Debian Multimedia (Closes: #838228) + * Drop build dependency on dpatch (Closes: #664387) + * Port debian/copyright to format 1.0 + * Fix various lintian warnings (Closes: #488901) + * Add Vcs control headers + + -- Free Ekanayaka Sun, 20 Nov 2016 21:07:22 +0000 + +lakai (0.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/compat: + - Update level to 9. (Closes: #817516) + * debian/control: + - Added Homepage. (Closes: #835651) + - Bumped level debhelper to 9. + - Bumped Standards-Version to 3.9.8. + * debian/watch: + - Update. (Closes: #449603, #450202). + + -- Gustavo Soares de Lima Wed, 07 Sep 2016 16:41:52 +0000 + +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 @@ +9 --- lakai-0.1.orig/debian/control +++ lakai-0.1/debian/control @@ -0,0 +1,25 @@ +Source: lakai +Section: sound +Priority: optional +Maintainer: Debian Multimedia Maintainers +Uploaders: Free Ekanayaka +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.8 +Homepage: http://lakai.sf.net/index.shtml +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/lakai.git +Vcs-Git: git://anonscm.debian.org/pkg-multimedia/lakai.git + +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,29 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lakai +Upstream-Contact: Frank Neumann +Source: http://cesnet.dl.sourceforge.net/sourceforge/lakai/lakai-0.1.tar.gz + +Files: * +Copyright: (c) 2004 Frank Neumann +License: GPL-2 + +Files: debian/* +Copyright: (c) 2004 Free Ekanayaka +License: GPL-2 + +License: GPL-2 + 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 program. If not, see . + . + The GNU General Public License version 3 may be found on Debian systems + in /usr/share/common-licenses/GPL-2. + --- lakai-0.1.orig/debian/dirs +++ lakai-0.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- lakai-0.1.orig/debian/docs +++ lakai-0.1/debian/docs @@ -0,0 +1,2 @@ +README +akaiascii.txt --- lakai-0.1.orig/debian/rules +++ lakai-0.1/debian/rules @@ -0,0 +1,96 @@ +#!/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 + +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-indep: +build-arch: build-stamp + +build-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: + 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 + 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/watch +++ lakai-0.1/debian/watch @@ -0,0 +1,2 @@ +version=4 +http://sf.net/lakai/lakai-(\d\S+)\.tar\.(?:bz2|gz|xz) debian uupdate