[Pkg-privacy-commits] [parcimonie] branch debian created (now 57236aa)

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:28:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a change to branch debian
in repository parcimonie.

        at  57236aa   hand over package to pkg-privacy team

This branch includes the following new commits:

       new  79274d4   Initialized with Module::Starter.
       new  1ac59d8   Added .gitignore.
       new  a1e4b72   Added perltidy configuration.
       new  18177e9   Added MANIFEST.SKIP.
       new  450b19a   Added perlcritic tests.
       new  8252dfd   Added pickRandomItems function along with its test suite.
       new  4225875   Added licensing information.
       new  2f94e49   FIXME--
       new  95c2155   TODO--
       new  c85c98f   formatting
       new  2426b38   Reordered and improved test suite
       new  fd4043c   Added gpgPublicKeys function.
       new  68ce70c   Added gpgRecvKeys sub.
       new  271d676   Export all subs from by default.
       new  6622ed4   Added a tiny test program.
       new  a753c88   cleanup
       new  c618fea   Added TODO.
       new  b481884   Renamed app to "parcimonie".
       new  0091679   Transform the program into a daemon that fetches one key per iteration.
       new  edf4836   Do NOT bundle Module::Install.
       new  0c9aa7a   Update TODO
       new  2430a5a   Update TODO.
       new  7b2e685   Unless a keyserver is defined in GnuPG configuration, explain the user how to fix this.
       new  c34ade9   Update TODO
       new  9f911d9   Update TODO
       new  32a02d8   Update TODO
       new  78a8acc   TODO++
       new  16cfe06   t/00-load_all.t: test the main program as well.
       new  8cda7e6   Replace Test::More with Test::Most.
       new  0dcec15   Enable t/31-gpgPublicKeys.t in non-author mode.
       new  b8cd6e1   TODO++
       new  7c39f98   Skip cover_db in MANIFEST.
       new  f2adcba   Fix test plan.
       new  1431f79   Use relative path to exported sub.
       new  d974ef1   Daemon now survives gpg errors, e.g. key not found on the keyserver.
       new  ccfad0f   TODO update.
       new  00e2e73   More explicit error message when start/stop/restart is missing.
       new  42f36ce   Use English pragma with -no_match_vars for performance reasons.
       new  395745e   gpgRecvKeys: output gpg's stdout along with its stderr.
       new  5f81a2e   Factor out main daemon loop action into a method.
       new  0e75023   Add functional tests for $daemon->tryRecvKeys.
       new  cf85a2c   Use Path::Class instead of File::Spec.
       new  3202fc6   Sleep for a random time between two iterations.
       new  cde5a1b   Add a --verbose output mode.
       new  9ea0049   WIP: connect to the Tor control port.
       new  f099d87   Convert App::Parcimonie::TorCtl to the Tor::Control Moose role.
       new  03980bf   Send a NEWNYM to the Tor control port before every key fetch.
       new  5c27f42   Use TMPDIR/parcimonie_UID as the pidbase unless running as root.
       new  515c57d   Use MooseX::GetOpt::Dashes to get nicer-looking command line options.
       new  155e109   Document our custom attributes for --help.
       new  59e56bb   Hide --pidfile from --help as it is buggy.
       new  8723aa0   TODO update
       new  ab59f8e   Add usage information to the main script POD.
       new  1cf2932   Draft pieces of the design document.
       new  a8b066d   Use LWP::Online to skip tests that need access to the Internet.
       new  29cfb73   Check the keyserver option's length in GnuPG configuration.
       new  c3f1673   Add missing POD.
       new  73d8897   Allow passing gnupg_homedir to the GnuPG functions.
       new  1141db2   Remove boilerplate from README.
       new  e67585f   Mention the manpage in the README.
       new  1d68b26   Move metadata and documentation to the main script.
       new  c72ef09   Fix license information in meta-data files.
       new  461be1b   Do not keep META.yml under version control.
       new  159dd23   Tell Git to ignore the debian directory.
       new  e451fce   TODO update.
       new  5b75ea7   Remove boilerplate tests, this has been sorted out already.
       new  bc1f036   Fix license URL.
       new  45f6133   TODO update
       new  96c5595   Add missing POD.
       new  de2f1e7   Import a few pubkeys in the beginning of the test suite.
       new  c8aeec2   Test if the correct public keys count is found.
       new  98a9478   Update MANIFEST and MANIFEST.SKIP.
       new  7c8d8fc   Test suite: unify author tests along the lines of Adam Kennedy's guidelines.
       new  0e3f1ea   Fix gnupg_homedir attribute type.
       new  0762729   Test suite: use the test keyring in 32-tryRecvKeys.
       new  1612c6f   Test suite: configure a keyserver.
       new  80d2a0f   TODO update
       new  0b8299e   Re-indent.
       new  72bd1f7   Prepare 0.1 release.
       new  02c87e8   Initial Debian packaging.
       new  c3e8577   Preparing 0.1-1 release.
       new  2132cd2   Add Git repository meta-data.
       new  2c01c62   TODO update
       new  5dec83d   Merge branch 'pub/master' into pub/debian
       new  65c9b5a   Update TODO.
       new  6f868d0   Add explicit dependency on MooseX::Getopt.
       new  9aed8f7   Add custom Moose type: DurationInSeconds.
       new  a329fcd   Make the average lapse time configurable.
       new  97de4fd   Merge branch 'master' into debian
       new  307c221   Update dependencies.
       new  2fe8b37   Add desktop file meant to be installed into /etc/xdg/autostart/parcimonie.desktop.
       new  3a52bea   Prepare 0.02 release.
       new  512f75f   Automatically starts parcimonie via xdg/autostart.
       new  ae58a2b   Merge branch 'master' into debian
       new  34b2a5e   Prepare 0.02-1 packaging.
       new  1c679b6   Add a Comment field to the Desktop file.
       new  fde0140   Add Homepage and Vcs-Git metadata.
       new  5494166   Add homepage metadata.
       new  5fd93d0   Desktop file: capitalize the application name for consistency reasons.
       new  9a6c53f   Fix bug when average_lapse_time is not set.
       new  e4f64d7   Merge branch 'master' into debian
       new  8aadd34   Add fatal method.
       new  8472d01   Error out when no public key can be found.
       new  bd94374   Merge branch 'master' into debian
       new  2388ef8   Update TODO.
       new  919da57   Update MANIFEST.
       new  2f13b1a   Releasing 0.2.
       new  37c29d4   Merge branch 'master' into debian
       new  eb16fe8   Take into account upstream version bump.
       new  0f4399e   Test suite: stop using use_ok.
       new  62e14de   Test suite: use done_testing instead of no_plan.
       new  e05cb29   Test suite: add more sample GnuPG homedirs.
       new  edbae08   Add a testsuite for checkGpgHasDefinedKeyserver.
       new  4287c13   TODO: update research on validation modules.
       new  cd71b10   Add a simple howto for GnuPG configuration requirements (keyserver, Tor).
       new  5422bf7   Manpage: mention the Debian package's autostart feature.
       new  a2aec87   Update dependencies.
       new  01082bc   Add a testsuite for App::Parcimonie::gpgRecvKeys.
       new  96d2cde   Run tests involving GnuPG with LC_ALL=C.
       new  bbe5f40   Update MANIFEST.
       new  7aaae72   Merge branch 'master' into debian
       new  8c4cbd6   Building 0.2-1 Debian package.
       new  7f61273   Debian RFP bugs were submitted, add their numbers.
       new  52a2f5d   Recommend gnupg-curl so that a hkps:// keyserver can be used.
       new  4b5f2b3   README: remove mention of the main module's perldoc.
       new  9d2e9e5   README: remove boilerplate.
       new  c09c4e4   README: formatting.
       new  49b016a   README: add homepage.
       new  1381a61   README: update licensing information.
       new  e353088   README: add installation instructions for Debian.
       new  5a248fc   README: rewording.
       new  4693a8e   POD: resync with README.
       new  74a42c0   Fix --help usage: document the daemon commands.
       new  5aef3d4   manpage: explain how the application startup can be configured.
       new  caf2710   TODO++
       new  7e5b443   Merge branch 'master' into debian
       new  3931e2a   manpage: mention gnupg-curl is needed for HKPS support on Debian-like.
       new  3e1fa19   Merge branch 'master' into debian
       new  4c921eb   Document the recommended packages in README.Debian.
       new  da85f11   TODO: update MooseX::Types::NetAddr::IP status in Debian.
       new  b9eb18f   TODO: more detailed "user feedback" task.
       new  1382f1f   Nicer use of Moose type.
       new  0f688e1   User Path::Class's "dir" rather than the ->new constructor.
       new  15e280f   Use Test::NoTabs.
       new  ac9b1ec   Untabify.
       new  dfa8198   Merge branch 'master' into debian
       new  d9a9dbd   Add libtest-notabs-perl to build-deps.
       new  3bbc6fb   Validate tor_ctl_host using MooseX::Types::NetAddr::IP.
       new  cf5b46b   Update TODO.
       new  d458417   Move custom type to our own namespace.
       new  5622004   Add custom PortNumber Moose type.
       new  dd7428a   Validate tor_ctl_port using custom PortNumber Moose type.
       new  0b03f69   Add mock class to test Tor::Control.
       new  782c640   Add unit tests for Tor::Control (host).
       new  768877e   Add unit tests for Tor::Control (port).
       new  1f3ff0f   mv tryRecvKeys tryRecvKey, interface changed.
       new  69adc55   Rename sleep_time to next_sleep_time.
       new  ea47fb7   Add debugging message.
       new  6030f09   Keep a in-memory buffer of max 1000 key fetch attempts result.
       new  97e01f3   Update TODO.
       new  15444e0   Allow the garbage collector to free some memory.
       new  b677d0c   TODO: add implementation notes.
       new  8e39c94   Add ::DBus::Object class and register one signal in it.
       new  6dbb33b   Add a dbus_object attribute to ::Daemon.
       new  b27337a   Emit a dummy D-Bus signal after attempting to fetch a key.
       new  6d25892   Abstract out work that is done at every step to the iterate method.
       new  05366c0   Rewrite ::DBus::Object.
       new  1b00f0d   Let the D-Bus main loop handle the sleeping and timeout.
       new  e1f7aaf   Send a D-Bus signal both before and after trying to fetch a key.
       new  c86c1b9   ::Daemon: use STDERR for debug output.
       new  e2eaf74   Initial draft for trayicon.
       new  1e520b0   Reimplement (now working) applet using Gtk2::StatusIcon.
       new  d152726   Cleaner UI initialization => prevent small display glitches.
       new  88de80b   Add tooltips.
       new  6f7e954   Debug messages changed.
       new  ef16ecd   Update TODO.
       new  d7f564e   Update MANIFEST.
       new  de31630   Add some of the missing POD.
       new  e78a334   Convert ::Applet to MooseX::Declare.
       new  b203bd0   Aesthetics.
       new  561238d   Use GTK stock icons rather than random ones.
       new  8343291   Add l10s support to the systray applet.
       new  c1ae87f   Update TODO.
       new  a2fbe40   Fix POD.
       new  08d8b38   Wait some time for the daemon's D-Bus service to appear on startup.
       new  279dfc0   Update TODO.
       new  3fbb569   Merge branch 'master' into debian
       new  f73ff24   Dependencies: one package per-line, consistently.
       new  8eddaff   Update dependencies.
       new  14146cc   Start the systray applet with desktop sessions.
       new  f5941cb   Update TODO.
       new  d5e4132   Use the program's name in Git tags.
       new  371be60   Wait longer for the D-Bus service to appear.
       new  60d7ea0   Release parcimonie 0.3
       new  9388b79   Merge commit 'parcimonie_0.3' into debian
       new  05e1f3c   Fix gbp.conf.
       new  0310131   Preparing debian/changelog for upcoming 0.3-1 package.
       new  11dc4a5   Imported Upstream version 0.3
       new  9f4ac26   Fix gbp upstream tags to avoid conflicting with real upstream ones.
       new  840fb39   Imported Upstream version 0.3
       new  5ed4873   Enable pristine-tar.
       new  129eff5   Update README.source to match the current packaging workflow.
       new  1469d23   Prepare debian/changelog.
       new  76f6857   Imported Upstream version 0.3
       new  2316eab   Merge commit 'upstream/parcimonie_0.3' into debian
       new  2943770   Import .desktop files from the Debian packaging.
       new  e8a5a8f   Update TODO.
       new  362e281   Add Makefile.PL and META.yml to the MANIFEST.
       new  fbae1c2   Fix gbp.conf, again.
       new  3259f37   Switch to 3.0 (quilt) source format.
       new  a92f061   Fix version in debian/changelog.
       new  b6ca2d6   Auto-start the applet with X sessions.
       new  0924450   Add missing dependency.
       new  da13cf0   Don't run tests that need X unless $DISPLAY is set.
       new  e2af492   Releasing parcimonie 0.3.1
       new  3f24f0b   Imported Upstream version 0.3.1
       new  2bb5fe8   Merge commit 'upstream/parcimonie_0.3.1' into debian
       new  e37352c   Add missing dependency to debian/control.
       new  2cf77ed   Prepare debian/changelog
       new  f647553   WIP: set empty DISPLAY before running the testsuite.
       new  4b8918a   Fix background daemon mode.
       new  1fceeb2   Bootstrap gettext po directory.
       new  e3271c6   Generate .pot and .po files.
       new  3224ee0   Add TRANSLATORS: help messages.
       new  1b27255   Updated PO files.
       new  b2961c1   Migrated to the "parcimonie" text domain.
       new  aa16e26   Gettext-ize every ->debug call.
       new  af831c2   Update PO files.
       new  77bee4e   Git, please ignore .mo files.
       new  9be6791   Update French translation.
       new  fcde33b   Update TODO.
       new  a393916   Update PO files.
       new  2e5115e   Move data files to share/{applications,locale}.
       new  8bc0b61   Files in share/ must not be installed into the distribution 'auto' path.
       new  6c33577   TODO update.
       new  940a3ed   Update copyright years.
       new  ed2f694   Start migrating to Dist::Zilla.
       new  aa97c44   Remove files that will be generated by dzil.
       new  d502f57   Change license to Perl 5 one.
       new  a6500ad   Remove more cruft that will be auto-generated by Dist::Zilla.
       new  5ed6dba   Add missing POD.
       new  14e779f   More complete Dist::Zilla config.
       new  1b097fe   Remove duplicate version declaration.
       new  8a7ab28   Workaround Pod::Coverage being dumb.
       new  8e90890   Move .placeholder to placeholder to that it's ignored by ::PruneCruft.
       new  7e4d834   Cleanup from MANIFEST.SKIP stuff already done by ::PruneCruft.
       new  11927bd   Dist::Zilla: enable PkgVersion plugin.
       new  b6c237e   Enable the Git::Check Dist::Zilla plugin.
       new  31b1847   Update TODO.
       new  ac062b3   Get back our README. Dist::Zilla's one is much worse.
       new  0d35763   Update gettext infrastructure to match files move.
       new  3d8e427   Bump debhelper compatibility level to v8.
       new  1cf3b1c   Only the systray applet is now translatable.
       new  f2d434b   Disable Dist::Zilla's ModuleBuild plugin.
       new  eff455e   po: use DESTDIR and PREFIX to build the destination install directory.
       new  d0b3b14   po: remove "install" target from the "all" one.
       new  9febd4e   Move back gettext directory to ./po/.
       new  dd780be   Reindent.
       new  9db74d1   Remove obsolete comment.
       new  96b6434   Disable Dist::Zilla PkgVersion plugin.
       new  2f51ff4   Cleanup obsolete strings in PO file.
       new  22a6d15   TODO update.
       new  6fe93a8   Dist::Zilla: move from MakeMaker to ModuleBuild.
       new  986313f   Update the .po files at release time, copy the .mo files to blib/ at build time.
       new  93b8fe3   Allow the user to specify arbitrary arguments that are passed to GnuPG.
       new  c39f7f0   Add /.build to .gitignore.
       new  dbe3d01   Enhance POD.
       new  65daf96   TODO test now passes.
       new  ca37f03   Run "torsocks gpg" instead of gpg.
       new  09e56ae   Croak if needed programs cannot be found in $PATH.
       new  cf30261   Update error message.
       new  8a9f58a   Consistency.
       new  68a085a   tor_ctl_host can indeed be supplied as a hostname.
       new  599fa2a   Move tests that need Internet access to the end.
       new  80b2d95   Use Net::DBus mock object and connection when running in test harness.
       new  873d006   Allow no keyserver set in gpg.conf if --gnupg-extra-arg "--keyserver=.." is used.
       new  c44d072   Stricter type constraint.
       new  8af17e7   Clearer error message.
       new  aa280a9   Deal with torNewNym failures: skip fetching a key.
       new  a2b968b   Add opt-in recording and reporting of memory usage to the daemon.
       new  8576297   Add opt-in recording and reporting of memory usage to the applet.
       new  c5769e5   Update usage documentation.
       new  c21ef8b   Update TODO.
       new  67d00d6   Remove obsoleted line.
       new  c6cbb42   Decode/encode from/to UTF-8 on IO boundaries.
       new  e10a43d   Display the trayicon for 10 seconds after key fetch end.
       new  d3293e8   Use the codeset defined by the current locale settings instead of utf-8.
       new  4a8cbbb   Reformat, document D-Bus signal args.
       new  3f8ff5f   Fit in 80-chars width.
       new  f45bac2   Enable the OurPkgVersion Dist::Zilla module.
       new  834cf1b   Disable the PodVersion Dist::Zilla plugin.
       new  330571f   Update README: we now ship a Build.PL.
       new  9bf0f11   Move Moose role to the A::P::Role namespace.
       new  af08ee0   Add missing MooseX::StrictConstructor.
       new  f425199   Make the Encode::Encoding object persistent.
       new  87eee40   Reindent.
       new  151ae05   Build the public keys list in an optimized way.
       new  ba211af   Update TODO.
       new  0184c99   Remove all CPAN URLs since parcimonie has not been published there yet.
       new  7baa407   Add missing prereq on File::ShareDir.
       new  ac0e3c5   Release parcimonie 0.3.2
       new  fdd3a86   Update dependencies.
       new  699299c   Update copyright information.
       new  f80d1f5   Update debian/changelog.
       new  536f44d   Update debian/rules wrt. new location of .desktop files.
       new  c61da97   Remove useless directory in override_dh_auto_install.
       new  e9cd158   Bump standards version, no change required.
       new  ebc2855   Imported Upstream version 0.3.2
       new  7c8480d   Merge commit 'upstream/parcimonie_0.3.2' into debian
       new  3742a5c   Update debian/changelog.
       new  79e6876   Add missing build-dep.
       new  20a921e   Remove wrong debian/watch.
       new  aee4dd8   Fix homepage URL in debian/copyright.
       new  9d0faa1   Install compiled locales where they belong.
       new  37aae19   MooseX::NonMoose is a build-dep but not needed at runtime.
       new  ad9d358   inc::My::Builder: subclass using "base" rather than MooseX::NonMoose.
       new  58a269f   Add simple manpage source for parcimonie-torified-gpg.
       new  8f60b5a   Releasing parcimonie 0.3.3
       new  5132e1d   Merge commit 'upstream/parcimonie_0.3.3' into debian
       new  138ee77   Imported Upstream version 0.3.3
       new  6e2615f   Compile parcimonie-torified-gpg(1) from Markdown at build time.
       new  4362ecf   Remove obsolete build-dependency on libmoosex-nonmoose-perl.
       new  3f5b159   Run the testsuite with a fake X server, thanks to xvfb.
       new  86b9468   Add debian/watch file.
       new  83b4283   Releasing parcimonie 0.3.3-1 Debian package.
       new  d39b7fe   Applet: add a log viewer window.
       new  0be2738   Support connecting to Tor over the shiny new ControlSocket.
       new  6782467   Support password and null Tor authentication methods.
       new  ca84dc8   Fix HasEncoding role on older Perl.
       new  db15e5b   Run "torsocks gpg" using exec.
       new  46986c7   Bugfix: gpg command-line was infinitely growing.
       new  a7e5034   Fix test.
       new  be8f180   Update mock object accordingly to current implementation.
       new  a29150a   init_control_tor_with: short-circuit if running in test harness.
       new  10b2cbd   TODO update.
       new  3598658   Releasing parcimonie 0.4
       new  f79947d   Merge commit 'upstream/parcimonie_0.4' into debian
       new  80015ac   Imported Upstream version 0.4
       new  e510f0a   Releasing parcimonie 0.4-1 Debian package.
       new  fbce2d4   Fix spelling.
       new  801cdac   Only capture gpg's stderr.
       new  bde4255   Filter out libtorsocks error messages.
       new  1bef6df   Really fix the ever-growing gpg command-line bug, again.
       new  725a487   G::I: add an already_torified attribute.
       new  6bcc14a   Add a --gnupg-already-torified daemon option.
       new  0438acc   Document how hkpms:// can be used with parcimonie.
       new  f38d9da   TODO update.
       new  19a3978   Releasing parcimonie 0.5
       new  1478b76   Merge commit 'upstream/parcimonie_0.5' into debian
       new  8aadece   Imported Upstream version 0.5
       new  3b75799   Add new dependency on libclone-perl.
       new  7372368   Releasing parcimonie 0.5-1 Debian package
       new  418ec21   Document how Tor must be configured.
       new  10d2620   Use new Debian default location for ControlSocket and CookieAuthFile.
       new  43b03aa   Update doc wrt. new location of control socket and authentication cookie.
       new  9472807   Update TODO.
       new  3b63337   Releasing parcimonie 0.5.1
       new  2e80c71   Imported Upstream version 0.5.1
       new  dfbfee0   Merge commit 'upstream/parcimonie_0.5.1' into debian
       new  7200ec6   Put my real name into the Maintainer field.
       new  a6379e4   Put my Debian address in the Maintainer field.
       new  521224b   Recommend tor.
       new  44f244b   Improve long package description.
       new  2d851f2   Add lintian override for maintainer-not-full-name.
       new  cf80e3b   Releasing parcimonie 0.5.1-1 Debian package.
       new  98d5224   Update to my Debian email address.
       new  189ed5a   Remove now useless lintian override.
       new  ca260e2   Releasing parcimonie 0.5.1-2 Debian package.
       new  602148f   Remove useless signature lines.
       new  b7ba9f0   Set strict permissions on GnuPG test home directories.
       new  a003e76   Cherry-pick test suite bugfix from upstream Git.
       new  beb610b   Releasing parcimonie 0.5.1-3 Debian package
       new  5c72095   Documentation: make it clear the torrc settings depend on the Tor version.
       new  684b384   Look up keys using the full fingerprint, instead of long key ID.
       new  8fc60d3   Build-depend on libmodule-build-perl.
       new  f647bd4   Fix dependency: Gtk2 1.222 is enough.
       new  514460b   Update keyserver configuration instructions.
       new  eb6072c   Releasing parcimonie 0.5.2
       new  eb5aef0   Merge commit 'upstream/parcimonie_0.5.2' into debian
       new  41ffcc1   Imported Upstream version 0.5.2
       new  c9f132a   Drop patch merged upstream: 0001-Set-strict-permissions-on-GnuPG-test-home-directorie.patch
       new  7821fcc   Releasing parcimonie 0.5.2-1 Debian package.
       new  7a18317   Tiny design document update.
       new  71ec552   New setting: minimum_lapse_time, defaulting to Tor default MaxCircuitDirtiness.
       new  a965a91   Remove support for controlling Tor. Don't send NEWNYM anymore.
       new  f8dd132   Convert App::Parcimonie::GnuPG::Interface to Any::Moose.
       new  6e9642c   Convert tiny roles to plain Moose.
       new  210d145   Fix name of role in POD.
       new  d98acab   Move initialization code outside of useless BEGIN block.
       new  3577afd   Migrate A::P::Daemon from MooseX::Declare to plain Moose.
       new  ce34c1a   Convert A::P::Applet from MooseX::Declare to plain Moose.
       new  10695a5   Remove obsolete dependency on MooseX::Declare.
       new  fa89f70   Update TODO wrt. memory usage.
       new  2715e8e   Convert A::P::Daemon from MooseX::Daemonize to MooseX::App::Cmd.
       new  894e244   TODO update.
       new  a632086   Convert to Any::Moose.
       new  445480b   Remove obsolete perlcritic configuration.
       new  fcd0ecf   TODO update wrt. memory savings.
       new  2de76fb   Convert ::Applet to Any::Moose.
       new  ecdca6e   Make it clear we don't depend on MooseX::Types directly anymore.
       new  39f1484   TODO update.
       new  fc69dc3   Convert daemon to plain MX::Getopt without App::Cmd.
       new  d745095   Tell perlcritic Any::Moose enables strictures.
       new  444ca95   Migrate dependencies from Moose* to Mouse*.
       new  29ece0b   Update TODO.
       new  0fdd280   Document the case when a custom --minimum-lapse-time should be used.
       new  7d43eac   Convert gnupg_options to a lazy attribute.
       new  5c7c862   Use namespace::autoclean in all classes and roles.
       new  9de52ba   Cleanup.
       new  33671f3   TODO update.
       new  0008c5f   Move memory savings notes from TODO to Changes.
       new  a3f593c   Add an About dialog to the applet.
       new  544817e   Move some design documentation where it belongs.
       new  d526184   Start filling Changes.
       new  afab6ad   TODO update.
       new  b13ee20   Add missing {Build-,}dependency on liblocale-gettext-perl. (Closes #642732)
       new  ed792ee   Remove dependency on MouseX::NativeTraits.
       new  df8b2b9   Remove dependency on Mo[ou]seX::StrictConstructor.
       new  689d8c4   Pass gnupg_options to checkGpgHasDefinedKeyserver.
       new  a663f5d   Fix testsuite.
       new  01e9db7   Update po/pot files.
       new  bcde162   Releasing parcimonie 0.6.
       new  1deb4ee   Merge commit 'upstream/parcimonie_0.6' into debian
       new  cf6fa98   Imported Upstream version 0.6
       new  a87fc25   Update dependencies.
       new  e4665f7   Releasing parcimonie 0.6-1 to unstable.
       new  9561c32   Update README: parcimonie was uploaded to Debian.
       new  0747931   Fix my name.
       new  d1f5087   Add Lintian overrides for false positives.
       new  2d16bca   New snapshot: 0.6-2~1.gbpd1f508
       new  c0eaf16   Set my email address to my shiny new @debian.org one.
       new  3fdbcdd   Update specification URL in debian/copyright.
       new  9d30d95   Bump Standards-Version to 3.9.3, no change required.
       new  af2b80a   Testsuite: use pool.sks-keyservers.net instead of keys.indymedia.org.
       new  733d4e8   Cherry-pick patch from upstream Git  (Closes: #662595).
       new  3d58bd9   Releasing parcimonie (0.6-2) to Debian unstable.
       new  6103a9d   Fix option name in test suite.
       new  5dc2e3e   Skip online tests unless in release testing mode.
       new  9fe3c6c   Untabify.
       new  1437dd3   Cherry-pick patch from upstream Git  (Closes: #665249).
       new  8ba6367   Bump debhelper compatibility level to 9.
       new  a3b566a   Bump copyright years.
       new  d83682b   Releasing parcimonie (0.6-3) to Debian unstable.
       new  d36b49c   s/Gtk2/Gtk3/
       new  431318c   Remove obsolete library import.
       new  7073b57   Use new Gtk3/GDK API for event buttons.
       new  7134160   Use new Gtk3/GDK3 event API to access pressed key value.
       new  d146070   Use Gtk3::Gdk::keyval_from_name instead of obsolete (undefined) ::Keysyms.
       new  f316dd8   Use new Gtk3 API for window visibility toggling.
       new  dd32e7f   Use Gtk3::MenuItem->new_with_mnemonic (->new('label') is not supported in Gtk3).
       new  a082860   Require Gtk3 0.007, which will be the first one supporting Gtk3::show_about_dialog.
       new  c54b257   Releasing parcimonie 0.7.
       new  83439c1   Merge tag 'upstream/parcimonie_0.7' into debian
       new  39acce2   Imported Upstream version 0.7
       new  d0fc4b8   Update dependencies to match new upstream ones.
       new  af9982e   Drop all cherry-picked patches: obsoleted by new upstream release.
       new  e23cf3a   Releasing parcimonie (0.7-1) to Debian unstable
       new  e2d282d   Use correct method name to set tooltip on status icon (fixes critical applet bug).
       new  8c2a8b1   Pass the -1 placeholder for text length when inserting into a TextBuffer.
       new  cdaf096   Releasing parcimonie 0.7.1.
       new  73cdb5a   Imported Upstream version 0.7.1
       new  68674e5   Merge tag 'upstream/parcimonie_0.7.1' into debian
       new  abe85e2   parcimonie (0.7.1-1)
       new  c24f657   typo
       new  d30a026   changing specific keyservers to pools
       new  437a799   changing help urls about HKPS
       new  4669e01   Update long description.
       new  1883d95   Adapt syntax to newer Gtk3 bindings, and depend on it.
       new  0d5f193   Fully migrate to Moo, Type::Tiny and MooX::Options, thanks to MooX::late.
       new  006e944   Move from the deprecated CriticTests to Test::Perl::Critic.
       new  55910a4   Use D::Z::P::ChangelogFromGit, rename old Changes.
       new  f752cd6   Use Moo::Role before loading other libraries: exports all methods declared after it's used.
       new  80d598d   Stop using OurPkgVersion, drop VERSION placeholders.
       new  2048123   Bump copyright years, don't add copyright info to libraries.
       new  a52a30f   Don't use Dist::Zilla's CheckChangeLog, it is now generated from Git.
       new  44cb291   Release parcimonie 0.8.
       new  41be307   Update manual installation instructions: we now use Dist::Zilla.
       new  73a6000   Imported Upstream version 0.8
       new  656f61d   Merge tag 'upstream/parcimonie_0.8' into debian
       new  86b48b2   Update copyright years in debian/copyright.
       new  65fab71   Update dependencies to match upstream changes.
       new  3e6ddd0   Declare compliance with Standards-Version 3.9.5.
       new  17700b6   Fix dependency name.
       new  95d3a4f   Drop obsolete Lintian overrides: these were fixed in Lintian two years ago.
       new  957c21a   parcimonie (0.8-1)
       new  1553332   Add "no Moo" at the end of the ::Applet class.
       new  36007e1   Use namespace::autoclean in all classes and roles.
       new  f223290   Add comment for consistency with ::HasCodeset.
       new  f76cf1b   Migrate away from Path::Class to the lighter Path::Tiny.
       new  47d6f4a   Drop obsolete dependencies.
       new  c952f70   parcimonie is now in Debian stable.
       new  e860a1e   Clarify lapse time with large number of keys (Closes: Debian#738004).
       new  930c14c   Include gpg and OpenPGP in the package description, to ease finding the package with common search terms.
       new  8931fdc   Sleep a random amount of time if the computed random sleep time is too low (Closes: Debian#738134).
       new  5d4f430   Update POT and PO files.
       new  4b1bd66   Correctly set DESTDIR in ACTION_build.
       new  90e7cf6   parcimonie 0.8.1
       new  83df627   Imported Upstream version 0.8.1
       new  e9230e4   Merge tag 'upstream/parcimonie_0.8.1' into debian
       new  ac4db01   Imported Upstream version 0.8.1
       new  fa285cf   Update dependencies wrt. new upstream release: drop dependencies on libfile-sharedir-perl, libfile-spec-perl and libpath-class-perl. Add dependency on libpath-tiny-perl.
       new  85270bb   Don't version dependencies that are satisfied in Squeeze.
       new  0c21b53   Drop build-dependency on libmodule-build-perl: it's shipped by perl itself.
       new  32d79d7   Drop dependency on perl: it's taken care of by ${perl:Depends}.
       new  ddf41c8   Don't version dependencies when no older version was ever uploaded to Debian.
       new  08487fb   Simply versioned build-dependency on debhelper: ">= 9" is enough.
       new  0afbf0e   parcimonie (0.8.1-1)
       new  1a4db90   Use namespace::clean instead of namespace::autoclean: the latter inflates Moo classes to Moose.
       new  51b9064   Use namespace::clean in the last two modules that did not use it yet.
       new  f8be773   parcimonie 0.8.2
       new  3836b63   Merge tag 'upstream/parcimonie_0.8.2' into debian
       new  ac129b9   Imported Upstream version 0.8.2
       new  ea918cd   Adjust {runtime,build}-dependencies for new upstream release: replace libnamespace-autoclean-perl with libnamespace-clean-perl.
       new  ae86873   parcimonie (0.8.2-1)
       new  4e5f64d   TODO++
       new  dbcd3fe   Don't store the results of (up to the) 1000 last key fetches anymore.
       new  0a48d0b   parcimonie 0.8.3
       new  151d776   Merge tag 'upstream/parcimonie_0.8.3' into debian
       new  12a43b4   Imported Upstream version 0.8.3
       new  16acee4   Adjust dependencies accordingly to new upstream release: remove {build,runtime}-dependency on libtie-cache-perl.
       new  a5bf17f   Import upstream public OpenPGP key in debian/upstream/signing-key.asc.
       new  a301522   Instruct uscan to verify upstream releases' OpenPGP signature.
       new  deddf46   watch: use http:// URL, as upstream's website uses an expired certificate.
       new  4a357e1   parcimonie (0.8.3-1)
       new  14339a8   Support encodings that are handled by Encode::XS (Closes: #768174).
       new  9d20ef1   parcimonie 0.8.4
       new  d0974dc   Merge tag 'upstream/parcimonie_0.8.4' into debian
       new  ef92d09   Imported Upstream version 0.8.4
       new  b422173   parcimonie (0.8.4-1)
       new  76e3581   Advertise the cleartext HTTP URL for the project's homepage.
       new  ccfa95e   debian/control, debian/copyright: advertise the cleartext HTTP URL for the project's upstream homepage.
       new  c9f2bdf   TODO--
       new  9986097   Add libmodule-build-perl to Build-Depends-Indep. (Closes: #789638)
       new  cb9c531   Declare compliance with Standards-Version 3.9.6.
       new  32330f0   parcimonie (0.8.4-2)
       new  eb73a82   Record more memory usage when $ENV{REPORT_MEMORY_USAGE} is set to a true value.
       new  df28f13   TODO--: on current Debian sid at least, the applet actually *does* get signals from the daemon after it has been restarted.
       new  f060c7f   Use 'any' from List::Util and require a version that provides it.
       new  5402b7d   Make D-Bus support opt-in in the daemon, and enable it via the .desktop file.
       new  7de7695   Add sleep duration time STDOUT when running without D-Bus, and to to the applet's log.
       new  067456e   dist.ini: switch from the deprecated NoTabsTests to Test::NoTabs.
       new  871383b   dist.ini: replace the obsolete EOLTests with Test::EOL.
       new  0f6b237   dist.ini: don't create PodCoverageTests.
       new  2795e57   Bump version to 0.9.
       new  771806c   Imported Upstream version 0.9
       new  9aecfdb   Merge branch 'upstream' into debian
       new  755802f   Update upstream signing key.
       new  874b6b8   NEWS.Debian: document the D-Bus related changes and action that may need to be taken post-upgrade.
       new  3748c2b   Add {build,runtime} dependency on libtime-duration-perl.
       new  d9a3f5c   Depend on perl instead of perl-modules (spotted by Lintian), and version this dependency on perl to >= 5.20.
       new  ffbacd7   Update debian/changelog.
       new  d1cddef   Mark as autopkgtest-able with the pkg-perl's implementation.
       new  e4dcc0c   autopkgtest: skip syntax check for App/Parcimonie/Applet.pm.
       new  97c7089   autopkgtest: use App::Parcimonie::Daemon in use.t.
       new  0b6a4b0   autopkgtest: skip t/00-load_all.t in the smoke test.
       new  eef40a0   parcimonie (0.9-1)
       new  35d3c3e   Demote the applet's dependencies to Recommends (Closes: #774529).
       new  c8c6ef9   debian/control: mention the applet in the long description.
       new  33d7139   parcimonie (0.9-2)
       new  57236aa   hand over package to pkg-privacy team

The 560 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.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/parcimonie.git



More information about the Pkg-privacy-commits mailing list