[Pkg-privacy-commits] [nautilus-wipe] branch master updated (feb5b76 -> 6055d14)
Intrigeri
intrigeri at moszumanska.debian.org
Wed Dec 7 18:46:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a change to branch master
in repository nautilus-wipe.
from feb5b76 nautilus-wipe (0.2.1-3)
adds ee0224e help: Fix incorrect wording
adds 077683c help: Add a paragraph to be clearer on what gets wiped
adds 9f6f314 help: Fix a few typos and improve wording
adds c4b63d8 Port away from gnome-doc-utils
adds f86d23a Fix distcheck to pass without custom flags
adds 32a5e3b Switch (back) to AM_GNU_GETTEXT
adds 93fc3fd Refresh PO files after the build system update
adds 10996fe Reword "diskspace" as the two proper words "disk space"
adds b161b37 Add more meaningful titles to our dialogs
adds 36dc8da Use proper singular/plural forms rather than indefinite one
adds 1efa182 Update French translation
adds 0ee1711 help: Remove spurious manual footnote numbers
adds e71053e build: Really use "auto" as the value for auto-detecting GTK version
adds d584d08 Use a shorter label for fill operation confirmation button
adds c7d36a5 Update translation files
adds afa962a Merge remote-tracking branch 'upstream-repo/master' into upstream-experimental
adds e819a84 Merge branch 'upstream-experimental' into experimental
adds 80eb768 gbp.conf: adjust for experimental.
adds fe9ef01 Replace build-dependencies on gnome-doc-utils and rarian-compat with one on yelp-tools, following upstream's lead.
adds 67fa705 nautilus-wipe (0.2.1+git20160709-1)
adds ed3a3d2 Bug#838744: nautilus-wipe: Adapt to nautilus multi-archification
adds 7e45fe1 nautilus-wipe (0.2.1+git20160709-2)
new 37d704b Revert "gbp.conf: adjust for experimental."
new 002e1ce small typo
new 23c31ef Fix signal re-emission
new 4956a00 Report operations' non-fatal warnings
new 6c7fc8f Fix object type in operation signal handlers
new 4223698 Improve progress dialog progress text display for future usage
new 93380c8 Add progress text
new 5b69cb5 Update French translation
new 9f66ffb help: Fix small wording
new 537539d Initial French translation of the manual
new 01a9722 Fix NwProgressDialog:auto-hide-action-area property
new 010cad7 NwProgressDialog: do not emit the same response from inside an emission chain
new f993479 Add support for libgsecuredelete translations
new 9a776f0 Add support for pausing operations
new 4a4c899 Pause the operation while the cancel confirmation dialog is shown
new 5633b19 Update French translation
new b2e09cc Update gitignore for generated help files
new d905bcf Use a new bug report address
new e2b1bc9 Fix a memory leak
new d7b46ce Fix resolving path to virtual (desktop shortcut) locations
new da3663a Update TODO
new 286030d Update German translation
new 0bf7152 Add support for Caja and Nemo
new 166b0a5 Fix handling of Caja and Nemo desktops
new 6f52d96 Update German translation
new 04c6780 Bump libgsecuredelete dependency
new 28260ea Don't override user variable DISTCHECK_CONFIGURE_FLAGS
new 7874a88 Update translations
new 49afbd7 Release 0.3
new 41939d8 New upstream version 0.3
new ac11883 Merge branch 'upstream'
new c1bd079 Update debian/changelog
new 5e8beeb Build dependend on libgsecuredelete-dev >= 0.3, and depend on libgsecuredelete0 >= 0.3 as well.
new acb7e29 gbp.conf: drop "compression = xz"; upstream went back to gzip.
new 082f587 Switch back to dh-autoreconf instead of running autogen.sh.
new 638785b Update debian/changelog
new 6055d14 nautilus-wipe (0.3-1)
The 37 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 20 -
Makefile.am | 3 +-
Makefile.in | 872 +
NEWS | 12 +
README | 14 +-
TODO | 16 +-
aclocal.m4 | 1689 ++
autogen.sh | 11 -
build/aux/compile | 347 +
build/aux/config.guess | 1454 ++
build/aux/config.rpath | 666 +
build/aux/config.sub | 1815 ++
build/aux/depcomp | 791 +
build/aux/install-sh | 508 +
build/aux/ltmain.sh | 11156 +++++++++++
build/aux/missing | 215 +
build/m4/gettext.m4 | 381 +
build/m4/iconv.m4 | 180 +
build/m4/intlmacosx.m4 | 51 +
build/m4/lib-ld.m4 | 110 +
build/m4/lib-link.m4 | 709 +
build/m4/lib-prefix.m4 | 185 +
build/m4/libtool.m4 | 8388 +++++++++
build/m4/ltoptions.m4 | 437 +
build/m4/ltsugar.m4 | 124 +
build/m4/ltversion.m4 | 23 +
build/m4/lt~obsolete.m4 | 99 +
build/m4/nls.m4 | 31 +
build/m4/po.m4 | 449 +
build/m4/progtest.m4 | 92 +
config.h.in | 104 +
configure | 18313 +++++++++++++++++++
configure.ac | 53 +-
debian/changelog | 29 +
debian/control | 9 +-
debian/gbp.conf | 1 -
debian/rules | 6 +-
help/C/{nautilus-wipe.xml => index.docbook} | 40 +-
help/C/legal.xml | 2 +-
help/Makefile.am | 12 +-
help/Makefile.in | 491 +
help/fr/fr.po | 698 +
help/fr/fr.stamp | 0
help/fr/index.docbook | 432 +
help/nautilus-wipe.omf.in | 9 -
...na-nautilus-extdir.m4 => nw-nautilus-extdir.m4} | 24 +-
nautilus-wipe/Makefile.am | 3 +
nautilus-wipe/Makefile.in | 804 +
nautilus-wipe/extension.c | 5 +
nautilus-wipe/nw-api-impl.h | 62 +
nautilus-wipe/nw-api-impl.i | 15 +
nautilus-wipe/nw-compat.h | 2 +-
nautilus-wipe/nw-delete-operation.c | 33 +-
nautilus-wipe/nw-extension.c | 33 +-
nautilus-wipe/nw-fill-operation.c | 114 +-
nautilus-wipe/nw-operation-manager.c | 105 +-
nautilus-wipe/nw-operation-manager.h | 1 +
nautilus-wipe/nw-operation.c | 19 +-
nautilus-wipe/nw-operation.h | 20 +-
nautilus-wipe/nw-path-list.c | 65 +-
nautilus-wipe/nw-path-list.h | 2 +-
nautilus-wipe/nw-progress-dialog.c | 214 +-
nautilus-wipe/nw-progress-dialog.h | 12 +-
po/Makefile.in.in | 429 +
po/Makevars | 41 +
po/POTFILES.in | 1 +
po/Rules-quot | 47 +
po/boldquot.sed | 10 +
po/de.gmo | Bin 0 -> 5569 bytes
po/de.po | 200 +-
po/en at boldquot.header | 25 +
po/en at quot.header | 22 +
po/fr.gmo | Bin 0 -> 5586 bytes
po/fr.po | 163 +-
po/insert-header.sin | 23 +
po/nautilus-wipe.pot | 246 +
po/quot.sed | 6 +
po/remove-potcdate.sin | 19 +
po/ru.gmo | Bin 0 -> 4388 bytes
po/ru.po | 174 +-
po/stamp-po | 1 +
81 files changed, 53555 insertions(+), 432 deletions(-)
delete mode 100644 .gitignore
create mode 100644 Makefile.in
create mode 100644 aclocal.m4
delete mode 100755 autogen.sh
create mode 100755 build/aux/compile
create mode 100755 build/aux/config.guess
create mode 100755 build/aux/config.rpath
create mode 100755 build/aux/config.sub
create mode 100755 build/aux/depcomp
create mode 100755 build/aux/install-sh
create mode 100644 build/aux/ltmain.sh
create mode 100755 build/aux/missing
create mode 100644 build/m4/gettext.m4
create mode 100644 build/m4/iconv.m4
create mode 100644 build/m4/intlmacosx.m4
create mode 100644 build/m4/lib-ld.m4
create mode 100644 build/m4/lib-link.m4
create mode 100644 build/m4/lib-prefix.m4
create mode 100644 build/m4/libtool.m4
create mode 100644 build/m4/ltoptions.m4
create mode 100644 build/m4/ltsugar.m4
create mode 100644 build/m4/ltversion.m4
create mode 100644 build/m4/lt~obsolete.m4
create mode 100644 build/m4/nls.m4
create mode 100644 build/m4/po.m4
create mode 100644 build/m4/progtest.m4
create mode 100644 config.h.in
create mode 100755 configure
rename help/C/{nautilus-wipe.xml => index.docbook} (92%)
create mode 100644 help/Makefile.in
create mode 100644 help/fr/fr.po
create mode 100644 help/fr/fr.stamp
create mode 100644 help/fr/index.docbook
delete mode 100644 help/nautilus-wipe.omf.in
rename m4/{na-nautilus-extdir.m4 => nw-nautilus-extdir.m4} (80%)
create mode 100644 nautilus-wipe/Makefile.in
create mode 100644 nautilus-wipe/nw-api-impl.h
create mode 100644 nautilus-wipe/nw-api-impl.i
create mode 100644 po/Makefile.in.in
create mode 100644 po/Makevars
create mode 100644 po/Rules-quot
create mode 100644 po/boldquot.sed
create mode 100644 po/de.gmo
create mode 100644 po/en at boldquot.header
create mode 100644 po/en at quot.header
create mode 100644 po/fr.gmo
create mode 100644 po/insert-header.sin
create mode 100644 po/nautilus-wipe.pot
create mode 100644 po/quot.sed
create mode 100644 po/remove-potcdate.sin
create mode 100644 po/ru.gmo
create mode 100644 po/stamp-po
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git
More information about the Pkg-privacy-commits
mailing list