aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-03-31 08:44:12 -0400
committerCameron Katri <me@cameronkatri.com>2021-03-31 08:48:36 -0400
commite7528f8ba630dfe4454d7668a9ee02589c00dfa6 (patch)
treea3fa5e63c9875c9774143e21b98f953437a231a1
parent070c02351eb61ec65f5d694adce91aca5e1b8487 (diff)
downloadbsd-progress-e7528f8ba630dfe4454d7668a9ee02589c00dfa6.tar.gz
bsd-progress-e7528f8ba630dfe4454d7668a9ee02589c00dfa6.tar.zst
bsd-progress-e7528f8ba630dfe4454d7668a9ee02589c00dfa6.zip
Initial debian/
-rw-r--r--debian/changelog5
-rw-r--r--debian/control16
-rw-r--r--debian/copyright68
-rw-r--r--debian/gbp.conf3
-rwxr-xr-xdebian/rules5
-rw-r--r--debian/source/format1
6 files changed, 98 insertions, 0 deletions
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 <me@cameronkatri.com> 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 <me@cameronkatri.com>
+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 <me@cameronkatri.com>
+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 <me@cameronkatri.com>
+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)