[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH] apt/debfile.py: Fix typo



On Sat, Oct 17, 2015 at 03:41:03PM +0200, Jakub Wilk wrote:
> ---
>  apt/debfile.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/apt/debfile.py b/apt/debfile.py
> index 456bffa..93ebf96 100644
> --- a/apt/debfile.py
> +++ b/apt/debfile.py
> @@ -92,7 +92,7 @@ class DebPackage(object):
>  
>      @property
>      def control_filelist(self):
> -        """ return the list of files in control.tar.gt """
> +        """ return the list of files in control.tar.gz """
>          control = []
>          try:
>              self._debfile.control.go(

Applied, thanks. It's a bit incomplete, though, as we now
also have control.tar and control.tar.xz, but I don't know
what to do now. Maybe just mention control.tar in the summary
and mention compressors in the longer description?

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.

Be friendly, do not top-post, and follow RFC 1855 "Netiquette".
    - If you don't I might ignore you.


Reply to: