--- libnbcompat-20180822.orig/debian/README.source +++ libnbcompat-20180822/debian/README.source @@ -0,0 +1,9 @@ +libnbcompat for Debian +--------------------- + +Imported to git using: + +git cvsimport -v -d :pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot pkgsrc/pkgtools/libnbcompat/files + + -- John Goerzen Wed, 03 Oct 2018 21:04:59 -0500 + --- libnbcompat-20180822.orig/debian/changelog +++ libnbcompat-20180822/debian/changelog @@ -0,0 +1,30 @@ +libnbcompat (20180822-5) unstable; urgency=low + + * Do not link -lbsd; causes segfault + + -- John Goerzen Fri, 05 Oct 2018 08:49:52 -0500 + +libnbcompat (20180822-4) unstable; urgency=low + + * More build-deps, to reduce size of this package. + + -- John Goerzen Fri, 05 Oct 2018 08:10:56 -0500 + +libnbcompat (20180822-3) unstable; urgency=low + + * Add additional build-deps + + -- John Goerzen Fri, 05 Oct 2018 07:42:24 -0500 + +libnbcompat (20180822-2) unstable; urgency=low + + * Analyze licenses and note additional info in debian/copyright. + Closes: #910331. + + -- John Goerzen Thu, 04 Oct 2018 20:34:13 -0500 + +libnbcompat (20180822-1) unstable; urgency=medium + + * Initial release (Closes: #910252) + + -- John Goerzen Wed, 03 Oct 2018 21:04:59 -0500 --- libnbcompat-20180822.orig/debian/compat +++ libnbcompat-20180822/debian/compat @@ -0,0 +1 @@ +9 --- libnbcompat-20180822.orig/debian/control +++ libnbcompat-20180822/debian/control @@ -0,0 +1,21 @@ +Source: libnbcompat +Priority: optional +Maintainer: John Goerzen +Build-Depends: debhelper (>= 9), autotools-dev, bmake, libncurses-dev, libbsd-dev, libmd-dev +Standards-Version: 3.9.8 +Section: libs +Homepage: http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/pkgtools/libnbcompat/README.html +Vcs-Git: https://github.com/jgoerzen/libnbcompat.git +Vcs-Browser: https://github.com/jgoerzen/libnbcompat + +Package: libnbcompat-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends} +Description: NetBSD pkgsrc compatibility library + libnbcompat is designed to let non-NetBSD operating systems execute + code that is part of the NetBSD pkgsrc repository. It is, in + particular, required for building the NetBSD (package mtree-netbsd). + . + This package installs the header and static library files. libnbcompat + is not provided as a shared library. --- libnbcompat-20180822.orig/debian/copyright +++ libnbcompat-20180822/debian/copyright @@ -0,0 +1,687 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libnbcompat +Source: :pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot pkgsrc/pkgtools/libnbcompat/files + +Files: * +Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-Clause + +License: BSD-2-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. + . + 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 HOLDERS 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: __fts13.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: __glob13.c +Copyright: Copyright: 1989, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: __unsetenv13.c +Copyright: Copyright: 1987, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: engine.c +Copyright: Copyright (c) 1992, 1993, 1994 The Regents of the University of California & Henry Spencer +License: BSD-4-clause + +Files: config.guess +Copyright: Copyright: 1992-2010 Free Software Foundation, Inc. +License: GPL-2+ + +Files: config.sub +Copyright: Copyright: 1992-2010 Free Software Foundation, Inc. +License: GPL-2+ + +Files: configure +Copyright: Copyright: 1992-1996, 1998-2012 Free Software Foundation, Inc. +License: FSF-Unlimited + +License: FSF-Unlimited + This configure script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it. + +Files: db/btree/bt_close.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/bt_conv.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/bt_debug.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/bt_delete.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/bt_get.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/bt_open.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/bt_overflow.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/bt_page.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/bt_put.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/bt_search.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/bt_seq.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/bt_split.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/bt_utils.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/btree.h +Copyright: Copyright: 1991, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/btree/extern.h +Copyright: Copyright: 1991, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/db/db.c +Copyright: Copyright: 1991, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: db/hash/extern.h +Copyright: Copyright: 1991, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/hash/hash.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/hash/hash.h +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/hash/hash_bigkey.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/hash/hash_buf.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/hash/hash_func.c +Copyright: Copyright: 1990, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: db/hash/hash_log2.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/hash/hash_page.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/hash/ndbm.c +Copyright: Copyright: 1990, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: db/hash/ndbmdatum.c +Copyright: Copyright: 1990, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: db/hash/page.h +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/mpool/mpool.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/recno/extern.h +Copyright: Copyright: 1991, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: db/recno/rec_close.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/recno/rec_delete.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/recno/rec_get.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/recno/rec_open.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/recno/rec_put.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/recno/rec_search.c +Copyright: Copyright: 1990, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: db/recno/rec_seq.c +Copyright: Copyright: 1991, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/recno/rec_utils.c +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: db/recno/recno.h +Copyright: Copyright: 1991, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: debian/README.source +Copyright: 2018, John Goerzen +License: GPL-2+ + +Files: debian/changelog +Copyright: 2018, John Goerzen +License: GPL-2+ + +Files: debian/compat +Copyright: 2018, John Goerzen +License: GPL-2+ + +Files: debian/control +Copyright: 2018, John Goerzen +License: GPL-2+ + +Files: debian/copyright +Copyright: 2018, John Goerzen +License: GPL-2+ + +Files: debian/libnbcompat-dev.dirs +Copyright: 2018, John Goerzen +License: GPL-2+ + +Files: debian/rules +Copyright: 2018, John Goerzen +License: GPL-2+ + +Files: debian/source/format +Copyright: 2018, John Goerzen +License: GPL-2+ + +Files: err.c +Copyright: Copyright: 1997-2000 Luke Mewburn . +License: BSD-3-clause + +Files: fgetln.c +Copyright: Copyright: 1998 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: findenv.c +Copyright: Copyright: 1987, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: fnmatch.c +Copyright: Copyright: 1989, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: fparseln.c +Copyright: Copyright: 1997 Christos Zoulas. +License: BSD-4-clause + +Files: getdelim.c +Copyright: Copyright: 2011 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: getenv.c +Copyright: Copyright: 1987, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: getline.c +Copyright: Copyright: 2011 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: getopt.c +Copyright: Copyright: 1987, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: getopt_long.c +Copyright: Copyright: 2000 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: gettemp.c +Copyright: Copyright: 1987, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: isblank.c +Copyright: UNIX System Laboratories, Inc. & 1989 The Regents of the University of California. +License: BSD-3-clause + +Files: lchflags.c +Copyright: Copyright: 2002 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: lchmod.c +Copyright: Copyright: 2002 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: lchown.c +Copyright: Copyright: 2002 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: lutimes.c +Copyright: Copyright: 2002 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: md5c.c +Copyright: Copyright: 1991 -2, RSA Data Security, Inc. Created 1991. All +License: NTP + +Files: mkdtemp.c +Copyright: Copyright: 1987, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: mkstemp.c +Copyright: Copyright: 1987, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: nbcompat/assert.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/cdefs.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/db.h +Copyright: Copyright: 1990, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: nbcompat/dirent.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/endian.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/err.h +Copyright: Copyright: 1989, 1993 The Regents of the University of California. +License: BSD-4-clause + +Files: nbcompat/fnmatch.h +Copyright: Copyright: 1992-1993 The Regents of the University of California. +License: BSD-3-clause + +Files: nbcompat/fts.h +Copyright: Copyright: 1989, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: nbcompat/getopt.h +Copyright: Copyright: 2000 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/glob.h +Copyright: Copyright: 1989, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: nbcompat/grp.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/limits.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/md5.h +Copyright: Copyright: 1991 -2, RSA Data Security, Inc. Created 1991. All +License: NTP + +Files: nbcompat/mpool.h +Copyright: Copyright: 1991, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: nbcompat/ndbm.h +Copyright: Copyright: 1990, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: nbcompat/netdb.h +Copyright: 2000-2003 Damien Miller & 1999 WIDE Project. +License: BSD-3-clause + +Files: nbcompat/param.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/paths.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/poll.h +Copyright: Copyright: 1998 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/pwd.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/queue.h +Copyright: Copyright: 1991, 1993 The Regents of the University of California. +License: BSD-4-clause + +Files: nbcompat/regex.h +Copyright: Copyright: 1992-1993 The Regents of the University of California, Henry Spencer +License: BSD-4-clause + +Files: nbcompat/stat.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/statvfs.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/stdbool.h +Copyright: Copyright: 2009 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/stdio.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/stdlib.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/string.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/termcap.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/time.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/types.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/tzfile.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/unistd.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/util.h +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: nbcompat/vis.h +Copyright: Copyright: 1990, 1993 The Regents of the University of California. +License: BSD-4-clause + +Files: poll.c +Copyright: Copyright: 2003 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: private/cclass.h +Copyright: Copyright: 1992-1994 The Regents of the University of California. +License: BSD-4-clause + +Files: private/cname.h +Copyright: Copyright: 1992-1994 The Regents of the University of California. +License: BSD-4-clause + +Files: private/pwcache.h +Copyright: 1992-1993 The Regents of the University of California & 1992 Keith Muller. +License: BSD-3-clause + +Files: private/regex2.h +Copyright: Copyright: 1992-1994 The Regents of the University of California. +License: BSD-4-clause + +Files: private/utils.h +Copyright: Copyright: 1992-1994 The Regents of the University of California. +License: BSD-4-clause + +Files: pwcache.c +Copyright: 1992-1993 The Regents of the University of California & 1992 Keith Muller. +License: BSD-3-clause + +Files: regcomp.c +Copyright: Copyright: 1992-1994 The Regents of the University of California. +License: BSD-4-clause + +Files: regerror.c +Copyright: Copyright: 1992-1994 The Regents of the University of California. +License: BSD-4-clause + +Files: regexec.c +Copyright: Copyright: 1992-1994 The Regents of the University of California. +License: BSD-4-clause + +Files: regfree.c +Copyright: Copyright: 1992-1994 The Regents of the University of California. +License: BSD-4-clause + +Files: rmd160hl.c +Copyright: Poul-Henning Kamp +License: Beerware + +License: Beerware + "THE BEER-WARE LICENSE" (Revision 42): + wrote this file. As long as you retain this notice you + can do whatever you want with this stuff. If we meet some day, and you think + this stuff is worth it, you can buy me a beer in return. + +Files: setgroupent.c +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: setmode.c +Copyright: Copyright: 1989, 1993-1994 The Regents of the University of California. +License: BSD-3-clause + +Files: setpassent.c +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: setprogname.c +Copyright: Copyright: 2001 Christopher G. Demetriou +License: BSD-3-clause + +Files: sha2.c +Copyright: Copyright: 2000 Aaron D. Gifford. +License: BSD-3-clause + +Files: sha2hl.c +Copyright: Copyright: 2000 Aaron D. Gifford. +License: BSD-3-clause + +Files: shquote.c +Copyright: Copyright: 2001 Christopher G. Demetriou +License: BSD-3-clause + +Files: snprintf.c +Copyright: Copyright: 2007 Tobias Nygren +License: BSD-2-clause + +Files: src2nbcompat +Copyright: Copyright: 2003 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: statvfs.c +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: strdup.c +Copyright: Copyright: 1988, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: strlcpy.c +Copyright: Copyright: 1998 Todd C. Miller +License: ISC + +Files: strmode.c +Copyright: Copyright: 1990, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: strsep.c +Copyright: Copyright: 1990, 1993 The Regents of the University of California. +License: BSD-3-clause + +Files: strtoll.c +Copyright: Copyright: 1992-1993 The Regents of the University of California. +License: BSD-3-clause + +Files: timegm.c +Copyright: Copyright: 2001-2006 NLnet Labs. +License: BSD-3-clause + +Files: usleep.c +Copyright: Copyright: 1999-2000 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: utimes.c +Copyright: Copyright: 2004 The NetBSD Foundation, Inc. +License: BSD-2-clause + +Files: vis.c +Copyright: Copyright: 1989, 1993 The Regents of the University of California. +License: BSD-4-clause + +Files: warn.c +Copyright: Copyright: 1997-2000 Luke Mewburn . +License: BSD-3-clause + +License: gpl-2+ + See /usr/share/common-licenses/GPL-2 + +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 TODD C. MILLER DISCLAIMS ALL + WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER 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. + +License: ntp + License to copy and use this software is granted provided that it + is identified as the "RSA Data Security, Inc. MD5 Message-Digest + Algorithm" in all material mentioning or referencing this software + or this function. + . + License is also granted to make and use derivative works provided + that such works are identified as "derived from the RSA Data + Security, Inc. MD5 Message-Digest Algorithm" in all material + mentioning or referencing the derived work. + . + RSA Data Security, Inc. makes no representations concerning either + the merchantability of this software or the suitability of this + software for any particular purpose. It is provided "as is" + without express or implied warranty of any kind. + . + These notices must be retained in any copies of any part of this + documentation and/or software. + +License: bsd-4-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. All advertising materials mentioning features or use of this software + must display the following acknowledgement: + This product includes software developed by the University of + California, Berkeley and its contributors. + 4. Neither the name of the University 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. + +License: bsd-3-clause + Copyright (c) 1990, 1993, 1994 + The Regents of the University of California. All rights reserved. + . + 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 University 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. --- libnbcompat-20180822.orig/debian/gbp.conf +++ libnbcompat-20180822/debian/gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +debian-branch = debian + --- libnbcompat-20180822.orig/debian/libnbcompat-dev.dirs +++ libnbcompat-20180822/debian/libnbcompat-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include --- libnbcompat-20180822.orig/debian/rules +++ libnbcompat-20180822/debian/rules @@ -0,0 +1,32 @@ +#!/usr/bin/make -f +# See debhelper(7) (uncomment to enable) +# output every command that modifies files on the build system. +#export DH_VERBOSE = 1 + + +# see FEATURE AREAS in dpkg-buildflags(1) +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +# see ENVIRONMENT in dpkg-buildflags(1) +# package maintainers to append CFLAGS +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +# package maintainers to append LDFLAGS +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + +export MAKE = bmake + +%: + dh $@ --with autotools_dev + + +# dh_make generated override targets +# This is example for Cmake (See https://bugs.debian.org/641051 ) +#override_dh_auto_configure: +# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) + +override_dh_auto_configure: + dh_auto_configure -- --enable-db --enable-bsd-getopt CPPFLAGS="$(CPPFLAGS) -D_GNU_SOURCE" LIBS="-lmd" + +# No tests +override_dh_auto_test: + true --- libnbcompat-20180822.orig/debian/source/format +++ libnbcompat-20180822/debian/source/format @@ -0,0 +1 @@ +1.0