File: changelog

package info (click to toggle)
ruby-psych 5.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 896 kB
  • sloc: ruby: 8,450; ansic: 894; java: 762; makefile: 14; sh: 4
file content (149 lines) | stat: -rw-r--r-- 5,170 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
ruby-psych (5.0.2-3) unstable; urgency=medium

  * Team upload.
  * d/p/0004-Fix-RestrictedYAMLTree-allowing-the-Symbol-class-sho.patch: Fix
    FTBFS with Ruby 3.3.
  * Declare compliance with Debian Policy 4.7.0.

 -- Lucas Kanashiro <kanashiro@debian.org>  Wed, 21 Aug 2024 18:11:16 -0300

ruby-psych (5.0.2-2) unstable; urgency=medium

  * Drop dependency on libbytelist-java.
    The library is obsolete and its functionality was migrated to JRuby.
  * Bump Standards-Version to 4.6.2.
  * Remove obsolete XS-Ruby-Versions and XB-Ruby-Versions fields.
  * Update copyright dates and remove obsolete stanzas.
  * Tag patches as Forwarded: not-needed, to address lintian warnings.

 -- Miguel Landaeta <nomadium@debian.org>  Sun, 26 Nov 2023 11:07:11 +0000

ruby-psych (5.0.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release (closes: #1008697).
  * d/rules (CLASSPATH): Fix location of jruby.jar and snakeyaml.jar.
    (jh_build): Build for JDK 8 at least due to incompatibility with 7.

 -- Daniel Leidert <dleidert@debian.org>  Sat, 28 Jan 2023 02:41:04 +0100

ruby-psych (3.3.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Daniel Leidert ]
  * d/control: Add Rules-Requires-Root field.
    (Standards-Version): Bump to 4.6.0.
    (Build-Depends): Add libbytelist-java and libjcodings-java.
    (Depends): Remove interpreters and use ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field.
    (Copyright): Add myself.
  * d/javabuild: Add to build psych.jar with javahelper.
  * d/ruby-tests.rake: Add missing options to run tests.
  * d/rules: Enable gem installation layout. Build Java extension without
    running jruby directly (closes: #976493, #959571).
  * d/watch: Improve watch file.
  * d/patches/: Refresh patches.
  * d/upstream/metadata: Update and complete.

 -- Daniel Leidert <dleidert@debian.org>  Tue, 07 Dec 2021 19:36:02 +0100

ruby-psych (3.1.0+really3.1.0-1) unstable; urgency=medium

  * Team upload

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Cédric Boutillier ]
  * New upstream version 3.1.0+really3.1.0
    the previous 3.1.0 was in fact 3.1.0~pre2
  * Set Testsuite to autopkgtest-pkg-ruby
  * Use v4 debian/watch
  * Drop test_tainted from test list; removed upstream
  * Refresh patches
  * Bump Standards-Version to 4.5.0 (no changes needed)

 -- Cédric Boutillier <boutil@debian.org>  Tue, 04 Feb 2020 17:45:16 +0100

ruby-psych (3.1.0-1) unstable; urgency=medium

  * Team upload.
  * start to watch github repo for new releases
  * New upstream version 3.1.0 (Closes: #915340)
  * Refresh patches
  * Update dep version constraint of libyaml-snake-java
  * Declare compliance with Debian Policy 4.3.0

 -- Lucas Kanashiro <lucas.kanashiro@collabora.com>  Wed, 27 Feb 2019 16:18:42 -0300

ruby-psych (3.0.3~pre1-2) unstable; urgency=medium

  * No changes rebuild.
    Since ruby-psych was totally broken in sid, a source-only upload was
    not enough to fix the bugs because ruby-psych B-D on itself indirectly
    through jruby.
    Since 3.0.3~pre1-1 binary upload fixed the issues, I'm doing a
    source-only upload with no changes because I consider a best practice
    to build all binary packages from buildd.d.o.

 -- Miguel Landaeta <nomadium@debian.org>  Wed, 06 Jun 2018 18:41:09 +0100

ruby-psych (3.0.3~pre1-1) unstable; urgency=medium

  * New upstream release. (Closes: #892508, #900516).
  * Refresh patches.
  * Bump DH compat level to 11.
  * Add versioned B-D on libyaml-snake-java (>= 1.21~).
  * Bump Standards-Version to 4.1.4. No changes were required.
  * Migrate Vcs-* URLs to salsa.d.o.
  * Update copyright info.
  * Update d/watch.

 -- Miguel Landaeta <nomadium@debian.org>  Tue, 05 Jun 2018 18:50:08 +0100

ruby-psych (2.2.4-6) unstable; urgency=medium

  * Update libpsych-java dependency on jruby to a Suggests since it's more
    correct than a strong dependency.

 -- Miguel Landaeta <nomadium@debian.org>  Sun, 17 Sep 2017 12:30:29 +0100

ruby-psych (2.2.4-5) unstable; urgency=medium

  * Separate arch specific build steps from arch-indep ones.
  * Add classpath for libpsych-java package.

 -- Miguel Landaeta <nomadium@debian.org>  Fri, 15 Sep 2017 18:05:01 +0100

ruby-psych (2.2.4-4) unstable; urgency=medium

  * Introduce libpsych-java binary package.

 -- Miguel Landaeta <nomadium@debian.org>  Sat, 09 Sep 2017 17:28:53 +0100

ruby-psych (2.2.4-3) unstable; urgency=medium

  * Fix FTBFS introduced by the dependency loop caused by the dependency on
    jruby (psych is a default stdlib gem).
  * Bump Standards-Version to 4.0.0. No changes were required.

 -- Miguel Landaeta <nomadium@debian.org>  Sat, 29 Jul 2017 14:28:49 +0100

ruby-psych (2.2.4-2) unstable; urgency=medium

  * Upload to unstable.

 -- Miguel Landaeta <nomadium@debian.org>  Fri, 21 Jul 2017 17:06:45 +0100

ruby-psych (2.2.4-1) experimental; urgency=medium

  * Initial release. (Closes: #809469)

 -- Miguel Landaeta <nomadium@debian.org>  Fri, 17 Mar 2017 15:14:02 +0000