--- /srv/reproducible-results/rbuild-debian/r-b-build.qO06tGuY/b1/ora2pg_21.0-2_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.qO06tGuY/b2/ora2pg_21.0-2_armhf.changes ├── Files │ @@ -1,2 +1,2 @@ │ │ - 7ed34c6f4053bfcdc39f799ca22d9d75 355200 database optional ora2pg_21.0-2_all.deb │ + 776d1cd6d555cfd3003b9cc008e6a760 355208 database optional ora2pg_21.0-2_all.deb ├── ora2pg_21.0-2_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2020-11-18 09:42:12.000000 debian-binary │ │ -rw-r--r-- 0 0 0 1000 2020-11-18 09:42:12.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 354008 2020-11-18 09:42:12.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 354016 2020-11-18 09:42:12.000000 data.tar.xz │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── file list │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./etc/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./etc/ora2pg/ │ │ │ │ --rw-r--r-- 0 root (0) root (0) 62911 2020-11-18 09:42:12.000000 ./etc/ora2pg/ora2pg.conf │ │ │ │ +-rw-r--r-- 0 root (0) root (0) 62910 2020-11-18 09:42:12.000000 ./etc/ora2pg/ora2pg.conf │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./usr/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./usr/bin/ │ │ │ │ -rwxr-xr-x 0 root (0) root (0) 38312 2020-11-18 09:42:12.000000 ./usr/bin/ora2pg │ │ │ │ -rwxr-xr-x 0 root (0) root (0) 9563 2020-11-18 09:42:12.000000 ./usr/bin/ora2pg_scanner │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./usr/share/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./usr/share/doc/ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2020-11-18 09:42:12.000000 ./usr/share/doc/ora2pg/ │ │ │ ├── ./etc/ora2pg/ora2pg.conf │ │ │ │ @@ -1082,15 +1082,15 @@ │ │ │ │ # must use the semi colon as separator. For exemple: │ │ │ │ #STRING_CONSTANT_REGEXP │ │ │ │ │ │ │ │ # To support the Alternative Quoting Mechanism (''Q'') for String Literals │ │ │ │ # set the regexp with the text capture to use to extract the text part. │ │ │ │ # For example with a variable declared as │ │ │ │ # c_sample VARCHAR2(100 CHAR) := q'{This doesn't work.}'; │ │ │ │ -# the regexp must be: q'{(.*)}' ora2pg use the 30375 delimiter. │ │ │ │ +# the regexp must be: q'{(.*)}' ora2pg use the 8500 delimiter. │ │ │ │ #ALTERNATIVE_QUOTING_REGEXP q'{(.*)}' │ │ │ │ │ │ │ │ # If you want to use functions defined in the Orafce library and prevent │ │ │ │ # Ora2Pg to translate call to these function, enable this directive. │ │ │ │ # The Orafce library can be found here: https://github.com/orafce/orafce │ │ │ │ # By default Ora2pg rewrite add_month(), add_year(), date_trunc() and │ │ │ │ # to_char() functions, but you may prefer to use the orafce version of