diff --git a/debian/changelog b/debian/changelog index ce77e233..cba1449e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +stlink (1.8.0-1~bpo12+1) bookworm-backports; urgency=medium + + * Rebuild for bookworm-backports. + + -- Luca Boccassi Mon, 27 May 2024 23:04:19 +0100 + stlink (1.8.0-1) unstable; urgency=medium * Switch to gbp workflow, binary OSX blobs no longer included upstream @@ -8,6 +14,19 @@ stlink (1.8.0-1) unstable; urgency=medium -- Luca Boccassi Thu, 08 Feb 2024 19:28:19 +0000 +stlink (1.7.0+ds-2) unstable; urgency=medium + + [ Debian Janitor ] + * Remove constraints unnecessary since buster + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository- + Browse. + * Update standards version to 4.6.2, no changes needed. + + [ Chris Hofstaedtler ] + * use udev.pc to place udev rules (Closes: #1058829) + + -- Luca Boccassi Mon, 18 Dec 2023 15:01:19 +0100 + stlink (1.7.0+ds-1) unstable; urgency=medium * Merge tag 'v1.7.0' into debian. (Closes: #984356) diff --git a/debian/control b/debian/control index e2900cf6..ea2e3cc4 100644 --- a/debian/control +++ b/debian/control @@ -32,8 +32,7 @@ Architecture: linux-any Depends: libstlink1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Open source version of the STMicroelectronics STLINK Tools . - This package contains commandline utilities for stlink, and modprobe - and udev rules. + This package contains commandline utilities for stlink, modprobe and udev rules. Package: stlink-gui Architecture: linux-any diff --git a/debian/copyright b/debian/copyright index 17ec7496..a138e388 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,35 +4,34 @@ Upstream-Contact: Nightwalker-87 <15526941+Nightwalker-87@users.noreply.github.c Source: https://github.com/stlink-org/stlink Files: * -Copyright: 2011-2021 The stlink project maintainers +Copyright: 2011-2024 The stlink project maintainers Martin Capitanio Fabien Lementec Jerry Jacobs Nightwalker-87 <15526941+Nightwalker-87@users.noreply.github.com> - and many other contributors... + and many other contributors... 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: - . - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Intel Corporation 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 COPYRIGHT - OWNER 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. + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * 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. + * Neither the name of Intel Corporation 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 COPYRIGHT + OWNER 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. \ No newline at end of file diff --git a/debian/stlink-lib.symbols b/debian/libstlink1.symbols similarity index 100% rename from debian/stlink-lib.symbols rename to debian/libstlink1.symbols diff --git a/debian/rules b/debian/rules index 04a6aeb7..7ca87b81 100755 --- a/debian/rules +++ b/debian/rules @@ -17,8 +17,8 @@ export deb_udevdir = $(shell pkg-config --variable=udevdir udev | sed s,^/,,) override_dh_auto_configure: dh_auto_configure -- \ - -DSTLINK_UDEV_RULES_DIR='/lib/udev/rules.d' - -DSTLINK_UDEV_RULES_DIR=/$(deb_udevdir)/rules.d + -DSTLINK_UDEV_RULES_DIR='/lib/udev/rules.d' + -DSTLINK_UDEV_RULES_DIR=/$(deb_udevdir)/rules.d override_dh_auto_install: dh_auto_install