File: changelog

package info (click to toggle)
jdim 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,028 kB
  • sloc: cpp: 82,640; makefile: 799; sh: 134; xml: 115
file content (148 lines) | stat: -rw-r--r-- 4,334 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
jdim (0.10.1-1) unstable; urgency=medium

  * New upstream release

 -- Hideki Yamane <henrich@debian.org>  Thu, 27 Jul 2023 19:40:45 +0900

jdim (0.10.0-1) unstable; urgency=medium

  * New upstream release
    - Can be built with GCC-13 (Closes: #1037701)

 -- Hideki Yamane <henrich@debian.org>  Sun, 09 Jul 2023 13:06:51 +0900

jdim (0.9.0-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - Set Standards-Version: 4.6.2 with no changes

 -- Hideki Yamane <henrich@debian.org>  Wed, 18 Jan 2023 23:45:00 +0900

jdim (0.8.0-2) unstable; urgency=medium

  * debian/watch: Use api.github.com

 -- Hideki Yamane <henrich@debian.org>  Sat, 24 Sep 2022 14:39:14 +0900

jdim (0.8.0-1) unstable; urgency=medium

  * New upstream release
  * Use meson
  * debian/control
    - Set Standards-Version: 4.6.1 with no changes
    - Drop unnecessary autoconf-archive and add meson
    - Add Recommends: webp-pixbuf-loader, libavif-gdk-pixbuf
  * debian/rules
    - Fix FTCBFS: Don't ignore DEB_BUILD_OPTIONS. (Closes: #996499)
      Thanks to Helmut Grohne <helmut@subdivi.de>
    - update for meson

 -- Hideki Yamane <henrich@debian.org>  Sun, 31 Jul 2022 22:52:59 +0900

jdim (0.7.0-1) unstable; urgency=medium

  * New upstream release
  * debian/rules
    - Drop obsolete regex option
  * debian/control
    - Set Standards-Version: 4.6.0
    - Drop libonig-dev as above rules change

 -- Hideki Yamane <henrich@debian.org>  Sun, 16 Jan 2022 18:59:29 +0900

jdim (0.6.0-1) unstable; urgency=medium

  * New upstream release
  * debian/rules
    - Detect OS and set --with-alsa as well

 -- Hideki Yamane <henrich@debian.org>  Sun, 11 Jul 2021 19:47:45 +0900

jdim (0.5.0-2) unstable; urgency=medium

  * Set upstream metadata fields: Repository-Browse.
  * Update pattern for GitHub archive URLs.

 -- Hideki Yamane <henrich@debian.org>  Wed, 30 Jun 2021 21:44:34 +0900

jdim (0.5.0-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - Set Standards-Version: 4.5.1
    - Adjust build dependency versions
  * debian/rules
    - Drop deprecated and default options
  * debian/patches
    - Refresh it
  * debian/upstream/metadata
    - Add Repository info

 -- Hideki Yamane <henrich@debian.org>  Sun, 10 Jan 2021 20:53:59 +0900

jdim (0.4.0-1) unstable; urgency=medium

  * New upstream release 0.4.0
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * debian/rules
    - Update to use --with-thread=std instead of obsolete --with-gthread
    - Specify --with-xdgopen
  * debian/control
    - Use oniguruma for regex, add libonig-dev
    - Add Recommends: sensible-utils

 -- Hideki Yamane <henrich@debian.org>  Sun, 19 Jul 2020 00:06:10 +0900

jdim (0.3.0-1) unstable; urgency=medium

  * New upstream release 0.3.0 (Closes: #949203)
  * debian/patches
    - drop patches: merged upstream
  * add "Allow reprotest to fail" to salsa-ci

 -- Hideki Yamane <henrich@debian.org>  Sun, 26 Jan 2020 18:11:24 +0900

jdim (0.2.0-3) unstable; urgency=medium

  * add missing changleog entry
  * debian/rules: fix font issue with Ascii Art

 -- Hideki Yamane <henrich@debian.org>  Sun, 26 Jan 2020 17:38:58 +0900

jdim (0.2.0-2) unstable; urgency=medium

  * debian/control
    - set Build-Depends: libgtkmm-3.0-dev to build gtk3 version
  * debian/rules
    - set "--with-gtkmm3" for configure
  * debian/changelog
    - note #932099 fix in previous upload
  * debian/patches
    - update browsers.cpp to remove iceweasel and add firefox-esr
    - add 0003-add-CPPFLAGS-and-LDFLAGS-for-test.patch
    - add 0004-add-keywords-for-desktop-file.patch
  * drop unnecessary debian/jdim.lintian-overrides

 -- Hideki Yamane <henrich@debian.org>  Tue, 13 Aug 2019 02:43:58 +0900

jdim (0.2.0-1) unstable; urgency=medium

  * New upstream release (Closes: #932099)
  * add debian/gbp.conf
  * add debian/salsa-ci.yml to exec CI on salsa.debian.org
  * debian/control
    - set Standards-Version: 4.4.0
    - add Rules-Requires-Root: no
    - add Build-Depends: libgtest-dev
  * debian/rules
    - add GTEST_SRCDIR to enable googletest

 -- Hideki Yamane <henrich@debian.org>  Mon, 12 Aug 2019 21:33:06 +0900

jdim (0.1.0-1) unstable; urgency=medium

  * Initial release (Closes: #920684)

 -- Hideki Yamane <henrich@debian.org>  Thu, 31 Jan 2019 14:38:50 +0900