debian/0000755000000000000000000000000012203665314007170 5ustar debian/changelog0000644000000000000000000000065012203665314011043 0ustar libkaz (1.21-2) unstable; urgency=low * set CFLAGS properly in debian/rules * ship libkaz.so symlink in libkaz-dev * use versioned machine readable copyright format in debian/copyright -- Balint Reczey Wed, 16 May 2012 00:10:42 +0200 libkaz (1.21-1) unstable; urgency=low * Initial release (Closes: #670214) -- Balint Reczey Tue, 20 Mar 2012 16:33:59 +0100 debian/compat0000644000000000000000000000000212203665314010366 0ustar 8 debian/control0000644000000000000000000000217012203665314010573 0ustar Source: libkaz Priority: extra Maintainer: Balint Reczey Build-Depends: debhelper (>= 8.0.0) Standards-Version: 3.9.3 Section: libs Homepage: http://savannah.nongnu.org/projects/kazlib Vcs-Git: git://git.debian.org/collab-maint/libkaz.git Vcs-Browser: http://git.debian.org/?p=collab-maint/libkaz.git;a=summary Package: libkaz-dev Section: libdevel Architecture: any Depends: libkaz1 (= ${binary:Version}), ${misc:Depends} Description: Kazlib's reusable data structure development tools Kazlib is a collection of program modules portably written in ANSI C. . It contains a dictionary module based on red-black trees, an extendible hashing module, and a system for emulating exception handling. . This package provides header files and static libraries. Package: libkaz1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Kazlib's reusable data structure modules Kazlib is a collection of program modules portably written in ANSI C. . It contains a dictionary module based on red-black trees, an extendible hashing module, and a system for emulating exception handling. debian/copyright0000644000000000000000000000336112203665314011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Kazlib Source: http://www.kylheku.com/~kaz/kazlib.html Files: * Copyright: 2009 Kaz Kylheku License: BSD-3-Clause Files: debian/* Copyright: 2012 Balint Reczey License: BSD-3-Clause License: BSD-3-Clause 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 its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. debian/docs0000644000000000000000000000000712203665314010040 0ustar README debian/libkaz-dev.dirs0000644000000000000000000000003312203665314012077 0ustar usr/lib usr/include/kazlib debian/libkaz-dev.install0000644000000000000000000000007012203665314012605 0ustar usr/include/kazlib/*.h usr/lib/lib*.a usr/lib/libkaz.so debian/libkaz1.dirs0000644000000000000000000000001012203665314011377 0ustar usr/lib debian/libkaz1.install0000644000000000000000000000002212203665314012107 0ustar usr/lib/lib*.so.* debian/libkaz1.shlibs0000644000000000000000000000003512203665314011731 0ustar libkaz 1 libkaz1 (>= 1.21-1) debian/rules0000755000000000000000000000157512203665314010260 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 CFLAGS := $(shell dpkg-buildflags --get CFLAGS) -fPIC -I$(CURDIR) override_dh_auto_build: make -f Makefile.gcc CFLAGS="$(CFLAGS)" libkaz.a libkaz.so.1.0.0 build: dh build override_dh_auto_install: mkdir -p $(CURDIR)/debian/tmp/usr/lib make -f Makefile.gcc prefix=$(CURDIR)/debian/tmp/usr install ln -s libkaz.so.1.0.0 $(CURDIR)/debian/tmp/usr/lib/libkaz.so.1 ln -s libkaz.so.1.0.0 $(CURDIR)/debian/tmp/usr/lib/libkaz.so install: dh install %: dh $@ debian/source/0000755000000000000000000000000012203665314010470 5ustar debian/source/format0000644000000000000000000000001412203665314011676 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000062512203665314010224 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 # Uncomment to examine a Webpage # #opts=downloadurlmangle=s/.*=(.*)/$1/ \ http://www.kylheku.com/~kaz/kazlib.html kazlib-([\d\.]*)\.tar\.gz