Commit Graph

264 Commits

Author SHA1 Message Date
Oliver Smith 96ffc87e05 release 1.9.9~sysmocom1 2024-03-12 17:21:10 +01:00
Oliver Smith 1d3da3323f d/control: set debhelper-compat = 12 2022-11-09 15:33:49 +01:00
Oliver Smith 99aadc04dd d/patches: add 256slots.patch 2022-11-09 14:49:51 +01:00
Ludovic Rousseau 9da5749aac release 1.9.9-1 2022-09-11 16:44:01 +02:00
Ludovic Rousseau e56510fdf2 d/copyright: update Copyright dates
P: pcsc-lite source: update-debian-copyright 2011 vs 2022 [debian/copyright:55]
N:
N:   The most recent copyright year mentioned for files in ./debian lags behind
N:   the year in the timestamp for the most recent changelog entry.
N:
N:   Visibility: pedantic
N:   Show-Always: no
N:   Check: debian/copyright/dep5
2022-09-11 16:42:40 +02:00
Ludovic Rousseau 4ac4074c40 d/copyright: fix match for simclist
W: pcsc-lite source: superfluous-file-pattern src/simclist.[ch] [debian/copyright:39]
N:
N:   The wildcard that was specified matches no file in the source tree. This
N:   either indicates that you should fix the wildcard so that it matches the
N:   intended file or that you can remove the wildcard. Notice that in contrast
N:   to shell globs, the "*" (star or asterisk) matches slashes and leading
N:   dots.
N:
N:   Please refer to
N:   https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for
N:   details.
N:
N:   Visibility: warning
N:   Show-Always: no
N:   Check: debian/copyright/dep5
2022-09-11 16:27:45 +02:00
Ludovic Rousseau 72e0f1510d d/control: Standards-Version: 4.6.0 -> 4.6.1. No change needed. 2022-09-11 16:24:26 +02:00
Ludovic Rousseau e7a3ae593c new upstream release 2022-09-11 16:22:03 +02:00
Ludovic Rousseau 9759a1c84b d/pcscd.init: use "grep -E" instead of deprecated "egrep"
Closes: #1019322
2022-09-07 14:45:20 +02:00
Ludovic Rousseau df179a2256 release 1.9.8-1 2022-06-11 11:05:05 +02:00
Ludovic Rousseau 33dc6413bd include install_spy.sh & uninstall_spy.sh scripts 2022-06-11 10:58:16 +02:00
Ludovic Rousseau f41b145a7e new upstream release 2022-06-11 10:56:01 +02:00
Ludovic Rousseau 3b7224cf1f release 1.9.7-1 2022-05-13 13:15:09 +02:00
Ludovic Rousseau 458d74b50f new upstream release 2022-05-13 13:13:48 +02:00
Ludovic Rousseau a7d99120c9 release 1.9.6-1 2022-05-11 17:39:03 +02:00
Ludovic Rousseau 7e1327ba30 new upstream release 2022-05-11 17:32:48 +02:00
Ludovic Rousseau 0d15ff9ca7 release 1.9.5-3 2022-02-18 12:00:56 +01:00
Ludovic Rousseau 0fac498fbd d/control: Standards-Version: 4.5.1 -> 4.6.0. No change needed. 2022-02-18 11:58:24 +01:00
Ludovic Rousseau f63bd4adaf d/copyright: fix lintian warning: superfluous-file-pattern
strlcat is no more used since 2014.
2022-02-18 11:47:55 +01:00
Ludovic Rousseau 5b66e31dbe d/copyright: fix lintian warning: superfluous-file-pattern
We use the services of libsystemd-dev now.
2022-02-18 11:44:57 +01:00
Ludovic Rousseau 7a3188e4ec d/copyright: fix lintian warning: superfluous-file-pattern 2022-02-18 11:41:47 +01:00
Ludovic Rousseau 9394944eaf Create vesion 1.9.5-3 for a clean merge 2022-02-18 11:38:47 +01:00
Ludovic Rousseau 985660d0ec Merge branch 'master' of salsa.debian.org:debian/pcsc-lite 2022-02-18 11:35:23 +01:00
Ludovic Rousseau 19295a0cf7 release 1.9.5-2 2022-02-18 11:26:30 +01:00
Debian Janitor 194f165c94 Remove constraints unnecessary since buster
* Build-Depends: Drop versioned constraint on dpkg-dev.
* pcscd: Drop versioned constraint on libccid and lsb-base in Depends.

