summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-23 08:59:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-07-23 08:59:54 +0000
commitf4e8355ee37d3921e812100012eda75c8593a832 (patch)
tree5a0285075ddd94507646a7bf81407d04f8fdcba7
parentAdding upstream version 1.9.1+dfsg. (diff)
downloadbootstrap-icons-f4e8355ee37d3921e812100012eda75c8593a832.tar.xz
bootstrap-icons-f4e8355ee37d3921e812100012eda75c8593a832.zip
Releasing debian version 1.9.1+dfsg-1.debian/1.9.1+dfsg-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/TODO7
-rw-r--r--debian/bootstrap-icons.install1
-rw-r--r--debian/changelog5
-rw-r--r--debian/control44
-rw-r--r--debian/copyright37
-rwxr-xr-xdebian/rules8
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
8 files changed, 106 insertions, 0 deletions
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 <daniel.baumann@progress-linux.org> 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 <daniel.baumann@progress-linux.org> 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 <daniel.baumann@progress-linux.org>
+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 <daniel.baumann@progress-linux.org>
+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