File: changelog

package info (click to toggle)
r-cran-yaml 2.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 752 kB
  • sloc: ansic: 9,606; sh: 14; makefile: 7
file content (149 lines) | stat: -rw-r--r-- 4,756 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
149
r-cran-yaml (2.3.7-1) unstable; urgency=medium

  * Team Upload.
  * New upstream version 2.3.7
  * Bump Standards-Version to 4.6.2 (no changes needed)

 -- Nilesh Patra <nilesh@debian.org>  Sun, 29 Jan 2023 18:53:10 +0530

r-cran-yaml (2.3.6-1) unstable; urgency=medium

  * Team Upload.
  * New upstream version 2.3.6
  * Bump Standards-Version to 4.6.1 (no changes needed)

 -- Nilesh Patra <nilesh@debian.org>  Sun, 23 Oct 2022 19:26:30 +0530

r-cran-yaml (2.3.5-1) unstable; urgency=medium

  * Team Upload.
  * New upstream version 2.3.5

 -- Nilesh Patra <nilesh@debian.org>  Thu, 24 Feb 2022 02:02:19 +0530

r-cran-yaml (2.2.2-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Team Upload.
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Archive, Bug-Database, Repository,
    Repository-Browse.

  [ Nilesh Patra ]
  * New upstream version 2.2.2
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Update lintian override

 -- Nilesh Patra <nilesh@debian.org>  Thu, 27 Jan 2022 00:18:43 +0530

r-cran-yaml (2.2.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * debhelper-compat 12
  * Standards-Version: 4.5.0
  * Remove trailing whitespace in debian/copyright
  * autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g

 -- Dylan Aïssi <daissi@debian.org>  Wed, 05 Feb 2020 07:29:49 +0100

r-cran-yaml (2.2.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.1.5

 -- Andreas Tille <tille@debian.org>  Mon, 30 Jul 2018 08:44:03 +0200

r-cran-yaml (2.1.19-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-
    lists.debian.net>
  * dh-update-R to update Build-Depends
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.1.4
  * Secure URI in watch file

 -- Andreas Tille <tille@debian.org>  Sat, 05 May 2018 19:14:02 +0200

r-cran-yaml (2.1.18-1) unstable; urgency=medium

  * Team upload
  * New upstream version
  * Standards-Version: 4.1.3
  * debhelper 11

 -- Andreas Tille <tille@debian.org>  Wed, 14 Mar 2018 08:53:44 +0100

r-cran-yaml (2.1.14-1) unstable; urgency=medium

  [ Andreas Tille ]
  * Team Upload
  * New upstream version
  * Upstream is patching libyaml resulting in incompatible API thus we
    need to stick to the code copy
  * Canonical CRAN homepage
  * Move some metadata from d/copyright to d/upstream/metadata

  [ Gordon Ball ]
  * Fix autopkgtest (tried to write to a read-only location)

 -- Andreas Tille <tille@debian.org>  Sun, 11 Dec 2016 17:43:20 +0100

r-cran-yaml (2.1.13-5) unstable; urgency=medium

  * Team upload
  * cme fix dpkg-control
  * do not pin to specific libyaml-dev version
    Closes: #837246, #813049
  * Add autopkgtest

 -- Andreas Tille <tille@debian.org>  Sat, 10 Sep 2016 15:50:54 +0200

r-cran-yaml (2.1.13-4) unstable; urgency=low

  * debian/control: fix typo in Depends: libyaml-0.2 -> libyaml-0-2.
  * debian/control: reformat extended description (thanks lintian).

 -- Joost van Baal-Ilić <joostvb@debian.org>  Thu, 11 Feb 2016 05:21:54 +0100

r-cran-yaml (2.1.13-3) unstable; urgency=low

  * debian/copyright: add upstream vcs at github and alternative upstream
    homepage at http://biostat.mc.vanderbilt.edu/wiki/Main/YamlR as
    comments.
  * debian/rules: remove convenience copy of libyaml sources before
    building, use system <yaml.h> in r-ext.c and implicit.c, hack
    src/Makevars to explicitly link with system -lyaml: get rid of
    embedded library.
  * debian/rules: add clean target: clean up after our upstream source
    hacking
  * debian/control: add libyaml-dev to build depends, version 0.1.6-3.
    This version is shipped with jessie (current stable) and stretch
    (current testing).  Add explicit versioned libyaml-0.2 (= 0.1.6-3)
    to Depends (next to ${shlibs:Depends} which yields unversioned
    libyaml-0.2 dependency): see YAML_VERSION_STRING in
    src/yaml_private.h.  Upstream LibYAML available from
    http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz.
  * debian/control: improve description.

 -- Joost van Baal-Ilić <joostvb@debian.org>  Fri, 08 Jan 2016 09:11:52 +0100

r-cran-yaml (2.1.13-2) unstable; urgency=low

  * Initial release. Closes: #808159
  * debian/copyright: completed.
  * debian/rules: deal with upstream LICENSE THANKS CHANGELOG in
    /u/s/d/$package/ .
  * debian/control: add ${misc:Depends} to Depends in order to satisfy
    debhelper, thanks lintian.

 -- Joost van Baal-Ilić <joostvb@debian.org>  Tue, 22 Dec 2015 13:35:23 +0100

r-cran-yaml (2.1.13-1) unstable; urgency=low

  * Private release, for Tilburg University.

 -- Joost van Baal-Ilić <joostvb@debian.org>  Wed, 16 Dec 2015 17:31:31 +0100