Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian packaging, CMake and README.md fixes #683

Merged
merged 24 commits into from
Mar 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0ca0110
Use https for debian/copyright
bluca Mar 10, 2018
bf35a1f
Update dates and fix stanzas in debian/copyright
bluca Mar 10, 2018
f95bf5e
Add BSD-3-clause body in debian/copyright
bluca Mar 10, 2018
8d30b64
Remove generated boilerplate from debian/rules
bluca Mar 10, 2018
c394aa0
Enable compiler hardening flags in debian/rules
bluca Mar 10, 2018
36c0859
Fix source package name according to repo and docs
bluca Mar 10, 2018
588083f
Set source package section to electronics
bluca Mar 10, 2018
0cea57b
Update changelog for 1.5.0 release
bluca Mar 12, 2018
2d2b7a5
Add long descriptions to packages
bluca Mar 10, 2018
2abecf4
Add gbp.conf file
bluca Mar 10, 2018
c7d29a7
Rename library package to match SONAME
bluca Mar 10, 2018
3bb66c2
libstlink0: break+replace libstlink since it took over its files
bluca Mar 12, 2018
72de144
Remove dirs files, not needed anymore
bluca Mar 10, 2018
1324c01
Remove triggers, not needed anymore
bluca Mar 10, 2018
1428802
List GPL2+ in debian/copyright for flashloaders
bluca Mar 10, 2018
b4825c7
List all individual authors in debian/copyright
bluca Mar 12, 2018
8d7cfc5
Do not append -shared to shared library on *NIX
bluca Mar 12, 2018
4037bff
Clarify license of flashloaders in README.md
bluca Mar 12, 2018
0cedd65
Move modprobe and udev files from shared library package to tools pac…
bluca Mar 12, 2018
ad44707
stlink-tools: break+replace libstlink
bluca Mar 12, 2018
750ecd5
Fix pkgconfig include dir: remove project version
bluca Mar 12, 2018
e07a22d
Add libstlink1 symbols file
bluca Mar 13, 2018
5457d71
Bump Standards-Version to 4.1.3
bluca Mar 13, 2018
8d8c28b
Add debian/watch file for notifications
bluca Mar 13, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@ endif ()
###
# Shared library
###
if (NOT WIN32)
set(STLINK_LIB_SHARED ${PROJECT_NAME})
else ()
set(STLINK_LIB_SHARED ${PROJECT_NAME}-shared)
endif()

