diff options
| author | Michael Vogt <mvo@ubuntu.com> | 2014-10-14 21:20:06 +0200 |
|---|---|---|
| committer | Michael Vogt <mvo@ubuntu.com> | 2014-10-14 21:31:26 +0200 |
| commit | dcf7f92994bf3b7bf08ecf1ac9c19c985a1d0f45 (patch) | |
| tree | 7224043e1c43ee8ffb36d12b1ff6172eab915eff /po/python-apt.pot | |
| parent | 515204913c9168e8db77c96fdd7c29feba5bb6f4 (diff) | |
| download | python-apt-dcf7f92994bf3b7bf08ecf1ac9c19c985a1d0f45.tar.gz | |
python/tarfile.cc: use long long in Process() for APT >= 4.14
The pkgDirStream::Process() signature has changed in apt and is
using a long long now for Size and Pos.
Diffstat (limited to 'po/python-apt.pot')
| -rw-r--r-- | po/python-apt.pot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/python-apt.pot b/po/python-apt.pot index 969590aa..7ff9675e 100644 --- a/po/python-apt.pot +++ b/po/python-apt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-09-03 10:25+0200\n" +"POT-Creation-Date: 2014-10-14 21:31+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |
