Skip to content

Commit

Permalink
Merge remote branch 'bookworm-backports' into 'testing'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightwalker-87 committed Oct 3, 2024
1 parent 226e533 commit 5280bcf
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 31 deletions.
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
stlink (1.8.0-1~bpo12+1) bookworm-backports; urgency=medium

* Rebuild for bookworm-backports.

-- Luca Boccassi <[email protected]> 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
Expand All @@ -8,6 +14,19 @@ stlink (1.8.0-1) unstable; urgency=medium

-- Luca Boccassi <[email protected]> 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 <[email protected]> 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)
Expand Down
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
53 changes: 26 additions & 27 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,34 @@ Upstream-Contact: Nightwalker-87 <[email protected]
Source: https://github.com/stlink-org/stlink

Files: *
Copyright: 2011-2021 The stlink project maintainers
Copyright: 2011-2024 The stlink project maintainers
Martin Capitanio <[email protected]>
Fabien Lementec <[email protected]>
Jerry Jacobs <[email protected]>
Nightwalker-87 <[email protected]>
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.
File renamed without changes.
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5280bcf

Please sign in to comment.