--- /srv/rebuilderd/tmp/rebuilderdYiBZyp/inputs/erlang-cowlib_1.3.0-3+b2_amd64.deb +++ /srv/rebuilderd/tmp/rebuilderdYiBZyp/out/erlang-cowlib_1.3.0-3+b2_amd64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-03-09 23:03:09.000000 debian-binary │ -rw-r--r-- 0 0 0 1188 2025-03-09 23:03:09.000000 control.tar.xz │ --rw-r--r-- 0 0 0 293916 2025-03-09 23:03:09.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 293920 2025-03-09 23:03:09.000000 data.tar.xz ├── 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_ws', 'cow_http_te', 'cow_spdy', 'cow_cookie', 'cow_mimetypes', 'cow_http', 'cow_date', 'cow_http_hd', 'cow_multipart', 'cow_qs']}, │ │ │ {registered, []}, │ │ │ {applications, [ │ │ │ kernel, │ │ │ stdlib, │ │ │ crypto │ │ │ ]} │ │ │ ]}.