--- /tmp/mapproxy-1.13.0-1nl4mjacc/debian/python3-mapproxy_1.13.0-1_all.deb +++ python3-mapproxy_1.13.0-1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2020-11-19 16:15:50.000000 debian-binary │ --rw-r--r-- 0 0 0 11704 2020-11-19 16:15:50.000000 control.tar.xz │ --rw-r--r-- 0 0 0 449580 2020-11-19 16:15:50.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 11696 2020-11-19 16:15:50.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 449572 2020-11-19 16:15:50.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/lib/python3/dist-packages/mapproxy/test/unit/fixture/cache.gpkg │ │ │ ├── sqlite3 {} .dump │ │ │ │ @@ -8,15 +8,15 @@ │ │ │ │ last_change DATETIME NOT NULL DEFAULT (strftime('%Y-%m-%dT%H:%M:%fZ','now')), -- Timestamp value in ISO 8601 format as defined by the strftime function %Y-%m-%dT%H:%M:%fZ format string applied to the current time │ │ │ │ min_x DOUBLE, -- Bounding box minimum easting or longitude for all content in table_name │ │ │ │ min_y DOUBLE, -- Bounding box minimum northing or latitude for all content in table_name │ │ │ │ max_x DOUBLE, -- Bounding box maximum easting or longitude for all content in table_name │ │ │ │ max_y DOUBLE, -- Bounding box maximum northing or latitude for all content in table_name │ │ │ │ srs_id INTEGER, -- Spatial Reference System ID: gpkg_spatial_ref_sys.srs_id; when data_type is features, SHALL also match gpkg_geometry_columns.srs_id; When data_type is tiles, SHALL also match gpkg_tile_matrix_set.srs.id │ │ │ │ CONSTRAINT fk_gc_r_srs_id FOREIGN KEY (srs_id) REFERENCES gpkg_spatial_ref_sys(srs_id)); │ │ │ │ -INSERT INTO gpkg_contents VALUES('cache','tiles','cache','Created with Mapproxy.','2020-11-19T17:14:38.002Z',-20037508.342789243907,-20037508.342789243907,20037508.342789243907,20037508.342789243907,4326); │ │ │ │ +INSERT INTO gpkg_contents VALUES('cache','tiles','cache','Created with Mapproxy.','2021-10-09T11:27:28.074Z',-20037508.342789243907,-20037508.342789243907,20037508.342789243907,20037508.342789243907,4326); │ │ │ │ CREATE TABLE gpkg_spatial_ref_sys │ │ │ │ (srs_name TEXT NOT NULL, -- Human readable name of this SRS (Spatial Reference System) │ │ │ │ srs_id INTEGER NOT NULL PRIMARY KEY, -- Unique identifier for each Spatial Reference System within a GeoPackage │ │ │ │ organization TEXT NOT NULL, -- Case-insensitive name of the defining organization e.g. EPSG or epsg │ │ │ │ organization_coordsys_id INTEGER NOT NULL, -- Numeric ID of the Spatial Reference System assigned by the organization │ │ │ │ definition TEXT NOT NULL, -- Well-known Text representation of the Spatial Reference System │ │ │ │ description TEXT);