Your message dated Fri, 05 Feb 2021 18:34:00 +0000
with message-id <[email protected]>
and subject line Bug#883370: fixed in ruby-upr 0.3.0-3
has caused the Debian Bug report #883370,
regarding ruby-upr: Please update metadata.yml for moneta 1.0.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
883370: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883370
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ruby-upr
Version: 0.3.0-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu bionic ubuntu-patch

Dear Lunar,

Since the update of ruby-moneta to 1.0.0, the autopkgtest for coquelicot has
been failing because it depends on ruby-upr, which references ruby-moneta
0.7.

autopkgtest [19:20:59]: test command1: [-----------------------

┌──────────────────────────────────────────────────────────────────────────────┐
│ Checking Rubygems dependency resolution on ruby2.3                           │
└──────────────────────────────────────────────────────────────────────────────┘

Invalid gemspec in [coquelicot.gemspec]: No such file or directory - git
GEM_PATH= ruby2.3 -e gem\ \"coquelicot\"
/usr/lib/ruby/2.3.0/rubygems/dependency.rb:319:in `to_specs': Could not find 
'moneta' (~> 0.7) - did find: [moneta-1.0.0] (Gem::LoadError)
Checked in 
'GEM_PATH=/home/debci/.gem/ruby/2.3.0:/var/lib/gems/2.3.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.3.0:/usr/share/rubygems-integration/2.3.0:/usr/share/rubygems-integration/all',
 execute `gem env` for more information
[...]
autopkgtest [19:21:00]: test command1: -----------------------]
autopkgtest [19:21:00]: test command1:  - - - - - - - - - - results - - - - - - 
- - - -
command1             FAIL non-zero exit status 1


The 'command1' is 'gem2deb-test-runner --autopkgtest --check-dependencies'.

As far as I can tell, there is no runtime impact to either package by having
these version numbers not match, so the metadata should just be updated. 
But if there is some runtime impact, then coquelicot and ruby-upr are
already broken in testing today, since failing autopkgtests do not block
promotion of packages to Debian testing, and the severity of this bug should
probably be raised.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
[email protected]                                     [email protected]
diff -Nru ruby-upr-0.3.0/debian/control ruby-upr-0.3.0/debian/control
--- ruby-upr-0.3.0/debian/control       2014-05-03 06:32:19.000000000 -0700
+++ ruby-upr-0.3.0/debian/control       2017-12-02 22:50:46.000000000 -0800
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
 Uploaders: Jérémy Bobbio <[email protected]>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-moneta (>= 
0.7)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-moneta (>= 
1.0.0)
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-upr.git
 Vcs-Browser: 
http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-upr.git;a=summary
@@ -13,7 +13,7 @@
 Package: ruby-upr
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, 
ruby-rack, ruby-moneta (>= 0.7)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, 
ruby-rack, ruby-moneta (>= 1.0.0)
 Suggests: rainbows
 Description: Upload Progress for Rack
  upr is Rack middleware that allows browser-side upload progress
diff -Nru ruby-upr-0.3.0/debian/patches/moneta-update 
ruby-upr-0.3.0/debian/patches/moneta-update
--- ruby-upr-0.3.0/debian/patches/moneta-update 1969-12-31 16:00:00.000000000 
-0800
+++ ruby-upr-0.3.0/debian/patches/moneta-update 2017-12-02 22:50:40.000000000 
-0800
@@ -0,0 +1,23 @@
+Description: Update metadata for current moneta.
+ The current metadata doesn't match moneta 1.0.0, which in turn causes
+ coquelicot to fail its test suite.  The new ruby-moneta has already reached
+ Debian testing, so either updating the metadata is enough to fix this, or
+ additional fixes are required regardless.
+Author: Steve Langasek <[email protected]>
+Last-Update: 2017-12-03
+
+--- ruby-upr-0.3.0.orig/metadata.yml
++++ ruby-upr-0.3.0/metadata.yml
+@@ -27,9 +27,10 @@ dependencies:
+       - !ruby/object:Gem::Version 
+         hash: 5
+         segments: 
++        - 1
+         - 0
+-        - 7
+-        version: "0.7"
++        - 0
++        version: "1.0.0"
+   type: :runtime
+   version_requirements: *id001
+ - !ruby/object:Gem::Dependency 
diff -Nru ruby-upr-0.3.0/debian/patches/series 
ruby-upr-0.3.0/debian/patches/series
--- ruby-upr-0.3.0/debian/patches/series        1969-12-31 16:00:00.000000000 
-0800
+++ ruby-upr-0.3.0/debian/patches/series        2017-12-02 22:01:45.000000000 
-0800
@@ -0,0 +1 @@
+moneta-update

--- End Message ---
--- Begin Message ---
Source: ruby-upr
Source-Version: 0.3.0-3
Done: Utkarsh Gupta <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-upr, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Utkarsh Gupta <[email protected]> (supplier of updated ruby-upr package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 05 Feb 2021 23:40:18 +0530
Source: ruby-upr
Architecture: source
Version: 0.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<[email protected]>
Changed-By: Utkarsh Gupta <[email protected]>
Closes: 883370
Changes:
 ruby-upr (0.3.0-3) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cédric Boutillier ]
   * Bump debhelper compatibility level to 9
   * Remove version in the gem2deb build-dependency
   * Use https:// in Vcs-* fields
   * Bump Standards-Version to 3.9.7 (no changes needed)
   * Run wrap-and-sort on packaging files
 .
   [ Utkarsh Gupta ]
   * Add salsa-ci.yml
 .
   [ Debian Janitor ]
   * Use secure copyright file specification URI.
   * Bump debhelper from deprecated 9 to 12.
   * Set debhelper-compat version in Build-Depends.
   * Update Vcs-* headers from URL redirect.
   * Use canonical URL in Vcs-Git.
 .
   [ Cédric Boutillier ]
   * [ci skip] Update team name
   * [ci skip] Add .gitattributes to keep unwanted files
     out of the source package
 .
   [ Utkarsh Gupta ]
   * Tighten dependency on ruby-moneta
   * Add patch to update moneta (Closes: #883370)
   * Fix package wrt cme
Checksums-Sha1:
 87885428e4cad4dea60031c9dc80c958fa28e99f 2010 ruby-upr_0.3.0-3.dsc
 583b627736e9b306806b706292137c55b7392eff 3940 ruby-upr_0.3.0-3.debian.tar.xz
 62d211f30f6ea5751dfa1006e5df0a433b82ce90 9076 ruby-upr_0.3.0-3_amd64.buildinfo
Checksums-Sha256:
 23726faf0166f5cba557c9e00ea477a422288052c60c29e629c19b1f09bf105c 2010 
ruby-upr_0.3.0-3.dsc
 a4d96636583ea82fe6bb2846a507f522795629d0309bbd95888c79897f6e06af 3940 
ruby-upr_0.3.0-3.debian.tar.xz
 e6b0d9add897834281d6c4ced24f326f4656e12cdc42153557260b07bb323774 9076 
ruby-upr_0.3.0-3_amd64.buildinfo
Files:
 696e2f2f748780264afef97a36810215 2010 ruby optional ruby-upr_0.3.0-3.dsc
 b7e4ba4a09aa9f28f2d0e5681663ce82 3940 ruby optional 
ruby-upr_0.3.0-3.debian.tar.xz
 880c2e3c0043daacd81124c5d411d1e0 9076 ruby optional 
ruby-upr_0.3.0-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCAAxFiEEbJ0QSEqa5Mw4X3xxgj6WdgbDS5YFAmAdi5QTHHV0a2Fyc2hA
ZGViaWFuLm9yZwAKCRCCPpZ2BsNLlj8ND/9k5DMGuwlyWoc2f+5FpyWeCBtaRfQ3
rxHu8mz2/9+3zs9J5kxGZPy8upyhFw8NssqV4I0p/u9+8UbrHaUD/tFFB1IOGrhp
JRvB3L9KwPeg7kKsMMigEzoDGlppX6HigfIjGRw9k1D2E43fcNYH8VaFCahdmnI5
owVmgBnpIslteJM52dk/5fPHCjiB7vhTxIXVGnQO6nFVyZT6HWxeGnnRWF+t7EUc
1LwzBwQd7Akxw1fsoTUoAz9uKhZOE48OfCHgm6zdrPDTRxZ+1ckaVZfQ+kM9Z4tE
b7mk5K0WuFctiHjWxoVBA2RJOlm8D8s0EwhP6//qoZHAd0YM+BYuu/XaURBY7vrf
HDKAMHOnURrcAZqYgGXWG7T+VfwEO8lW6NjBkHCD3hwZ7AYmy5sL147Xs1x0QuCI
vxeKmGTezjU4SQ+7wCrTrIXyTDmVqDi4uno9d5IfRvai1roSKITH8twqL5ZVLJpg
/wTZ5mNagdIj00lFxHvGLm/aXqS6GonCPTt+TOtat7k5NIt0jCcU0oDXpmrU64hZ
29qMd2aem7aEV5XXDaClW4ZWnZxFR6+7a9jG2vYEpcMBge3mu0xmOF12z5trabTH
Ec2K/EqFlt2N/HF5ivQOj0MvX07nXXpVbp+pJskFGIY6HelG4nmM6uCL5uU13jLX
YVQ8SAqjwb912g==
=dJrK
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to