diff --git a/debian/changelog b/debian/changelog index 68916d8..48eccd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ bootstrap-html (5.3.3+dfsg-3) sid; urgency=medium * Correcting path in node-bootstrap package.json, thanks to Dmitry Shachnev (Closes: #1091388). - -- Daniel Baumann Thu, 23 Jan 2025 06:48:10 +0100 + -- Daniel Baumann Thu, 23 Jan 2025 06:48:10 +0100 bootstrap-html (5.3.3+dfsg-2) sid; urgency=medium @@ -14,7 +14,7 @@ bootstrap-html (5.3.3+dfsg-2) sid; urgency=medium * Updating source url in copyright. * Using popper 2.x to fix dropdown menues (Closes: #1087969, #1087976). - -- Daniel Baumann Wed, 22 Jan 2025 22:43:05 +0100 + -- Daniel Baumann Wed, 22 Jan 2025 22:43:05 +0100 bootstrap-html (5.3.3+dfsg-1) sid; urgency=medium @@ -26,14 +26,14 @@ bootstrap-html (5.3.3+dfsg-1) sid; urgency=medium * Adding patch to not use relative imports anymore to fix FBTFS. * Updating path to build config files for new upstream version. - -- Daniel Baumann Wed, 24 Jul 2024 11:22:55 +0200 + -- Daniel Baumann Wed, 24 Jul 2024 11:22:55 +0200 bootstrap-html (5.3.1+dfsg-1) sid; urgency=medium * Uploading to sid. * Merging upstream version 5.3.1+dfsg. - -- Daniel Baumann Sun, 06 Aug 2023 10:00:35 +0200 + -- Daniel Baumann Sun, 06 Aug 2023 10:00:35 +0200 bootstrap-html (5.3.0+dfsg-1) sid; urgency=medium @@ -42,7 +42,7 @@ bootstrap-html (5.3.0+dfsg-1) sid; urgency=medium * Updating lintian overrides. * Updating watch file. - -- Daniel Baumann Sat, 24 Jun 2023 14:44:55 +0200 + -- Daniel Baumann Sat, 24 Jun 2023 14:44:55 +0200 bootstrap-html (5.2.3+dfsg-8) sid; urgency=medium @@ -51,7 +51,7 @@ bootstrap-html (5.2.3+dfsg-8) sid; urgency=medium correctly updating the debhelper install files where required (Closes: #1030697). - -- Daniel Baumann Tue, 28 Feb 2023 19:14:54 +0100 + -- Daniel Baumann Tue, 28 Feb 2023 19:14:54 +0100 bootstrap-html (5.2.3+dfsg-7) sid; urgency=medium @@ -59,7 +59,7 @@ bootstrap-html (5.2.3+dfsg-7) sid; urgency=medium * Correcting previous brown-paperbag typo, breaks/replaces against libjs-bootstrap4 in node-bootstrap, of course. - -- Daniel Baumann Mon, 06 Feb 2023 17:47:40 +0100 + -- Daniel Baumann Mon, 06 Feb 2023 17:47:40 +0100 bootstrap-html (5.2.3+dfsg-6) sid; urgency=medium @@ -69,7 +69,7 @@ bootstrap-html (5.2.3+dfsg-6) sid; urgency=medium allow co-installability with both bootstrap 4 (libjs-bootstrap4) and bootstrap 3 (libjs-bootstrap), see #1030697. - -- Daniel Baumann Mon, 06 Feb 2023 17:29:24 +0100 + -- Daniel Baumann Mon, 06 Feb 2023 17:29:24 +0100 bootstrap-html (5.2.3+dfsg-5) sid; urgency=medium @@ -77,14 +77,14 @@ bootstrap-html (5.2.3+dfsg-5) sid; urgency=medium * Adding breaks/replaces for libjs-bootstrap5 to node-bootstrap (Closes: #1030697). - -- Daniel Baumann Mon, 06 Feb 2023 16:54:45 +0100 + -- Daniel Baumann Mon, 06 Feb 2023 16:54:45 +0100 bootstrap-html (5.2.3+dfsg-4) sid; urgency=medium * Uploading to sid. * Reuploading with urgency medium without changes. - -- Daniel Baumann Mon, 06 Feb 2023 13:20:24 +0100 + -- Daniel Baumann Mon, 06 Feb 2023 13:20:24 +0100 bootstrap-html (5.2.3+dfsg-3) sid; urgency=low @@ -92,17 +92,17 @@ bootstrap-html (5.2.3+dfsg-3) sid; urgency=low * Removing superfluous provides in libjs-bootstrap5 for node sub- package. - -- Daniel Baumann Fri, 03 Feb 2023 08:12:13 +0100 + -- Daniel Baumann Fri, 03 Feb 2023 08:12:13 +0100 bootstrap-html (5.2.3+dfsg-2) sid; urgency=low * Uploading to sid. * Updating standards version to 4.6.2. - -- Daniel Baumann Fri, 03 Feb 2023 06:52:00 +0100 + -- Daniel Baumann Fri, 03 Feb 2023 06:52:00 +0100 bootstrap-html (5.2.3+dfsg-1) experimental; urgency=low * Initial upload to experimental (Closes: #985857, #991544). - -- Daniel Baumann Tue, 24 Jan 2023 13:03:38 +0100 + -- Daniel Baumann Tue, 24 Jan 2023 13:03:38 +0100 diff --git a/debian/control b/debian/control index 484d421..42b5178 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: bootstrap-html Section: javascript Priority: optional -Maintainer: Daniel Baumann +Maintainer: Daniel Baumann Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, diff --git a/debian/copyright b/debian/copyright index ebb77da..bcdd2c1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -20,7 +20,7 @@ Copyright: License: CC-BY-3.0 Files: debian/* -Copyright: 2011-2024 Daniel Baumann +Copyright: 2011-2024 Daniel Baumann 2016-2019 Jonas Smedegaard License: GPL-3+ diff --git a/debian/patches/debian/0003-no-relative-imports.patch b/debian/patches/debian/0003-no-relative-imports.patch index 89e4ea5..d1301bc 100644 --- a/debian/patches/debian/0003-no-relative-imports.patch +++ b/debian/patches/debian/0003-no-relative-imports.patch @@ -1,4 +1,4 @@ -Author: Daniel Baumann +Author: Daniel Baumann Description: Using absolute imports rather than now not supported relative ones to fix FTBFS. diff -Naurp bootstrap-html.orig/build/build-plugins.mjs bootstrap-html/build/build-plugins.mjs