From e7528f8ba630dfe4454d7668a9ee02589c00dfa6 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 31 Mar 2021 08:44:12 -0400 Subject: Initial debian/ --- debian/changelog | 5 ++++ debian/control | 16 +++++++++++++ debian/copyright | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/gbp.conf | 3 +++ debian/rules | 5 ++++ debian/source/format | 1 + 6 files changed, 98 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/gbp.conf create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..bca34b0 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +bsd-progress (9.99.81-1) unstable; urgency=medium + + * Initial release + + -- Cameron Katri Wed, 31 Mar 2021 08:40:00 -0400 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..37215fc --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: bsd-progress +Section: utils +Priority: optional +Maintainer: Cameron Katri +Build-Depends: libbsd-dev, debhelper-compat (= 12) +Standards-Version: 4.5.1 +Homepage: https://github.com/CRKatri/bsd-progress +Vcs-Browser: https://github.com/CRKatri/bsd-progress.git +Vcs-Git: https://github.com/CRKatri/bsd-progress.git +Rules-Requires-Root: no + +Package: bsd-progress +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: feed input to a command, displaying a progress bar + Taken from NetBSD-current (9.99.81) diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..7aa522d --- /dev/null +++ b/debian/copyright @@ -0,0 +1,68 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: bsd-progress +Upstream-Contact: Cameron Katri +Source: https://github.com/CRKatri/bsd-progress.git + +Files: strsuftoll.c +Copyright: Copyright (c) 2001-2002,2004 The NetBSD Foundation, Inc. + Copyright (c) 1991, 1993, 1994 The Regents of the University of California. +License: BSD-3-Clause + +Files: strsuftoll.c +Copyright: Copyright (c) 2001-2002,2004 The NetBSD Foundation, Inc. + Copyright (c) 1991, 1993, 1994 The Regents of the University of California. +License: BSD-3-Clause + +Files: progress.c +Copyright: Copyright (c) 2003 The NetBSD Foundation, Inc. +License: BSD-3-Clause + +Files: progress.1 +Copyright: Copyright (c) 2003-2007 The NetBSD Foundation, Inc. +License: BSD-3-Clause + +Files: progressbar.c +Copyright: Copyright (c) 1997-2021 The NetBSD Foundation, Inc. +License: BSD-3-Clause + +Files: include/progressbar.h +Copyright: Copyright (c) 1996-2021 The NetBSD Foundation, Inc. +License: BSD-3-Clause + +Files: debian/* +Copyright: 2021 Cameron Katri +License: BSD-3-Clause + +License: BSD-3-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. 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 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 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. + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. +# Please avoid picking licenses with terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. +# +# If you need, there are some extra license texts available in two places: +# /usr/share/debhelper/dh_make/licenses/ +# /usr/share/common-licenses/ diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..18a0f96 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +upstream-branch=debian-upstream +debian-branch=debian-debian diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..abde6ef --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- cgit v1.2.3-56-ge451