File: changelog

package info (click to toggle)
kyotocabinet 1.2.80-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,448 kB
  • sloc: cpp: 59,354; ansic: 1,478; makefile: 1,202; ruby: 523; sh: 190; awk: 91; perl: 61
file content (135 lines) | stat: -rw-r--r-- 4,586 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
kyotocabinet (1.2.80-2) unstable; urgency=medium

  * QA upload.
  * Orphan the package.

 -- Boyuan Yang <byang@debian.org>  Fri, 08 Mar 2024 19:25:40 -0500

kyotocabinet (1.2.80-1) unstable; urgency=medium

  * Upload to unstable.

 -- Boyuan Yang <byang@debian.org>  Mon, 12 Jun 2023 16:36:47 -0400

kyotocabinet (1.2.80-1~exp1) experimental; urgency=medium

  * New upstream release.
    + No actual change; modification patched out in Debian already.
  * debian/rules: Drop dh_strip override after migration.
  * debian/patches: Refreshed.

 -- Boyuan Yang <byang@debian.org>  Wed, 19 Apr 2023 08:47:49 -0400

kyotocabinet (1.2.79-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on libtool.
    + kyotocabinet-utils: Drop versioned constraint on kyotocabinet-doc in
      Replaces.
    + kyotocabinet-utils: Drop versioned constraint on kyotocabinet-doc in
      Breaks.

  [ Boyuan Yang ]
  * debian/control: Mark kyotocabinet-doc as M-A: foreign.

 -- Boyuan Yang <byang@debian.org>  Sat, 08 Oct 2022 22:06:05 -0400

kyotocabinet (1.2.79-1) unstable; urgency=medium

  * New upstream release.
  * debian/copyright: Refresh information.
  * Refresh patches:
    - test-disable-dir-db-test-fails-on-tmpfs-btrfs.patch:
      Dropped, upstream has fixed the failing test.
    - cpp-14.patch: Dropped, merged upstream.
    - doc-kyotoproducts.pdf.patch: Update with new URL.

 -- Boyuan Yang <byang@debian.org>  Sun, 15 Aug 2021 09:45:55 -0400

kyotocabinet (1.2.76-5) unstable; urgency=medium

  * Upload to unstable.
  * Take over package maintenance through ITS process.
    (Closes: #987174)

 -- Boyuan Yang <byang@debian.org>  Sun, 15 Aug 2021 00:09:28 -0400

kyotocabinet (1.2.76-5~exp2) experimental; urgency=medium

  * debian/rules: Restore --link-doc option in dh_installdocs.
    (Closes: #990227)
  * debian/rules: Drop outdated override to dh_makeshlibs.
  * debian/patches: Add patch to reenable debug symbol generation.

 -- Boyuan Yang <byang@debian.org>  Tue, 20 Jul 2021 15:16:50 -0400

kyotocabinet (1.2.76-5~exp1) experimental; urgency=medium

  * Take over package maintenance through ITS process.
    (See #987174)
  * debian/control: Update Vcs-* fields to use Debian GitLab platform.
  * debian/control:
    + Bump Standards-Version to 4.5.1.
    + Bump debhelper-compat to v13.
    + Migrate to -dbgsym package.

 -- Boyuan Yang <byang@debian.org>  Thu, 17 Jun 2021 11:02:01 -0400

kyotocabinet (1.2.76-4.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix incompatibility with C++14/GCC 6 (Closes: #811627)

 -- Andreas Stührk <andy@hammerhartes.de>  Sat, 24 Sep 2016 17:58:05 +0200

kyotocabinet (1.2.76-4.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Steve Langasek ]
  * Rename library packages for g++5 ABI transition.

 -- Sebastian Ramacher <sramacher@debian.org>  Sat, 15 Aug 2015 12:16:02 +0200

kyotocabinet (1.2.76-4) unstable; urgency=low

  * use breaks/replaces for smooth upgrades following man page move
      from -doc -> -utils
  * do not unconditionally use -m64 when available (Closes: #680058)
  * obey DEB_BUILD_OPTIONS=noopt of Policy 4.9.1
  * disable -rpath linking per recommended practice
  * provide convenience names (libkyotocabinet16-dev, libkyotocabinet-dbg)
  * switch to xz (-2) compression for debs
  * fix link to kyotoproducts.pdf to point to Internet
  * GNU/kFreeBSD
    - support kyotocabinet::getsysinfo() on GNU/kFreeBSD
    - link with --as-needed on GNU/kFreeBSD as well as Linux
  * include <unistd.h> in kccommon.h for gcc-4.7 compatibility

 -- Shawn Landden <shawnlandden@gmail.com>  Wed, 11 Jul 2012 13:12:43 -0700

kyotocabinet (1.2.76-3) unstable; urgency=low

  * workaround for dh_installdoc leaving empty folder is not necessary
      on buildds

 -- Shawn Landden <shawnlandden@gmail.com>  Sun, 01 Jul 2012 18:50:23 -0700

kyotocabinet (1.2.76-2) unstable; urgency=low

  * include static library (libkyotocabinet.a) in -dev deb per §8.3
  * consolidate and clean up docs
    - fixed api/index.html link to work without a web server
  * include examples in doc package
  * improve test for atomics to remove special casing, could be prettier however
    - fixes FTBFS on 32-bit powerpc

 -- Shawn Landden <shawnlandden@gmail.com>  Sat, 30 Jun 2012 10:39:24 -0700

kyotocabinet (1.2.76-1) unstable; urgency=low

  * Initial release. (Closes: #613450)

 -- Shawn Landden <shawnlandden@gmail.com>  Thu, 07 Jun 2012 16:12:07 -0700