debian/0000755000000000000000000000000012150327030007157 5ustar debian/rgxg.install0000644000000000000000000000001512133011103011502 0ustar usr/bin/rgxg debian/librgxg0.symbols0000644000000000000000000000037312133011103012302 0ustar librgxg.so.0 librgxg0 #MINVER# rgxg_net_cidr_ipv4@Base 0.1 rgxg_net_cidr_ipv6@Base 0.1 rgxg_net_cidr_string@Base 0.1 rgxg_number_greaterequal@Base 0.1 rgxg_number_range@Base 0.1 rgxg_utils_alternation@Base 0.1 rgxg_utils_escape_string@Base 0.1 debian/changelog0000644000000000000000000000023512133011103011021 0ustar rgxg (0.1-1) unstable; urgency=low * Initial release (Closes: #705416) -- Hannes von Haugwitz Mon, 15 Apr 2013 16:40:05 +0200 debian/source/0000755000000000000000000000000012133011103010447 5ustar debian/source/format0000644000000000000000000000001412133011103011655 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000036012133011103010226 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with autoreconf override_dh_installdocs: dh_installdocs --link-doc=librgxg0 override_dh_strip: dh_strip --dbg-package=librgxg0-dbg debian/librgxg0.docs0000644000000000000000000000002412133011103011533 0ustar AUTHORS NEWS README debian/compat0000644000000000000000000000000212133011103010345 0ustar 9 debian/rgxg.manpages0000644000000000000000000000001312133011103011625 0ustar man/rgxg.1 debian/control0000644000000000000000000000466212133011103010562 0ustar Source: rgxg Priority: optional Maintainer: Hannes von Haugwitz Build-Depends: debhelper (>= 9), dh-autoreconf Standards-Version: 3.9.4 Section: misc Homepage: http://rgxg.sf.net Package: rgxg Section: utils Architecture: any Depends: librgxg0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: command-line tool to generate regular expressions rgxg (ReGular eXpression Generator) is a command-line tool to generate (extended) regular expressions. . It can be useful to generate (extended) regular expressions to match for instance a specific number range (e.g. 0 to 31 or 00 to FF) or all addresses of a CIDR block (e.g. 192.168.0.0/24 or 2001:db8:aaaa::/64). Package: librgxg-dev Section: libdevel Architecture: any Depends: librgxg0 (= ${binary:Version}), ${misc:Depends} Suggests: librgxg0-dbg Description: development files and documentation for librgxg librgxg is a C library to generate (extended) regular expressions. . It can be useful to generate (extended) regular expressions to match for instance a specific number range (e.g. 0 to 31 or 00 to FF) or all addresses of a CIDR block (e.g. 192.168.0.0/24 or 2001:db8:aaaa::/64). . This package contains the development files (i.e. includes, static library, manual pages) that allow to build software which uses librgxg. Package: librgxg0-dbg Priority: extra Section: debug Architecture: any Depends: librgxg0 (= ${binary:Version}), ${misc:Depends} Suggests: libc-dbg Description: debugging symbols for librgxg librgxg is a C library to generate (extended) regular expressions. . It can be useful to generate (extended) regular expressions to match for instance a specific number range (e.g. 0 to 31 or 00 to FF) or all addresses of a CIDR block (e.g. 192.168.0.0/24 or 2001:db8:aaaa::/64). . This package contains the detached debugging symbols. It might be useful in debug sessions of software which uses librgxg. Package: librgxg0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: C library to generate regular expressions librgxg is a C library to generate (extended) regular expressions. . It can be useful to generate (extended) regular expressions to match for instance a specific number range (e.g. 0 to 31 or 00 to FF) or all addresses of a CIDR block (e.g. 192.168.0.0/24 or 2001:db8:aaaa::/64). . This package contains the C runtime libraries. debian/librgxg0.install0000644000000000000000000000003012133011103012246 0ustar usr/lib/*/librgxg.so.0* debian/watch0000644000000000000000000000006412133011103010200 0ustar version=3 http://sf.net/rgxg/rgxg-(.+)\.tar\.gz debian/copyright0000644000000000000000000000204112133011103011077 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://sf.net/p/rgxg/files Files: * Copyright: 2010-2013 Hannes von Haugwitz License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. . 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. . 3. This notice may not be removed or altered from any source distribution. debian/librgxg-dev.install0000644000000000000000000000015012133011103012745 0ustar usr/include/* usr/lib/*/librgxg.a usr/lib/*/librgxg.so usr/lib/*/pkgconfig/rgxg.pc usr/share/man/man3/*