control: tags -1 patch
control: severity -1 serious
> debdiff will follow once the bug is opened
> 

and here we are!

I have uploaded in Ubuntu a few seconds ago

G.
diff -Nru libyaml-0.1.7/debian/changelog libyaml-0.1.7/debian/changelog
--- libyaml-0.1.7/debian/changelog      2016-10-01 04:06:09.000000000 +0200
+++ libyaml-0.1.7/debian/changelog      2017-06-23 18:29:36.000000000 +0200
@@ -1,3 +1,12 @@
+libyaml (0.1.7-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/56400d976a1999156b1abfd674c3122843980260.patch:
+    cherry-pick upstream fix for a testsuite failure (Closes: #865675).
+  * Move watch and homepage to new github maintained repo.
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Fri, 23 Jun 2017 
18:29:36 +0200
+
 libyaml (0.1.7-2) unstable; urgency=medium
 
   * Clean doxygen-generated documentation with dh_doxygen.
diff -Nru libyaml-0.1.7/debian/control libyaml-0.1.7/debian/control
--- libyaml-0.1.7/debian/control        2016-10-01 03:21:44.000000000 +0200
+++ libyaml-0.1.7/debian/control        2017-06-23 18:29:36.000000000 +0200
@@ -8,7 +8,7 @@
  dh-autoreconf
 Build-Depends-Indep: doxygen (>= 1.8.4-1~)
 Standards-Version: 3.9.6
-Homepage: http://pyyaml.org/wiki/LibYAML
+Homepage: https://github.com/yaml/libyaml
 Vcs-Git: git://andersk.mit.edu/libyaml.git
 Vcs-Browser: http://andersk.mit.edu/gitweb/libyaml.git
 
diff -Nru libyaml-0.1.7/debian/copyright libyaml-0.1.7/debian/copyright
--- libyaml-0.1.7/debian/copyright      2016-10-01 03:17:23.000000000 +0200
+++ libyaml-0.1.7/debian/copyright      2017-06-23 18:29:36.000000000 +0200
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: LibYAML
 Upstream-Contact: Kirill Simonov <x...@resolvent.net>
-Source: http://pyyaml.org/wiki/LibYAML
+Source: https://github.com/yaml/libyaml
 
 Files: *
 Copyright: 2006, Kirill Simonov <x...@resolvent.net>
diff -Nru 
libyaml-0.1.7/debian/patches/56400d976a1999156b1abfd674c3122843980260.patch 
libyaml-0.1.7/debian/patches/56400d976a1999156b1abfd674c3122843980260.patch
--- libyaml-0.1.7/debian/patches/56400d976a1999156b1abfd674c3122843980260.patch 
1970-01-01 01:00:00.000000000 +0100
+++ libyaml-0.1.7/debian/patches/56400d976a1999156b1abfd674c3122843980260.patch 
2017-06-23 18:29:36.000000000 +0200
@@ -0,0 +1,29 @@
+From 56400d976a1999156b1abfd674c3122843980260 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= <i...@ingy.net>
+Date: Fri, 16 Sep 2016 08:22:56 -0700
+Subject: [PATCH] This code is not needed and breaks tests
+
+This code was disabled in Perl binding for breaking tests.
+
+Kirill said on IRC:
+
+< rz> ingy: i'm not sure why i set open_ended in 
yaml_emitter_write_plain_scalar
+---
+ src/emitter.c | 4 ----
+ 1 file changed, 4 deletions(-)
+
+diff --git a/src/emitter.c b/src/emitter.c
+index c4b56a2..1289437 100644
+--- a/src/emitter.c
++++ b/src/emitter.c
+@@ -1946,10 +1946,6 @@ yaml_emitter_write_plain_scalar(yaml_emitter_t *emitter,
+ 
+     emitter->whitespace = 0;
+     emitter->indention = 0;
+-    if (emitter->root_context)
+-    {
+-        emitter->open_ended = 1;
+-    }
+ 
+     return 1;
+ }
diff -Nru libyaml-0.1.7/debian/patches/series 
libyaml-0.1.7/debian/patches/series
--- libyaml-0.1.7/debian/patches/series 1970-01-01 01:00:00.000000000 +0100
+++ libyaml-0.1.7/debian/patches/series 2017-06-23 18:29:36.000000000 +0200
@@ -0,0 +1 @@
+56400d976a1999156b1abfd674c3122843980260.patch
diff -Nru libyaml-0.1.7/debian/watch libyaml-0.1.7/debian/watch
--- libyaml-0.1.7/debian/watch  2016-10-01 03:08:01.000000000 +0200
+++ libyaml-0.1.7/debian/watch  2017-06-23 18:29:36.000000000 +0200
@@ -1,2 +1,2 @@
 version=3
-http://pyyaml.org/download/libyaml/yaml-(.*)\.tar\.gz
+https://github.com/yaml/libyaml/releases .*/v?(\d\S*)\.tar\.gz

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to