Hi Christian, I've made the changes in setup.py to sort the fields in installation_config in the Git tree. However, when running the build multiple times, the output .deb's from the different tries still don't have the same checksum. debbindiff seems to be pointing out timestamp differences in the a bunch of things (output is attached), though I haven't tested the builds with the official reproducible builds toolchain yet.
Also, is making the build reproducible important enough to get its own upload? Or should I wait for the release/big change? The section is fixed in Git too (now says x11). Best, James
gl@midnight:~/packages/lightdm-gtk-greeter-settings/lightdm-gtk-greeter-settings-1.2.0$
debbindiff ../lightdm-gtk-greeter-settings_1.2.0-2~_all.deb
../test1/lightdm-gtk-greeter-settings_1.2.0-2~_all.deb
--- ../lightdm-gtk-greeter-settings_1.2.0-2~_all.deb
+++ ../test1/lightdm-gtk-greeter-settings_1.2.0-2~_all.deb
├── metadata
│ @@ -1,3 +1,3 @@
│ rw-r--r-- 0/0 4 Nov 7 03:24 2015 debian-binary
│ -rw-r--r-- 0/0 2470 Nov 7 03:24 2015 control.tar.gz
│ -rw-r--r-- 0/0 77552 Nov 7 03:24 2015 data.tar.xz
│ +rw-r--r-- 0/0 2469 Nov 7 03:24 2015 control.tar.gz
│ +rw-r--r-- 0/0 77536 Nov 7 03:24 2015 data.tar.xz
├── control.tar.gz
│ ├── control.tar
│ │ ├── tar --full-time -tvf {}
│ │ │ @@ -1,5 +1,5 @@
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:58 ./
│ │ │ --rwxr-xr-x root/root 185 2015-11-07 03:24:58 ./postinst
│ │ │ --rwxr-xr-x root/root 429 2015-11-07 03:24:58 ./prerm
│ │ │ --rw-r--r-- root/root 4937 2015-11-07 03:24:58 ./md5sums
│ │ │ --rw-r--r-- root/root 644 2015-11-07 03:24:58 ./control
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:48 ./
│ │ │ +-rwxr-xr-x root/root 185 2015-11-07 03:24:48 ./postinst
│ │ │ +-rwxr-xr-x root/root 429 2015-11-07 03:24:48 ./prerm
│ │ │ +-rw-r--r-- root/root 4937 2015-11-07 03:24:48 ./md5sums
│ │ │ +-rw-r--r-- root/root 644 2015-11-07 03:24:48 ./control
│ │ ╵
│ ╵
├── data.tar.xz
│ ├── data.tar
│ │ ├── tar --full-time -tvf {}
│ │ │ @@ -1,108 +1,108 @@
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:58 ./
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53 ./usr/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:54 ./usr/lib/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:54 ./usr/lib/python3/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:54
./usr/lib/python3/dist-packages/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:54
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:48 ./
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43 ./usr/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43 ./usr/lib/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43 ./usr/lib/python3/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/lib/python3/dist-packages/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/
│ │ │ -rw-r--r-- root/root 8159 2015-05-21 02:46:25
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/Config.py
│ │ │ --rw-r--r-- root/root 211 2015-11-07 03:24:53
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/installation_config.py
│ │ │ +-rw-r--r-- root/root 211 2015-11-07 03:24:43
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/installation_config.py
│ │ │ -rw-r--r-- root/root 10229 2015-05-21 02:46:25
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/PositionEntry.py
│ │ │ -rw-r--r-- root/root 5796 2015-05-21 02:46:25
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/IconEntry.py
│ │ │ -rw-r--r-- root/root 2817 2015-05-21 02:46:25
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/__init__.py
│ │ │ -rw-r--r-- root/root 13631 2015-05-21 02:46:25
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/IconChooserDialog.py
│ │ │ -rw-r--r-- root/root 7520 2015-05-21 02:46:25
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/OptionGroup.py
│ │ │ -rw-r--r-- root/root 4927 2015-05-21 02:46:25
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/MonitorsGroup.py
│ │ │ -rw-r--r-- root/root 22874 2015-05-21 02:46:25
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/GtkGreeterSettingsWindow.py
│ │ │ -rw-r--r-- root/root 12548 2015-05-21 02:46:25
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/IndicatorPropertiesDialog.py
│ │ │ -rw-r--r-- root/root 12726 2015-05-21 02:46:25
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/OptionEntry.py
│ │ │ -rw-r--r-- root/root 29779 2015-05-21 02:46:25
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/IndicatorsEntry.py
│ │ │ -rw-r--r-- root/root 9547 2015-05-21 02:46:25
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/MultiheadSetupDialog.py
│ │ │ -rw-r--r-- root/root 11341 2015-05-21 02:46:25
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings/helpers.py
│ │ │ --rw-r--r-- root/root 558 2015-11-07 03:24:53
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings-1.2.0.egg-info
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53 ./usr/bin/
│ │ │ +-rw-r--r-- root/root 558 2015-11-07 03:24:43
./usr/lib/python3/dist-packages/lightdm_gtk_greeter_settings-1.2.0.egg-info
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43 ./usr/bin/
│ │ │ -rwxr-xr-x root/root 275 2015-05-21 02:46:25
./usr/bin/lightdm-gtk-greeter-settings-pkexec
│ │ │ --rwxr-xr-x root/root 1198 2015-11-07 03:24:51
./usr/bin/lightdm-gtk-greeter-settings
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:54 ./usr/share/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/applications/
│ │ │ --rw-r--r-- root/root 1493 2015-11-07 03:24:53
./usr/share/applications/lightdm-gtk-greeter-settings.desktop
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/polkit-1/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/polkit-1/actions/
│ │ │ --rw-r--r-- root/root 2234 2015-11-07 03:24:51
./usr/share/polkit-1/actions/com.ubuntu.pkexec.lightdm-gtk-greeter-settings.policy
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:54 ./usr/share/man/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:58
./usr/share/man/man8/
│ │ │ --rw-r--r-- root/root 479 2015-11-07 03:24:54
./usr/share/man/man8/lightdm-gtk-greeter-settings.8.gz
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/lightdm-gtk-greeter-settings/
│ │ │ +-rwxr-xr-x root/root 1198 2015-11-07 03:24:40
./usr/bin/lightdm-gtk-greeter-settings
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43 ./usr/share/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/applications/
│ │ │ +-rw-r--r-- root/root 1493 2015-11-07 03:24:43
./usr/share/applications/lightdm-gtk-greeter-settings.desktop
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/polkit-1/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/polkit-1/actions/
│ │ │ +-rw-r--r-- root/root 2234 2015-11-07 03:24:41
./usr/share/polkit-1/actions/com.ubuntu.pkexec.lightdm-gtk-greeter-settings.policy
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43 ./usr/share/man/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:47
./usr/share/man/man8/
│ │ │ +-rw-r--r-- root/root 479 2015-11-07 03:24:43
./usr/share/man/man8/lightdm-gtk-greeter-settings.8.gz
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/lightdm-gtk-greeter-settings/
│ │ │ -rw-r--r-- root/root 3715 2015-05-21 02:46:25
./usr/share/lightdm-gtk-greeter-settings/ImageChooserDialog.ui
│ │ │ -rw-r--r-- root/root 104718 2015-05-21 02:46:25
./usr/share/lightdm-gtk-greeter-settings/GtkGreeterSettingsWindow.ui
│ │ │ -rw-r--r-- root/root 1057 2015-05-21 02:46:25
./usr/share/lightdm-gtk-greeter-settings/gtk_greeter_settings.xml
│ │ │ -rw-r--r-- root/root 30404 2015-05-21 02:46:25
./usr/share/lightdm-gtk-greeter-settings/MultiheadSetupDialog.ui
│ │ │ -rw-r--r-- root/root 16149 2015-05-21 02:46:25
./usr/share/lightdm-gtk-greeter-settings/IconChooserDialog.ui
│ │ │ -rw-r--r-- root/root 26693 2015-05-21 02:46:25
./usr/share/lightdm-gtk-greeter-settings/IndicatorPropertiesDialog.ui
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53 ./usr/share/doc/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:58
./usr/share/doc/lightdm-gtk-greeter-settings/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43 ./usr/share/doc/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:47
./usr/share/doc/lightdm-gtk-greeter-settings/
│ │ │ -rw-r--r-- root/root 719 2015-11-07 03:18:43
./usr/share/doc/lightdm-gtk-greeter-settings/changelog.Debian.gz
│ │ │ -rw-r--r-- root/root 1743 2015-10-11 17:06:52
./usr/share/doc/lightdm-gtk-greeter-settings/copyright
│ │ │ -rw-r--r-- root/root 416 2015-05-21 02:46:25
./usr/share/doc/lightdm-gtk-greeter-settings/NEWS.gz
│ │ │ -rw-r--r-- root/root 176 2015-05-21 02:46:25
./usr/share/doc/lightdm-gtk-greeter-settings/README
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53 ./usr/share/icons/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/icons/hicolor/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/icons/hicolor/64x64/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:58
./usr/share/icons/hicolor/64x64/apps/
│ │ │ --rw-r--r-- root/root 2798 2015-11-07 03:24:58
./usr/share/icons/hicolor/64x64/apps/lightdm-gtk-greeter-settings.png
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/icons/hicolor/scalable/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/icons/hicolor/scalable/apps/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43 ./usr/share/icons/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/icons/hicolor/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/icons/hicolor/64x64/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:47
./usr/share/icons/hicolor/64x64/apps/
│ │ │ +-rw-r--r-- root/root 2798 2015-11-07 03:24:47
./usr/share/icons/hicolor/64x64/apps/lightdm-gtk-greeter-settings.png
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/icons/hicolor/scalable/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/icons/hicolor/scalable/apps/
│ │ │ -rw-r--r-- root/root 71420 2015-05-21 02:46:25
./usr/share/icons/hicolor/scalable/apps/lightdm-gtk-greeter-settings.svg
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/icons/hicolor/16x16/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:58
./usr/share/icons/hicolor/16x16/apps/
│ │ │ --rw-r--r-- root/root 676 2015-11-07 03:24:58
./usr/share/icons/hicolor/16x16/apps/lightdm-gtk-greeter-settings.png
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/icons/hicolor/48x48/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:58
./usr/share/icons/hicolor/48x48/apps/
│ │ │ --rw-r--r-- root/root 2160 2015-11-07 03:24:58
./usr/share/icons/hicolor/48x48/apps/lightdm-gtk-greeter-settings.png
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/icons/hicolor/24x24/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:58
./usr/share/icons/hicolor/24x24/apps/
│ │ │ --rw-r--r-- root/root 937 2015-11-07 03:24:58
./usr/share/icons/hicolor/24x24/apps/lightdm-gtk-greeter-settings.png
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/es/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/es/LC_MESSAGES/
│ │ │ --rw-r--r-- root/root 13793 2015-11-07 03:24:51
./usr/share/locale/es/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/fr/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/fr/LC_MESSAGES/
│ │ │ --rw-r--r-- root/root 10654 2015-11-07 03:24:51
./usr/share/locale/fr/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/lt/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/lt/LC_MESSAGES/
│ │ │ --rw-r--r-- root/root 14686 2015-11-07 03:24:51
./usr/share/locale/lt/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/ja/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/ja/LC_MESSAGES/
│ │ │ --rw-r--r-- root/root 15444 2015-11-07 03:24:51
./usr/share/locale/ja/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/fi/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/fi/LC_MESSAGES/
│ │ │ --rw-r--r-- root/root 14434 2015-11-07 03:24:51
./usr/share/locale/fi/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/ru/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/ru/LC_MESSAGES/
│ │ │ --rw-r--r-- root/root 16998 2015-11-07 03:24:51
./usr/share/locale/ru/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/hr/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/hr/LC_MESSAGES/
│ │ │ --rw-r--r-- root/root 1440 2015-11-07 03:24:51
./usr/share/locale/hr/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/ar/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/ar/LC_MESSAGES/
│ │ │ --rw-r--r-- root/root 11289 2015-11-07 03:24:51
./usr/share/locale/ar/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/sr/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/sr/LC_MESSAGES/
│ │ │ --rw-r--r-- root/root 5683 2015-11-07 03:24:51
./usr/share/locale/sr/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/de/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/de/LC_MESSAGES/
│ │ │ --rw-r--r-- root/root 14923 2015-11-07 03:24:51
./usr/share/locale/de/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/pt_BR/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/pt_BR/LC_MESSAGES/
│ │ │ --rw-r--r-- root/root 5889 2015-11-07 03:24:51
./usr/share/locale/pt_BR/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/pl/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/pl/LC_MESSAGES/
│ │ │ --rw-r--r-- root/root 985 2015-11-07 03:24:51
./usr/share/locale/pl/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/pt/
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/pt/LC_MESSAGES/
│ │ │ --rw-r--r-- root/root 14496 2015-11-07 03:24:51
./usr/share/locale/pt/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ -drwxr-xr-x root/root 0 2015-11-07 03:24:53
./usr/share/locale/ca/
│ │ │ -[ 4 lines removed ]
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/icons/hicolor/16x16/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:47
./usr/share/icons/hicolor/16x16/apps/
│ │ │ +-rw-r--r-- root/root 676 2015-11-07 03:24:47
./usr/share/icons/hicolor/16x16/apps/lightdm-gtk-greeter-settings.png
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/icons/hicolor/48x48/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:47
./usr/share/icons/hicolor/48x48/apps/
│ │ │ +-rw-r--r-- root/root 2160 2015-11-07 03:24:47
./usr/share/icons/hicolor/48x48/apps/lightdm-gtk-greeter-settings.png
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/icons/hicolor/24x24/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:47
./usr/share/icons/hicolor/24x24/apps/
│ │ │ +-rw-r--r-- root/root 937 2015-11-07 03:24:47
./usr/share/icons/hicolor/24x24/apps/lightdm-gtk-greeter-settings.png
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/es/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/es/LC_MESSAGES/
│ │ │ +-rw-r--r-- root/root 13793 2015-11-07 03:24:41
./usr/share/locale/es/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/fr/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/fr/LC_MESSAGES/
│ │ │ +-rw-r--r-- root/root 10654 2015-11-07 03:24:41
./usr/share/locale/fr/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/lt/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/lt/LC_MESSAGES/
│ │ │ +-rw-r--r-- root/root 14686 2015-11-07 03:24:41
./usr/share/locale/lt/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/ja/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/ja/LC_MESSAGES/
│ │ │ +-rw-r--r-- root/root 15444 2015-11-07 03:24:41
./usr/share/locale/ja/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/fi/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/fi/LC_MESSAGES/
│ │ │ +-rw-r--r-- root/root 14434 2015-11-07 03:24:41
./usr/share/locale/fi/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/ru/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/ru/LC_MESSAGES/
│ │ │ +-rw-r--r-- root/root 16998 2015-11-07 03:24:41
./usr/share/locale/ru/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/hr/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/hr/LC_MESSAGES/
│ │ │ +-rw-r--r-- root/root 1440 2015-11-07 03:24:41
./usr/share/locale/hr/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/ar/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/ar/LC_MESSAGES/
│ │ │ +-rw-r--r-- root/root 11289 2015-11-07 03:24:41
./usr/share/locale/ar/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/sr/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/sr/LC_MESSAGES/
│ │ │ +-rw-r--r-- root/root 5683 2015-11-07 03:24:41
./usr/share/locale/sr/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/de/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/de/LC_MESSAGES/
│ │ │ +-rw-r--r-- root/root 14923 2015-11-07 03:24:41
./usr/share/locale/de/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/pt_BR/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/pt_BR/LC_MESSAGES/
│ │ │ +-rw-r--r-- root/root 5889 2015-11-07 03:24:41
./usr/share/locale/pt_BR/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/pl/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/pl/LC_MESSAGES/
│ │ │ +-rw-r--r-- root/root 985 2015-11-07 03:24:41
./usr/share/locale/pl/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/pt/
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/pt/LC_MESSAGES/
│ │ │ +-rw-r--r-- root/root 14496 2015-11-07 03:24:41
./usr/share/locale/pt/LC_MESSAGES/lightdm-gtk-greeter-settings.mo
│ │ │ +drwxr-xr-x root/root 0 2015-11-07 03:24:43
./usr/share/locale/ca/
│ │ ╵
│ ╵
╵
signature.asc
Description: OpenPGP digital signature

