diff -Nru unp-2.0~pre8/CHANGELOG unp-2.0~pre9/CHANGELOG --- unp-2.0~pre8/CHANGELOG 2020-07-20 20:21:27.000000000 +0000 +++ unp-2.0~pre9/CHANGELOG 2020-08-11 17:33:12.000000000 +0000 @@ -1,3 +1,11 @@ +unp (2.0~pre9) unstable; urgency=medium + + * Reupload as source-only (closes: #966513) + * Stop mentioning explicit non-free package names in the description + (closes: #965937) and actually fix support of lhasa alternative. + + -- Eduard Bloch Tue, 11 Aug 2020 19:33:12 +0200 + unp (2.0~pre8) unstable; urgency=low * New version diff -Nru unp-2.0~pre8/debian/changelog unp-2.0~pre9/debian/changelog --- unp-2.0~pre8/debian/changelog 2020-07-20 20:21:27.000000000 +0000 +++ unp-2.0~pre9/debian/changelog 2020-08-11 17:33:12.000000000 +0000 @@ -1,3 +1,11 @@ +unp (2.0~pre9) unstable; urgency=medium + + * Reupload as source-only (closes: #966513) + * Stop mentioning explicit non-free package names in the description + (closes: #965937) and actually fix support of lhasa alternative. + + -- Eduard Bloch Tue, 11 Aug 2020 19:33:12 +0200 + unp (2.0~pre8) unstable; urgency=low * New version diff -Nru unp-2.0~pre8/debian/control unp-2.0~pre9/debian/control --- unp-2.0~pre8/debian/control 2020-07-20 20:21:27.000000000 +0000 +++ unp-2.0~pre9/debian/control 2020-08-11 17:33:12.000000000 +0000 @@ -9,12 +9,11 @@ Package: unp Architecture: all Depends: ${misc:Depends}, ${perl:Depends} -Suggests: bzip2, unrar | unrar-free, xdms, p7zip | p7zip-full, unzip, cabextract, orange +Suggests: bzip2, unrar | unrar-free, xdms, p7zip | p7zip-full, lhasa, unzip, cabextract, orange Description: unpack (almost) everything with one command - unp is a small perl script which makes extraction of any archive files - a bit easier. It support several compressors and archiver programs, - chooses the right one(s) automatically and extracts one or more files - in one go. + unp is a small perl script which makes extraction of any archive files a bit + easier. It support several compressors and archiver programs, chooses the + right one(s) automatically and extracts one or more files in one go. . - You may also want to install some non-free packages like "unace-nonfree", - "unrar-nonfree" and "lhasa" to extract archives of these types. + It might require additional packages to support proprietary archive types like + "lha", "ace", "rar" (certain versions). diff -Nru unp-2.0~pre8/ucat unp-2.0~pre9/ucat --- unp-2.0~pre8/ucat 2020-07-20 20:21:27.000000000 +0000 +++ unp-2.0~pre9/ucat 2020-08-11 17:33:12.000000000 +0000 @@ -227,7 +227,8 @@ [ "unzip" ] ] , - [ "lhasa", "lha|lzh", "LHa.*archive", 0, + [ "lhasa or lha", "lha|lzh", "LHa.*archive", 0, + [ "lhasa", "x" ], [ "lha", "x" ] ] , diff -Nru unp-2.0~pre8/unp unp-2.0~pre9/unp --- unp-2.0~pre8/unp 2020-07-20 20:21:27.000000000 +0000 +++ unp-2.0~pre9/unp 2020-08-11 17:33:12.000000000 +0000 @@ -227,7 +227,8 @@ [ "unzip" ] ] , - [ "lhasa", "lha|lzh", "LHa.*archive", 0, + [ "lhasa or lha", "lha|lzh", "LHa.*archive", 0, + [ "lhasa", "x" ], [ "lha", "x" ] ] ,