Changes-By: deb-scrub-obsolete
2022-02-04 06:50:02 +00:00
Ludovic Rousseau 935e0eaeaa d/pcscd.postinst: removed as pcscd is already automatically restarted. 2021-12-22 15:11:06 +01:00
Ludovic Rousseau 7376c48fb2 Fix "debian/copyright contains links to Alioth" by updating URLs 2021-12-10 14:11:04 +01:00
Ludovic Rousseau 968e38a8c9 Release 1.9.5-1 2021-12-04 13:38:59 +01:00
Ludovic Rousseau fc7bb3049f new upstream release 2021-12-04 13:36:57 +01:00
Ludovic Rousseau 9bf51b9f1b Fix "socket /run/pcscd/pcscd.comm immediately removed upon start"
d/pcscd.postinst: restart pcscd on install (Closes: #995814)
2021-11-12 23:21:17 +01:00
Ludovic Rousseau 9445b600c3 Release 1.9.4-1 2021-10-01 18:51:40 +02:00
Ludovic Rousseau 555c719c18 d/rules: install systemd-service file in /usr/lib/systemd/system
E: pcscd: systemd-service-in-odd-location lib/systemd/system/pcscd.service
N:
N:   The package ships a systemd service file in a location outside
N:   /usr/lib/systemd/system/
N:
N:   Systemd in Debian looks for unit files in /usr/lib/systemd/system/.
N:   /lib/systemd/system/ and /etc/systemd/system, but the first location is
N:   now standard in Debian.
N:
N:   System administrators have the possibility to override service files (or
N:   in newer systemd versions, parts of them) by placing files in
N:   /etc/systemd/system. The canonical location for service files in Debian
N:   is /usr/lib/systemd/system/.
N:
N:   Please refer to Bug#992465, Bug#987989,
N:   https://salsa.debian.org/debian/debhelper/-/commit/d70caa69c64b124e3611c96
2021-10-01 18:42:18 +02:00
Ludovic Rousseau 364e5b68b4 reformat 2021-10-01 18:35:46 +02:00
Ludovic Rousseau c4860da1a8 new upstream release 2021-10-01 18:16:27 +02:00
Ludovic Rousseau 78c7de96f2 d/upstream/metadata: add DEP12/UMEGAYA file 2021-08-27 13:49:48 +02:00
Ludovic Rousseau 13b6691f17 Release 1.9.3-2 2021-08-23 19:01:42 +02:00
Ludovic Rousseau bb3b9268e4 Fix "Please allow blacklisting a particular card reader" 2021-08-23 19:00:42 +02:00
Ludovic Rousseau 12e1042421 Fix "legacy conffiles leftover" remove the file on upgrade 2021-08-07 21:56:24 +02:00
Ludovic Rousseau 5aea439b3e Release 1.9.3-1 in experimental 2021-08-06 22:20:55 +02:00
Ludovic Rousseau 8fca77700d new upstream release 2021-08-06 22:17:46 +02:00
Ludovic Rousseau 7ad8002ecc Release 1.9.2-1 in experimental 2021-08-03 22:14:57 +02:00
Ludovic Rousseau ed93e44fb9 d/control: Standards-Version: 4.5.0 -> 4.5.1. No change needed. 2021-08-03 22:13:28 +02:00
Ludovic Rousseau bad4096612 d/control: Build-Depends: autoconf-archive 2021-08-03 22:11:03 +02:00
Ludovic Rousseau 360ae96e8f d/patches/01_python3: remove since applied upstream 2021-08-03 22:07:56 +02:00
Ludovic Rousseau f50b06ddd6 new upstream release 2021-08-03 22:06:14 +02:00
Ludovic Rousseau bbcaf6d27b release 1.9.1-1 2021-02-16 17:43:33 +01:00
Ludovic Rousseau 793940aac2 new upstream release 2021-02-16 17:38:25 +01:00
Debian Janitor bc2c6c66d7
Apply multi-arch hints.
+ libpcsclite-dev: Add Multi-Arch: same.

Changes-By: lintian-brush
2020-07-01 03:22:29 +00:00
Ludovic Rousseau b315e336cc release 1.9.0-1 2020-06-14 16:32:41 +02:00
Ludovic Rousseau 6ce747a6b1 d/not-installed: list files installed but not packaged 2020-06-14 16:30:42 +02:00