[Pkg-privacy-commits] [tails-installer] 09/70: Merge branch 'feature/jessie'
Ulrike Uhlig
ulrike at moszumanska.debian.org
Mon Nov 20 14:54:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
ulrike pushed a commit to annotated tag tails-installer_4.20
in repository tails-installer.
commit debf0cec7be5ff94fccce94bb2509be21cbed271
Merge: 8458391 29b0117
Author: intrigeri <intrigeri at boum.org>
Date: Wed Dec 16 18:18:02 2015 +0000
Merge branch 'feature/jessie'
.gitignore | 11 +
AUTHORS | 2 +-
ChangeLog | 4 +
MANIFEST.in | 44 +-
Makefile | 51 -
README.txt | 18 +-
data/fedora.ico | Bin 9662 -> 0 bytes
data/fedorausb.png | Bin 8861 -> 0 bytes
data/liveusb-creator-launcher.ui | 336 -----
data/liveusb-creator-logo-small.png | Bin 3074 -> 0 bytes
data/liveusb-creator-logo.png | Bin 13439 -> 0 bytes
data/liveusb-creator-nsi.bmp | Bin 25818 -> 0 bytes
data/liveusb-creator-nsis.desktop | 6 -
data/liveusb-creator-tabbed.ui | 506 -------
data/liveusb-creator.ui | 348 -----
data/liveusb-header-old.png | Bin 15736 -> 0 bytes
data/liveusb-header.png | Bin 15930 -> 0 bytes
data/liveusb-header.xcf | Bin 26650 -> 0 bytes
data/refresh.png | Bin 912 -> 0 bytes
data/resources.qrc | 11 -
...er.desktop => tails-installer-launcher.desktop} | 5 +-
data/tails-installer-launcher.ui | 580 +++++++
data/tails-installer-nsis.desktop | 6 +
...usb-creator.desktop => tails-installer.desktop} | 6 +-
data/{liveusb-creator.nsi => tails-installer.nsi} | 48 +-
...veusb-creator.nsi.in => tails-installer.nsi.in} | 46 +-
data/{usb-creator-gtk.svg => tails-installer.svg} | 2 +-
data/tails-installer.ui | 335 +++++
data/tails-liveusb-header.png | Bin
fedora.ini | 2 +-
liveusb-creator.spec | 214 ---
liveusb/dialog.py | 174 ---
liveusb/launcher.py | 52 -
liveusb/launcher_ui.py | 162 --
liveusb/resources_rc.py | 1589 --------------------
liveusb/urlgrabber/__init__.py | 53 -
liveusb/urlgrabber/byterange.py | 465 ------
liveusb/urlgrabber/grabber.py | 1483 ------------------
liveusb/urlgrabber/keepalive.py | 603 --------
liveusb/urlgrabber/mirror.py | 459 ------
liveusb/urlgrabber/progress.py | 609 --------
po/ChangeLog | 17 -
po/POTFILES.in | 18 +-
po/app.fil | 6 -
po/ar.po | 1094 +++++++-------
po/ast.po | 939 ++++++------
po/az.po | 1108 +++++++-------
po/bg.po | 1080 +++++++------
po/bn_IN.po | 745 +++++----
po/bs.po | 938 ++++++------
po/ca.po | 1124 +++++++-------
po/cs.po | 1116 +++++++-------
po/da.po | 1234 ++++++++-------
po/de.po | 1277 +++++++++-------
po/el.po | 1255 +++++++++-------
po/en_GB.po | 1228 ++++++++-------
po/es.po | 1287 +++++++++-------
po/es_AR.po | 1122 +++++++-------
po/eu.po | 952 ++++++------
po/fa.po | 1229 ++++++++-------
po/fi.po | 1115 +++++++-------
po/fr.po | 1207 ++++++++-------
po/fr_CA.po | 1259 +++++++++-------
po/he.po | 1091 +++++++-------
po/hr_HR.po | 1233 ++++++++-------
po/hu.po | 1128 +++++++-------
po/id.po | 1238 ++++++++-------
po/is.po | 725 +++++----
po/it.po | 1252 ++++++++-------
po/ja.po | 1125 +++++++-------
po/km.po | 1080 +++++++------
po/ko.po | 1111 +++++++-------
po/liveusb-creator.pot | 621 --------
po/lv.po | 1226 ++++++++-------
po/messages.pot | 621 --------
po/mki18n.py | 453 ------
po/ms.po | 757 +++++-----
po/nb.po | 1231 ++++++++-------
po/nds.po | 988 ++++++------
po/nl.po | 1246 ++++++++-------
po/pa.po | 927 ++++++------
po/pl.po | 1244 ++++++++-------
po/pt.po | 1131 +++++++-------
po/pt_BR.po | 1258 +++++++++-------
po/ro.po | 1114 +++++++-------
po/ru.po | 1239 ++++++++-------
po/si_LK.po | 1102 +++++++-------
po/sk.po | 1115 +++++++-------
po/sl_SI.po | 1116 +++++++-------
po/sq.po | 1139 +++++++-------
po/sr.po | 963 ++++++------
po/sr at latin.po | 964 ++++++------
po/sv.po | 1236 ++++++++-------
po/tails-installer.pot | 573 +++++++
po/th.po | 1074 +++++++------
po/uk.po | 1228 ++++++++-------
po/vi.po | 795 ----------
po/zh_CN.po | 1197 ++++++++-------
po/zh_TW.po | 1070 +++++++------
pyuic4_custom | 40 -
release.bat | 16 +-
setup.py | 87 +-
liveusb-creator => tails-installer | 16 +-
...sb-creator-launcher => tails-installer-launcher | 15 +-
tails-installer-launcher.1.markdown | 22 +
...reator.1.markdown => tails-installer.1.markdown | 6 +-
liveusb-creator.console => tails-installer.console | 2 +-
liveusb-creator.pam => tails-installer.pam | 0
{liveusb => tails_installer}/__init__.py | 19 +-
{liveusb => tails_installer}/config.py | 5 +-
{liveusb => tails_installer}/creator.py | 771 +++++-----
{liveusb => tails_installer}/gui.py | 595 ++++----
tails_installer/launcher.py | 53 +
{liveusb => tails_installer}/olpc.py | 0
{liveusb => tails_installer}/releases.py | 0
{liveusb => tails_installer}/source.py | 47 +-
{liveusb => tails_installer}/utils.py | 63 +-
tests/test_creator.py | 18 +-
118 files changed, 32717 insertions(+), 36249 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git
More information about the Pkg-privacy-commits
mailing list