debian/0000755000000000000000000000000012137322067007171 5ustar debian/copyright0000644000000000000000000000336312123300354011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://gmsl.sourceforge.net/ Upstream-Contact: John Graham-Cumming Upstream-Name: GMSL Files: * Copyright: 2005-2013 John Graham-Cumming License: BSD Files: debian/* Copyright: 2012 Dima Kogan License: BSD License: BSD 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. . Neither the name of the John Graham-Cumming 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 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. debian/rules0000755000000000000000000000011212052035710010233 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: make -f gmsl-tests debian/doc-base0000644000000000000000000000034312052035710010561 0ustar Document: gmsl Title: GMSL manual Author: John Graham-Cumming Abstract: Manual for GMSL extensions to GNU Make Section: Programming/Make Format: HTML Index: /usr/share/doc/gmsl/index.html Files: /usr/share/doc/gmsl/index.html debian/source/0000755000000000000000000000000012052035710010461 5ustar debian/source/format0000644000000000000000000000001412052035710011667 0ustar 3.0 (quilt) debian/example.mk0000644000000000000000000000134412137322000011142 0ustar # small sample Makefile do demonstrate usage of gmsl. # Essentially, you should # # 1. include the library # 2. invoke each function with $(call func,arg1,arg2,...) include gmsl # If any of the targets are "fail", throw an assertion. So 'make fail' will # assert $(call assert,$(call not,$(filter fail,$(MAKECMDGOALS)))) # If we're trying to compile with different -O flags at the same time, throw an # error. So the following command to compile tst.c into tst.o will throw an # error: # # CFLAGS="-O1 -O2" make -n -f example.mk tst.o define validate $(if $(call chop,$(sort $(filter -O%,$1))), \ $(error Have conflict with -O options in "$1"),$1) endef %.o: %.c $(CC) $(call validate,$(CPPFLAGS) $(CFLAGS)) -o $@ $< %:: true debian/docs0000644000000000000000000000001312052035710010026 0ustar index.html debian/changelog0000644000000000000000000000073712137322067011052 0ustar gmsl (1.1.3-2) unstable; urgency=low * added example file to demo basic usage -- Dima Kogan Sun, 28 Apr 2013 15:34:48 -0700 gmsl (1.1.3-1) unstable; urgency=low * Imported Upstream version 1.1.3 * Initial upload to Debian (Closes: #693167) -- Dima Kogan Sat, 23 Mar 2013 00:12:46 -1000 gmsl (1.1.2-1) UNRELEASED; urgency=low * Initial import -- Dima Kogan Thu, 15 Nov 2012 14:42:03 -0800 debian/watch0000644000000000000000000000013012052035710010204 0ustar version = 3 http://sf.net/gmsl/gmsl-(.+)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) debian/control0000644000000000000000000000150212135567713010601 0ustar Source: gmsl Section: devel Priority: optional Build-Depends: debhelper (>= 7.0.50~) Maintainer: Dima Kogan Standards-Version: 3.9.4 Homepage: http://gmsl.sourceforge.net/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dkogan-guest/gmsl.git Vcs-Git: git://anonscm.debian.org/users/dkogan-guest/gmsl.git Package: gmsl Architecture: all Depends: ${misc:Depends}, make Description: extra functions to extend functionality of GNU Makefiles The GNU Make Standard Library (GMSL) is a collection of functions implemented using native GNU Make functionality that provide list and string manipulation, integer arithmetic, associative arrays, stacks, and debugging facilities. . Note that despite the name of this project, this library is NOT standard and is NOT written or distributed by the GNU project. debian/install0000644000000000000000000000005012136071442010552 0ustar gmsl /usr/include __gmsl /usr/include debian/examples0000644000000000000000000000002212137322000010707 0ustar debian/example.mk debian/compat0000644000000000000000000000000212052035710010357 0ustar 7 debian/gbp.conf0000644000000000000000000000003612052035710010577 0ustar [DEFAULT] pristine-tar = True