debian/0000755000000000000000000000000012262121253007162 5ustar debian/control0000644000000000000000000000132412262020263010564 0ustar Source: pkgconf Section: devel Priority: optional Maintainer: Andrew Shadura Build-Depends: debhelper (>= 9), dh-autoreconf Homepage: https://github.com/pkgconf/pkgconf Standards-Version: 3.9.5 Vcs-Hg: http://anonscm.debian.org/hg/collab-maint/pkgconf Vcs-Browser: http://anonscm.debian.org/hg/collab-maint/pkgconf/summary Package: pkgconf Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pkg-config Description: manage compile and link flags for libraries pkgconf is a replacement for pkg-config, a system for managing library compile and link flags that works with automake and autoconf. . pkgconf does not bundle any third-party libraries or depend on any third-party libraries. debian/pkgconf.preinst0000644000000000000000000000027112117650460012225 0ustar #!/bin/sh set -e if [ "$1" = "install" ] || [ "$1" = "upgrade" ] then dpkg-divert --package pkgconf --divert /usr/bin/pkg-config.real --rename /usr/bin/pkg-config fi #DEBHELPER# debian/watch0000644000000000000000000000011612141030323010202 0ustar version=3 http://rabbit.dereferenced.org/~nenolod/distfiles/pkgconf-(.*)\.t.* debian/docs0000644000000000000000000000002212117207051010027 0ustar README.md AUTHORS debian/dirs0000644000000000000000000000004612117202374010051 0ustar usr/lib/pkgconfig usr/share/pkgconfig debian/clean0000644000000000000000000000010212117442575010174 0ustar Makefile config.h config.status configure config.log tests/run.sh debian/changelog0000644000000000000000000000023312262120555011036 0ustar pkgconf (0.9.4-1) unstable; urgency=low * Initial Release (Closes: #702745). -- Andrew Shadura Sun, 05 Jan 2014 01:03:56 +0100 debian/source/0000755000000000000000000000000012117207347010472 5ustar debian/source/format0000644000000000000000000000001412117207347011700 0ustar 3.0 (quilt) debian/pkgconf.postrm0000644000000000000000000000020712117650434012065 0ustar #!/bin/sh set -e if [ "$1" = "remove" ] then dpkg-divert --package pkgconf --remove --rename /usr/bin/pkg-config fi #DEBHELPER# debian/pkgconf.links0000644000000000000000000000004312117205417011654 0ustar usr/bin/pkgconf usr/bin/pkg-config debian/copyright0000644000000000000000000001710312262120430011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pkgconf Upstream-Contact: Baptiste Daroussin Jeff Horelick Michał Górny Copyright: 2011—2014 pkgconf authors, License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . This software is provided 'as is' and without any warranty, express or implied. In no event shall the authors be liable for any damages arising from the use of this software. Files: bsdstubs.c Copyright: 1998 Todd C. Miller 2012 William Pitcock License: ISC Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Files: getopt_long.c Copyright: 2000 The NetBSD Foundation, Inc. 2002 Todd C. Miller License: BSD-4 This code is derived from software contributed to The NetBSD Foundation by Dieter Baron and Thomas Klausner. . 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. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the NetBSD Foundation, Inc. and its contributors. 4. Neither the name of The NetBSD Foundation 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 NETBSD FOUNDATION, INC. 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 FOUNDATION 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. Files: getopt_long.h Copyright: 2000 The NetBSD Foundation, Inc. License: BSD-2 This code is derived from software contributed to The NetBSD Foundation by Dieter Baron and Thomas Klausner. . 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. . THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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 FOUNDATION 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. Files: install-sh Copyright: 1994 X Consortium License: This originates from X11R5 (mit/util/scripts/install.sh), which was later released in X11R6 (xc/config/util/install.sh) with the following copyright and license. . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other deal- ings in this Software without prior written authorization from the X Consor- tium. . FSF changes to this file are in the public domain. Files: pkg.m4 Copyright: 2004 Scott James Remnant License: GPL-2+ This program 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; either version 2 of the License, or (at your option) any later version. . This program 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, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . As a special exception to the GNU General Public License, if you distribute this file as part of a program that contains a configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program. . On Debian systems, the complete text of the GNU General Public License version 2 can be found in /usr/share/common-licenses/GPL-2. debian/rules0000755000000000000000000000171112117651054010250 0ustar #! /usr/bin/make -f DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) SYSTEM_LIBDIRS := $(shell for opt in '' $$($${CC-gcc} -print-multi-lib | sed -n -e's/.*;@/-/p'); do \ gcc $$opt -print-search-dirs | sed -n -e's/^libraries: =//p' \ | sed -e's/:/\n/g' | xargs -n1 readlink -f | grep -v 'gcc\|/[0-9.]\+$$'; \ done | sort -u | tr '\n' : | sed 's/:$$//') %: dh $@ --with=autoreconf override_dh_auto_configure: ./configure --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info --disable-shared \ --with-pkg-config-dir=/usr/local/lib/$(DEB_HOST_MULTIARCH)/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig \ --with-system-libdir=$(SYSTEM_LIBDIRS) override_dh_auto_install: dh_auto_install rm -f debian/pkgconf/usr/share/aclocal/pkg.m4 .PHONY: override_dh_auto_configure override_dh_auto_install debian/compat0000644000000000000000000000000212117202523010357 0ustar 9