add_library(${STLINK_LIB_SHARED} SHARED
${STLINK_HEADERS} # header files for ide projects generated by cmake
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,5 @@ Issue related to this bug: [#545](https://github.com/texane/stlink/issues/545)

## License

The stlink library and tools are licensed under the [BSD license](LICENSE). With
some exceptions on external components (e.g flashloaders).
The stlink library and tools are licensed under the [BSD license](LICENSE).
The flashloaders/stm32l0x.s and flashloaders/stm32lx.s source files are licensed under the GPL-2+.
59 changes: 59 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
stlink (1.5.0) unstable; urgency=medium

[ Jerry Jacobs ]
* README.md: Update version badge to v1.4.0

[ Viallard Anthony ]
* Add support of STM32L496xx/4A6xx devices (#615)

[ rdlim ]
* Fix verification of flash error for STM32L496x device (#617) (#618)

[ dflogeras ]
* Add note about availability in Gentoo package manager (#622)

[ yaofei zheng ]
* update debian package version (#630)

[ Lyle Cheatham ]
* Minor formatting fix in FAQ section of README.md (#631)

[ Vasiliy Glazov ]
* README.md: Added information about Fedora and RedHat/CentOS packages.
(#635)
* Added LIB_INSTALL_DIR to correct libs install on 64-bit systems (#636)

[ Gwenhael Goavec-Merou ]
* fix write for microcontroler with RAM size less or equal to 32K (#637)

[ Mateusz Krawiec ]
* Fix memory map for stm32l496xx boards. (#639)

[ Rüdiger Fortanier ]
* Add unknown chip output (#641)

[ Slyshyk Oleksiy ]
* fix __FILE__ base name extraction, #628 (#648)

[ texane ]
* STM32F72xx73xx support, from bob.feretich@rafresearch.com

[ Kirill Kolyshkin ]
* debian/triggers: add (to run ldconfig) (#664)

[ Slyshyk Oleksiy ]
* Try to fix #666 issue (#667)
* Try to fix 666 issue (#668)

[ Jerry Jacobs ]
* Update ChangeLog.md
* Update README.md

[ texane ]
* STM32F042K6 Nucleo-32 Board reported to work, by frank@bauernoeppel.de

[ Anatol Pomozov ]
* Update .version file to match release number (#670)

-- Anatol Pomozov <anatol.pomozov@gmail.com> Mon, 19 Feb 2018 11:00:29 -0800

libstlink (1.4.0) unstable; urgency=low

* Major changes and added features
Expand Down
49 changes: 34 additions & 15 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,34 +1,53 @@
Source: libstlink
Source: stlink
Priority: optional
Maintainer: Andrew 'Necromant' Andrianov <andrew@ncrmnt.org>
Build-Depends: debhelper (>= 9), cmake, libusb-1.0-0-dev, libgtk-3-dev
Standards-Version: 3.9.5
Section: libs
Standards-Version: 4.1.3
Section: electronics
Homepage: https://github.com/texane/stlink
Vcs-Git: https://github.com/texane/stlink.git
Vcs-Browser: https://github.com/texane/stlink

Package: libstlink-dev
Section: libdevel
Architecture: any
Depends: libstlink (= ${binary:Version}), ${misc:Depends}
Description: OpenSource ST-Link tools replacement. Development headers.
This package contains development headers for libstlink.
Depends: libstlink1 (= ${binary:Version}), ${misc:Depends}
Description: OpenSource ST-Link tools replacement.
Flashing tools for STMicroelectronics STM32VL and STM32L. The transport layers
STLINKv1 and STLINKv2 are supported.
.
This package contains the development files for stlink.

Package: libstlink
Package: libstlink1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenSource ST-Link tools replacement. Shared library.
This package libstlink shared library.
Breaks: libstlink
Replaces: libstlink
Description: OpenSource ST-Link tools replacement.
Flashing tools for STMicroelectronics STM32VL and STM32L. The transport layers
STLINKv1 and STLINKv2 are supported.
.
This package contains the shared library for stlink.

Package: stlink-tools
Section: libdevel
Architecture: any
Depends: libstlink (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: OpenSource ST-Link tools replacement. Commandline Utilities.
Depends: libstlink1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: libstlink
Replaces: libstlink
Description: OpenSource ST-Link tools replacement.
Flashing tools for STMicroelectronics STM32VL and STM32L. The transport layers
STLINKv1 and STLINKv2 are supported.
.
This package contains commandline utilities for stlink, and modprobe and
udev rules.

Package: stlink-gui
Section: libdevel
Architecture: any
Depends: libstlink (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: OpenSource ST-Link tools replacement. GUI Tool.
Depends: libstlink1 (= ${binary:Version}), stlink-tools (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends}
Description: OpenSource ST-Link tools replacement.
Flashing tools for STMicroelectronics STM32VL and STM32L. The transport layers
STLINKv1 and STLINKv2 are supported.
.
This package contains a GUI tool for stlink.
174 changes: 168 additions & 6 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,12 +1,174 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libstlink
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: stlink
Upstream-Contact: Andrew 'Necromant' Andrianov <andrew@ncrmnt.org>
Source: https://github.com/texane/stlink

Files: *
Copyright: (c) 2011 The stlink project (github.com/texane/stlink) contributors.
Copyright: 2011-2018 agpanarin <agpanarin@gmail.com>
2011-2018 Alexey Cherevatenko <alecher@mail.ru>
2011-2018 Anatoli <dev@26th.net>
2011-2018 Andrea Mucignat <andrea@zulusw.com>
2011-2018 Andrew 'Necromant' Andrianov <andrew@ncrmnt.org>
2011-2018 Andrey Yurovsky <yurovsky@gmail.com>
2011-2018 Andy Isaacson <adi@onbeep.com>
2011-2018 Áron RADICS <raronkonektor@gmail.com>
2011-2018 A Sheaff <sheaff@traveler.eece.maine.edu>
2011-2018 Björn Hauffe <hauffe@gmail.com>
2011-2018 bob <bob@eleks.com>
2011-2018 Breton M. Saunders <bms20@camvine.com>
2011-2018 Bruno Dal Bo <bruno.dalbo@hp.com>
2011-2018 Burns <burns@fisher.cc>
2011-2018 Chris Dew <cmsdew@gmail.com>
2011-2018 Chris Hiszpanski <chiszp@gmail.com>
2011-2018 Chris Li <chris@tpx.lan>
2011-2018 Chris Samuelson <csamuelson@swingpal.com>
2011-2018 Christophe Levantis <Christophe.Levantis@cyantechnology.com>
2011-2018 Craig Lilley <cralilley@gmail.com>
2011-2018 dandev37 <dandev37@gmail.com>
2011-2018 Dan Hepler <dan.hepler@bionic-power.com>
2011-2018 Daniel Campoverde [alx741] <alx@sillybytes.net>
2011-2018 Daniel O'Connor <doconnor@gsoft.com.au>
2011-2018 Dave Flogeras <dflogeras@gmail.com>
2011-2018 Dave Murphy <davem@devkitpro.org>
2011-2018 Dave Vandervies <dj3vande@terse.ca>
2011-2018 Denis Fokin <foks.ua@gmail.com>
2011-2018 Denis Osterland <Denis.Osterland@diehl.com>
2011-2018 Dmitry Bravikov <bravikov@gmail.com>
2011-2018 Efe Can İçöz <efe@debian>
2011-2018 Ethan Zonca <ez@ethanzonca.com>
2011-2018 Fabien Chouteau <chouteau@adacore.com>
2011-2018 Fabien Le Mentec <texane@gmail.com>
2011-2018 fhars <fh+github@hars.de>
2011-2018 Friedrich Beckmann <friedrich.beckmann@gmx.de>
2011-2018 Geoffrey Brown <geoffreymbrown@gmail.com>
2011-2018 George Talusan <george.talusan@gmail.com>
2011-2018 Georg von Zengen <vonzengen@ibr.cs.tu-bs.de>
2011-2018 giuseppe barba <giuseppe.barba@gmail.com>
2011-2018 Greg Alexander <gitgreg@galexander.org>
2011-2018 Greg Meiste <w30289@motorola.com>
2011-2018 Hakkavélin <hakkavelin@braudrist.lan>
2011-2018 htk <htk@vdr.fritz.box>
2011-2018 Ian Griffiths <6thimage@gmail.com>
2011-2018 Jack Peel <jack.peel@synapse.com>
2011-2018 Jakub Tyszkowski <tyszja@gmail.com>
2011-2018 Jan Sarenik <janko@Lomidrevo.local>
2011-2018 Jean-Luc Béchennec <Jean-Luc.Bechennec@irccyn.ec-nantes.fr>
2011-2018 Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>
2011-2018 Jeff Kent <jakent@gmail.com>
2011-2018 Jeffrey Nelson <nelsonjm@macpod.net>
2011-2018 Jens Hoffmann <jehoffma@gmail.com>
2011-2018 Jerome Lambourg <lambourg@adacore.com>
2011-2018 Jerry Jacobs <jerry.jacobs@xor-gate.org>
2011-2018 Jim Paris <jim@jtan.com>
2011-2018 Jiří Netolický <netolicky@epos.cd.cz>
2011-2018 jnosky <codegrinder69@hotmail.com>
2011-2018 jnosky <Jerry@CGS_Office.(none)>
2011-2018 JohannesTaelman <johannes.taelman@gmail.com>
2011-2018 Jonas Danielsson <jonas.danielsson@lundinova.se>
2011-2018 Jonas Norling <jonas.norling@gmail.com>
2011-2018 Josh Bialkowski <josh@skyd.io>
2011-2018 Karl Palsson <karlp@tweak.net.au>
2011-2018 kevin <software@klystron.com>
2011-2018 Kyle Manna <kyle@kylemanna.com>
2011-2018 Lari Lehtomäki <lari@lehtomaki.fi>
2011-2018 le mentec fabien <fabien.lementec@imag.fr>
2011-2018 Martin Nowak <code@dawg.eu>
2011-2018 Matteo Collina <matteo.collina@gmail.com>
2011-2018 Max Chen <trlsmax@gmail.com>
2011-2018 Maxime Coquelin <mcoquelin.stm32@gmail.com>
2011-2018 Maxime Vincent <maxime.vincent@tass.be>
2011-2018 Michael Pratt <michael@pratt.im>
2011-2018 Michael Sparmann <theseven@gmx.net>
2011-2018 Mike Szczys <mike@jumptuck.com>
2011-2018 mlundinse <lundin@mlu.mine.nu>
2011-2018 mux <freelancer.c@gmail.com>
2011-2018 Ned Konz <ned@bike-nomad.com>
2011-2018 Nic McDonald <n.mcdonald83@gmail.com>
2011-2018 Nicolas Schodet <nico@ni.fr.eu.org>
2011-2018 Nikolay <halt.hammerzeit.at@gmail.com>
2011-2018 nullsub <chrisudeussen@gmail.com>
2011-2018 Olivier Croquette <olivier.croquette@nanotec.de>
2011-2018 Olivier Gay <ogay@logitech.com>
2011-2018 Onno Kortmann <onno@gmx.net>
2011-2018 orangeudav <orangeudav@gmail.com>
2011-2018 Pavel Kirienko <pavel.kirienko@gmail.com>
2011-2018 Pekka Nikander <pekka.nikander@senseg.com>
2011-2018 Pete <petiepooo@gmail.com>
2011-2018 Peter Zotov <whitequark@whitequark.org>
2011-2018 Petteri Aimonen <jpa@git.mail.kapsi.fi>
2011-2018 Piotr Haber <gluedig@gmail.com>
2011-2018 Rene Hopf <renehopf@mac.com>
2011-2018 Robin Kreis <r.kreis@uni-bremen.de>
2011-2018 Rob Spanton <rspanton@zepler.net>
2011-2018 Rytis Karpuska <rytis.karpuska@gmail.com>
2011-2018 Sean Simmons <sean.b.simmons@gmail.com>
2011-2018 Sergey Alirzaev <zl29ah@gmail.com>
2011-2018 Simon Wright <simon@pushface.org>
2011-2018 Stany MARCEL <stanypub@gmail.com>
2011-2018 Stefan Misik <mail@stefanmisik.eu>
2011-2018 Sven Wegener <sven.wegener@stealer.net>
2011-2018 Tectu <joel@unormal.org>
2011-2018 tekaikko <tuomo.kaikkonen@iki.fi>
2011-2018 texane <texane@gmail.com>
2011-2018 Theodore A. Roth <troth@openavr.org>
2011-2018 Thomas Gärtner <der@thotsch.com>
2011-2018 Tobias Badertscher <python@baerospace.ch>
2011-2018 Tom de Boer <tom@tomdeboer.nl>
2011-2018 Tristan Gingold <gingold@adacore.com>
2011-2018 Uli Köhler <ulikoehler@online.de>
2011-2018 Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
2011-2018 Vadim Kaushan <admin@disasm.info>
2011-2018 Vegard Storheil Eriksen <zyp@jvnv.net>
2011-2018 Viacheslav Dobromyslov <viacheslav@dobromyslov.ru>
2011-2018 Victor Mayoral Vilches <v.mayoralv@gmail.com>
2011-2018 Wojciech A. Koszek <wkoszek@freebsd.czest.pl>
2011-2018 Woodrow Douglass <wdouglass@carnegierobotics.com>
2011-2018 The "Capt'ns Missing Link" Authors.
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.

Files: *
Copyright: (c) 2011 The "Capt'ns Missing Link" Authors. All rights reserved.
License: BSD-3-clause
Files: flashloaders/stm32l0x.s
flashloaders/stm32lx.s
Copyright: 2010 Spencer Oliver <spen@spen-soft.co.uk>
2011 Øyvind Harboe <oyvind.harboe@zylin.com>
2011 Clement Burin des Roziers <clement.burin-des-roziers@hikob.com>
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
7 changes: 7 additions & 0 deletions debian/gbp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[buildpackage]
upstream-tag = %(version)s
debian-branch = debian

[dch]
git-log = --first-parent
customizations = /usr/share/doc/git-buildpackage/examples/wrap_cl.py
2 changes: 0 additions & 2 deletions debian/libstlink-dev.dirs

This file was deleted.

1 change: 0 additions & 1 deletion debian/libstlink.dirs

This file was deleted.

3 changes: 0 additions & 3 deletions debian/libstlink.install

This file was deleted.

1 change: 1 addition & 0 deletions debian/libstlink1.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/*/lib*.so.*
Loading