__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# vim:set fileencoding=utf-8 et ts=4 sts=4 sw=4:
#
# apt-listchanges - Show changelog entries between the installed versions
# of a set of packages and the versions contained in
# corresponding .deb files
#
# Copyright (C) 2016 Robert Luberda <robert@debian.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
#
import sys
from ALChacks import _
def error(msg):
print(_("apt-listchanges: %(msg)s") % {'msg': msg}, file=sys.stderr)
def warning(msg):
print(_("apt-listchanges warning: %(msg)s") % {'msg': msg}, file=sys.stderr)
def info(msg):
print(_("apt-listchanges: %(msg)s") % {'msg': msg}, file=sys.stdout)
def debug(msg):
print(msg, file=sys.stdout)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| ALCApt.py | File | 7.24 KB | 0644 |
|
| ALCConfig.py | File | 10.06 KB | 0644 |
|
| ALCLog.py | File | 1.37 KB | 0644 |
|
| ALCSeenDb.py | File | 4.31 KB | 0644 |
|
| ALChacks.py | File | 2.35 KB | 0644 |
|
| AptListChangesGtk.py | File | 3.05 KB | 0644 |
|
| DebianFiles.py | File | 16.08 KB | 0644 |
|
| apt-listchanges.ui | File | 5.6 KB | 0644 |
|
| apt_listchanges.py | File | 23.42 KB | 0644 |
|