File: changelog

package info (click to toggle)
pslist 1.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: perl: 577; makefile: 50
file content (124 lines) | stat: -rw-r--r-- 5,273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
pslist (1.4.0-6) unstable; urgency=medium

  * Fix FTBFS with debhelper 13.17 and later: we override dh_auto_install,
    so it is on us to pass --destdir now.
  * Apply debputy's X-Style: black.

 -- Peter Pentchev <roam@debian.org>  Tue, 27 Aug 2024 12:19:55 +0300

pslist (1.4.0-5) unstable; urgency=medium

  * Declare compliance with Debian Policy 4.7.0 with no changes.
  * Add the year 2024 to my debian/* copyright notice.
  * Bump the debhelper compat level to 14 and let debhelper add some
    default dependencies automatically.
  * Use dpkg's default.mk for completeness.
  * Declare dpkg-build-api v1, drop the implied Rules-Requires-Root: no.

 -- Peter Pentchev <roam@debian.org>  Wed, 03 Jul 2024 21:22:34 +0300

pslist (1.4.0-4) unstable; urgency=medium

  * Declare compliance with Debian Policy 4.6.1 with no changes.
  * Add the years 2021 and 2022 to my debian/* copyright notice.
  * Explicitly declare dh-sequence-single-binary.

 -- Peter Pentchev <roam@debian.org>  Mon, 12 Sep 2022 13:28:27 +0300

pslist (1.4.0-3) unstable; urgency=medium

  * Declare compliance with Debian Policy 4.5.0 with no changes.
  * Add the year 2020 to my debian/* copyright notice.
  * Drop the adequate autopkgtest.
  * Use the test-name autopkgtest feature.
  * Mark the feature-check autopkgtest as superficial.
  * Drop the Name and Contact upstream metadata fields.
  * Bump the debhelper compat level to 13 with no changes.

 -- Peter Pentchev <roam@debian.org>  Thu, 07 May 2020 10:08:05 +0300

pslist (1.4.0-2) unstable; urgency=medium

  * Declare compliance with Debian Policy 4.3.0: install the upstream
    release notes (CHANGES) as NEWS and not changelog.
  * Drop the Lintian overrides related to B-D: debhelper-compat -
    Lintian 2.5.98 no longer emits these warnings and errors.
  * Add a trivial autopkgtest running feature-check.
  * Minimize the upstream signing key, only keep the roam@ringlet.net UID.
  * Bump the debhelper compatibility level to 12 with no changes.
  * Add the year 2019 to my debian/* copyright notice.
  * Add a git-buildpackage config file.

 -- Peter Pentchev <roam@debian.org>  Wed, 09 Jan 2019 00:18:09 +0200

pslist (1.4.0-1) unstable; urgency=medium

  * Declare compliance with Debian Policy 4.1.4 and drop the implied
    "Testsuite: autopkgtest" source control field.
  * Bump the year on my debian/* copyright notice.
  * Add "Rules-Requires-Root: no" to the source control stanza.
  * Bump the debhelper compatibility level to 11 with no changes and
    use the B-D: debhelper-compat (= 11) mechanism.
  * Use my Debian e-mail address.
  * Add a trivial autopkgtest running adequate on the installed package.
  * New upstream release:
    - add feature-check, libtest-command-perl, and procps as build and
      test dependencies
    - run the autopkgtest using the Perl test harness
    - update the upstream copyright years

 -- Peter Pentchev <roam@debian.org>  Wed, 16 May 2018 23:56:34 +0300

pslist (1.3.1-2) unstable; urgency=medium

  * Switch the watch file back to pgpsigurlmangle, since pgpmode=auto may
    silently ignore a missing upstream signature.
  * Use the v4 substitution variables in the watch file.
  * Bump the debhelper compatibility level to 10 with no changes.
  * Switch various upstream and Debian URLs to the HTTPS scheme.
  * Make the binary package architecture-independent.

 -- Peter Pentchev <roam@ringlet.net>  Wed, 23 Nov 2016 23:56:59 +0200

pslist (1.3.1-1) unstable; urgency=medium

  * Declare compliance with Debian Policy 3.9.8:
    - update the copyright file to the 1.0 format
    - point the Vcs-Git and Vcs-Browser source control fields to
      the full-source GitLab repository and use the HTTPS scheme
    - drop the DM-Upload-Allowed source control field
  * Update the copyright file a bit more:
    - merge the upstream copyright information into a single clause
    - rename the "BSD-2" license to "BSD-2-clause"
    - bump the year on my debian/* copyright notice
  * Bump the debhelper compatibility level to 9 with no changes.
  * Update the watch file:
    - update it to version 4
    - drop the uversionmangle definition, there are no pre-releases at
      all listed on the pslist download page
    - use pgpmode=auto to let uscan find the PGP signature and add
      the upstream PGP key to check against
    - let it search the new /files/sys/pslist/ upstream location, too
    - let it look for *.tar.xz and *.tar.bz2, too
  * Add Multi-Arch: foreign to the binary package.
  * Add an upstream metadata file.
  * New upstream release, update the upstream copyright years.
  * Add an autopkgtest suite using the upstream test-pslist script.

 -- Peter Pentchev <roam@ringlet.net>  Thu, 21 Apr 2016 15:40:31 +0300

pslist (1.3-2) unstable; urgency=low

  * Bump Standards-Version to 3.9.0 with no changes.
  * Convert to the 3.0 (quilt) source format with no changes.
  * Update the copyright file to the latest revision of the DEP 5 format
    and bump the year on my debian/* copyright notice.
  * Shorten the Vcs-Browser URL.

 -- Peter Pentchev <roam@ringlet.net>  Tue, 29 Jun 2010 00:01:53 +0300

pslist (1.3-1) unstable; urgency=low

  * Initial Release.  Closes: #530539

 -- Peter Pentchev <roam@ringlet.net>  Wed, 17 Jun 2009 12:17:00 +0300