From f4e8355ee37d3921e812100012eda75c8593a832 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 23 Jul 2022 10:59:54 +0200 Subject: Releasing debian version 1.9.1+dfsg-1. Signed-off-by: Daniel Baumann --- debian/TODO | 7 +++++++ debian/bootstrap-icons.install | 1 + debian/changelog | 5 +++++ debian/control | 44 ++++++++++++++++++++++++++++++++++++++++++ debian/copyright | 37 +++++++++++++++++++++++++++++++++++ debian/rules | 8 ++++++++ debian/source/format | 1 + debian/watch | 3 +++ 8 files changed, 106 insertions(+) create mode 100644 debian/TODO create mode 100644 debian/bootstrap-icons.install create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/TODO b/debian/TODO new file mode 100644 index 0000000..0eacb74 --- /dev/null +++ b/debian/TODO @@ -0,0 +1,7 @@ +TODO +==== + + * build documentation and font files (needs lots of nodejs build-dependencies + package first) and ship it in additional binary packages. + + -- Daniel Baumann Sat, 23 Jul 2022 10:43:35 +0200 diff --git a/debian/bootstrap-icons.install b/debian/bootstrap-icons.install new file mode 100644 index 0000000..ec265af --- /dev/null +++ b/debian/bootstrap-icons.install @@ -0,0 +1 @@ +icons/* /usr/share/bootstrap-icons/svg diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..6eb4ca4 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +bootstrap-icons (1.9.1+dfsg-1) experimental; urgency=low + + * Initial upload to sid (Closes: #991713). + + -- Daniel Baumann Sat, 23 Jul 2022 10:44:50 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c3e1cb9 --- /dev/null +++ b/debian/control @@ -0,0 +1,44 @@ +Source: bootstrap-icons +Section: web +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + debhelper-compat (= 13), +Rules-Requires-Root: no +Standards-Version: 4.6.1 +Homepage: https://icons.getbootstrap.com +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/boottrap-icons +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/bootstrap-icons + +Package: bootstrap-icons +Section: web +Architecture: all +Depends: + ${misc:Depends}, +Description: icon library for Bootstrap (SVG files) + Bootstrap Icons is a icon library with over 1'600 icons to use with or without + the Bootstrap HTML toolkit. + . + This package contains the SVG files. + +#Package: bootstrap-icons-doc +#Section: web +#Architecture: all +#Depends: +# ${misc:Depends}, +#Description: icon library for Bootstrap (documentation) +# Bootstrap Icons is a icon library with over 1'600 icons to use with or without +# the Bootstrap HTML toolkit. +# . +# This package contains the documentation (e.g. catalog for every icon). + +#Package: fonts-bootstrap-icons +#Section: fonts +#Architecture: all +#Depends: +# ${misc:Depends}, +#Description: icon library for Bootstrap (Webfont) +# Bootstrap Icons is a icon library with over 1'600 icons to use with or without +# the Bootstrap HTML toolkit. +# . +# This package contains the webfont files. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..de73740 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,37 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Bootstrap Icons +Upstream-Contact: https://github.com/twbs/icons/issues +Source: https://github.com/twbs/icons/releases +Files-excluded: docs font/fonts + +Files: * +Copyright: 2019-2021 The Bootstrap Authors +License: MIT + +Files: build/vnu-jar.js +Copyright: 2017-2022 The Bootstrap Authors + 2017-2022 Twitter, Inc. +License: MIT + +Files: debian/* +Copyright: 2022 Daniel Baumann +License: MIT + +License: MIT + 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 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ce62993 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +%: + dh ${@} + +upstream: + rm -rf docs + rm -rf font/fonts 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) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..9863cf4 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts="pgpmode=auto, uversionmangle=s/(\d)\-?((pre|rc)\d*)$/$1~$2/" \ +https://download.savannah.gnu.org/releases/lzip/@PACKAGE@@ANY_VERSION@\.tar\.lz -- cgit v1.2.3