Codebase list libmawk / 68c65a7
initial proposed debian/ content from upstream Bdale Garbee 5 years ago
10 changed file(s) with 102 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libmawk (1.0.0-1) unstable; urgency=low
1
2 * New upstream release
3
4 -- Tibor Palinkas <debs@debian.org> Mon, 29 Oct 2018 20:16:34 +0100
0 Source: libmawk
1 Section: libs
2 Priority: optional
3 Maintainer: Debian Electronics Team <pkg-electronics-devel@lists.alioth.debian.org>
4 Uploaders: Bdale Garbee <bdale@gag.com>
5 Build-Depends: debhelper (>= 11)
6 Standards-Version: 4.1.3
7 Homepage: http://repo.hu/projects/libmawk
8
9 Package: libmawk
10 Architecture: any
11 Depends: ${misc:Depends}, ${shlibs:Depends}
12 Description: embeddable mawk lib
13 Libmawk is a fork of the popular awk implementation mawk, and aims to be
14 the lightweight script language programmers embed in their application.
15 .
16 This implementation also supports some minor extensions over mawk:
17 - dynamic awk function calls from awk scripts (by name in string)
18 - dynamic variables (access variable by name in string)
19 - include "scriptname.awk"
20 .
21 Besides the shared object, an lmawk binary is also installed, which is
22 command-line-compatible with mawk but provides all those extra features.
23
24 Package: libmawk-dev
25 Section: libdevel
26 Architecture: all
27 Depends: ${misc:Depends}, ${shlibs:Depends}
28 Description: embeddable mawk lib
29 Libmawk is a fork of the popular awk implementation mawk, and aims to be
30 the lightweight script language programmers embed in their application.
31 .
32 This package constains all header files to allow applications to compile
33 with embedded awk scripting.
0 This is the Debian GNU prepackaged version of libmawk, a fork of
1 mawk, which is an implementation of the AWK Programming Language.
2 mawk was written by Mike Brennan <brennan@whidbey.com>
3
4 mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan
5 Modifications for Debian GNU/Linux Copyright (C) 1995-96 Chris Fearnley.
6 Modifications for Debian GNU/Linux Copyright (C) 1998-2003 James Troup.
7 Modifications for libmawk Copyright (C) 2009-2018 Tibor 'Igor2' Palinkas.
8
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License version 2 as published
11 by the Free Software Foundation.
12
13 This program is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 General Public License for more details.
17
18 You should have received a copy of the GNU General Public License with
19 your Debian GNU system, in /usr/share/common-licenses/GPL-2, or with the
20 Debian GNU mawk source package as the file COPYING. If not, write to
21 the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
22 Boston, MA 02110-1301, USA.
0 Document: libmawk
1 Title: libmawk Manual
2 Author: Tibor Palinkas
3 Abstract: libmawk Manual
4 Section: Science/Engineering
5
6 Format: HTML
7 Index: /usr/share/doc/libmawk/index.html
8 Files: /usr/share/doc/libmawk/index.html
0 /usr/lib/*.so
1 /usr/include/*
0 /usr/bin/*
1 /usr/lib/*.so.[0123456789]
2 /usr/lib/*.so.*.*.*
3 /usr/share/man/*
4 /usr/share/doc/*
5
0 #!/usr/bin/make -f
1
2 DH_VERBOSE = 1
3 DPKG_EXPORT_BUILDFLAGS = 1
4 include /usr/share/dpkg/buildflags.mk
5
6 %:
7 dh $@
8
9 override_dh_auto_configure:
10 ./configure \
11 --prefix=/usr \
12 --LDFLAGS='$(LDFLAGS)' \
13 --CFLAGS='$(CFLAGS) $(CPPFLAGS)'
14
15 override_dh_auto_clean:
16 # only try to run dh_auto_clean if configure has been run
17 test -f src/libmawk/Makefile.conf && dh_auto_clean || true
0 3.0 (quilt)
0 version=3
1 opts=dversionmangle=s/\+repack.*$// \
2 http://repo.hu/projects/libmawk/releases/libmawk-(.*)\.tar\.gz