File: changelog

package info (click to toggle)
systempreferences.app 1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,460 kB
  • sloc: objc: 3,504; makefile: 17
file content (127 lines) | stat: -rw-r--r-- 5,665 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
125
126
127
systempreferences.app (1.2.1-4) unstable; urgency=medium

  * Upload to unstable.
  * debian/rules (override_dh_auto_build): Remove convert command;
    upstream supplies a PNG icon although with size 48x48.
  * debian/control (Build-Depends): Remove imagemagick.
    (Standards-Version): Claim compliance with 4.7.2; no changes needed.
  * debian/systempreferences.app.install: Remove the PNG icon.
  * debian/SystemPreferences.desktop: Adjust icon path.
  * debian/clean: Delete.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 06 Mar 2025 08:34:19 +0200

systempreferences.app (1.2.1-3) experimental; urgency=medium

  * debian/control (Build-Depends): Require libgnustep-gui-dev (>= 0.32)
    to assist the gworkspace transition.

 -- Yavor Doganov <yavor@gnu.org>  Sat, 15 Feb 2025 10:05:38 +0200

systempreferences.app (1.2.1-2) unstable; urgency=medium

  * debian/control (Build-Depends): Require libgnustep-gui-dev (>=
    0.31.1-7) for the multiarch layout.  Drop gnustep-make; implied.
    (libpreferencepanes-dev, libpreferencepanes1): Mark as M-A: same.
  * debian/systempreferences.app.install: Update for multiarch.
  * debian/libpreferencepanes-dev.install: Likewise.
  * debian/libpreferencepanes1.install: Likewise (Closes: #1093995).
  * debian/upstream/metadata: New file.
  * debian/copyright: Update copyright years.

 -- Yavor Doganov <yavor@gnu.org>  Sat, 01 Feb 2025 11:06:35 +0200

systempreferences.app (1.2.1-1) unstable; urgency=medium

  * New upstream release.
  * Run wrap-and-sort -ast.
  * debian/gbp.conf: New file.
  * debian/upstream/signing-key.asc: Likewise; add upstream's key.
  * debian/control (Build-Depends): Switch to the debhelper-compat
    mechanism, set level to 13.  Add gnustep-make (>= 2.9.2-4) for
    dh_gnustep's new features.  Remove ancient libgnustep-gui-dev version
    requirement.  Add dpkg-build-api (= 1).
    (Depends): Remove ${gnustep:Depends}, obsolete.
    (Breaks, Replaces): Remove; obsolete.
    (systempreferences.app-dbg): Remove package in favor of -dbgsym.
    (Vcs-Git, Vcs-Browser): Point to the Salsa repository.
    (Standards-Version): Claim compliance with 4.7.0.
  * debian/compat: Delete.
  * debian/libpreferencepanes-dev.install: Add missing Resources symlink.
  * debian/rules: Enable hardening.
    (DEB_LDFLAGS_MAINT_APPEND, optim): No longer define.
    (override_dh_auto_build): Use dh_auto_build and $(verbose).  Convert
    app icon to PNG and resize to 64x64 (AppStream requirement).
    (override_dh_link): Rename as...
    (execute_before_dh_link): ...and use dh_gnustep --app --bundle to move
    all arch-independent Resources.
    (override_dh_fixperms): Remove command to delete the .desktop file,
    now handled by dh_gnustep.  Adjust find command starting-point.
    (override_dh_strip): Pass --dbgsym-migration.
    (override_dh_clean): Remove override and replace with...
  * debian/clean: ...new file.
  * debian/menu: Delete.
  * debian/systempreferences.app.install: Install converted .png icon in
    /usr/share/pixmaps/GNUstep.
  * debian/SystemPreferences.desktop: Use new app icon location.
  * debian/libpreferencepanes1.lintian-overrides: Delete; obsolete.
  * debian/systempreferences.app.lintian-overrides: New file; override
    library-not-linked-against-libc (usual false positive for bundles).
  * debian/watch: Bump to version 4.  Check upstream signature.  Use HTTPS
    protocol.
  * debian/copyright: Use HTTPS protocol for Format and Source.  Add
    Upstream-Contact.  Add new stanza for the manpage (FSFAP).  Update
    copyright years.

 -- Yavor Doganov <yavor@gnu.org>  Mon, 09 Sep 2024 10:37:58 +0300

systempreferences.app (1.2.0-2) unstable; urgency=medium

  * debian/libpreferencepanes-dev.install:
  * debian/libpreferencepanes1.install: Update for gnustep-make/2.6.6-3
    (Closes: #768764).
  * debian/control (libpreferencepanes-dev) <Breaks, Replaces>: Add
    libpreferencepanes1 (<< 1.2.0-2).

 -- Yavor Doganov <yavor@gnu.org>  Fri, 28 Nov 2014 09:38:58 +0200

systempreferences.app (1.2.0-1) unstable; urgency=medium

  * New upstream release:
    - Compatible with current GNUstep libraries (Closes: #749793).
  * debian/source/format: Switch to 3.0 (quilt).
  * debian/compat: Set to 9.
  * debian/control (Build-Depends): Remove quilt.  Require
    libgnustep-gui-dev (>= 0.24) and debhelper (>= 9).
    (libpreferencepanes-dev, libpreferencepanes1)
    (systempreferences.app-dbg): New packages.  Split the library as
    GWorkspace needs it.  Adjust package relationships accordingly.
    (Vcs-Arch): Replace with Vcs-Git and Vcs-Browser.
    (Standards-Version): Claim compliance with 3.9.5 as of this release.
  * debian/rules: Update for modern dh.  Enable hardening.
  * debian/README.source: Delete.
  * debian/manpages:
  * debian/systempreferences.app.install:
  * debian/libpreferencepanes-dev.install:
  * debian/libpreferencepanes1.install:
  * debian/libpreferencepanes1.lintian-overrides: New files.
  * debian/SystemPreferences.desktop: Add Keywords field.
  * debian/copyright: Switch to format 1.0.

 -- Yavor Doganov <yavor@gnu.org>  Tue, 15 Jul 2014 13:31:03 +0300

systempreferences.app (1.1.0-2) unstable; urgency=low

  * debian/rules (OPTFLAG): No longer define; rework noopt handling to be
    compatible with gnustep-make/2.4.x (Closes: #581983).
  * debian/source/format: New file.
  * debian/control (Standards-Version): Compliant with 3.8.4 (no changes
    needed).

 -- Yavor Doganov <yavor@gnu.org>  Wed, 02 Jun 2010 21:30:32 +0300

systempreferences.app (1.1.0-1) unstable; urgency=low

  * Initial release (Closes: #560861).

 -- Yavor Doganov <yavor@gnu.org>  Tue, 29 Dec 2009 01:16:48 +0200