Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package ruby-mobile-fu This package was depending on rails which also installed many development packages not useful in a production system. This was fixed in last upload of rails. So this package now depends on ruby-rails instead of rails. $ debdiff ruby-mobile-fu_1.4.0+github-1.dsc ruby-mobile-fu_1.4.0+github-2.dsc dpkg-source: warning: extracting unsigned source package (/home/pravi/forge/debian/git/ruby-team/ruby-mobile-fu_1.4.0+github-1.dsc) dpkg-source: warning: extracting unsigned source package (/home/pravi/forge/debian/git/ruby-team/ruby-mobile-fu_1.4.0+github-2.dsc) diff -Nru ruby-mobile-fu-1.4.0+github/debian/changelog ruby-mobile-fu-1.4.0+github/debian/changelog --- ruby-mobile-fu-1.4.0+github/debian/changelog 2018-09-28 00:34:13.000000000 +0530 +++ ruby-mobile-fu-1.4.0+github/debian/changelog 2019-03-06 17:13:39.000000000 +0530 @@ -1,3 +1,10 @@ +ruby-mobile-fu (1.4.0+github-2) unstable; urgency=medium + + * Change dependency rails -> ruby-rails + * Bump Standards-Version to 4.3.0 (no changes needed) + + -- Pirate Praveen <[email protected]> Wed, 06 Mar 2019 17:13:39 +0530 + ruby-mobile-fu (1.4.0+github-1) unstable; urgency=medium * Team upload diff -Nru ruby-mobile-fu-1.4.0+github/debian/control ruby-mobile-fu-1.4.0+github/debian/control --- ruby-mobile-fu-1.4.0+github/debian/control 2018-09-28 00:34:13.000000000 +0530 +++ ruby-mobile-fu-1.4.0+github/debian/control 2019-03-06 17:13:39.000000000 +0530 @@ -8,10 +8,10 @@ rake, ruby-json, ruby-httparty, - rails, + ruby-rails, ruby-rack-mobile-detect, ruby-mocha -Standards-Version: 4.2.1 +Standards-Version: 4.3.0 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-mobile-fu.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-mobile-fu Homepage: https://github.com/benlangfeld/mobile-fu @@ -21,8 +21,8 @@ Package: ruby-mobile-fu Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: rails, - ruby | ruby-interpreter, +Depends: ruby | ruby-interpreter, + ruby-rails, ruby-rack-mobile-detect, ${misc:Depends}, ${shlibs:Depends} unblock ruby-mobile-fu/1.4.0+github-2 -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.18.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled

