--- /srv/reproducible-results/rbuild-debian/r-b-build.3fIL1uLP/b1/ora2pg_21.0-2_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.3fIL1uLP/b2/ora2pg_21.0-2_amd64.changes ├── Files │ @@ -1,2 +1,2 @@ │ │ - ad2f5ef221ebab3c54e7a67f2977f080 355200 database optional ora2pg_21.0-2_all.deb │ + 7219da42aa2b0f875b7cd17546d8c6e3 355228 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 354036 2020-11-18 09:42:12.000000 data.tar.xz │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./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 3240587 delimiter. │ │ │ │ +# the regexp must be: q'{(.*)}' ora2pg use the 1549719 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