Your message dated Mon, 07 Jan 2019 10:51:05 +0000 with message-id <[email protected]> and subject line Bug#834661: fixed in ruby-image-science 1.3.0-1 has caused the Debian Bug report #834661, regarding ruby-image-science: typo in debian/rules (override_dh_installechangelogs -> override_dh_installchangelogs) 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.) -- 834661: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834661 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: ruby-image-science Version: 1.2.2-1.2 Severity: normal Tags: patch Hi, I believe there is a typo in your debian/rules (override_dh_installechangelogs -> override_dh_installchangelogs). Patch attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `-diff --git a/debian/rules b/debian/rules index d26d11b..c2a60fd 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ export DH_RUBY_IGNORE_TESTS=ruby1.9.1 %: dh $@ --buildsystem=ruby --with ruby -override_dh_installechangelogs: +override_dh_installchangelogs: dh_installchangelogs History.txt override_dh_install:
--- End Message ---
--- Begin Message ---Source: ruby-image-science Source-Version: 1.3.0-1 We believe that the bug you reported is fixed in the latest version of ruby-image-science, 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. Cédric Boutillier <[email protected]> (supplier of updated ruby-image-science 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: SHA512 Format: 1.8 Date: Mon, 07 Jan 2019 11:08:02 +0100 Source: ruby-image-science Binary: ruby-image-science Architecture: source Version: 1.3.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers <[email protected]> Changed-By: Cédric Boutillier <[email protected]> Description: ruby-image-science - Clean Ruby library to provide simple transformations on images Closes: 834661 Changes: ruby-image-science (1.3.0-1) unstable; urgency=medium . * Team upload . [ Gunnar Wolf ] * Dropping inline_path_in_tmp patch, as it was applied upstream . [ Cédric Boutillier ] * New upstream version 1.3.0 * Move debian/watch to gemwatch.debian.net * Bump Standards-Version to 4.3.0 + use https in copyright format url * Bump debhelper compatibility level to 11 * Use salsa.debian.org in Vcs-* fields * Set Testsuite to autopkgtest-pkg-ruby * Replace dead rubyforge by github repo for Homepage * Use Rake method to run tests * Fix for freeimage library >= 3.18 * Refresh fix_ruby_path * Fix typo in dh_installchangelogs target (Closes: #834661) * Rename MIT to Expat in copyright file Checksums-Sha1: 4c9e8a64baa91c8e4303a91b2d7817862e2db125 1791 ruby-image-science_1.3.0-1.dsc 948496e90a64163f4b58b75c30c0cd6f4140d7d0 14425 ruby-image-science_1.3.0.orig.tar.gz 78e80d8998db7d63335fe62c54ea7edec244fdb6 5024 ruby-image-science_1.3.0-1.debian.tar.xz a6059074c0a5b5b200a5075b29efc020241a290c 13554 ruby-image-science_1.3.0-1_source.buildinfo Checksums-Sha256: cbe3bb1bb4bf6f36763421f24de26650f95229352072e946c4622f2bae22d5d1 1791 ruby-image-science_1.3.0-1.dsc ff89cae211b9fe0ef63a4943252029f3051d130ab5a495df8c6938de2f28d815 14425 ruby-image-science_1.3.0.orig.tar.gz c894b222432eb6de59b5b544975211f8b1ea566337ba377377ed8aa0301ecdb0 5024 ruby-image-science_1.3.0-1.debian.tar.xz 8140d6ae0e737ef497fbb5af5782610ccfd2a0eb2c9d5b81c9c638fe285a65fc 13554 ruby-image-science_1.3.0-1_source.buildinfo Files: d6fa3b122bb06e038f5e82207a4ac8d7 1791 ruby optional ruby-image-science_1.3.0-1.dsc 0f6e6eeded710e8bcf7235c7ce01ad93 14425 ruby optional ruby-image-science_1.3.0.orig.tar.gz bf3ccc7c539caa4b7e6eac5c9f0606c1 5024 ruby optional ruby-image-science_1.3.0-1.debian.tar.xz 01ac5dbb2a50e3201e87afc33d6be328 13554 ruby optional ruby-image-science_1.3.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEnM1rMZ2/jkCrGr0aia+CtznNIXoFAlwzKuAACgkQia+CtznN IXogxAf/c4qMdsUMW/mTsikfQCsr5b6fnKW4ujPvVvGsh+mBSiHzGbXF5a/ONHdT fg0dyUQTiXPXJ2vIxOtWA019R5hm8mPnAmfMtwmE+MtrpmTk/e1FLluxHv4FEq/M wTAvA86/zNdm0ydKw7cxk5l74Kp2rQT0iK7J9rpl0Gr7PWs/VIb6DTXwtuDScgkh gK7ry/z1BuREmvgTNzRzeIUzMgSbPwYSndx/vXmne7d79kTY9OX8fr7QzKnzkS3f fxvkCciy76ZK8h4n+EXkzFSH/FlnbFbyUV3SOWK2ODzWHZdm+LwVnjc1bCHEHr0y SvoWDkNtd8SYjeief5soy3IwT6smkg== =ogyN -----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
