--- /srv/rebuilderd/tmp/rebuilderdZKfSg2/inputs/erlang-cowlib_1.3.0-3+b2_riscv64.deb +++ /srv/rebuilderd/tmp/rebuilderdZKfSg2/out/erlang-cowlib_1.3.0-3+b2_riscv64.deb ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/lib/erlang/lib/cowlib-1.3.0/ebin/cowlib.app │ │ │ @@ -12,15 +12,15 @@ │ │ │ %% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF │ │ │ %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. │ │ │ │ │ │ {application, cowlib, [ │ │ │ {description, "Support library for manipulating Web protocols."}, │ │ │ {vsn, "1.3.0"}, │ │ │ {id, ""}, │ │ │ - {modules, ['cow_cookie', 'cow_date', 'cow_http', 'cow_http_hd', 'cow_http_te', 'cow_mimetypes', 'cow_qs', 'cow_spdy', 'cow_multipart', 'cow_ws']}, │ │ │ + {modules, ['cow_qs', 'cow_cookie', 'cow_mimetypes', 'cow_multipart', 'cow_spdy', 'cow_ws', 'cow_http_hd', 'cow_http_te', 'cow_http', 'cow_date']}, │ │ │ {registered, []}, │ │ │ {applications, [ │ │ │ kernel, │ │ │ stdlib, │ │ │ crypto │ │ │ ]} │ │ │ ]}.