Innanzitutto, grazie per l'aggiunta dell'opzione --omit-type.
Ora, visto che sembro l'unico a rompere le 'scatole', veniamo ai problemi.
E' cambiato il comportamento con archivi .tar.gz2 .tar.gz.
Nella versione precedente il file era decompresso direttamente, mentre ora crea un file .tar.
Questo porta al problema con l'opzione --list
Code: Select all
depkg -ld friendsfont.tar.bz2
debug: Trying to recognize file type by its extension...
debug: WARNING: Validity of 7ZIP archives is checked via file extension. This could return false positive...
debug: WARNING: Validity of RAR archives is checked via file extension. This could return false positive...
debug: WARNING: Validity of ACE archives is checked via file extension. This could return false positive...
debug: WARNING: Validity of BZIP2 archives is checked via file extension. This could return false positive...
debug: Recognized type is bzip2
debug: Importing the archive manager...
Archive type is BZIP2...
debug: WARNING: Validity of BZIP2 archives is checked via file extension. This could return false positive...
debug: Listing archive contents...
Listing of BZIP2 archives is not supported.
Questo e' il risultato con depkg-1.2
Code: Select all
depkg -ld friendsfont.tar.bz2
Depkg debug: Trying to recognize file type by its extension...
Depkg debug: Recognized type is tar/gz
Archive type is tar/gz...
Depkg debug: Importing the archive manager...
Depkg debug: Listing archive contents...
marydale.ttf
marydbol.ttf
Qui con un file 7zip
Code: Select all
depkg -ld file.7z
debug: Trying to recognize file type by its extension...
debug: WARNING: Validity of 7ZIP archives is checked via file extension. This could return false positive...
debug: Recognized type is 7zip
debug: Importing the archive manager...
Archive type is 7ZIP...
debug: WARNING: Validity of 7ZIP archives is checked via file extension. This could return false positive...
debug: Listing archive contents...
Listing of ace archives is not supported.
Il file viene decompresso correttamente.
E' solo un mio problema?
Visto l'uso che ne faccio, per ora mantengo la versione 1.2.
- Nota: utilizzando unrar e non rar, ho preferito rimuovere la dipendenza ed in /usr/local/bin
Il risultato e' lo stesso.
Con questo penso di aver parlato pure troppo.