--- /srv/rebuilderd/tmp/rebuilderdEsSCH6/inputs/flamethrower_0.1.8-6.2_all.deb +++ /srv/rebuilderd/tmp/rebuilderdEsSCH6/out/flamethrower_0.1.8-6.2_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2024-05-26 22:43:54.000000 debian-binary │ -rw-r--r-- 0 0 0 2576 2024-05-26 22:43:54.000000 control.tar.xz │ --rw-r--r-- 0 0 0 14336 2024-05-26 22:43:54.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 14352 2024-05-26 22:43:54.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -2,19 +2,19 @@ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-26 22:43:54.000000 ./etc/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-26 22:43:54.000000 ./etc/flamethrower/ │ │ │ -rw-r--r-- 0 root (0) root (0) 11221 2024-05-26 22:43:54.000000 ./etc/flamethrower/flamethrower.conf │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-26 22:43:54.000000 ./etc/init.d/ │ │ │ -rwxr-xr-x 0 root (0) root (0) 1903 2024-05-26 22:43:54.000000 ./etc/init.d/flamethrower │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-26 22:43:54.000000 ./usr/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-26 22:43:54.000000 ./usr/bin/ │ │ │ --rwxr-xr-x 0 root (0) root (0) 8784 2024-05-26 22:43:54.000000 ./usr/bin/flamethrower │ │ │ --rwxr-xr-x 0 root (0) root (0) 19670 2024-05-26 22:43:54.000000 ./usr/bin/flamethrowerd │ │ │ +-rwxr-xr-x 0 root (0) root (0) 8790 2024-05-26 22:43:54.000000 ./usr/bin/flamethrower │ │ │ +-rwxr-xr-x 0 root (0) root (0) 19676 2024-05-26 22:43:54.000000 ./usr/bin/flamethrowerd │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-26 22:43:54.000000 ./usr/lib/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-26 22:43:54.000000 ./usr/lib/flamethrower/ │ │ │ --rw-r--r-- 0 root (0) root (0) 4229 2024-05-26 22:43:54.000000 ./usr/lib/flamethrower/Flamethrower.pm │ │ │ +-rw-r--r-- 0 root (0) root (0) 4235 2003-06-29 01:04:22.000000 ./usr/lib/flamethrower/Flamethrower.pm │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-26 22:43:54.000000 ./usr/lib/systemd/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-26 22:43:54.000000 ./usr/lib/systemd/system/ │ │ │ -rw-r--r-- 0 root (0) root (0) 203 2020-12-23 17:17:23.000000 ./usr/lib/systemd/system/flamethrower.service │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-26 22:43:54.000000 ./usr/share/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-26 22:43:54.000000 ./usr/share/doc/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-05-26 22:43:54.000000 ./usr/share/doc/flamethrower/ │ │ │ -rw-r--r-- 0 root (0) root (0) 960 2003-08-19 22:36:22.000000 ./usr/share/doc/flamethrower/CREDITS │ │ ├── ./usr/bin/flamethrower │ │ │ @@ -17,15 +17,15 @@ │ │ │ │ │ │ use vars qw($config $ft_config $VERSION); │ │ │ │ │ │ # │ │ │ # Set some defaults │ │ │ # │ │ │ my $program_name = "flamethrower"; │ │ │ -my $version_number = "0.1.8"; │ │ │ +my $version_number = "INS_VERSION"; │ │ │ my $conf_file = '/etc/flamethrower/flamethrower.conf'; │ │ │ my $transport = "udp-receiver"; │ │ │ my $tmp_dir = File::Temp::tempdir(); │ │ │ │ │ │ │ │ │ my $version_info = <<"EOF"; │ │ │ $program_name (part of Flamethrower) version $version_number │ │ ├── ./usr/bin/flamethrowerd │ │ │ @@ -23,15 +23,15 @@ │ │ │ │ │ │ # │ │ │ # Set some defaults │ │ │ # │ │ │ my $last_time = 0; │ │ │ my $conf_file = '/etc/flamethrower/flamethrower.conf'; │ │ │ my $pid_file = '/var/run/flamethrower-server.pid'; │ │ │ -my $version_number = "0.1.8"; │ │ │ +my $version_number = "INS_VERSION"; │ │ │ my $program_name = "flamethrowerd"; │ │ │ my $get_help = " Try \"$program_name -help\" for more options."; │ │ │ │ │ │ │ │ │ # │ │ │ # Command line options │ │ │ # │ │ ├── ./usr/lib/flamethrower/Flamethrower.pm │ │ │ @@ -19,15 +19,15 @@ │ │ │ # │ │ │ # │ │ │ ################################################################################ │ │ │ │ │ │ use strict; │ │ │ use AppConfig qw(:argcount :expand); │ │ │ │ │ │ -my $VERSION = '0.1.8'; │ │ │ +my $VERSION = 'INS_VERSION'; │ │ │ │ │ │ my $ft_config = AppConfig->new(); │ │ │ │ │ │ # Usage: Flamethrower->read_config($file); │ │ │ sub read_config { │ │ │ │ │ │ my ($class, $file) = (@_);