RFC: advise against using Proton Mail for Debian work?

2023-11-14 Thread Nicholas D Steeves
Hello,

Please retain me in CC for all replies.

Everyone reading this most likely believes that PGP/GPG is a good thing;
Many will advocate for its use-by-default for even unimportant
correspondences, because privacy is a right.  Meanwhile, everyday usage
of encryption normalises it, which is important because the means to
privacy should not a niche crypto enthusiast thing...

On the surface, this means Proton Mail (free account) is great!  And for
general use, I feel like we should be supportive of them; however, I'm
starting to wonder if we need to recommend against the use of Proton
mail for Debian work for the following two reasons:

1. I've received a report that this provider is not appropriate for DM
and DD use, because the key pair is stored on their servers.  Ie: The
applicant doesn't control the means to validating identity and
authorship.

2. The Proton Mail web client automatically encrypts email to anyone who
it has a key for.  Usually, this would be a great thing, but it means
that emailing 1234 at bugs.debian.org while CCing
uploader_since_this_is_an_rc_...@debian.org will encrypt the email that
is sent to the BTSe...which has the effect of making Debian development
veiled in plain sight rather than "in the open".

I see three outcomes:

A) Continue to explain this to new contributors on a one-by-one basis.
B) Advise against using Proton Mail for Debian work (where?  our wiki?)
C) Proton Mail begins to do something differently on their end, such as
offering some features to Debian contributors that currently require a
subscription.

What do you think?
Nicholas

P.S. Also, at what point should we add them to CC and/or write them an
open letter?


signature.asc
Description: PGP signature


Re: Bug#999493: ITP: pika-backup -- simple backups based on borg

2022-05-23 Thread Nicholas D Steeves
Control: noowner -1
Control: retitle -1 RFP: pika-backup -- simple backups based on borg

I'm converting this ITP to an RFP because six months have passed without
an update.  Please feel free to revert to an ITP if The Debian Borg
Collective is still working on this package.  Reply follows inline:

On Thu, 11 Nov 2021 22:27:02 UTC, The Debian Borg Collective wrote:

> Package: wnpp
> Severity: wishlist
> Owner: Debian Borg Collective 
> X-Debbugs-Cc: debian-devel@lists.debian.org
>
> * Package name: pika-backup
>   Version : 0.3.5

Now at v0.4.0

>   Upstream Author : Sophie Herold
> * URL : https://apps.gnome.org/app/org.gnome.World.PikaBackup/
> https://wiki.gnome.org/Apps/PikaBackup
> https://gitlab.gnome.org/World/pika-backup
> * License : GPL-3
>   Programming Lang: Rust
>   Description : simple backups based on borg
>
> Doing backups the easy way. Plugin your USB drive and let the Pika do the 
> rest for you.
>

It might also be worth noting that remote backups are supported in the
short description (I haven't verified this functionality).

> Features
>
>  * Setup new backup repositories or uses existing ones
>  * Create backups locally and remote
>  * Save time and disk space because Pika Backup does not need to copy known 
> data again
>  * Encrypt your backups
>  * List created archives and browse through their contents
>  * Recover files or folders via your file browser
>
> Pika Backup is powered by the well-tested borg-backup software.
>
> Limitations
>
> Currently, scheduled backups are not supported.

Scheduled backups are now supported :)

> Excluding files from a backup via regular expressions and alike is not
> implemented yet.

This functionality also appears to now be supported:

  
https://gitlab.gnome.org/World/pika-backup/uploads/1e287bea9923d89213442658e152cc6c/pika-backup-1.png

> Pika Backup is designed to save your personal data and does not
> support complete system recovery.

Unfortunately Vorta (which I maintain) cannot yet do this either.  An
additional limitation of Pika, as far as I can tell, is that it doesn't
support a mechanism to either a) make LVM or btrfs snapshots.  b) call a
pre & post script to do so.  This is something Vorta is working towards
supporting, while it's unclear whether it will be an eventual feature of
Pika.  I believe the absence of this support may pose an issue for
consistent backups of unquiesced user databases (eg: Akonadi), but maybe
this isn't an issue on GNOME?

From what I can tell, Relax-and-Recover looks like it may be the most
promising solution for full system recovery.  Its distinguishing
features are generation of bootable recovery media and incredible
flexibility.  Relax-and-Recover can also integrate with Borg, but it
does not have a user friendly GUI.

  http://relax-and-recover.org

I'm the maintainer of Vorta (Qt-based), and I support a handful of happy
(GNOME) users, but Pika Backup looks easier to set up and has what
appears to be a GNOME HIG interface, and development towards (possibly
already ready) GTK4 support.  In other words, it looks like Pika may be
a better fit for users who use Debian's default desktop (GNOME).  As a
KDE Plasma user, I won't be packaging Pika.

Regards,
Nicholas


signature.asc
Description: PGP signature


Re: best practice system setup and some concept ideas - /root (OS) /home (data) re-play changes and and /etc/config after re-install with new distro version?

2021-10-06 Thread Nicholas D Steeves
Andrey Rahmatullin  writes:

> On Wed, Oct 06, 2021 at 12:03:16PM +0200, dude wrote:
>> what is the best practice for easy update & dist-upgrade:
>> 
>>  1. in terms of speed and easy of distro updates, it makes sense to separate
>>   * /root (software (programs) that can be re-downloaded) (on
>> separate single suepr fast SSD or NVMe)
>>   * /home (non-reblacable unique data (massive amounts of space with
>> 8x4TB software mdadm RAID10))
> This is mostly irrelevant.
> Also "non-reblacable unique data" exists outside /home too, e.g. in /etc
> and /var.
>
>>  2. when a new Debian 12 is coming out
>>   * how to re-play all those changes, installs, configs and programs
>> made to /root?
> Just don't reinstall. Debian recommends using apt and following the
> release notes to upgrade to the next version.
>

+1, one of the killer features of Debian is reliable and smooth
upgrades.

Given the / vs /root mixup, and the assumption that a new major release
requires a reinstall, I think Dude is a new Debian user.

>>  3. if things go wrong there is still this nice "show me all changes to
>> logs in beautiful colors" one liner
>>   * (ccze is very much needed also in Debian 12 :) (tried many
>> alternatives)
>>   * find /var/log/* -type f \( -name "*" \) ! -path '*.gz*' -exec
>> tail -n0 -f "$file" {} + | ccze
> (doesn't look like *changes* to logs for me, but whatever works for you)
>
>>  1. install a very basic Debian 11 template
>>  2. apply all changes (all changes will be recorded to a separate
>> partition (!?) or a local git repo!?) and saved as a "config
>> snapshot" that can be re applied as soon as Debian 12 template is
>> released :)?
> This is over-engineering, unless you are going for the "infrastructure as
> code" paradigm from the beginning (which is over-engineering for many
> use cases as well).
>

If the objective is just to install a set of packages, why not use 'dpkg
--get-selections' and 'dpkg --set-selections'? (hint: also learn how to
use apt-mark to save/restore the "automatically installed" state) Beyond
that, there are many more flexible alternatives like CFEngine, Ansible,
Propeller, Puppet, etc.

Another option is to create a custom task-foo package, or a metapackage.

Alternatively, one can also use a pre-upgrade btrfs snapshot of @rootfs
(including /etc and /var) to gain the ability to examine any/all changes
between the pre-upgrade and post-upgrade state.  Providing staged
upgrades and/or easy rollbacks using this feature is one of my long-term
plans.

I'm not really sure what the actual problem is...hence the diversity of
potential solutions...

Regards,
Nicholas


signature.asc
Description: PGP signature


Re: Future of /usr/bin/which in Debian?

2021-09-21 Thread Nicholas D Steeves
Michael Stone  writes:

> On Tue, Sep 21, 2021 at 09:00:52AM +0100, Jonathan Dowland wrote:
>>On Mon, Sep 20, 2021 at 11:02:49AM -0400, Michael Stone wrote:
>>>It seems to install to /usr/bin/which.gnu, implying that you could 
>>>upload /usr/bin/which.bsd if you so desire; what's the issue?
>>
>>I think we should have just one which implementation in the archive. We
>>should (have) pick(ed) the best one for Debian. I believe (perhaps
>>unfairly... I'd love to be proven wrong) that the GNU implementation was
>>uploaded very quickly, without the BSD implementation being considered.
>>Perhaps the GNU one is the best fit for our needs. It would have been
>>nice to see that there was an evaluation.
>
> I think it doesn't matter how many which implementations are in debian. 
> If you want something with specific portable semantics, just use command 
> -v. The remaining consumers of which are either programs that (ipso 
> facto) don't care about semantic corner cases or are humans who want to 
> use which just because, and probably have strong opinions on how it 
> should behave (as, apparently, you do). We can't satisfy everybody with 
> one implementation, and I see no technical reason that we'd even try to 
> do so.

+1 for everything above.  I also think it may be more reasonable to
prefer (by default, using the alternatives mechanism) the more LSBish
one (in this case GNU) rather than the potentially more simple, clean,
and full-featured one (BSD).  For precedent see netcat-traditional vs
netcat-openbsd, and GNU tar vs bsdtar and pax--particularly during the
time when bsdtar was superior (iirc) to GNU tar.

I also acknowledge that this may entrench the precedent of preferring a
GNU/Linux-standard solution that may not be the technically best.  For
the record, I seem to remember using bsdtar for the period of time when
GNU tar had some issue or another (or was it a missing feature?  Maybe
xattr, sparse file support, or acl-related?), and I also have a strong
personal preference for netcat-openbsd.

Thankfully we have the /etc/alternatives and Provides mechanisms to
affirm user choice in such cases, and I think most of us will agree this
is a totally equitable and reasonable compromise :-)

Regards,
Nicholas


signature.asc
Description: PGP signature


Re: Reconsider sending ITP bugs to debian-devel: a new list?

2021-06-14 Thread Nicholas D Steeves
Thomas Goirand  writes:

> On 6/12/21 1:06 PM, Marc Haber wrote:
>> On Sat, 12 Jun 2021 01:04:21 +0300, Nicholas Guriev
>>  wrote:
>>> For the record, the latest digest of the debian-devel@ list #194
>>> consists of 17 emails. 13 of them are ITP forwards, the remaining 4
>>> emails are about ITP forwarding.
>> 
>> This is an exceptional day. debian-devel usually doesn't see that many
>> ITP postings on a single day.
>
> I'm not sure how you have this impression. I've seen many times 10 to 20
> ITP per day sent to d-devel.
>

I've seen that too, often all at once (dependencies of a NEW node-foo),
and server-side procmail or sieve filters can mitigate this, as can
client-side rules.  Honestly I thought that being able to cope with
large quantities of email--researching new solutions and implementing
them if necessary--was part of job description of doing Debian work,
even though it's also true that one does not need to read most of that
mail let alone reply to it.

>> I think we shouldn't drive our infrastructure's complexity up just to
>> cater for software that is obviously sick.
>
> +1
> Though there are other reasons why it'd be sensitive to do it (I wont
> re-hash the thread...)...

+1 It sends the wrong message if we have a bug in commonly used software
on the default desktop that is so severe that people discuss
accommodating this bug with infrastructure changes rather than fixing
the buggy software.  Between Evolution, Thunderbird, and Geary, isn't
Evolution the one that is supposed to be the most business-friendly, and
shouldn't business-friendly also mean that it scales to high-volume
lists?


signature.asc
Description: PGP signature


introducing an epoch when reintroducing scala-mode-el to Debian

2020-11-05 Thread Nicholas D Steeves
Hi,

I've been working with Sławomir Wójcik to reintroduce scala-mode-el to
Debian.  The version in Buster is: 20111005-2.1, whose source was:

  svn co 
http://lampsvn.epfl.ch/svn-repos/scala/scala-tool-support/trunk/src/emacs/ 
scala-mode
  https://www.scala-lang.org/old/node/354

The replacement for the scala-lang.org copy is the following, maintained
by Heikki Vesalainen's, and distributed on MELPA (3rd party repository
for Emacs packages):

   https://github.com/hvesalai/emacs-scala-mode
   https://stable.melpa.org/#/scala-mode

Vesalainen's copy is at version 1.1.0, thus I would like to reintroduce
scala-mode-el as version "1:1.1.0-1" so that apt will prefer 1.1.0 and
upgrade the package for existing users.

Regards,
Nicholas


signature.asc
Description: PGP signature


Bug#973266: ITP: python-moreorless -- wrapper for Python difflib with enhanced "No newline at eof" support

2020-10-27 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist
Owner: Nicholas D Steeves 
Control: block 941054 by -1

* Package name: python-moreorless
  Version : 0.3.0
  Upstream Author : Tim Hatch 
* URL : https://github.com/thatch/moreorless
* License : Expat
  Programming Lang: Python
  Description : wrapper for Python difflib with enhanced "No newline at 
eof" support

Moreorless is a thin wrapper around Python's difflib.unified_diff that
Does The Right Thing for "No newline at eof".  The arguments used when
calling moreorless' functions are simpler than difflib's.  Moreorless
also supports various other functions such as
`patch.apply_single_file` and `click.echo_color_unified_diff`.

I am packaging python-moreorless as a dependency of Bowler ≥ 0.9.0,
plan to maintain it on the Python Team, and will need a sponsor for
the initial upload.

Regards,
Nicholas


Bug#972705: ITP: python-volatile -- small extension for the Python tempfile module

2020-10-22 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist
Owner: Nicholas D Steeves 
Control: block 941054 by -1

* Package name: python-volatile
  Version : 2.1.0
  Upstream Author : Marc Brinkmann 
* URL : https://github.com/mbr/volatile 
* License : Expat
  Programming Lang: Python
  Description : small extension for the Python tempfile module

 Volatile provides an alternative to tempfile.NamedTemporaryFile that
 does not delete the file on close(), but instead unlinks it after the
 context manager ends.  It also supports temporary mkdtemp-based
 directories, and temporary Unix domain sockets.
 .
 It does not support custom schemes or signatures beyond what the
 Python Standard Library supports.
 .
 Volatile's API is documented in the comments of its source.

I am packaging this library as a dependency of Bowler >=0.9.0 and plan
to maintain it in the Python Team.  I am open to co-maintainers and
will need a sponsor.

Regards,
Nicholas



Re: Proposal: use /usr/bin/open as an alternative for run-mailcap and others.

2020-10-08 Thread Nicholas D Steeves
Hi,

On Thu., Oct. 8, 2020, 00:30 Nicholas Guriev,  wrote:
>
> On Wed, 2020-10-07 at 19:17 -0400, Jeremy Bicha wrote:
> > On Wed, Oct 7, 2020 at 7:15 PM Jeremy Bicha  wrote:
> > > You should be aware that Ubuntu implemented this idea 2 years ago.
> >
> > Oh, I misread. Ubuntu used /usr/bin/browse but 'open' sounds a lot
better.
>
> In my view, both of these words, "browse" or "open" do not look like a
command
> for computer. Their drawback is that they are too general.

Well, we already have a /usr/bin/see symlink to run-mailcap, despite this
critique...not many people seem to know about it though.  I agree that
"browse" has bad semantics, is confusing, and I'd additionally reject it as
idiosyncratic.

The proposed "open" symlink supports the specific case of users coming from
MacOS, because we already have "see" as a solution to the problem.  I'd
like to see "see" documented in more places, and I don't see any obvious
reasons why an additional symlink that provides familiarity for MacOS users
is a bad thing, with one exception: is /usr/bin/open too much of a
namespace grab?  Should it be reserved for something more generic and
low-level?

Best,
Nicholas


Re: Proposal: Allowing access to dmesg for users in group adm

2020-08-18 Thread Nicholas D Steeves
Hi,

Ansgar  writes:

> On Mon, 2020-08-17 at 15:50 +1200, Matthew Ruffell wrote:
>> I propose that we restrict access to dmesg to users in group 'adm' like so:
>> 
>> 1) CONFIG_SECURITY_DMESG_RESTRICT=y in the kernel.
>> 2) Following changes to /bin/dmesg permissions in package 'util-linux'
>> - Ownership changes to root:adm
>> - Permissions changed to 0750 (-rwxr-x---)
>> - Add cap_syslog capability to binary.
>> 3) Add a commented out '# kernel.dmesg_restrict = 0' to
>>/etc/sysctl.d/10-kernel-hardening.conf
>
> That grants additional rights to the `adm` group that it did not have
> before, for example to clear the dmesg buffer:
>
> $ dmesg --clear
>
> works after adding `cap_syslog` to the dmesg binary whereas it did not
> work before.
>
> Ansgar

Wow, this surprised me.  Thank you for this insight :-)

Given that our default sudoers (and afaik Ubuntu's) provides the
following rule

  %sudo   ALL=(ALL:ALL) ALL

would it be reasonable to modify this proposal to use the "sudo" rather
than "adm" group, given that we don't yet have a default mechanism to
enforce a "if groups = (sudo AND adm)" mechanism?  Or is it possible to
get rich access controls by a fallback sequence like "if apparmor, else
selinux, else yama, else fs ACLs, else default-restrictive-policy"?

Apologies for being ignorant about the state of the art!

Regards,
Nicholas


signature.asc
Description: PGP signature


Re: The "which -s" flag

2020-08-14 Thread Nicholas D Steeves
Hi,

Teemu Likonen  writes:

> * 2020-08-14 00:55:03+02, Erik Gustafsson wrote:
>
>> To make my Debian installation compatible with "which -s" I have made a
>> merge request for this
>> https://salsa.debian.org/debian/debianutils/-/merge_requests/6/diffs
>
> Reviewed-by: me, a random debian user.
>
> But perhaps you should mention the "-s" flag in the usage:
>
> ?) puts "Usage: $0 [-a] args"; exit 2 ;;
>
> Like "[-as]" maybe.
>

Agreed.  Also, the man page needs to be updated to document this change.

Cheers,
Nicholas


signature.asc
Description: PGP signature


Re: Bug#962574: ITP: dephell -- project management for Python

2020-07-09 Thread Nicholas D Steeves
Hi Scott, devel, and Python team,

Nicholas D Steeves  writes:

> Control: block -1 by 962574
>
> Tomlkit seems to be required for self-tests.
>

Thank you for taking care of tomlkit so quickly!  I wish I had more time
and energy to make faster progress with DepHell.  Today I discovered it
appears to require packaging 14 dephell-.* modules, listed here:

  https://pypi.org/search/?q=dephell

so it's going to be a while (months) before I complete this ITP (which
blocks my solution for converting pyproject.toml to setup.py for fissix
and thus Bowler).  If anyone would like to help out with the dephell-.*
dependencies to speed this process along, please go ahead, and let me
know if you'd like a comaintainer/second Uploader.  Failing that, I'll
get to it as soon as I can :-)

Best,
Nicholas


signature.asc
Description: PGP signature


Re: DEP-14: renaming master to main?

2020-07-04 Thread Nicholas D Steeves
Hi Otto,

Thank you for providing an alternative voice in this discourse.

Otto Kekäläinen  writes:

> Hello!
>
> Just my 2 cents: I hope Debian would not rush to any changes here.
> Lets just stay neutral for now. The subject seems very US-centric and
> there is a risk that it is creating division among people forcing them
> to take sides on issues that previously were not political at all.
>

Agreed, although I do think that master/slave binary thinking is
harmful.  That said, I'm primarily concerned about the repercussions of
unilaterally vilifying all words that match the string "master", eg:
mastery, mastered, mastering (the learning process), masters degree,
master of foo, martial arts master, master trades person, master
craftsmanship (proof of mastery and excellence), ftpmaster[s], etc.

These things are not negative and have nothing to do with slavery.
Trades people, academics, martial artists, and everyone else who strive
for excellence should not be made to feel ashamed of their titles.  I
suspect this sense of "master" comes from magister (latin, one who has
achieved excellence such that they are qualified to teach) and I think
"magis" might also have connotations of wisdom rather than domination or
power, but "magistrate" also has that substring...Does anyone here know
latin/etymology, and could you explain this please?

Adam, thank you for introducing the medieval thought, that is what
jogged my memory.  The English sense of "headmaster" is also useful for
explaining this, because the construction appears to be "head"
(director/manager/authority) + "master" (teacher). eg: if "master" meant
"director/person-in-power" then there would be no need for the "head"
prefix.

While it could be argued that high achievers are slaves to excellence,
that's a metaphorical comparison, and is a bit cynical and/or for
purposes ofhumour...and isn't it an even worse application of
master/slave binary thinking to say such a thing?

At any rate, a concrete example: While "ftpmasters" have "master" in the
title, and they can reject packages and/or ask for additional work,
there is §2.1.1 in the Debian Constitution:

  Nothing in this constitution imposes an obligation on anyone to do
  work for the Project. A person who does not want to do a task which
  has been delegated or assigned to them does not need to do
  it. However, they must not actively work against these rules and
  decisions properly made under them.

So the ftpmasters are not masters of slaves, because they cannot compel
anyone to do work.  Thus, we have a precedent in Debian for how
master/slave thinking does not apply to all circumstances.

> Here is some background of what philosophical meaning the term had in git:
>
> https://public-inbox.org/git/20200618152300.cw7teo2jmxyfsl2l@chatter.i7.local/
>> This is actually an important philosophical point with software like
>> git. There is no such thing as master.kernel.org for the very specific
>> reason that we position kernel.org to be merely a convenient place where
>> to get a *copy* of Linux. The "master copy" of the mainline tree exists
>> only in one place -- on Linus's computer.
>

Exactly, thank you for the reference, and--in my mind at least--Linus
"masters" a release by merging many "tracks" (git branches) into the
"master" track (master branch), similarly to typical digital audio
workstation workflow, or the "master" (also known as "mix") bus on an
analogue console, then tags it (like pressing a "gold master record").

> Let's wait and see if upstream Git changes the default, then others
> will naturally follow next time they run 'git init'.
>
> So far upstream git has removed a couple of mentions of slavs:
> - https://github.com/git/git/commit/f33b5bddaf7ac1535c6c37fde168597e252872b3
> - https://github.com/git/git/commit/08dc26061f3ff9ee79e6cfda88f0c825b8730e54
>
> Python had a similar discussion in 2018 and they concluded that the
> term 'master' does not have any political undertone when used in git
> master, postmaster or hostmaster: https://bugs.python.org/issue34605

Oops, should have read that issue first...it some overlap with what I
wrote.


Regards,
Nicholas


signature.asc
Description: PGP signature


Re: Bug#962574: ITP: dephell -- project management for Python

2020-06-13 Thread Nicholas D Steeves
Control: block -1 by 962574

Tomlkit seems to be required for self-tests.

On Wed, 10 Jun 2020 at 01:03, Scott Kitterman  wrote:
> On Wednesday, June 10, 2020 12:49:01 AM EDT Nicholas D Steeves wrote:
> > Package: wnpp
> > Severity: wishlist
> > Owner: Nicholas D Steeves 
> >
> > Package name: dephell
> > Version : 0.8.3
> > Upstream Author : Gram 
> > URL : http://www.example.org/
> Should be https://github.com/dephell/dephell

Thanks for the correction.  Fortunately it was just a mistake in my
ITP and the source package had the correct info :-)

[snip]
> > It's highly likely this software will be useful to the general Python
> > developer community, and I plan to maintain it in either the DPMT or
> > PAPT, as appropriate.  Please comment on this!
>
> It looks to me like PAPT is probably more appropriate.

Thank you!  I'll push my WIP there after I've completed a copyright
review, when it's in reasonable shape, and after converting to a
gbp-with-pristine-tar repo.

Best,
Nicholas



Bug#962574: ITP: dephell -- project management for Python

2020-06-09 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist
Owner: Nicholas D Steeves 

Package name: dephell
Version : 0.8.3
Upstream Author : Gram 
URL : http://www.example.org/
License : MIT (declared, but probably Expat)
Programming Lang: Python
Description : project management for Python

 DepHell Project management for Python
   * Format agnostic: supports setup.py, requirements.txt, Pipfile, poetry.
 DepHell converts between them at any time.
   * All-in-one-solution: manage dependencies, virtual environments, tests,
 CLI tools, packages; generate configs; show licenses for dependencies;
 assist with security audits; get download statistics from PyPI; search
 packages, and much more.
   * Smart dependency resolution: manages dependencies, resolves, and enables
 locking of dependencies that pip missed.
   * Asyncio based: optimised network and filesystem requests.
   * Multiple environments: facilitates the use of multiple environments per
 project.
   * Release tools: provides build, test, version upgrade, and upload helpers.

When I imported the latest version of Fissix, I discovered that it had
migrated to pyproject.toml.  I asked #debian-python about what the
status of Debian tooling is for this format, and had a good discussion
with ScottK.  My immediate motivation for packaging DepHell is to
convert Fissix's pyproject.toml to setup.py to expedite the completion
of its ITP.  I also wonder if it might be useful within a dh_python
context.

It's highly likely this software will be useful to the general Python
developer community, and I plan to maintain it in either the DPMT or
PAPT, as appropriate.  Please comment on this!

If anyone on the DPMT or PAPT would like to comaintain this package,
please let me know, and I'll add you to Uploaders without delay.

I will require a sponsor for the initial upload.

Regards,
Nicholas



Re: trends.debian.net updated [request for additional groups/plots…inc. salvaged pkgs]

2020-04-13 Thread Nicholas D Steeves
Hi Jonas and -devel,

Jonas Smedegaard  writes:

> Quoting Mattia Rizzolo (2020-04-11 17:20:48)
>> On Sat, Apr 11, 2020 at 11:10:48AM +0200, Wouter Verhelst wrote:
>> > On Fri, Apr 03, 2020 at 10:41:55PM +0200, Lucas Nussbaum wrote:
>> > > https://trends.debian.net/ was just updated (with data until April 1st).
>> > 
>> > There is a significant bump in the number of co-maintained packages
>> > during the buster release cycle. It is not at all clear to me what
>> > happened there.
>> > 
>> > Do you have any idea?
>> 
>> My assumption is that the deprecation of alioth lead many "team" formed
>> by 1 or 2 people to be replaced by simply comaintained packages.
>> That, together with the the @packages.d.o maintainer address, I reckon
>> those might also be considered "comaintained" instead of "team
>> maintained".
>
> The introduction of the Salsa "debian" area - with its accompanying 
> explicit rules of being more team-ish than the similar area in Alioth - 
> was indeed a game changer for many packages which I had previously 
> maintained in smaller teams.  I guess (and hope) that's the case for 
> others too.  Not sure how, but it might be possible to check that thoery 
> if possible to gather statistics of how many packages was in the Alioth 
> debian area compared to the Salsa debian area.
>

If possible, I would also be interested in seeing the following plots on
the Co-maintenance chart:

  1. team-maintained
  2. co-maintained Alioth collab-maint -> co-maintained salsa "debian"
 * shared plot
  3. not co-maintained collab-maint -> not co-maintained "debian"
 * shared plot
  4. co-maintained not in collab-maint nor "debian" group
 * shared plot
  5. not co-maintained and not in collab-maint nor "debian" group
  
That said, it seems like it might be potentially unkind and group-thinky
to say that bus_factor=1 AND not in the "debian" group is a
"smell"...since there are people who prefer to work alone...nonetheless,
I'm curious how many of these packages exist!

Possibly OT: it would also be cool to gather BTS stats for ITSs, and in
particular it would be cool to see the rate of salvaging packages, and
to see how many are going to teams, to "debian", and to somewhere else.
We're coming up on two years of the existence of salvaging, so it feels
like it might be a good time to do this.

Cheers,
Nicholas


signature.asc
Description: PGP signature


Re: OpenLiteSpeed Build Script Violating Debian Upstream Guide

2020-03-07 Thread Nicholas D Steeves
Hi Bagas,

Andrey Rahmatullin  writes:

> On Sat, Mar 07, 2020 at 03:47:56PM +0700, Bagas Sanjaya wrote:
>> > Packages must be self-contained, using only their contents and the Debian
>> > repo during the build process. There are multiple technical and
>> > non-technical reasons for this requirement, including knowing that the
>> > package is DFSG-compliant and being able to always rebuild the package.
>> But I found that `configure` script shipped with the OLS sources also invoke
>> `git-clone`
> So? That's unacceptable too.
>

In other words, here are a few options to investigate: 1) ask upstream
to provide a standard configure script that doesn't depend on network
access and to move the convenience stuff to build.sh, 2) or define
overrides in rules to ignore the upstream-provided build.sh and
configure scripts (CMake + accurate build-deps in control should be
enough to build the package), 3) or patch these scripts, 4) or maintain
a custom Debian-specific rules or build script.  These options are
ranked from most to least desirable btw.

I'm assuming there aren't custom network-dependent CMake targets and
that the Policy violating stuff is limited to build.sh and configure.  I
would generally test if #2 works, because upstream may respond to #1
with "have you tried ignoring build.sh and configure and using plain
CMake"...so imho testing #2 is a due diligence thing, but not everyone
will agree on this point ;-)


Regards,
Nicholas

P.S. There should be CMake-specific packaging info in one of the docs
listed at https://www.debian.org/doc/devel-manuals  eg: CMake shouldn't
need build.sh or configure, and if it does then that would sound like an
actionable upstream bug.


signature.asc
Description: PGP signature


Bug#953128: ITP: persist-el -- persist variables across Emacs Sessions

2020-03-04 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist
Owner: Nicholas D Steeves 
Control: block 947017 by -1

Package name: persist-el
Version : 0.4
Upstream Author : Phillip Lord 
URL : https://elpa.gnu.org/packages/persist.html
License : GPL-3+
Programming Lang: elisp
Description : persist variables across Emacs Sessions

This package allows variables to persist across Emacs sessions.

The main entry point is `persist-defvar' which behaves like
`defvar' but which persists the variables between session.  Variables
are automatically saved when Emacs exits.

Other useful functions are `persist-save' which saves the variable
immediately, `persist-load' which loads the saved value,
`persist-reset' which resets to the default value.

Values are stored in a directory in `user-emacs-directory', using
one file per value.  This makes it easy to delete or remove unused
variables.

I am packaging this as a dependency of org-drill and will maintain it
in the Debian Emacsen Team.  I will require a sponsor for the initial
upload.

Regards,
Nicholas



Re: pager and upgrades

2020-02-26 Thread Nicholas D Steeves
Hi Russell,

Russell Coker  writes:

> I just upgraded a Buster system to today's unstable and got the below.  I 
> think this should be regarded as a bug, but what is it a bug in?  dpkg?
>
> Configuration file '/etc/smartd.conf'
>  ==> Modified (by you or by a script) since installation.
>  ==> Package distributor has shipped an updated version.
>What would you like to do about it ?  Your options are:
> Y or I  : install the package maintainer's version
> N or O  : keep your currently-installed version
>   D : show the differences between the versions
>   Z : start a shell to examine the situation
>  The default action is to keep your current version.
> *** smartd.conf (Y/I/N/O/D/Z) [default=N] ? d
> sh: 1: pager: not found
> diff: standard output: Broken pipe
> dpkg: error processing package smartmontools (--configure):
>  conffile difference visualizer subprocess returned error exit status 127
>

/usr/bin/pager should be a link to /etc/alternatives/pager, which should
then link to a pager.  On a minimal installation this should point to
/bin/more, from util-linux.

If I had to speculate, maybe /e/a/p is a broken link to something, and
maybe there's a bug in the package that provides that alternative pager?

Anyways, if it's not an obvious bug then you'll almost certainly be
asked to provide steps to reproduce.

Best,
Nicholas


signature.asc
Description: PGP signature


Accepted find-file-in-project 5.7.9-1 (source) into unstable

2020-01-23 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 Jan 2020 09:02:44 -0500
Source: find-file-in-project
Architecture: source
Version: 5.7.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 find-file-in-project (5.7.9-1) unstable; urgency=medium
 .
   * New upstream release.
 - Adds enhanced facilities for working with diffs.
 - Adds an opt-in find method implemented in pure Emacs Lisp.
 - See the new long description for more information.
   * Drop emacs25 from Enhances, because "emacs" suffices.
   * Update long description.
   * Declare Standards-Version: 4.3.0 (no changes required).
Checksums-Sha1:
 3d575c502872f89f4dcf5b6ee3ea308c5f0ec67f 2130 find-file-in-project_5.7.9-1.dsc
 605f96c152fd44b65d34b2e92baab8ab85565679 50212 
find-file-in-project_5.7.9.orig.tar.xz
 290db5b3434c784558df7cff5c88ab842535e627 3984 
find-file-in-project_5.7.9-1.debian.tar.xz
 73bb0878c7da27ced2f30d58c7952a9243402ed3 7938 
find-file-in-project_5.7.9-1_amd64.buildinfo
Checksums-Sha256:
 1b8477d60a13713f609099bb7c5a5b81788cc92f3aa50279a76a0063cfcdff50 2130 
find-file-in-project_5.7.9-1.dsc
 753a4550af90ab4cb3547a168c639ced8a4afe76fbaf236f9dbf1e1b8c158bb9 50212 
find-file-in-project_5.7.9.orig.tar.xz
 82535704d8f6de752774cada41e1a067fee7311e265edf690a8a642b7e31f59b 3984 
find-file-in-project_5.7.9-1.debian.tar.xz
 f5f7e0cdbecb8ac7ad0e0473f15d142d653f7d0ad06dc09fe246540895d068e3 7938 
find-file-in-project_5.7.9-1_amd64.buildinfo
Files:
 52583dde313a1efcca08673abced6b30 2130 lisp optional 
find-file-in-project_5.7.9-1.dsc
 192a7ceaa0cfb6866cefab9cb42edbd1 50212 lisp optional 
find-file-in-project_5.7.9.orig.tar.xz
 55b0a59a2a5f9070f6ddb670cd62329d 3984 lisp optional 
find-file-in-project_5.7.9-1.debian.tar.xz
 a2ac41e38ffb3eb69fb98def38e82247 7938 lisp optional 
find-file-in-project_5.7.9-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl4pqVETHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYUlnD/9w+cICi4Dw9/4rPfF5D7jzSObrx9bs
BSwPjcIPsVNa3ITKDQu91+Ly+/ERGZRzBOKzGvSx9rnMTMJxOjMqUHbQ2xtQTruU
kL4e2AciK8sTYtjyYbCCeS+Jp7eT6BWSL1VGaUe5tsiarlETDSx5mwI0Xog/+/l8
RInxRLzd8cEC+ugipzgm+4q1yp/yd34rykIfvrGVwVhuCoWumhtAogjpSgtgiHJn
xkVFsXhmUOM1LAOPw1iE2HKEyt5zBVOI0/4sYSaFNMqwS7isepXTBAnYY1UAzUQ5
iszSQmeCvL5UOX+2LQEOuA/J5yUjB3Xz0vD7ED4MxK4W30BQh0jfTbWfD7PL8wYI
zNbpyfpUNj1LH9oowReZgwQ68m+KDsNkNg50DqwW3Z2ohPkHQZtGdZJI53iISNhh
vsjKmezmY1L2ufIKoRH4hYsdHewRs3/VIWi0DT/I8sfpmJJwPUABDx4hhVa6Owbi
CTEuRWkWw4g37d5oKiooWcFuuJNOeAeU5nsDvQPXweJmGQzKogQVLGkgUQpbJwn1
2v+zS3dm5SyERA2zLkVM2A3uv6SuiNbRmvKYP99UJ8DYoFshKpIyenHM5C5fBhcu
VPkohieFgKLdITFOSqV7CvdtzjkZHAPgXSZ4iWl9Yk4fl4uEftrcyCLQ7qZ7gnjP
RZvxRfwz3rIr4g==
=fleX
-END PGP SIGNATURE-



Accepted wc-mode 1.4-1 (source) into unstable

2020-01-19 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 19:41:52 -0500
Source: wc-mode
Architecture: source
Version: 1.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 wc-mode (1.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * Harmonise copyright file with upstream and use my preferred format.
   * Add myself to the debian/* copyright stanza.
   * Add gbp.conf.
   * Drop 0001-fix-last-updated-date.patch; it is included in this release.
Checksums-Sha1:
 24cb201904e1c2111570e4ff9cab79265d55a12c 1924 wc-mode_1.4-1.dsc
 d7f3e1fcbf0002cef44356b66ba6228b7ef9ad7c 5272 wc-mode_1.4.orig.tar.xz
 ca921a1ffc3f2832a8554467a5caeaae7e37d27f 2968 wc-mode_1.4-1.debian.tar.xz
 791019f293184ea0900b00812ec3bee25113578d 7789 wc-mode_1.4-1_amd64.buildinfo
Checksums-Sha256:
 bdc5ab4ffaa735c4ba59faf4a91a788eeb7d3adfd887f9da924a684b4f157a15 1924 
wc-mode_1.4-1.dsc
 574ccb8270407a2189a4d5400190589a2585411ecf84f658ae1fbdb7a26de5a6 5272 
wc-mode_1.4.orig.tar.xz
 49889b276ce3ae97f44904135520f6c9488d4f0e5440b5c4f9bc81a87b95e5f1 2968 
wc-mode_1.4-1.debian.tar.xz
 43f8e5bc832ff38e4ede7ed4de16e3e69801bc0ab965b3179b844b987767f4fa 7789 
wc-mode_1.4-1_amd64.buildinfo
Files:
 418e629eeda2bce16f0b63e4aaea8bd9 1924 lisp optional wc-mode_1.4-1.dsc
 0c19a66d452e560281db008454855fac 5272 lisp optional wc-mode_1.4.orig.tar.xz
 dd0a01396700124be2aa2c6bf4bc4f16 2968 lisp optional wc-mode_1.4-1.debian.tar.xz
 cb18e5778f46b9fee65a7afc953a09ef 7789 lisp optional 
wc-mode_1.4-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl4k+FETHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYW5FEADPIRhh+cPKLd4fqwk2rh2AjRPL8pDA
G4FTYRtwQFylq1qNTZKwCNvQhS87qMiwO2f3ynrBhV+5nbACYkN4yVWFzEK++g8u
uL8+i72qQveH3Kp9J2gordEglz8JOZs2zuxWu/4Hd1GifOv/hRtme/eq/A8j3kA+
EHlcOKhOsxCuakGkQSSRPxo5mVVw/wOAeoiQQNXXAl3C9gkV6V8Yz1QjHbo2bH0O
0cdyIsDruGfYsROzH3BnOVyjAHih3BCyxe6+sBHfLNs3hS8ewYx/CPe6qfry3vqb
TcimGizblltz6Izp1AEKAr/3SPbXSYINqnJkLv9m0l3cYdKCiWlRehSJuVV9WFe1
eP9Wdk6/PCxzxmWO27YtI7QrWfwtPlei/cn1PjhjsCP1uOoJKbVt/qR1pssJGpXM
Ud/AXqjQ3TbAJLMKAHBjRb0b2fgAI/F++9ODdwoUlNffoFKaZaWOlFnnl7qBy1I7
UNWDq0jHoRvDEkbA1NyX7YMttxb2ts39qGGKJww4uzjdraL50SnzH1LrIaVxMjxg
MmvOjGbSKrfzWv19xm0n2DNxWHAib5gttELww9stfr+y0NRml1rX05WMP6MHHzVU
rZlWlr5IfuNsKZFjMR60izqXxdU0oiWglpr/R+W73uTDZsygYoeZIoSeBzYjH1oA
YlkBqudUTQFxKQ==
=tIzJ
-END PGP SIGNATURE-



Accepted fountain-mode 2.8.5-1 (source) into unstable

2020-01-19 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 18:44:35 -0500
Source: fountain-mode
Architecture: source
Version: 2.8.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 fountain-mode (2.8.5-1) unstable; urgency=medium
 .
   * New upstream release.
   * Harmonise copyright file with upstream updates.
   * Update my copyright years.
   * Add README.Debian with PDF export HOWTO.  Upstream is deprecating this
 functionality in the next release, but if 2.8.5 ends up in the next
 Ubuntu LTS release then users of all the derivatives should be
 provided with documentation.  When upstream cuts out the code for this
 functionality we will need to use something like Oliver Taylor's
 Textplay Ruby script.  At the moment Textplay is missing support for
 title pages, scene numbers, and empty lines in dialogue blocks, so if
 anyone reading this also enjoys working in Ruby, please take a look at
 that project and lend a helping hand.
Checksums-Sha1:
 663ec7e2b6ceaf83525e693c55658cf9326a8034 1995 fountain-mode_2.8.5-1.dsc
 b6544c40ea944eb62e5af5a7fd4ebcc0b55660c5 47160 fountain-mode_2.8.5.orig.tar.xz
 36cab410d294cd06d821e2903685331554e6fe40 3760 
fountain-mode_2.8.5-1.debian.tar.xz
 fd9ce91b233e0ae8fe5e1134c6ee96f5e2d482dc 7868 
fountain-mode_2.8.5-1_amd64.buildinfo
Checksums-Sha256:
 2f39037e816da2e5fba04175a927e470b80e31f2699b199caebfe1d11637a538 1995 
fountain-mode_2.8.5-1.dsc
 f941ff5ca93b0d64bbf6c9578a23e0767bcb28666faa3d58d649c671ce053783 47160 
fountain-mode_2.8.5.orig.tar.xz
 31c44b7e93d7fc47459e8b6feaa2e6650c278948fa37435d68b04b199e31a1bb 3760 
fountain-mode_2.8.5-1.debian.tar.xz
 d0cf034f24ad7415dd463fe2ec334967817a78dca7f15fb2ad4d730d298ea8fd 7868 
fountain-mode_2.8.5-1_amd64.buildinfo
Files:
 adf5cc12d377c386cb3e0ef23d8b3c6f 1995 text optional fountain-mode_2.8.5-1.dsc
 ae8a26a850926178fafd02f8d44552bd 47160 text optional 
fountain-mode_2.8.5.orig.tar.xz
 e79c61c038a7247d3ae91b8b2e143b85 3760 text optional 
fountain-mode_2.8.5-1.debian.tar.xz
 5f2c9e9ab25aa52b69ea7bde18f6af21 7868 text optional 
fountain-mode_2.8.5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl4k69kTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYXkjD/9Xwky4SejsO5jhph5mdn2NloHzIh80
zh0lQTCZTXC0z2TA0MyytSbuZhrQlAdBqKhlX6TzBtP9USFwriMYHMwlcJpCyjoC
SyWivGFxrCi03pU3NhF0v0TDekhNT9m3hxZC/AvturAhx5Yjb3Jfo/WtBZfvgZq1
8dJMYmt/Eo5/+vr/8YGfQDCS4L33fsQ4vC2382Hwwlva9uKeX+R4GvEQ1dIWiz66
ESM2tKMoVlduJSVvJVT7TIW8wyh2awL8Z+IBqIQ5+hpUDkm1EPoOZR/TsrHqsnbZ
zQysrJ4Yb7mTipiOIYzzzy3QHbq2V4VDXJeTwvrOfDqSdKK7jHF3vzgk9nEfIoHx
aFLZ1Oc5J4HtmBf7Z3ojX5ToWC5Ixkwqtsc/rzAs1n8oPdQuGOF+vMbojuVk7mZD
GgxLFM4fLJpkzwTOLGMGIqqQR/v9hHwzrCFmaXeL48OlLDHxS0kYPO0epdWb/FDw
kPfIlrBHYmh6TpjmHZqEHjClN3EQMBXU+T437kC1wxXjxl3PR9YXYfSTwtEphKgU
FFlvS6ZyAX6uKtHoW02uh1sel77XT4HfwoK08JoREU3D+CMeXIwHiLXoL90Nni8u
cEydBz7SLhiOkAvkwCvZot3C7gpvFprqSEeP61uTDNnevnya+sZ9tAOo5VAn7+Oy
abpFZYJ4pwsCng==
=r7Z3
-END PGP SIGNATURE-



Accepted elpy 1.32.0-1 (source) into unstable

2020-01-09 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 09 Jan 2020 16:22:02 -0700
Source: elpy
Architecture: source
Version: 1.32.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 elpy (1.32.0-1) unstable; urgency=medium
 .
   [ Salman Mohammadi ]
   * d/control: add python3-sphinx-rtd-theme as a build dependency
 .
   [ Nicholas D Steeves ]
   * Add missing newline to patch series.
   * Add ${sphinxdoc:Depends} to elpa-elpy's Depends.  This installs the
 rtd-theme, which must be a Depends and not a Recommends.  This will also
 install libjs-sphinxdoc as a hard dep, so drop it from Recommends.
   * New upstream release.
   * Rebase patch series onto upstream 1.32.0.
   * Drop 0002-Add-script-to-benchmark-tests.patch which is a commit that
 is present in this release.
   * ert-helper.el: Upstream fixed bugs in scripts/elpy-test-benchmark.el
 which were causing tests to fail due to an unclean test environment,
 so it became possible to drop the (prog1 FIRST BODY) form that was
 used to run tests first.  Also, this means it became possible to move
 (ert-run-tests-batch-and-exit) to the position of the final expression,
 which is what dh-elpa requires.  See Bug #941330 for more info.
   * debian-autoloads.el: Set elpy-rpc-virtualenv-path to "'system".
 Upstream has moved to a default where everything is installed to a
 virtualenv using pip, which is incompatible with Debian Policy.  This
 configuration key restores the previous behaviour of using system
 Python packages by default.
   * rules: Activate ELPY_TEST_DONT_USE_VIRTUALENV, because self-tests and
 autopkgtests test virtualenv creation using pip rather than the
 package as-installed, even when elpy-rpc-virtualenv-path is set to
 "'system".
   * The change above doesn't solve to autopkgtest case, and using
 ert-helper.el doesn't work, so add
 0005-test-helper.el-uniquivocally-set-elpy-test-dont-use-.patch.  It
 is unclear whether this is an upstream bug or a dh-elpa bug.
   * debian-autoloads.el: Add "-E" to python-shell-interpreter args, to
 "Ignore environment variables like PYTHONPATH and PYTHONHOME that
 modify the behavior of the interpreter." (man python3(1)).
   * Disable the execution of benchmarks from ert-runner.el (which is
 called from dh-elpa).  See comment in ert-runner.el for rationale.  It
 is unclear whether these fail due to an upstream Elpy, Emacs, or
 dh-elpa bug.  See https://github.com/jorgenschaefer/elpy/issues/1724
 for more info.  Help would be appreciated!
 .
   [ Salman Mohammadi and Nicholas D Steeves ]
   * Add 0004-docs-conf.py-build-the-documentation-using-sphinx_rt.patch to
 build the documentation using the sphinx_rtd_theme.
   * d/control: Change python3-jupyter-console Suggests to jupyter-console,
 because python3-jupyter-console does not provide
 /usr/bin/jupyter-console, which Elpy requires in order to use this
 functionality.
   * d/control: Add ipython3 to Suggests, but not as an alternative to
 jupyter-console.  IPython can also be configured to be used with Elpy
 as an interactive Python shell.
Checksums-Sha1:
 9e3334b5b64267cad85a97ddc76d43b9ba4ea063 2450 elpy_1.32.0-1.dsc
 d9fdfab4fddf16f6cc99f103ddd61b8918909368 137080 elpy_1.32.0.orig.tar.xz
 1e0a433b795e982d56c02da207c76132f1cadd66 10364 elpy_1.32.0-1.debian.tar.xz
 9dfc3c9e2cbad82c4c105eabc820d93d6865d6ce 10859 elpy_1.32.0-1_amd64.buildinfo
Checksums-Sha256:
 be7d54468f87ac2dfae8f3912a3402f4e2d575ad028c2d5bb7142110738fb51d 2450 
elpy_1.32.0-1.dsc
 58495402002e014ff96a1d810abc72703a86abbd7e591e7057425bdf841a05c6 137080 
elpy_1.32.0.orig.tar.xz
 473eaaa93b1bbb21f1cb57e9396f8d78fa7de6d34c106d89694543d9d5dd9aec 10364 
elpy_1.32.0-1.debian.tar.xz
 18c07426b704646c7ca75eb5d06ae949c42b9a57c4346e88692c450a6deaec17 10859 
elpy_1.32.0-1_amd64.buildinfo
Files:
 ef363d735957f70ffc899c7f6ad2b3a6 2450 devel optional elpy_1.32.0-1.dsc
 5ff8d1f423eae181c10257b6d794b698 137080 devel optional elpy_1.32.0.orig.tar.xz
 02a03ed70a804715478f752d6fc362b5 10364 devel optional 
elpy_1.32.0-1.debian.tar.xz
 bd581fd2395863ada19f20f24c3b240b 10859 devel optional 
elpy_1.32.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl4XtzsTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYRKHEADPCMOo9mDyNhkQp+DRc3oTwLaDYH/+
gia8jZjzOVo0eHrb1B6qHnNZCMc6fzgRRTY+3qJDRpdXXjbj/M2Wx4maMetaqs5m
L9ZJX1fOYSDyQ5JV4iMEnmsd/ejxaPt7M671eoh3KlAuYoqVq10JporMQSJI7DsV
gT6mCkL1s65Nk+dMw1Df7Uj0lUwcakK7mSL2qrNnfs3VpkYXmFKzbq8aGopAktS9
JLcE9P2lkHlFRPwmt+r080S10/iM8P/A2S6LeJ5OqBz6KrfcRgW4BuKgZMSq+h/W
XIG9UGlFfEmVcqESH1D/6P71TwfA5dMZIT9tDkkHfiZHwQabOiPx5YjVORJy0KhB
T5W7v/V+pQq7t8aWSHpgXbmhxEEVr/UD1Tf7xp6JV3C+S8AzK4UaEhOIv729iTvG
WSN+aX9wzidtJfHt6lH4iqSj7dCkd3D0kZeSAhgZ3ZuvbHwvCqCNyAMSOTMDeXm/
1i/OvKEyDuEWppUT3kfDLC6JXW0+n7srzFM56g

Accepted yasnippet-snippets 0.20-1 (source) into unstable

2020-01-01 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 31 Dec 2019 12:56:39 -0500
Source: yasnippet-snippets
Architecture: source
Version: 0.20-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 yasnippet-snippets (0.20-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update 0002-Declare-correct-ELPA-version.patch to declare 0.20.
Checksums-Sha1:
 6915b1fb185385e7f912081820036c1321840f12 2115 yasnippet-snippets_0.20-1.dsc
 64f125fd4a7d3b5a9e28328802c44f1204a2a477 114816 
yasnippet-snippets_0.20.orig.tar.xz
 7cb9ea3a89e951d92bc34942c9120ca3e47f09bb 5528 
yasnippet-snippets_0.20-1.debian.tar.xz
 4fd98b1441549181513db6c0c225092d7e26620e 7790 
yasnippet-snippets_0.20-1_amd64.buildinfo
Checksums-Sha256:
 7fa9bbca5f9675afc389fae37afce0bc3fabe68bb4b2b666c243796190c9e561 2115 
yasnippet-snippets_0.20-1.dsc
 883885900bdd53b70dc9675926699552a4387140774e489c11421a8c83665f24 114816 
yasnippet-snippets_0.20.orig.tar.xz
 91fb2db44945bce5e732417256482b24c0714b54d6c942eebe778f4aa080bc09 5528 
yasnippet-snippets_0.20-1.debian.tar.xz
 eb0596b3d17afdbe6e7ee233c64225d03a5e1ff44e1956afa635c8cd3738d9a1 7790 
yasnippet-snippets_0.20-1_amd64.buildinfo
Files:
 325d2851d684f18d86572fe5ffa4615e 2115 lisp optional 
yasnippet-snippets_0.20-1.dsc
 82e40b124040137ef1772c43d90f940b 114816 lisp optional 
yasnippet-snippets_0.20.orig.tar.xz
 896d3a013e15d1fd58ff6b977f34fea6 5528 lisp optional 
yasnippet-snippets_0.20-1.debian.tar.xz
 7f6c891a6f827c667d30c38a53ca79fa 7790 lisp optional 
yasnippet-snippets_0.20-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl4LjekTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYbeBEACCJ4XxJq0HCLr32tyccxBsWZoc5LPT
2kUctZLfPmgNWypuqIgL9SUWpMSaYrCRCS5lRHT2lUIwzdw5t9lLUx0KiTDCTlYC
AaVWQ+FQu8hhlDe9Tsn+Qb5+OqswmWF+mtoG85+wfcqsJOnAP/PCS2BuiBuSe9SL
rPf3/gd176WXR7BAeOrF+67V95xx+wetCisJ3Ujvp7LtPASPYh3h22qb9edLsGGy
VleICPTppPugGFNpXurm8vILYKbt1zwhFqxwaXl5/mcinGNlykEbZMV8bNGNSozU
uCCVNMJKU6U+J4aAZd+y7P+lxE50SwIllTtftSKyzFjeOlPCNkFXwJyI/G/5xBDn
vnwHpbLKNqOMk5f2Y7Jl8UbV3fWuA/SAVFt7FMpScG9JlTmiqPOoh0JtQt8OpzNs
ibMTqOo/H1mahM07r7JvYXRkrTq3R1+tGe2jRcAHinPHEPE1yD8ERd/mdR5hKgWO
y7YCMWPVAK/SMtZFymr/fGxZgk+LH9EvDN0gPV1rx2rmIMMX2u72S/REugx8Fpwm
MLWFfKJKR1PitHA6n84cmzGAgsEiaWInprRGZVnQijU7XS3iqzSG8mlx9vZY+2Z1
6x4OxOxsv3zgGWH1VnHzbff123CYaUse0pOBgvVOg/h8geVFBQ+Qfbbr6APJG+w2
z3PuCBQx7XqPyA==
=Gkt6
-END PGP SIGNATURE-



Accepted php-elisp 1.22.2-1 (source) into unstable

2020-01-01 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 31 Dec 2019 13:08:18 -0500
Source: php-elisp
Architecture: source
Version: 1.22.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 php-elisp (1.22.2-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 db237e2382dd07c668206951545fbe80c660a63d 2000 php-elisp_1.22.2-1.dsc
 225b63197c0d3b4e2c1bbc0262c3ce51ba5e0098 75436 php-elisp_1.22.2.orig.tar.xz
 303235eecf1882597f9f4bbd35976f9b2385a4db 5788 php-elisp_1.22.2-1.debian.tar.xz
 729d9867d196be93822b81c8fa0ba6ac97b3e72b 7709 
php-elisp_1.22.2-1_amd64.buildinfo
Checksums-Sha256:
 3f64eecd8da720cc96d70d114524b593486cc0b7e6e3369a8d57fb72670ac244 2000 
php-elisp_1.22.2-1.dsc
 b7534bb1b1baf9294b1615ee4cf769477bf3f9b2502f996007bce321cc5e99aa 75436 
php-elisp_1.22.2.orig.tar.xz
 402f6eb3001bc597d16d6ad70eb65f28d15c1eab53595bb41f178e07879c3bac 5788 
php-elisp_1.22.2-1.debian.tar.xz
 e96fff130072cd3a23c86a69b51e42e5b9d7acf20ce98e15495c79b181a55ad0 7709 
php-elisp_1.22.2-1_amd64.buildinfo
Files:
 cb7fce04e2c8dbf5726434c4b0c86474 2000 lisp optional php-elisp_1.22.2-1.dsc
 dc76ec3ef272191b9e05f186dde49d55 75436 lisp optional 
php-elisp_1.22.2.orig.tar.xz
 e1e99659e2f90d2f82f56cde2fc61f94 5788 lisp optional 
php-elisp_1.22.2-1.debian.tar.xz
 7467daf24f8bf607718491ba0fc839a6 7709 lisp optional 
php-elisp_1.22.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl4Lj6MTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYf9nEACfR31bFtVzqEoRogslsHRGjD4lMzXw
ST6Dhmf5q9fruSNkyCnXZKdF2HklXuve+FnmJIOF+L4G4r5WUp/dmz/oigsAZBhB
8KRYyG55f1HAPJ9MLk3efIrawyHMGWHDzomdwAkmEpJRdnwES0Y+LV5zAOsiMlkZ
am1sxjM9frjrfbfEpjlxTdCyBH72BX+lxLdbBulClXd2SlEcAFKzru5uOmG8MQV8
S0h3wpg2t8X3gKAmidEs+a3GpRgd0yQy/7U+YrD+WCw1pi+LDnTz12kLPxGofUD4
+O2Q9+OBQdO9RciYKetBfXcm+MIzULO4jhT4pWB68azJP7b/i8/Nj2nMn5db+ktq
soSk68yxXGshGd6innWHSjk71ax8wVDw9jZRPDxxxacAlSt63WrMoLXHA9VCtUle
dXDgm08O6puxUzdtbdj8we1kLTEWcEbyjFE8/0HUk9bd6/Y3YGR8kQO2CfrxoZmW
da0j0Glyog87BHiXDPlfFhQOS8jlqqybO4nO/Jy9/dtcHeotDv1RCoYpOM7J0BU8
FQ0pF1VdhtkWHNHNEfbDXgECHKVXszZPT3dWIZ0+yRin/AFghgNn4pCxlpC4b7Wt
8m6vMPeH4R85psOo+Cp7m5d/ndUMrJQSyR6IP4if8OU2uQIrVavC9QvuYT/NPPn3
J1XeTNfqIiEkyA==
=3hnn
-END PGP SIGNATURE-



Accepted pyprof2calltree 1.4.4-1 (source all) into experimental, experimental

2019-12-26 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 07 Dec 2019 19:53:19 -0500
Source: pyprof2calltree
Binary: pyprof2calltree
Architecture: source all
Version: 1.4.4-1
Distribution: experimental
Urgency: medium
Maintainer: Nicholas D Steeves 
Changed-By: Nicholas D Steeves 
Description:
 pyprof2calltree - visualise Python cProfile data with this kcachegrind 
converter
Closes: 936033
Changes:
 pyprof2calltree (1.4.4-1) experimental; urgency=medium
 .
   * Initial release (Closes: #936033).
Checksums-Sha1:
 2eb64fb2ebdccbb9f9368ce9b700cfad6d78a362 2201 pyprof2calltree_1.4.4-1.dsc
 643c21e5666de4de34a201ff178eaf8e91f54dd8 10061 
pyprof2calltree_1.4.4.orig.tar.gz
 a278481c3b753b84b9f6c08aeef4ef2c704b243f 3016 
pyprof2calltree_1.4.4-1.debian.tar.xz
 56265a3d7b431a2dfab0160caa53ddb48cb795f0 9012 pyprof2calltree_1.4.4-1_all.deb
 13f2a8f71a8b7c3fe5203eccd1a5bc8250dabf4c 6611 
pyprof2calltree_1.4.4-1_amd64.buildinfo
Checksums-Sha256:
 7b4875e08f23eec723494f55c024d5e1f9e51652a60ce96351ea75dfca892ce3 2201 
pyprof2calltree_1.4.4-1.dsc
 9ec2d4d70aa1cb3e2e65a8445247eb32c1ef289bbbd64837c63e0994241f90ea 10061 
pyprof2calltree_1.4.4.orig.tar.gz
 a161c0f9593b68a8f57a7e7cd8940c2f927ca30c0c53cedf43b75837c44cf048 3016 
pyprof2calltree_1.4.4-1.debian.tar.xz
 4dd7f8eb8aac341e7a93f88ef6c51743c1a5c23ee32446c8338a4a7ff35c77ff 9012 
pyprof2calltree_1.4.4-1_all.deb
 13db69d3b3e1da4a3e5e20c09a77e657942e20e543fc92e0747fefa1af818725 6611 
pyprof2calltree_1.4.4-1_amd64.buildinfo
Files:
 09baa82999d5b0ab21925b399d7dbac8 2201 devel optional 
pyprof2calltree_1.4.4-1.dsc
 fe46c9f0370c13760fc80312ac82968b 10061 devel optional 
pyprof2calltree_1.4.4.orig.tar.gz
 b3a05b480d18248412353e2fed58838d 3016 devel optional 
pyprof2calltree_1.4.4-1.debian.tar.xz
 e941b16b01a974ee11487c97cf509ba7 9012 devel optional 
pyprof2calltree_1.4.4-1_all.deb
 a79f4b3fa8025ca37af4dbd3400410a4 6611 devel optional 
pyprof2calltree_1.4.4-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEEt36hKwjsrvwSzE8q2RfQGKGp9AFAl32vfYACgkQq2RfQGKG
p9ClWBAAhQ6u9MpWS89ZOjvX0bGYKpNXR9drc+Q+uCccMpt3KtpO1+FCr/BzEf7p
hG1MF7WyqBDWKK0XE8S6WoN4IurO4cOAYM6M4c8aTnUHffdq1+SJq9y1CUo17OnI
Ko5y99rBhS2h4pVZyw9UrOgGqMjPn3wiqDySB23DDd9dwnPyMaPcHlSMPuNFwsWD
xSh6RC3FK4lgDWRknoLNXRn9Q3/dxV9xelpsS3DyNS0/TrRnzxvEChsxmJ1McJ9e
y47OBJLe5cACfgDsjXAqxtgEgW9vfxVjARZvXV5NIR+Yql5J5WB49BHFtF3XnA/2
qItlpMHwClHGg5/zByhf2DzjV5cmyVQO3XESDwfOf8FXVO1b6BRPpkXKuNBr/IYt
IL+4UwjvvuT+rVAVmg82TQBY0l3K+ajf1KOuuaZYZNs5C1bDD5P/lDrWLhc3rMff
5GdLob453YLjItZqukoGSAwwW/kznE32ZluLRl/fp2Dnu4Jj6MlXtIAKISmNMvCj
p4n7xSQA25VVVHOaJH2xsGkkM1xKBZzs1I35rX06/D3NykTSbvd63JAazv8rpNAL
H8R7bTxE3vmRhQYmEdLlc7e0CDt25g7dYVw+Lfl0f4yMiefLRxyNK9AfKVOU0FDS
QK9B4lpchrMcBEkVFuPZfGDeCAvT3ZzeGs+f9Y6j5U98dcm96Q4=
=6+1G
-END PGP SIGNATURE-



Accepted py-autopep8-el 2016.1-3 (source) into unstable

2019-12-03 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 03 Dec 2019 16:16:58 -0500
Source: py-autopep8-el
Architecture: source
Version: 2016.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Closes: 945725
Changes:
 py-autopep8-el (2016.1-3) unstable; urgency=medium
 .
   * Team upload.
   * Change depend from python-autopep8 to python3-autopep8, which will
 provide /usr/bin/autopep8 in its next version. (Closes: #945725)
 Also, version this dependency because python3-autopep8 did not provide
 the application before its 1.4.4-2 release.
Checksums-Sha1:
 8ae7dabf60e24f22dea77da8afe75d3bc60fcdbc 2017 py-autopep8-el_2016.1-3.dsc
 09817629188fefeb5ca72ddcd8f244d77e15f8bc 2284 
py-autopep8-el_2016.1-3.debian.tar.xz
 d4e4e6ec8ab92df045ec6a80de37fe8ce6d26757 7693 
py-autopep8-el_2016.1-3_amd64.buildinfo
Checksums-Sha256:
 8e3d4cde58271a09f073a23cc849f9c93822f4160926f986b7b6b137edd9d58e 2017 
py-autopep8-el_2016.1-3.dsc
 e4debddd96bc2a6a78fdd5a0a0b362d62ce32ee898445b978d310e5e61b83552 2284 
py-autopep8-el_2016.1-3.debian.tar.xz
 4a54f899ff59fd0496dac2fb9ceed101a986ebeef744852c85e7b4fcaabaabce 7693 
py-autopep8-el_2016.1-3_amd64.buildinfo
Files:
 a146491eddc2c34f3e3b03c71f73f569 2017 lisp optional py-autopep8-el_2016.1-3.dsc
 0bb1daa0867309487ccb5e43abf5bb6b 2284 lisp optional 
py-autopep8-el_2016.1-3.debian.tar.xz
 37352985608b86e287b986cf1cfbb310 7693 lisp optional 
py-autopep8-el_2016.1-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl3m0lMTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYZXcD/0Y/ARXRIrjlqvbC6FBQHt/pt5xUiYp
F6QvymrwiYfoUA6J666FiM6r68yIpbCBqBvbdG67e9zEngciMM+LBsnxWkdg91wQ
xWVpbyLUKUFeu3Z7rgfuhtuerYr3xi1lfaYUV6tIOeurNuhy6XYFKblq+6Y74h7m
taI+Ac6jJUn2fJXGSG+Y5Z997cpfDn6QfInqyGvWPKGnnlcQiDWg1WH3BGcSld3q
y7jVgfzvgsjcFVflqgH96xrMHxrvY0WYiK80OHLZ2C1hTzcwRqjB20OxtYYbFL7O
r8vLtkhnAHLEdM2lblOM4ANOOnwbAmButYpl7H18QFoCYWOx3w6SzM45kj7bY/cL
bq4kk8Fo/O/inKL51HwJqRvNtQNMItRbxH7KitdRvg53ydS5DSuil7xU3lI+hfu6
N7dOrbrz0gwU+UjI8ceTAzlDtYqbdFCX3FosNDTZtgN6XK7WZYRGwVH2D4dTYM8L
R4MonFDgEvADws6/YvFQtjWMRSa7WYFVTf8hsx+8S3YFLoieqK3A+tkcgS8rnScO
dX5qOpF4bbmkrWqzgTmoPx2S2WF7vAg7L1UyaJMXLV9K29wk0huyMC61Mk5sas7Z
RqiIsPb1qbsqQHm9srxQ12ZLPcsZ8edRcyLiRv029QFe/GIt7CXbwQSEwsYSC2LO
uMVOVbONBkUTBg==
=27eZ
-END PGP SIGNATURE-



Bug#945329: ITP: emacs-websocket -- Emacs WebSocket client and server

2019-11-22 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist
Owner: Nicholas D Steeves 
Control: block 909336 by -1

Package name: emacs-websocket
Version : 1.10+17.g491a60b-1 (declares 1.12, but untagged)
Upstream Author : Andrew Hyatt 
URL : https://github.com/ahyatt/emacs-websocket
License : GPL-3+
Programming Lang: elisp
Description : Emacs WebSocket client and server

 Emacs Websocket is an elisp library that allows websocket clients to
 talk to websocket servers, and websocket servers to accept
 connections from websocket clients.  This library is designed to be
 used by other library writers, to write apps that use websockets, and
 is not useful by itself.
 .
 Emacs IPython Notebook, Emacs Realtime Markdown Viewer, Kite,
 Markdown-preview-mode, and Atomic Chrome for Emacs use this library.

I have started packaging this software because it is a prerequisite
for Atomic Chrome for Emacs (RFP Bug #909336).  I will soon use it.  I
am not aware of a package with similar functionality.

If my experience with Atomic Chrome for Emacs is good then I plan to
maintain both packages as part of the Debian Emacsen Team.  I will
need a sponsor for the initial upload.


Regards,
Nicholas



RE:GPU-ready (with free driver) buildd/CI/porterbox?

2019-11-19 Thread Nicholas D Steeves
PICCA Frederic-Emmanuel 
writes:

>> That is mostly upstream's job -- ICD packagers should just verify that the
>> package still runs "Hello World" on their hardware, i.e. the ICD
>> integration works, and then we assume that it works.
>
> ok, so in that case it would be nice to provide a computer with a GPU as 
> porterbox to test this hello world.
>
> Since we are using a lot of autopkgtest, this should be available for these 
> integrations tests.

+1 because if we don't trust upstream-provided file.texi and are
supposed to regenerate it from upstream's markdown files rather than
trusting upstream's intermediary format, then how much moreso for
something of importance like this!

Given our reproduciblity and autopkgtest QA-related goals, we ought to
QA the GPU-accelerated information processing on real hardware, because
this provides an additional level of trust/confidence for people using
Debian in their work and research.

Finally, while it is proprietary software, it would be nice if such QA
could encourage Davinci Resolve to support to support AMD on Debian.
Currently they only support nVidia on RHEL.

In other words, I absolutely affirm Mo Zhou's earlier proposal to
provide a credible alternative to nVidia's CUDA. (email subject:
rocm-team: in support of AMD's free CUDA counterpart and end NVIDIA
monopoly)

When framed this way (full-stack high-quality QA), I am optimistic that
AMD would sponsor Debian--replying to Sam Hartman, who wrote:

   If AMD wants to sponsor Debian by giving us some hardware, I definitely
   think we should see if we can make that work.


Cheers,
Nicholas


signature.asc
Description: PGP signature


Bug#944986: ITP: emacs-wgrep -- edit multiple files simultaneously in Emacs using grep buffers--pattern editing

2019-11-17 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist
Owner: Nicholas D Steeves 
Control: tag + moreinfo

Package name: emacs-wgrep
Version : 2.3.0
Upstream Author : Masahiro Hayashi 
URL : https://github.com/mhayashi1120/Emacs-wgrep
License : GPL-3+
Programming Lang: Emacs LISP
Description : edit multiple files simultaneously in Emacs using grep 
buffers--pattern editing

Wgrep for Emacs enables writeable grep buffers.  It is a maintained
fork of Matsushita Akihisa's grep-edit.el.  I have not yet tested it,
and am packaging it as a new dependency of src:emacs-ivy_0.13.0.  I am
supposing that it is something like an interactive sed shell that
enables multiple files to be edited simultaneously using patterns,
because if it can't do this then its primary value when compared to
the built-in M-x replace-regexp is probably buffer persistence (vs
replace-regexp's ephemeral minibuffer).

I would be maintaining it as part of the Debian Emacsen Team and will
require a sponsor for the initial upload.

I have marked this bug as "moreinfo" because while upstream provides
GPL-3+ headers for all files, a LICENSE or COPYING file is not present
for this multi-file work, Masahiro Hayashi does not note his copyright
anywhere in the project, and more importantly Matsushita Akihisa's
2002-2009 automatic-copyright-on-fixation is not mentioned anywhere.
Assuming all of his work hasn't been replaced in this fork, I think
that's probably a blocker.  I will contact upstream about these issues
before proceeding with packaging this software for Debian.


Regards,
Nicholas



Accepted php-elisp 1.22.1-2 (source) into unstable

2019-11-17 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Nov 2019 16:52:36 -0500
Source: php-elisp
Architecture: source
Version: 1.22.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 php-elisp (1.22.1-2) unstable; urgency=medium
 .
   * Do source-only upload so package can migrate to testing.
   * Declare Standards-Version: 4.4.1 (no changes required).
Checksums-Sha1:
 6b9b5fad7023fcd89367ea9dcc85ae1ac5893ae2 2000 php-elisp_1.22.1-2.dsc
 7a1b12e9ce691bc05d5ece21275ebd46145bcc0e 5772 php-elisp_1.22.1-2.debian.tar.xz
 9a7b629d5af9b585019e37229a7109cb73edb9f5 7709 
php-elisp_1.22.1-2_amd64.buildinfo
Checksums-Sha256:
 57716fbf0209730d2bc8fbc1b311a0d7f6b840805845de99425349974cae7757 2000 
php-elisp_1.22.1-2.dsc
 6925890c2b69eea3976db979cb07b0c06c71d745902579e3c32055272fec35c3 5772 
php-elisp_1.22.1-2.debian.tar.xz
 e6c3bb50682d8d32ad5f628a79ff3395a645763215e72d10ddc444027490a20d 7709 
php-elisp_1.22.1-2_amd64.buildinfo
Files:
 4f2f0c1f007c1039d0938a513770ed76 2000 lisp optional php-elisp_1.22.1-2.dsc
 d56533c391870132a559955142ad576b 5772 lisp optional 
php-elisp_1.22.1-2.debian.tar.xz
 c126926febfe208f4ad43a8e4c9c4884 7709 lisp optional 
php-elisp_1.22.1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl3Rwl8THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYeaHEADYeR5E96StlL/1br7kB37+BzoAUWkG
2PmR7OQ4IzS/AUFb7D8Qisg0MBI+MvQ1WQPbXeogld/G2f1yF1JPY40PWSSqqOFf
cMMrgXl44832oZdq1sirBz0YpAIOCxjsSkK/kpz5vLnS5qPpLgwkl8EjLS8/AU4O
QGDQ4cPoscNQT1KFOpVdUUsl35UnL9VDPqiMMHeKT+9cH9H9PgdMUymSRl0Qfj/4
S9gIvk4Q2EE48fWvLq4bI+Xm7uJoEl/nvOYQEX6D5iE7xUDT23j5/fsm1K9PBtwk
UevIq+GZOMWTGccp2pPBTY4k3NBJ3TMSmi4dDpGZ3CPslFX1lD2plIqGmCPLaW9R
tIH8W+46o5rWxRYvIhHpHrCaMrp8Wh1e5L44H7F8JD31/FSD+vidzjBzB8PFMV3b
Elg1qt/KVVIuWOaYo37l/Wa1LYbmZiU0OfUMpmjDIxgfMaL9elnXGCA/ghO7PvaX
hJ2wcWhLQY5XRd+/vZ5mTdisQxehg1uS8RyDlDpPAIDCHtgpfuAPQR4gEotR7OzS
lv3GpnJljUUQVObr+7ZipxtNTCBL1jFMyfShcLkecLeQP7A1aDRdmpi0moQx/JKk
65SraFmRVl6iWUaN+hsK73WIRNKuyr9/R9BYOEycYLOxnaMxM9riDUDhok/1eBLl
yLAfHf/f+T4a6w==
=kRh1
-END PGP SIGNATURE-



Accepted csv-mode 1.10-1 (source) into unstable

2019-11-14 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 14 Nov 2019 16:00:18 -0500
Source: csv-mode
Architecture: source
Version: 1.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 csv-mode (1.10-1) unstable; urgency=medium
 .
   * New upstream version.
   * Drop add-customisation-group-for-mode.patch (merged upstream)
Checksums-Sha1:
 b8d1c0fa463e8f611869700a360b57c79863d26f 1951 csv-mode_1.10-1.dsc
 6f7bfcdcc649a473323509cba3acbf1048b65f07 30648 csv-mode_1.10.orig.tar.xz
 daf1ffd342cda0301e0e2c7d7cfc99f5cec0aeac 2508 csv-mode_1.10-1.debian.tar.xz
 e0d56986a1916a91c86afde4e273aaa7178f6800 7678 csv-mode_1.10-1_amd64.buildinfo
Checksums-Sha256:
 11421f8a9fae2cfa006c09b8a1935d51ed64cf45a9de68bde80cf8249e499a28 1951 
csv-mode_1.10-1.dsc
 98a4b52274a40bdc2fc8ea8bb97b66f51e73a39f3f043527e0fcd9daafb18b59 30648 
csv-mode_1.10.orig.tar.xz
 458ecdc4f314caf9d7a0090e47c428a0ace3c18dfb4759364e43f36049e5fcfa 2508 
csv-mode_1.10-1.debian.tar.xz
 51c74500cdedd44899e4201f8384c6dd2bc1680c4dfafb505151c0395410206f 7678 
csv-mode_1.10-1_amd64.buildinfo
Files:
 a0d8f213af54371b3c55c40af474ab7e 1951 lisp optional csv-mode_1.10-1.dsc
 d1151e78d6fababf25e309cdb2ded6a6 30648 lisp optional csv-mode_1.10.orig.tar.xz
 57f6875e2d5ebbe71c475a397b2fdb23 2508 lisp optional 
csv-mode_1.10-1.debian.tar.xz
 80543111258865f6699a1ccc86d6df02 7678 lisp optional 
csv-mode_1.10-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl3NwawTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYVwpEACJdC6JR2oEEdQOkp1t3cm5XX7fU52w
0X4NvjzF5rip5oXJ4iIPD/dJXuJ/h1gTOFkCZ6X4o1knRUD6mSYa/F6OmpQ6aHTO
eahp9z995rrORi7edIyu1CpfjCmfYzKnJXg59S+zsOhKdFnI6Z7tuojuySAv4PuI
sFNLWY8jrLyXActqVGwWnI3ArM+V4Rx+LIDe8ksDtQ4Xm11Pv6ama6+CPVVE+fc0
5TAVH2+TQWxfva4+AU0w41q74GvklHvMG0+PW8r/pfDyAghP8qBKDZpni3QmwEXC
vwyjGeGTsvkuIgbJ/Yk3d7HXxLyxql0LJljMWXhMwSZKL1laTwbTZOLrMn1P7Y9U
P8YtrAxOGosWrQe1/RwihjGX/T941cfeeA6/QblSkVWQQtUfi4/qwpfDXnHLRUzT
Kbn2kwd9Hn0FkjiKZs4L3maNUQkQnPouLhSiFneTcRol8DYZLDgiCsnP4+56gT3w
4Bm5DOYGS4lHApOCRJD1KBt15B1Mrgd4n9xqk3zjBG25oICAoW6RIIvuuQtOKuv2
bMwYKTx2+PHMU0iZqv6sPU6Sm0kVIIVBMsTakSalNWkOfeeeyzDYPfyODbXS1wz7
1G2JSEqDS8K+D9OVx+D4fTcE6dYqLYoBj5VkbBWUvvboUsyyY4Ostd9gloD5X9vp
Ye7tIp6z6pisvg==
=a9l2
-END PGP SIGNATURE-



Accepted php-elisp 1.22.1-1 (source all) into unstable

2019-11-14 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 14 Nov 2019 15:46:04 -0500
Source: php-elisp
Binary: elpa-php-mode
Architecture: source all
Version: 1.22.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Description:
 elpa-php-mode - PHP Mode for GNU Emacs
Changes:
 php-elisp (1.22.1-1) unstable; urgency=medium
 .
   * New upstream release.  To anyone who might be using this package on
 stretch: please note that this release drops support for Emacs
 versions ≤ 25.1.
Checksums-Sha1:
 451015dd2bdf3790e4956df93d6d7e474a83cf2b 2000 php-elisp_1.22.1-1.dsc
 375582eff57af4ee013c283dccde107adc66f266 73696 php-elisp_1.22.1.orig.tar.xz
 e69e486757d5fb16e9dd2970f178578aa713d750 5716 php-elisp_1.22.1-1.debian.tar.xz
 e23a4b3d6fcdaba68218f357f2709adcfad3b69a 56648 elpa-php-mode_1.22.1-1_all.deb
 ffef9b16dcdb9c3ac616b24006c525d65bc4bc3a 7700 
php-elisp_1.22.1-1_amd64.buildinfo
Checksums-Sha256:
 86ffed2997e3a1b7e1448d46c42ba76cc0e0cbcc98738cde052b6c7c4d2f3bd9 2000 
php-elisp_1.22.1-1.dsc
 3e85acc7589baf58dcafc4a8dd0272c67a75efa47e924aef101a6187f408c575 73696 
php-elisp_1.22.1.orig.tar.xz
 97253b94f55beb7bcc9612de04188529260adfb288e28a6c28bd8cc628ea53ea 5716 
php-elisp_1.22.1-1.debian.tar.xz
 7bf1fdafa2b03484230f95137c888d4ac29a8d4af4ccfb1bb2f55cd7c23b8348 56648 
elpa-php-mode_1.22.1-1_all.deb
 b5089807dffc88d7c2e586b64973027b33abac24899053ffb43dd5cca58a53e6 7700 
php-elisp_1.22.1-1_amd64.buildinfo
Files:
 6433a8097af67dc28ae8ca8b94d3160f 2000 lisp optional php-elisp_1.22.1-1.dsc
 1c3dc17ba1d028271d9ba462c5b57092 73696 lisp optional 
php-elisp_1.22.1.orig.tar.xz
 5dd7608d83052f548fc45d9a3937fc96 5716 lisp optional 
php-elisp_1.22.1-1.debian.tar.xz
 e81d338a73490c38d70331489f0c1903 56648 lisp optional 
elpa-php-mode_1.22.1-1_all.deb
 2221381e1db02e220ca402766f259644 7700 lisp optional 
php-elisp_1.22.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl3NvgcTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYdbkD/9l3ssyeCYVcLtE4IEqLVZ61svgQEel
tsBCewqEtGOo5fj7iWUR0CGsiVh2R8KPuiw3+gyOoWkBjJHRFXWHG0RUE7XKUfUw
2UBO0eVLcRhP7jiYo4IQCN/yBlrOHM3YzYLsQmXEuILEA8Od+xFawQ7g/drtNLEG
P0oqTLlenuA1tm5YYNQYoB28Jy1N7IZlOVI6B4hmOfn5XtFVlTNGGFgPSnCIOUWZ
/DiRROgKx7T3G7Cix4EaqawMnrcyKCcWYIibbfmd8nfx5NTYTm55AbTnZo9cQH+r
jPR47vMa4x1zWpRdJEO683SjLkJqK8g9qrrmSxSB23XG2WOYVM3RdX44oWKvGZPl
KGzkuOY/S0rouUgANH8KAJss9FJ7iREvdMe1JFi9uUWclvsBY+S93ijCEX21EAQy
u3uQWCBklsdhjtwal3UFXJI8t8KGSetVVUMSsreAEW25hUHEvO/Bnfd1NtpoE8Yj
ss+7U4ovHjbdA+UB0CqEXAMGtczIDNJK5CRYmdcYgKh1GK+jBAQwNV4TzcLD+kGh
wltKG0sUC99XkDRv9ImZQWr+jFSJgzsDaP/Kat8Z8wMxZnBXsFXMibDnPnsoxkfg
IP77Zfp4X1ULOZcsnb9vJUGjOVOh5uk3xKAA9TWYb0ceQVB9Uvw6NPH7i4Hga/+p
AdM7Dpx717ETGA==
=fYVz
-END PGP SIGNATURE-



Bug#944704: ITP: org-html-themes -- export Emacs Org mode files into awesome HTML in 2 minutes or less

2019-11-13 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist
Owner: Nicholas D Steeves 

* Package name: org-html-themes
  Version : 1.0.0
  Upstream Author : 
* URL : https://github.com/fniessen/org-html-themes
* License : GPL-3+
  Programming Lang: Org_style_markdown, HTML, CSS, js vs Debian's libjs-foos
  Description : export Emacs Org mode files into awesome HTML in 2 minutes

 Org-HMTL themes is an open source framework that enables the
 exportation of Org documents to beautiful cross-browser HTML. Use
 this to style your docs, and your colleagues will come up to tell you
 that you are a genius!  Whether it's for a web page, something like
 an IOT frame that displays TODO lists and project progress, or
 something else this package elevates Org export and publication to
 something truly impressive.
 .
 At this time the following themes are included:
   * Bigblow, a modern and minimal theme with pastel colours and a clean design.
   * ReadTheOrg, a clone of the well known and loved Read The Docs theme.

This package lowers the barrier to entry to professional-looking
Org-mode export/publish results.  In the future I'd like to see it
extended via conveniences like yasnippet and/or some sort of template
selection menu.  I discovered this package when working on generating
Ivy/Counsel/Swiper's HTML docs (now with no invariants section!)  The
most similar type of package would probably be the various Sphinx
themes.

I plan to maintain it on the Debian Emacsen Team, and I look forward
to navigating between the requirements of users who are using it for
offline docs and those who will use it to publish to a web server.  I
will require a sponsor for the initial upload.

If someone would like to work on porting Sphinx themes to this
framework, please speak up :-)  A publication kit that provides unified
look & feel between Sphinx and Org could be a fun project.

I anticipate it will become popular with fans of Org-mode.


Sincerely,
Nicholas



Accepted color-theme-modern 0.0.3-1 (source) into unstable

2019-11-12 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 12 Nov 2019 17:30:11 -0500
Source: color-theme-modern
Architecture: source
Version: 0.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 color-theme-modern (0.0.3-1) unstable; urgency=medium
 .
   * New upstream version.
   * Switch to Section: editors; Thanks to David Bremner for the tip.
   * Add 00-debian-customised-README.md.patch, which removes installation
 and configuration instructions that are irrelevant and misleading; Thanks
 to David Bremner for the tip.
   * Enhance enable-theme explanation in 00-debian-customised-README.md.patch
   * Merge several copyright holders' years.
   * Fix typo in copyright comment.
   * Set maintainer to Emacsen Team and add VCs links.
Checksums-Sha1:
 72d5cfa65157f66f824e9f73297a3fdd2cbf7dac 2081 color-theme-modern_0.0.3-1.dsc
 fd77645ba855cb12a64a0f79129bf9779a684762 3771948 
color-theme-modern_0.0.3.orig.tar.gz
 7903c96ef42d17d7ce55a58a3f0596ae72f4c121 5708 
color-theme-modern_0.0.3-1.debian.tar.xz
 8ea32da79af7bc67c5f1b0bed992119f087cd097 7792 
color-theme-modern_0.0.3-1_amd64.buildinfo
Checksums-Sha256:
 e15bc2ab8ab6d22116b615aaa0774253620afe3bd6eac4f4f1037e55154b9c6b 2081 
color-theme-modern_0.0.3-1.dsc
 bcdab8e0eb3988721d2892f29b0ca39d7bf0457ea66889e153392b2a81dce924 3771948 
color-theme-modern_0.0.3.orig.tar.gz
 bb53a27f0ef6dea8bd0e8b06a6d837f53bb1f1f0c5f52a027fbe314c6587594d 5708 
color-theme-modern_0.0.3-1.debian.tar.xz
 da048cc0b4eeb9be2a347f71e9d5ff00bc664a72dab7f9aa73c294fac3daf627 7792 
color-theme-modern_0.0.3-1_amd64.buildinfo
Files:
 4aef028a94e69d3e0636f7bc21a1ae44 2081 editors optional 
color-theme-modern_0.0.3-1.dsc
 96a0bda390ada605ff475312aafdd289 3771948 editors optional 
color-theme-modern_0.0.3.orig.tar.gz
 65208a96ab4c651210d11c6ec224c5d4 5708 editors optional 
color-theme-modern_0.0.3-1.debian.tar.xz
 642653707e595cdd4b14d0c8b95ca30c 7792 editors optional 
color-theme-modern_0.0.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl3LVMATHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYVHtEAC3Z9gqP0BOuW+aqmdy+jLp2fAHR1/G
8gZmhne1ouUFDZlDaIMfu4IhIOIlQK2ZVtE6e2CU0QfvHVlZpBYimVNs7em8z1/v
XV6M3SX3mix6Pv4yrHYqOvT5941Tk9Rrt3un9r+0lYODoy1kwzlputwxMWcBeb2d
FVJ04uq71wtqh28SSHhy4k5YZNR0DfiPrVqAFJIJMowZ1FIzrlLu4Ik/RmzH7Plz
GB+1RJY6ul6Awk93dM7ogFY7/mDqPOtrTazE3iJljw+Imps9RKu2zeYzwutQ0X7D
i6f7P/JISYyrqNVYCTNybd2KKSz1AOzKRqltf3QxNoO9i7azEjQopNnqjeWyHjhg
Eg3ytvr86yx4JkWMPplRmNmfzE7Me+GW7wihAI5EtH4xsbW2MOotU8mNTsrGwm5y
vsqOMdlfxnN9NXK2ZExb/t9A9czhRFql2PvRZIrt8U9Ele+Sje+tOS867IJYqNj5
X4NVDLMstlICmPECUaNNryfvjON9gFrHup6bjyzs1J9CYlp6ifd2nhRVLlA5qWZq
vzMS+RyvNLRA/Z4NFaOKgag4Z9ZrKNbxSirNxbRHCjcjF20FsxwTKE3kV/3Wefti
e794PALNrgOCKXG0ioHOUwi5KETXlG4eUcjDdgsRH/SqlfCV1CbYmIgDf2FF3sxh
2ImKmWGMC8ofcw==
=jKgd
-END PGP SIGNATURE-



Accepted yasnippet-snippets 0.17-1 (source) into unstable

2019-11-12 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 12 Nov 2019 17:58:41 -0500
Source: yasnippet-snippets
Architecture: source
Version: 0.17-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 yasnippet-snippets (0.17-1) unstable; urgency=medium
 .
   * New upstream release.
   * Rebase all patches onto upstream 0.17.
   * Add 0003-Build-cheatsheet-generator-in-offline-mode-with-loca.patch
 The clojure cheatsheet generator has not yet been activated in the
 Debian package, but this patch is a necessary first step towards this
 effort.
Checksums-Sha1:
 6a29c93cb3345312474c02a0c8ce9de9b1c55567 2115 yasnippet-snippets_0.17-1.dsc
 a04692838f0c516eb2a7fdcfab6608968e13fb49 114060 
yasnippet-snippets_0.17.orig.tar.xz
 a686a79bcb0d29c4a37bbfd2b1a0c47fcff8e560 5512 
yasnippet-snippets_0.17-1.debian.tar.xz
 c282fadb799ded47008b424562e797b1a5fd105d 7781 
yasnippet-snippets_0.17-1_amd64.buildinfo
Checksums-Sha256:
 8e389e26afffadeb2d37f2da074cfeee73e9027dee227145c70036fd1be19e82 2115 
yasnippet-snippets_0.17-1.dsc
 ebb2617f46dcd0c6686c3e887a0804d51a8dc00df9290d0594d63bb4203b04e6 114060 
yasnippet-snippets_0.17.orig.tar.xz
 58b31ce6445d83b689132a64a7f094febee0627e170824a6a2c8aee0972d5f19 5512 
yasnippet-snippets_0.17-1.debian.tar.xz
 e702dbb4b5e3defb2a16be5ee8e2b7a6bc7a000b50e0ec7a90d8fb577fad77b1 7781 
yasnippet-snippets_0.17-1_amd64.buildinfo
Files:
 0901ea416c8c2e1da1c5826e8217e933 2115 lisp optional 
yasnippet-snippets_0.17-1.dsc
 15546bf063b983703a24e6cb5db8ce03 114060 lisp optional 
yasnippet-snippets_0.17.orig.tar.xz
 7b2417f95554f801ffef1835b8d86752 5512 lisp optional 
yasnippet-snippets_0.17-1.debian.tar.xz
 4875b50d9e02823f3f0dfa5d632cff51 7781 lisp optional 
yasnippet-snippets_0.17-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl3LOnwTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYenJEADeQRdq4Uycjm02b0lcdJVZGxQ03m/J
wn4RMkd88Onzxa6x3hZM7nq5hmvixWvY+GvuQoweZ7m9dfDwag8yrxKdHh5UEBWR
C2GCIvDYED6JMWIjRktve2wBr409TjxKhD0UWmVr9vZ15hAGjp4Qv+YseA2hfuJm
Bz60LI/qd/w9CJUXr4aazaJA4+nE8ndK+QBQr2zl47A5QrGPULOBQPGNb527VLIM
Nq5uRPyrq48e8NBfbGxIzcLHT7Z/MMxlUDCNRUSseVeBbUmgDEFB0+TbcyFdjMgR
TK1BB43wE9oJ+JJrtguWANplm74PP/bdMRFY0OjOQ45XXlP0VPztOUtTZP5yyz1c
9ReRXge/+CXJ/KNuZyyTlj+i5lV9RK7G+VkoeIZYORGjNNwi7wWcjiqk4vlnYYpt
0sUa3v6buqSePgXFCyWbQysAAaLtBjwhLA51u0FB48kYL2zyEm46qeOmxCgVKLQR
j5+NSmvS7cIc5nRoRG9G0704pYv4EhfWZcaNkGtGVjOJqAB/XslO4HgeKZFtOeKD
yUp/OQHaDw+TSN7u96N035roc4KL154KKid3eGiQlvqPxl1AThfohTC4sKKS7ZD8
zz9jlA9ATaWvzfZaSsy/yV9virfhvmW07N2S1iZmAhkwikMaZX4EQigBjwgENwRp
tekCoy+hbMkPeg==
=Jro4
-END PGP SIGNATURE-



Accepted fountain-mode 2.8.1-1 (source) into unstable

2019-11-12 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 12 Nov 2019 18:48:34 -0500
Source: fountain-mode
Architecture: source
Version: 2.8.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 fountain-mode (2.8.1-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 9c7ef013685dcf02e0bb3a3a34ab0d78d8f874ad 1995 fountain-mode_2.8.1-1.dsc
 c8f17942b533bb6f4f2aff0679a29a63a6be5ddc 47296 fountain-mode_2.8.1.orig.tar.xz
 a2f964afeaa6c6b075f87fdda7f11d87a4472909 3212 
fountain-mode_2.8.1-1.debian.tar.xz
 eb589369974fb02dc7f404774d8eff208fe478f1 7713 
fountain-mode_2.8.1-1_amd64.buildinfo
Checksums-Sha256:
 a9a086b0ef23a79aaf9d750236f7ccae8ce32c74d357cbf614d098a6537110c4 1995 
fountain-mode_2.8.1-1.dsc
 1e73f399da433636ebaba77e6e51e9b8e859b0b764e69bcd4d0988a8202c6e45 47296 
fountain-mode_2.8.1.orig.tar.xz
 cfe706eff46a1aeb48282812b675df4da2cd947ba1cfaa5d94f02d25b3f4c09c 3212 
fountain-mode_2.8.1-1.debian.tar.xz
 ad58c05af9a4f385e68d3d6bfb23c23b096a2b77128f5bafd4f148ba9af073b8 7713 
fountain-mode_2.8.1-1_amd64.buildinfo
Files:
 12e354be935b87878dcfc88701837196 1995 text optional fountain-mode_2.8.1-1.dsc
 2414874d71e69568a92a1932cc81684c 47296 text optional 
fountain-mode_2.8.1.orig.tar.xz
 2a5a00b86b2e07731f96c48af8c2c808 3212 text optional 
fountain-mode_2.8.1-1.debian.tar.xz
 36f18b689ebe0802e981874375561f72 7713 text optional 
fountain-mode_2.8.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl3LRZUTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYVFJD/99QYCUcP7I/JoQFC2hEt7HpLwrgkVM
oplPAaA1bvwB+S9zHrphPgqYJpx7u9LB0eNkmGy3Oh1wMGdnGQL4sSgJzDjLSnga
Vib1rTwSjJ2D7wVg3GLKqnWWUuGmYh4hnurG//ahFPAfePeimVHUeE7gYjewIdsr
MjXG8ULLiSkL+cvlSd4DGmH6BoXj6MsrvfXC+sNVXXOK6cVivBuhvPuRZ8HtZnmQ
G9kKxU/dAoDWqGQ92GkbO04NvKx78EeE9iqmvc8XKdEsugQgNPaP4SRKkG7v+6C0
7olsSKJxb8JW5HaiD5NFwUHjsd9YK6iVyFweSglXSpTrFXcahqnOwUY4KOZMvQBF
bvTFtzzY6fJokGW2/+l3AANwsIpOEzUdoRSGqMv8oVc0CmoiD3mOpGobcxF3RDS0
sru25yVfZRELXb1WnqUcx12K+DN4nLavAT7SzOz3tY9o1d2Etwfiwf1rpkVH1QAE
+O02iH7S+Bh/m4fP8R3R4BBRRWq6f2wdwEuDVFB/cC04xS4qCyL9yQzc2YN6MGKg
sdV3Flffb++oqhBtZL7BycjIBjHuoH/pEwwLmWZ/Mlx1Ht1ExyGs4S2TPsOEtvIP
112N96S7PtSP1Vllk2Mu3e6kwU/i5b5OEm2q3OUQjEFo4m7FwGg+qKHh9/QVdbqd
bkPXBFyoqCYsXA==
=MRfQ
-END PGP SIGNATURE-



Accepted color-theme-modern 0.0.2+4.g42a7926-1 (source all) into unstable, unstable

2019-11-11 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 21 Sep 2019 22:36:17 -0400
Source: color-theme-modern
Binary: elpa-color-theme-modern
Architecture: source all
Version: 0.0.2+4.g42a7926-1
Distribution: unstable
Urgency: medium
Maintainer: Nicholas D Steeves 
Changed-By: Nicholas D Steeves 
Description:
 elpa-color-theme-modern - deftheme reimplementation of classic Emacs 
color-themes
Closes: 905246
Changes:
 color-theme-modern (0.0.2+4.g42a7926-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #905246)
Checksums-Sha1:
 4f45baba2396fcab66978a1eb2b0c8ba9febd342 1942 
color-theme-modern_0.0.2+4.g42a7926-1.dsc
 735bce80b1be698d2701f7f4c070507fbb9353aa 3772008 
color-theme-modern_0.0.2+4.g42a7926.orig.tar.gz
 bc6013a4cda84722b9856f644b0a81a0e1bd3831 4192 
color-theme-modern_0.0.2+4.g42a7926-1.debian.tar.xz
 51e36b93e36199dadfef0bd588bb732bbb6ecfda 8041 
color-theme-modern_0.0.2+4.g42a7926-1_amd64.buildinfo
 296117f1bb6c19c885c8428bfffef3beec3f4233 3717812 
elpa-color-theme-modern_0.0.2+4.g42a7926-1_all.deb
Checksums-Sha256:
 a73f87d1a93c6b54070262da3836c9ec41012288444e36ae4be825801edeb6f6 1942 
color-theme-modern_0.0.2+4.g42a7926-1.dsc
 5898cd3392e8fa80e5defb804afcdb4f2f96771869a8a85e91aa9b07251c9e90 3772008 
color-theme-modern_0.0.2+4.g42a7926.orig.tar.gz
 0359591039c233fd2b949ba0ea8382a3a139b5b857883adf85bf7c9d49e1087b 4192 
color-theme-modern_0.0.2+4.g42a7926-1.debian.tar.xz
 87a174bb44a39f3ee69e1d426d8acb5d50f5731053214c3dc604cb45e0b2ddc2 8041 
color-theme-modern_0.0.2+4.g42a7926-1_amd64.buildinfo
 57a7a42a35cd06f2ad0ab4c9723f6527ad374097e232cf198f53d60d04840438 3717812 
elpa-color-theme-modern_0.0.2+4.g42a7926-1_all.deb
Files:
 f6e34946ff225fba35f861232cbcdd5d 1942 lisp optional 
color-theme-modern_0.0.2+4.g42a7926-1.dsc
 87778d807e919c888b3b5ce88b898c52 3772008 lisp optional 
color-theme-modern_0.0.2+4.g42a7926.orig.tar.gz
 5b794f9f49987d8d80ddfcbdbfbcbec5 4192 lisp optional 
color-theme-modern_0.0.2+4.g42a7926-1.debian.tar.xz
 8f676a15f2c7f00f572e7b507176e7d8 8041 lisp optional 
color-theme-modern_0.0.2+4.g42a7926-1_amd64.buildinfo
 445420ab1428f789abe526132fdbfdf4 3717812 lisp optional 
elpa-color-theme-modern_0.0.2+4.g42a7926-1_all.deb

-BEGIN PGP SIGNATURE-

iQJDBAEBCgAtFiEExyA8CpIGcL+U8AuxsB0acqyNyaEFAl2LX60PHGpjY0BkZWJp
YW4ub3JnAAoJELAdGnKsjcmh/44P/2lLMDd3A59Phoy9mXA6bU2B/sPyDfy0Wt5t
VR4KqNI98b3NexLRFIErR92VT4u1YVInLj8Y9s15MyoPoF4+EF90wgyMxzOwF/eT
cbccPybGenuENzqdmVS7n+yEAbN7C5dJI4qTlUITTdxc4OztsU20bamJiiARj6VI
8oHZ5ez49MCjg+1McnMXAFnDYgsKJOswT5+a5m67rbvbZ4SvfykYXe3453wbNfK5
eI6MI7MIegTYe5zeV4MujMNVmXRrW/yItXjRrfCSYYoxJdIdIVZauL4YEQattFRL
oZLXlhWw156SvuDCz+xc5zeAvhiFxrB8YsSQT+nKMOWoi5IGTmQHNDF+WPgQTnzq
RcqUGwf3M1i7RcEpc7SeS4VhYGfUUeqihgd7VqZSfoRuNJa47xwfmUJGsHXL54Cd
yGN4CVPzPCdRaHfzDkXxzGw7vCXsd7jkyDBWZMTtrT+rSftM+tCinHA5uG22kdNl
J5ljLysQXZppLOnuJA92AGYcikw15pW/RgjdSLpNEQOAqgO51DBOs7bT7+ycvJUs
OjXhukn+A5Gvng1PBELHHTPiTnAfWGoRvIoMX0cnAXcCc6s5JV73VYxDvElHym7I
CHzAQ4XJhO6saC9Hqu4Yh5ovrUvAc34DTY4Ze3J1nrbzbN3yvXMQHhsGXYXVDBBf
I25ekTVe
=/Sx1
-END PGP SIGNATURE-



Re: [confirmation] Summary: Git Packaging Round 2 [plus weak vs strong team ownership question/proposal]

2019-11-06 Thread Nicholas D Steeves
Hi,

I confirm the summary seems fair and reasonable with one
question/proposal (see below in line).

Sam Hartman  writes:

> * Exploring what current social conventions are around pushing to other
>   people's repositories in the debian group on salsa and documenting
>   them.  This is more about documenting what people do than about
>   documenting what permissions people have.
>
[snip]
> If you are a Debian Developer packaging a package for inclusion in
> Debian, you should store your packaging information in one repository
> per package on salsa.debian.org in the debian group.  That is you should
> create a repository under https://salsa.debian.org/debian .
>
[snip]
> If you are not a Debian Developer, you cannot directly create a
> repository in the debian group.  If you're willing to wait for a Debian
> Developer to create a repository for you and grant you access, do that.
> If that wait would be long enough to frustrate you or demotivate you,
> you should create a repository in a your personal namespace on
> salsa.debian.org and store your package there.
>

Thank you for /\ the above /\ point for non-DDs.

> By creating a repository in the debian group, you grant access to all
> developers.  That way people performing NMUs can directly commit their
> changes.  It will also make it easier if you later orphan the package to
> preserve version control history, URIs and merge request history.
>

I think it might be worth adopting the weak vs strong team ownership
convention that the Debian Python Team uses, namely

* Team in Maintainers is a strong statement that fully collaborative
  maintenance is preferred. Anyone can commit to the vcs and upload
  as needed. A courtesy email to Uploaders can be nice but not
  required.

* Team in Uploaders is a weak statement of collaboration. Help in
  maintaining the package is appreciated, commits to vcs are freely
  welcomed, but before uploading, please contact the Maintainer for
  the green light.


https://debian-python.readthedocs.io/en/latest/dpmt-policy.html#maintainership

Would this address the concerns of everyone=no_one's responsbility in
the Debian salsa group (old collab-maint)?  If so, the question becomes
which email address to use for the Debian/collab-maint group :-)


Sincerely,
Nicholas


signature.asc
Description: PGP signature


Re: Summary: Git Packaging Round 2 [comments by 11/05/2019]

2019-11-05 Thread Nicholas D Steeves
Richard Laager  writes:

> This all looks very good.
>
> Presumably the repository / Salsa project name should match the source
> package name? If so, that might be good to note, at least as the
> default.
>

I'm curious what other people think about this point, because it could
cause a lot of churn either in source package renames or salsa project
renames and uploads to fix VCS links.

> I'd love to see more information about a recommended branch
> structure. FWIW, I've been using branches named for each release
> (e.g. "sid" is the default, but I also have "buster" for a (proposed)
> stable update, will likely soon have "buster-backports"). This works
> really well, and also scales to also having branches for Ubuntu
> (e.g. I have "bionic" and "cosmic" too due to some SRUs). It also
> keeps "master" available for the upstream master branch. This seems so
> obvious and wonderful to me, but I'm not sure how popular it is.
>

https://dep-team.pages.debian.net/deps/dep14

It sounds like you're already using something similar :-)

[1] One modification to DEP14 that I'd like to see is a requirement to set
the Debian development branch as the default branch on Salsa, so that a
debcheckout will put the user in the right place to get work done.  Eg:
"debian/next", "debian/sid", "debian/devel", etc.  This also makes it
easier for new contributors to submit MRs based on the correct branch.

[snip]
> If this message is threaded wrong, my apologies. While I am now, I was
> not subscribed to debian-devel at the time. I have tried to set
> In-Reply-To directly, but this is my first attempt at doing so. In
> these situations, I would normally download the mbox archive, import
> it, and reply to the message that way, but mbox archives are seemingly
> unavailable (at least to non-DDs?) for Debian lists.
>

I didn't notice a threading problem; however your email had long lines
that I had to manually reflow.


wf...@debian.org writes:

> Sam Hartman  writes:
>
>> General Recommendation
>> ==
>> [...]
>> You should document the branch format (such as patches unapplied (gbp
>> pq)) that your repository uses.  Best practice for documenting this is
>> still evolving.  The best current option is to document your branch
>> format in debian/README.source.
>
> I'm not sure this best current option (README.source) is something I'd
> actually recommend.  Granted, it's annoying to have to figure the git
> workflows, and a freeform documentation text like README.source helps if
> you have to do it a couple of times, but it still isn't a thing you can
> automate.  Thus I think that the overall burden it creates outweighs its
> value.  Also, from the Policy: "maintainers are encouraged to document
> in a debian/README.source file any source package with a particularly
> complex or unintuitive source layout or build system" -- do we intend to
> recommend something "particularly complex or unintuitive"?
>

[2] I wonder if the investigative work Ian did for tag2upload can be
recuperated for the development of an extension of the source format
specification.  Namely, a shorthand git-project format.  One would then
consult the table for repos that declare a style using a shorthand key
term that one isn't familiar with.  "other" would need to be an option
for a while.  I'm not sure if it should go in L2 of "source/format" or
somewhere else.

> I have to admit I haven't read the full discussion.  Have we got a list
> of items we need to know about the "branch format"?  Your text mentions
> patches applied or unapplied, which dpkg-source (and, according to you,
> dgit) already handles, so a utility could provide the answer if there's
> at least one patch in the package; why document it then?  If the
> heuristic is deemed too fragile or we want to store this information
> even in the absence of patches, perhaps we could invent a new (local)
> dpkg-source option to override it and require using that (just an
> idea).

The utility would parse [2].  I'm not sure about using heuristics and
suspect that the "branch format" list will need to be manually
maintained.  It might also benefit from codification in Policy for the
following case: a decade from now someone adopts a package, but the
"branch format" document/section has substantially changed since the
last upload.  Codification in Policy would allow the person adopting the
package to reference a historical copy of Policy to more easily decipher
the branch format.

> Another obvious item is the main packaging branch, which is declared by
> Vcs-Git ("ideally", says the Policy -- shouldn't we make this stronger?)
>

See [1].  I'd prefer for the general case to be solved on salsa rather
than using extra Vcs-Git metadata.  To get the affect of "debcheckout
foo && cd foo" and be ready for work ISTM that debcheckout (and other
tools) would need to parse this and switch to the correct branch.  How
can this approach solve the problem of getting the wrong working branch
after a salsa 

Accepted yasnippet-snippets 0.16-1 (source) into unstable

2019-10-12 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Oct 2019 17:39:11 -0400
Source: yasnippet-snippets
Architecture: source
Version: 0.16-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 yasnippet-snippets (0.16-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 c9bcf9154541c3f0ec4a1cf8d3e2de7dc87b3ef7 2115 yasnippet-snippets_0.16-1.dsc
 136a2d4d8f48e642c1e9609da3171b59f469525f 113444 
yasnippet-snippets_0.16.orig.tar.xz
 cd6eb5911b0dcf76d5910f6ed8376a3350b6bf4d 5092 
yasnippet-snippets_0.16-1.debian.tar.xz
 0d32c191a8c2743e86674be367e622dc7c9694e6 7772 
yasnippet-snippets_0.16-1_amd64.buildinfo
Checksums-Sha256:
 cb3e993bda93f97126f5c371cfc4d816b4c0aeaceba46a2535fedd8372482560 2115 
yasnippet-snippets_0.16-1.dsc
 98b6545af1d6b260a0ca792d2e5008797e1a4f4c7833a709c6856b5a2971cc8c 113444 
yasnippet-snippets_0.16.orig.tar.xz
 2d5ecf64626faa7b6636ea7a44e7202ea4dbcfe348ba95500cf3e54cd515aeec 5092 
yasnippet-snippets_0.16-1.debian.tar.xz
 fa4774c43f204e2ea4a3804f196b43e086c48be746db66c22c533c5e3450f32f 7772 
yasnippet-snippets_0.16-1_amd64.buildinfo
Files:
 3971b58480932fb82f90d99597b3fcaf 2115 lisp optional 
yasnippet-snippets_0.16-1.dsc
 99c1eba6852f154b82eb30a3f4fbe26f 113444 lisp optional 
yasnippet-snippets_0.16.orig.tar.xz
 f6cf7265029ffefbb60125e5bdbadcf4 5092 lisp optional 
yasnippet-snippets_0.16-1.debian.tar.xz
 f3eef7c08cc40e611417454a5a99289b 7772 lisp optional 
yasnippet-snippets_0.16-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl2iSJsTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYdg4EACyt/TMK7GIxNrvmp9XYlzYeSRJ7HCO
BWLDEtEA+mwK31vKmfzxUKgfU9DmExOJd4PPwt6vxm8d0fOgWQqMvdSFn/MPImFs
TYAs5bsaai5IBpuoHNfEj/m4pO6QxyY9yXMQ9q34mb9XJTS0DCjS66Hk+a1akD78
wHvHlNTmr+zvQ5Pq9YYqUvQqh2iCi/z4fq/wthNcTPOalYIblbUIx13yRKusqrCC
NiIrMaioRZoCqe+hjy2tMMlEYSBz02PuGYBVQSYjFwNqXBWfjmru/r9LsaPI9MgW
RIyvjckLzvDHaMfoBPA2CEn6xcI5wFlKjctLypJvtDuwz7CI0WUjmaxhXtYHEhJ/
IDvOvGLKW0YLcfA3rYc9HzMOgSu5U7vFo45q+a/08/qXpJY0OX4oGZ+z3D5no87w
0wjBRdyN2rgtytkkPtzt4wPyLkLK9zEvzsBg88JcDKGw/gh40aahAmgj8368Wht6
bDVrTYvHn0P1IWdVgL2KvbKZ2S5I7wsBvuCDQhtPmLGUE/auNvnNLDHkDnc3v7RF
s+97j12v1iGlcyfq3/w0XM1jHH5SN5NvagreN+rY9cGTnpo3eufDoRg/+bvdDpZe
GFVUVnjTNAy1goDX8hpGoPSAwiXS9p2O7otcGJy56+HjR6OZmnPQW0gYTpVTABWS
d1GzP2J0r/PZLg==
=xyzs
-END PGP SIGNATURE-



Accepted fountain-mode 2.8.0-1 (source) into unstable

2019-10-12 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 12 Oct 2019 17:45:23 -0400
Source: fountain-mode
Architecture: source
Version: 2.8.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Closes: 940899
Changes:
 fountain-mode (2.8.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop texlive-generic-recommended as an alternative Recommends for
 texlive-plain-generic; it's going away for bullseye. (Closes: #940899)
   * Update homepage.  This new one is really nice, by the way.
Checksums-Sha1:
 183d5bdf8ca45cc528debb33396fd547653b3dd2 1995 fountain-mode_2.8.0-1.dsc
 c83caa365b3628a85c173e8ebe56a7f49d04602b 46972 fountain-mode_2.8.0.orig.tar.xz
 255596b1d95b23d8f3076327ef22c84ea781648d 3200 
fountain-mode_2.8.0-1.debian.tar.xz
 eacd8a642dc0b11844db72e40098a057a950ca89 7727 
fountain-mode_2.8.0-1_amd64.buildinfo
Checksums-Sha256:
 76f6e329a2bba98d490405678a79abbc946bd440dd49970c2c862872ef9db5a8 1995 
fountain-mode_2.8.0-1.dsc
 b01b2e3c895f9c6ff0af5040e923414c861ccfa3813e2e9e105d4fdffb09b359 46972 
fountain-mode_2.8.0.orig.tar.xz
 bd1ac813633b3806f76782af2297a6fdf2f9898b08e84f9dee2428a3934c66a3 3200 
fountain-mode_2.8.0-1.debian.tar.xz
 7ad019683e147c950b27a623ec2c6b0bcb5558c8f67b9246204223ac9a518f5a 7727 
fountain-mode_2.8.0-1_amd64.buildinfo
Files:
 77fd65e1c66ffe0237a38ec067696d1e 1995 text optional fountain-mode_2.8.0-1.dsc
 cb96fd4c4c36eae275a1cbddd1ae14cc 46972 text optional 
fountain-mode_2.8.0.orig.tar.xz
 1f3e7f902275e74805353c4c37455749 3200 text optional 
fountain-mode_2.8.0-1.debian.tar.xz
 7ff9fd7ef3ec1243770c50b20299f511 7727 text optional 
fountain-mode_2.8.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl2iSsQTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYcTLD/9q5FPrtCoOVvZyzWe9kBwRWhQV0KFR
eUW3z33b98BJ9wmxAINUnsBPHI66duWx+jEQ2h+qNoM9Fqun1OvQZsPkJXrOVHmh
B8kmGw8NeIQbqK0P2/us+i77Q4jJ6y98cm3WJIlqq0eYeubBQXVJPA8hx/kI8gY9
3WmQiWWFg1CSY9TSMTARhGtwQJug7lpUGAfZMbnsFx6OaQfwrfE5KxOUeCcaBaYP
p9CxNhVdg8+0gg7N9rP1El73D8ftqRyeqlrxAAeSty8AofdJ+kD5s/LWlLVAlowi
xcN5yJ8vdEivSDhS74fRhHHjRI0MD3yz0pw0ZDC9588GIrlO9W3tozjm0P6y74BP
Rb5qwGYA8Njzz/Th8YDy2J1Qs+Vb357yZpNL56oq/9ZqEO7/cZW7dxnr8a//tzG2
9rDx9285+4UqJ2czR/URwZOAINOr8dfJit3aSHlAC9qP8ge4cP3xPqrxW0slMcRo
IlyQeM2gluoZ7j3sBs15Xn2ws3QrTX9+7B53dSb7G4Fg3LHzC8v3cuw33K3AL/sm
E88AMKJUbKxxW07ccf4qiQn/nP7+KdwmenomzL+x8MV1OCZya/ZmWkcn4ZlKOFcV
sA/tXyUWhLv6t8D+lK64RUfagXr1xoZsdfGa4iTywcD056kj0E/quXan9RjLwh8s
YjZanlU+f+U/Ew==
=bgnS
-END PGP SIGNATURE-



Accepted irony-mode 1.4.0-1 (source) into unstable

2019-10-09 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 09 Oct 2019 19:04:49 -0400
Source: irony-mode
Architecture: source
Version: 1.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 irony-mode (1.4.0-1) unstable; urgency=medium
 .
   * Build against libclang-9.
   * Declare Standards-Version 4.4.1. (no changes required)
Checksums-Sha1:
 3d2f90d38308c1332b0da84660713e0969748264 2200 irony-mode_1.4.0-1.dsc
 96243d44e2dceac0b1b5664387a470ce7e9d8391 306556 irony-mode_1.4.0.orig.tar.xz
 ee490e6e3dc015165c4bb0c840dd53ecb5e26936 5388 irony-mode_1.4.0-1.debian.tar.xz
 4c048e407353d25b86525a1ba032cc1677fd7386 9979 
irony-mode_1.4.0-1_amd64.buildinfo
Checksums-Sha256:
 f719bf4331c419596d684d62eda24a8e2d323238c15170a67b5b179c9db9500e 2200 
irony-mode_1.4.0-1.dsc
 d1fa93aa70234feada4586e4379225a76f0672bdffd182e20f8d45ed2997edf1 306556 
irony-mode_1.4.0.orig.tar.xz
 f794cf1ee2a91d4a9145e65edfa1539502378dcbe6a8535e6cad69ca5bf1ddd6 5388 
irony-mode_1.4.0-1.debian.tar.xz
 95734df62927c49801f83900cdbb66aa520b27d0726d75e840186333bde84203 9979 
irony-mode_1.4.0-1_amd64.buildinfo
Files:
 e6fc7774da0befa0b7bb0c213f5e82ee 2200 editors optional irony-mode_1.4.0-1.dsc
 5abfbf83ef4ee5c9dac41c41e6a23ac1 306556 editors optional 
irony-mode_1.4.0.orig.tar.xz
 74e7cb732460a59db444fdba84d205ad 5388 editors optional 
irony-mode_1.4.0-1.debian.tar.xz
 d50047a4795feac40ef7f3abdfe8b4ae 9979 editors optional 
irony-mode_1.4.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl2eaFATHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYfPjD/40b8tHDgm/CMzYB7ig+/ZZ8Cv3qKvL
4lt0ZNxLhxLPTnPFmwXCYHCobq+pP1SI4jRpBtuYJ+3UokFXpR1CmaA46FK7kieX
uqq3nlgzi6SJFnblANWJxRz1FwZoJrNwUrRm/z5/X4iV/3wGSTSpGqT/7jlxuoE5
34GaapwizwtKlV+T5rA+kVVebAu0TnklH1Vzf7n+vhe0MWwDhERm48IyMtXSZdjc
BTWGYEZYpWHzSXV+3pPbnMlGgfaHdPSRBz4lre7NAomJ8bIllxWw0sdbnav4ztXq
XE0kPkrjAona2bE8ey5vdBnJNFrBh+/SBQ7xERYMBw33VuD/mSZoJHx4IOBGj9Ef
VMJwL5SQgOQeZsBqxqiyNx80HKIj6ai/i+kGEmDnamdWiMdWJSv3ntbgkYN47n7r
Mb+SvI7My593AVkjvms7XsRAGAiowEcSivC1I0PXNO2POAOGkhp9gI2lMJERKwH7
OcAgKcq0Y4gsSFqlWUfDXN7cDMjoB3AG947d5/qOkPqLIARkiDP5/cdtXDILU3Ww
bxA7MM99CXp0ozoqEnpjk49TkxwV5TCKI1axbHwE70Zfa+1qhVc/R72qJGyQlQQb
1Er1sbYYDadBBJRLrdscRNG8xOL2H5dZjtJL7OIYp9q19X0xBWBAyzJujPoiV/Im
qplvEeVbhwYpgA==
=V4Ym
-END PGP SIGNATURE-



[What happened to CUT?] Re: Debian and our frenemies of containers and userland repos

2019-10-05 Thread Nicholas D Steeves
Bernd Zeimetz  writes:

> I'm wondering if there is something Debian can do to be even more
> successful in the container world. Like regular releases of a container
> base image from testing. The amount of packages that needed for that is
> limited, the number of RC bugs is probably low enough most of the time.
>

Maybe try resuscitating this project, possibly with a "for containers"
focus, focusing on a small subset of the available packages?

  https://cut.debian.net

On the topic of CUT, does anyone know what happened to it?


Cheers,
Nicholas


signature.asc
Description: PGP signature


Re: Debian and our frenemies of containers and userland repos

2019-10-05 Thread Nicholas D Steeves
Bernd Zeimetz  writes:

> On 10/5/19 3:31 AM, Paul Wise wrote:
>> On Fri, Oct 4, 2019 at 10:49 PM Enrico Weigelt wrote:
>>> On 24.07.19 08:17, Marc Haber wrote:
>>>
 Do we have a build technology that uses containers instead of chroots
 yet?
>>>

AFAIK sbuild has had this support for a while with --chroot-mode
autopkgtest, --autopkgtest-virt-server (lxc, lxd, or qemu), and
--autopkgtest-virt-server-opts='name of container goes here' will also
do the trick; however, it's still marked experimental.

  https://manpages.debian.org/unstable/sbuild/sbuild.1.en.html

Yes, I also find it strange that one has to use arguments named
"autopkgtest" to build on LXC, but that seems to be what the fine manual
indicates how it works.

>>> Something like docker-buildpackage ?
>> 
>> AFAICT, docker-buildpackage doesn't exist but whalebuilder does.
>
> https://github.com/metux/docker-buildpackage
>
>
> Having something that works with git-buildpackage would be really nice,
> though. Even better if it would allow to use the k8s API to build things...
>

Sorry, I have no idea about the k8s API, or if plain LXC containers
count as containers for the purposes of this thread.  Sbuild arguments
are definitely supported by git-buildpackage though, so maybe the above
method will do the trick?

Cheers,
Nicholas


signature.asc
Description: PGP signature


Accepted php-elisp 1.22.0-1 (source) into unstable

2019-10-04 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 04 Oct 2019 22:04:34 -0400
Source: php-elisp
Architecture: source
Version: 1.22.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 php-elisp (1.22.0-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 27a098abca4f9cdf5c3e68a2bfc6187ddaebec94 2000 php-elisp_1.22.0-1.dsc
 d3b7514dc2ecce9c778b28be4ebf805651b5d5e1 73420 php-elisp_1.22.0.orig.tar.xz
 b222a8c9131b1c1b8a6c088383c5db50b27e6a1d 5644 php-elisp_1.22.0-1.debian.tar.xz
 3adfecb21f59b55310b30649367117b48c266e62 7713 
php-elisp_1.22.0-1_amd64.buildinfo
Checksums-Sha256:
 c2161fce2d2d2606c783baeed2c51b81712008c78ee2dabbe5c328d51dfde206 2000 
php-elisp_1.22.0-1.dsc
 6802ec5b27410650d21769c734c89b65d76e7bbe434f93ac80e28f0c8b5e5166 73420 
php-elisp_1.22.0.orig.tar.xz
 e12b8fbccce9b0bbc18d1eb55c2a139f20900d15f5b0163e5ad547e6215ef49e 5644 
php-elisp_1.22.0-1.debian.tar.xz
 1dce4b1c68837c0d2e186ba9c37ebc01064ab425b308a56ac00e60053b60c131 7713 
php-elisp_1.22.0-1_amd64.buildinfo
Files:
 f407400b12ed8c649fe61b7863b1bb0c 2000 lisp optional php-elisp_1.22.0-1.dsc
 4c274357957dd2533e803e3bbf58e74f 73420 lisp optional 
php-elisp_1.22.0.orig.tar.xz
 bc06072c2918a32a41205b5646e08160 5644 lisp optional 
php-elisp_1.22.0-1.debian.tar.xz
 fa8002e54662bf75c0f38e27087a6705 7713 lisp optional 
php-elisp_1.22.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl2X+2YTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYRvWD/wLsaebtsmNOHfUsilG7o5Hx2BKpF4O
HhHu8ka/EuJOZPxBqeNAfJh6qTkFMDCH+BSqiKQrP1hlrPAD9SudRfbzHnsTLor7
YNOkNQNUFB+ohgfWROOs6aSKH2K8k5DugXfdwKRp4BirqeMLwFr7oDPLP3DKN4+s
4VsL9f0WE9frsGu/xyaA5GDG0QaR0aSLbSmP+ln2mLNBS4a5C5khYSyrXNCOr6bh
bRaXoYUpDXYrxzD4OrnAeVNR7n7/7as+Ii/j01XZNMvL2kMyCCYn4p6/rlJYfJmR
BnWq4rY0njcWUyKLizSK3wkGKLCNhxwv9/GCESKRL/CbnXE89IVkySZemKJCG2Op
1LBMM/lVX93Sv7y3y5wGVExFlx8sCXmF2KTvNXCOb3jI1nfu3tOoTRp5fgs4H+ZG
AN3TryEUjxZ/H1x5uX2dir59Wcj6nuAeoNj0C515IMJbuItbz+kVGwMF55T5MBC3
6JX/ADLu1oai0l6yB6fTWVpUgQoM/kWiJSxqgGLBa4+R3LnCCFpWxtXvAZq6EGpi
ZN560K72hwkfZcBO8wv+abgZwsG9l6PXGOLuc4HtxHHnuiyH81XHqG519/N8698i
JT+izNMjcWK2elfAQNzR0Vg6ZBtoR0nAK7yVUzF616/UxgZg0GNMOkavaP31UmWL
NAhJ3XL98zLgUg==
=DkNJ
-END PGP SIGNATURE-



Bug#941627: ITP: grub-btrfs -- provides grub entries for btrfs snapshots (boot environments/restore points)

2019-10-02 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist
Owner: Nicholas D Steeves 
Control: block -1 by #840248

Package name: grub-btrfs
Version : 4.1
Upstream Author : Antynea 
URL : https://github.com/Antynea/grub-btrfs
License : GPL-3+
Programming Lang: bash
Description : GRUB entries for btrfs snapshots (boot environments/restore 
points)

Grub-btrfs generates grub entries for btrfs snapshots, thus making it
easy to roll back to a known-good state.  Other operating systems call
this functionality "system restore points" or "boot environments"
(aka: BEs).

This package supports booting from manual snapshots stored in a
predefined location, and appears to also support snapper (it seems the
snapper support may be buggy in the v4.1 release).  At present,
snapshots must be the read-write type, but it should be possible to
extend this software to the following from an initramfs: make a rw BE
from a ro snapshot during the premount stage.

I've been waiting for this software to mature for a couple of years
before filing an ITP, and it looks like it's finally ready to
validate.  I've blocked this ITP by "debian-installer: Add btrfs
subvolume setting for snapshot" because I do not believe that this
package is useful until a default Debian installation using btrfs
provides separation between rootfs and user data.  That said, I
believe that it is appropriate to work on it in the experimental
suite.  It is probably most useful for people who want to track sid,
but with insurance against having to back out of an upgrade when they
don't have any free time.

Ideally I'd like to form a btrfs-task force to work on related issues
and maintain this package there, but as of yet no one has shown
interest in such a team.  If you are interested, please speak up!

I will need a sponsor for the initial upload.


Regards,
Nicholas



Re: Discussion tooling (was: Bits from the DPL (August 2019))

2019-10-02 Thread Nicholas D Steeves
Samuel Henrique  writes:

> On Wed, 2 Oct 2019 at 10:48, Mathias Behrle  wrote:
>
>> ...BTW no discussion tool can help in automating
>> separate discussion threads when the topic changes.
>>
>
> They can, I think reddit and hackernews are good at this.
> That's the "tree-like" structure that I mentioned in my email.
>

Are there any good reddit or hackernews-style front-ends to mail
archives with a reply view similar to github's, including preview view?
(IIRC the email-paradigm example web-thing project mentioned earlier in
the thread didn't mention anything on this topic) Extra points if the
user can hold , highlight the passages from multiple messages, hit
reply, and get a markdown-style reply interface that enforces in-line
quoting style with no top posting or unnecessarily CCing.  And would
that be approachable enough for new members?  Are we ok with receiving
emails in markdown?  Emails sent to the list magically appear in the
right place on the web-interface, so long as the In-Reply-To header
is kept intact.

Honestly I wonder if anything with a "tree-like structure" will
intimidate users...maybe if one could bookmark one's position in the
thread it would be ok, but frankly when I look at the tree structure for
long complex threads I usually think "I don't have time for this" or
"making sense of this is too much work".

And if there's a stigma against repeating arguments/sentiments/info,
then there's also an implicit requirement to read the whole thread
before replying.  IMHO that's the biggest barrier to participation, but
on the other hand notice how many near-identical replies are found in
different branches of a sub-reddit...

BTW, would there be any value in a web-thing poll that sends out a
once-daily results to the thread?  The idea being it's a "me too" reply
option without the stigma.


Cheers,
Nicholas


signature.asc
Description: PGP signature


Accepted csv-mode 1.9-2 (source) into unstable

2019-09-29 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Sep 2019 17:15:57 -0400
Source: csv-mode
Architecture: source
Version: 1.9-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 csv-mode (1.9-2) unstable; urgency=medium
 .
   * Update Upstream-Contact to "bug-gnu-em...@gnu.org"; The upstream author
 requests that we report upstream bugs using "M-x report-emacs-bug RET",
 and submit patches to this address.
   * Update copyright date range for upstream files.
   * Update description to note newly featured support for TSV.
   * Declare Standards-Version 4.4.1. (no changes required)
Checksums-Sha1:
 76e60a26ea96785cc279744b95c2e41857ad9b26 1944 csv-mode_1.9-2.dsc
 5a98d86b4624d2c24d907eead0c30a21f121e0d0 2928 csv-mode_1.9-2.debian.tar.xz
 c958591166e5b07f44d3e8f8801242135c5379ce 7706 csv-mode_1.9-2_amd64.buildinfo
Checksums-Sha256:
 972d21df6e325df391f74012c631fc4301f7555fb478fb069786b562d17337fe 1944 
csv-mode_1.9-2.dsc
 97b79e5293e5d852c2bad40942f8b4140291b4abfe79e226f455c7ca3edd0fd6 2928 
csv-mode_1.9-2.debian.tar.xz
 b71e17f541454055f0cd49f9be94534b36650d7d90bc404c8b9e1b9b3160dd62 7706 
csv-mode_1.9-2_amd64.buildinfo
Files:
 bf2ae70a704f698f644578279f2a78cd 1944 lisp optional csv-mode_1.9-2.dsc
 f7759a4c7ab3b1fdbfa4bcce31a0be21 2928 lisp optional 
csv-mode_1.9-2.debian.tar.xz
 9b69911ce987c860a43bd798e64c1ba2 7706 lisp optional 
csv-mode_1.9-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl2RH9wTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYZxbD/9K5O9trUHqI4Z8qiafrTPmzzw1JFN9
9twjyE+mZrUvHYqI+DV4FBj+/LjCW4j/n8EwF27c12qcpzf1DZmiXaSP3WSDpYcX
BGdo2vYAYArtd9ZSvte5jQzuDT/C4bURwUKth5Fhs7oZNH5oF8RnlUM/CMtItHWf
yuNq9/+6NSU9XSJEUF5vD8MNX9GPqFaOjOVtdpxpjIrja+2wCHZENeZjJ9Uu+8yK
HrCo9SUex0bAYtM2defXEB+fsZZBAbuUpbn9kTZhQ5jCqzk3Lcmzqn6Peo4bcEL2
bLnasCI7LmWGiTaclFU2t0cLmv5fI0k0Fxoms+3p4HrqxsyrHf5Hfsall3iewEMB
c3kidBGqXUQSqfEpTU93F55dG+/yzGEJScq4ky5MfG3Fafgn9VD5YTivYCRJzNMt
GV9uRBGD9cZjLmi8mRKGOASWIKTYrbmPpu5SSviwAV0LjtfZzoJBONEfZLGsdKfk
zy1aPhTMyUiaGLAkcns8Om8hJkKxguLyhm4VkPxGxacVkDWjzSKEfPNojvxZ4igx
bFIcx1TUzelfWOu7UPhQgj+umJL1Lka2rsoEZndI/TaKvVh5bqKy0qATRVdkLM9l
LJB/CZpnPgDUqNFRj0WvFZzmELGMaQH6XNyi4km9IjXVEITD6I7RhTbUqXwMeJnr
OPsOLCq0R8IMfA==
=8F9L
-END PGP SIGNATURE-



Accepted csv-mode 1.9-1 (source) into unstable

2019-09-28 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 28 Sep 2019 19:44:55 -0400
Source: csv-mode
Architecture: source
Version: 1.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 csv-mode (1.9-1) UNRELEASED; urgency=medium
 .
   * Import Upstream version 1.9
   * Rebase add-customisation-group-for-mode.patch onto upstream/1.9
Checksums-Sha1:
 5c978965814c7ff32a4fb77185dad32f95beb0bc 1944 csv-mode_1.9-1.dsc
 42e438b6a4d7e95970ee75b2493a2eaf317cdbb1 28320 csv-mode_1.9.orig.tar.xz
 650662e2af80f9ea9da683220b10d24b3cca84ef 2796 csv-mode_1.9-1.debian.tar.xz
 d141d179bb402306f64983bfb8eb67accfd67c2a 7706 csv-mode_1.9-1_amd64.buildinfo
Checksums-Sha256:
 5be7984a5d262aad8bb7ed35aa3d9f9e9b3b2757dd76367c77e06d49564c5a06 1944 
csv-mode_1.9-1.dsc
 f9a50ea4c4f7c4ed660c3e39834243f996b0b3178602da415baf8e92f48ce8e6 28320 
csv-mode_1.9.orig.tar.xz
 40bb477d7c6cc7c259bf409af180da317a164503ffb3d1244fe520e9435dd9b0 2796 
csv-mode_1.9-1.debian.tar.xz
 52e7c6eb044f2af86d3c1e4e0645cea8b1102f287e056183cb38d110f20ffcb2 7706 
csv-mode_1.9-1_amd64.buildinfo
Files:
 690990d0baf652f515a4432e7fe79a0e 1944 lisp optional csv-mode_1.9-1.dsc
 e2ceb96253178280a0d53280d62819fd 28320 lisp optional csv-mode_1.9.orig.tar.xz
 8b8bbfc43cf25afa8244729b132463af 2796 lisp optional 
csv-mode_1.9-1.debian.tar.xz
 3934a6b84c08b4050abccf88c9541e4c 7706 lisp optional 
csv-mode_1.9-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl2QBC8THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYWQGEACbgfC2S2aCP+ChbMcu8UzDUc2vVNK9
QdXXKj86pkLxZM66Qhkfm6gX48q5ezmWSZpBPxap2eOOpmSbksYBRAHkGu388Lqr
UQZj8crWTVwZk1KK9RfrSUXarxarxQXHVDmnxb0zDKmgcWMBe4nGcoGYKy+qOuMY
ZaqdZSnYlMFd9QH09I0MtJIKQO1HJRduLKRIkTWysvqXzF19MhJ1k61lUMeFeyDC
dLsOkpHl3bfKPcDTN8HWQ8YVFkkUfmyZQE4hpqZrzz5OGcLyl4TAvzwmf3dwqFxj
kipbd47PHQjU2GBQYBS0zJosX+UWuqToyN+3LBYV548rEhC6SS/K+ujForzsYyKj
R17rQZahGDzUcd5zyIbeQKE/OR4Fmn9M2cb8hC6XlLBpseekDGWk1xC3Hc2yJCmP
RTmBr5VAM51IXa9d9y2YiOrbX8DgYlgG1KnKuq15tzwpQd2uzA607pK4UqA2UHQQ
YbdF9smlnbDY3mZa3oYKBQwPA0IglGQkzljNCXipHjdEoKyOoV5mUOUoJxIdjCf3
FrVDd7cIomL+WPe9bbwg2SgLqTCHMFh8sInZlm4BU5qyF1iCi8hO7cU0J5/TnRq+
azvPWSXY5u5B2HBp2Lp5xtJYzfEvUhAZh60zOnSOBp7GUKxVpaBxyDqL5CeQAKSA
ZpO7UA4xxdYtug==
=yjNF
-END PGP SIGNATURE-



Accepted yasnippet-snippets 0.15-1 (source) into unstable

2019-09-28 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 28 Sep 2019 17:26:01 -0400
Source: yasnippet-snippets
Architecture: source
Version: 0.15-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 yasnippet-snippets (0.15-1) unstable; urgency=medium
 .
   * New upstream release.
   * Update 0002-Declare-correct-ELPA-version.patch to declare this version.
Checksums-Sha1:
 333621387f02e31fbe08d15218a21d4f4cf28e5c 2115 yasnippet-snippets_0.15-1.dsc
 69ccae299d5bd7d89bfce8d1f24932fd2b9e2bf4 111264 
yasnippet-snippets_0.15.orig.tar.xz
 6b8dbe456e48aa242b6631adf079e3a565671205 5088 
yasnippet-snippets_0.15-1.debian.tar.xz
 faf635b4cbe86c60023373f2751de0ac51965cb8 7817 
yasnippet-snippets_0.15-1_amd64.buildinfo
Checksums-Sha256:
 d7162b9986aa45037ab3761e03b186fe47d8f934530f006e9aec0923d98b4ff7 2115 
yasnippet-snippets_0.15-1.dsc
 710e72be6ec9878a7809c56d65fbe9f0bfb461956ec544c2dd64e97cf6ba80ca 111264 
yasnippet-snippets_0.15.orig.tar.xz
 4166263c3cd116c043c0539291ec441b6b08451e7cc770cb44cd06612f279e69 5088 
yasnippet-snippets_0.15-1.debian.tar.xz
 fb744d0a41f293f3a0de01fd43a2a8d4c790866e10be74dc027ab3b0b454af3f 7817 
yasnippet-snippets_0.15-1_amd64.buildinfo
Files:
 732c9a36e84aab3f67416ebe3d847586 2115 lisp optional 
yasnippet-snippets_0.15-1.dsc
 d5e77d90d0d1b4c6a9de61788a3c0984 111264 lisp optional 
yasnippet-snippets_0.15.orig.tar.xz
 ebf2e754ec2c9ae9174601f36f0d0907 5088 lisp optional 
yasnippet-snippets_0.15-1.debian.tar.xz
 479329cb36ef092dc3ecb5bcbe6e5754 7817 lisp optional 
yasnippet-snippets_0.15-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl2P0I0THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYTKZEACYSV9vcY5+Zhx4rvbtM/QbTACunnOj
V/epteebR41qK/i5uJN2Z/RYBi8VgoNs5HzECY3K3vWHBKIgeBfag308W3frXjqX
6A7SZazMcL8f+lY8zYFUfKKn1h/N+StryAp2VFX5bSJ/bSNrCUPds91qnYHsI9iY
OFRYKTtLFnNKg6uZb8qlE9TVRAoFtEQm9uviPRdG9QgPGH4GyTcVYXXBHO8KHvnZ
qc1Zf2NK7rXXfXQlZjhNmO/ycZr4lvP7TEx3MotERm3bvQ4h3iE6/vkyJ0SWurYF
eES1e7OfkX0HZPzG6YbELiKj74CU8JCpAi0PFx8LKIzznv3G4ixS3tuiHVpkQFxc
PRZhz+SAsobwjh0fhfUtOlt9x8Zaz6P7jXCxkUuqpiEi4D1OHx96rAsnT+Ho/TDe
q2w+GsPQq9Ub0G+GlqEaWrJ7SQfkjzzMINMMdhazurDQ2CDT8rxImFqLR3yr/Qcr
pBx3E4ZoTILtFRE6z0ftvAmX+Rgt4C+zMqbPOMRlFX0pUkOL/dlZcvpE4MNrP3dM
ChB4l87HJGY2ghTgBlhgSaci8a/eRG7M0o+S6chLyTyIqqMN6S/3Qmez8kB2/Hgt
Xfgj6JApze8Jp08oyNd2qrAj3oxrkt5waFVZqD4vuUFKI7wLmFu1udrX3O3AemkQ
QJLgK9PaBxZ1oA==
=Fe/c
-END PGP SIGNATURE-



Re: Mozilla Firefox DoH to CloudFlare by default (for US users)?

2019-09-27 Thread Nicholas D Steeves
Wouter Verhelst  writes:

> On Sun, Sep 08, 2019 at 11:17:13PM +0200, Marco d'Itri wrote:
>> On Sep 08, Ondřej Surý  wrote:
>> 
>> > I would rather see an explicit statement. I would be very surprised 
>> > with Debian’s usual stance regarding the users’ privacy that we would 
>> > not consider this as a privacy violation, but again I am not Firefox 
>> > maintainer in Debian and I would rather hear from them than speculate 
>> > on my own.
>> I think that this is a privacy enhancement, since it prevents some major 
>> ISPs from spying on users DNS queries.
>
[snip]
>> It would be a terrible signal if Debian decided to disable an 
>> anti-censoship feature provided by an upstream vendor.
>
> Except DoH is *not* an anti-censorship feature. It is a feature that
> provides a net reduction in privacy.
>
> CloudFlare says that it won't read your DNS requests -- scout's honour!
> -- but even if that's true and we can believe it, there's no reason to
> assume it will continue to do so forever, past any potential future
> acquisitions or CEO changes.
>
> Mozilla really missed the ball on this one. OpenBSD already made the
> necessary changes to Firefox. I think we should, too.
>

+1 !

Especially because

Florian Weimer  writes:

> If you look at 
>
>   
>
> you will see that the data is shared with APNIC for “research”:
>
> | Under the terms of a cooperative agreement, APNIC will have limited
> | access to query the transaction data for the purpose of conducting
> | research related to the operation of the DNS system.
>
> And:
>
> | Specifically, APNIC will be permitted to access query names, query
> | types, resolver location
>
> 
>
> Typically, APNIC will only see a subset of the queries if you use your
> ISP's DNS resolver (or run your own recursive resolver).
>
> Cloudflare only promises to “never sell your data”.  That doesn't
> exclude sharing it for free with interested parties.
>

So a metadata leak (by design) to an unbounded number of entities,
affecting all Firefox users, at a time when this data is gold?

How is this not as bad or worse than GAFA?


Regards,
Nicholas


signature.asc
Description: PGP signature


Re: Bug#849703: ITP: ansible-doc -- Documentation for Ansible

2019-09-26 Thread Nicholas D Steeves
Hi everyone,

I'm closing this ansible-doc ITP bug because it appears to obsolesced most
recently by:

ansible (2.7.5+dfsg-1) unstable; urgency=medium

  * New upstream release
- fix for CVE-2018-16876 (Closes: #916102)
  * Remove any loading of external resources from the docs
  * Only symlink JS that dh_sphinxdoc doesn't take care of
  * Override lintian for a long line in layout.html
  * Build ansible-doc again (Closes: #848871)
  * Add build-depends to python-jinja2 (Closes: #915316)
  * Bump Standards-Version (no changes needed)

 -- Lee Garrett   Wed, 19 Dec 2018 11:35:55 +0100


Cheers,
Nicholas


signature.asc
Description: PGP signature


Bug#941054: ITP: python-bowler -- safe code refactoring for modern Python projects

2019-09-23 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist
Owner: Nicholas D Steeves 

Package name: python-bowler
Version : x.y.z
Upstream Author : © Facebook, John Reese 
URL : https://github.com/facebookincubator/Bowler
License : Expat
Programming Lang: Python
Description : safe code refactoring for modern Python projects

Bowler is a refactoring tool for manipulating Python at the syntax
tree level. It enables safe, large scale code modifications while
guaranteeing that the resulting code compiles and runs. It provides
both a simple command line interface and a fluent API in Python for
generating complex code modifications in code.

Bowler uses a "fluent" Query API to build refactoring scripts through
a series of selectors, filters, and modifiers. Many simple
modifications are already possible using the existing API, but you can
also provide custom selectors, filters, and modifiers as needed to
build more complex or custom refactorings.
--

Bowler is an alternative to Rope.  It's supposed to be quite a bit
better, but I haven't tested it yet.  I believe it has a more active
upstream than Rope.  It may become a dependency for Elpy in the future.

I plan to maintain it as part of the DPMT or PAPT, and I will need a
sponsor for the initial upload.


Regards,
Nicholas


Accepted csv-mode 1.8-1 (source) into unstable

2019-09-23 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 23 Sep 2019 17:28:57 -0400
Source: csv-mode
Architecture: source
Version: 1.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 csv-mode (1.8-1) unstable; urgency=medium
 .
   * New upstream version.
   * Update status of add-customisation-group-for-mode.patch to
 "Forwarded: yes"
Checksums-Sha1:
 e2f0344c673bb3e6c8d87840712245c58c131d23 1944 csv-mode_1.8-1.dsc
 d71f2b5e51fbe3eb0d829af722539542a722 26352 csv-mode_1.8.orig.tar.xz
 024ca3510f6b1c06a30ab0056a08d9c37f24dd7f 2612 csv-mode_1.8-1.debian.tar.xz
 3ff6e06cf97dd44bfcf9c379e8ab712fdadae605 7706 csv-mode_1.8-1_amd64.buildinfo
Checksums-Sha256:
 1757dedcdd63023f0c0c83a48af4f150549b2ef8adf5a5f4d42052c4b7ebe790 1944 
csv-mode_1.8-1.dsc
 a88cb1181a444196c4605b886f098f93069e1e4b0be6577b0fb146508b042280 26352 
csv-mode_1.8.orig.tar.xz
 0aa2d116cf4904eebb96da27308ad49f84bc708c210e9898bfa0090cc08e4994 2612 
csv-mode_1.8-1.debian.tar.xz
 78d5012d7e6d699060a74b1a89fd2fd8f899ee48e81c177c8007781a13bb754e 7706 
csv-mode_1.8-1_amd64.buildinfo
Files:
 310e71b9b6861397f70207a71c6fe318 1944 lisp optional csv-mode_1.8-1.dsc
 44e580859f090201d68c6f49652d148d 26352 lisp optional csv-mode_1.8.orig.tar.xz
 c10cb43c011eaa94183322ca9fcd1119 2612 lisp optional 
csv-mode_1.8-1.debian.tar.xz
 065266cf3712addb80934fff9cff5503 7706 lisp optional 
csv-mode_1.8-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl2JOi4THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYQGfEACMw5kb8xEPSdvjGKWTemIZD13t4YW8
+pxAQV+PZEomNwmlFX+pM0P0V+NqN1rhYNzR2O1JqF9epmJWrzm+IFsFeeJ8sOqh
cOfQ6t7xnfzpYxd82x9ajH+Sm6AwXabBZY45zweeRZbFI0jKUt3ljoWFRNduS/OE
wtK1Ip22G4zYpgjpFNX22bCH/kTF+opEPNH61MVMs/wM0TjEqbGhBRLxg2CF0KxO
tUYikBIH7agTMDLSfGqHbZmXsZFSlp3bo/rRRksX7snFSmyh47rnrg049TnwTUfs
9X1bgeKDEefni8VglNhXCCDNe9nYc+5IyEURrSGnd4eYL3CckH5siTNPPthsi4Fv
a5lLGhUyoyQdgiOA+H4RmogDYKicrOOZrORuZZXDOWfaDjGYThDvDqP50Tta8Gu2
YGUNrOuNUTwG+lQIw36Hmwx1mp4UseLAlQ6UwBHWaIeDtHBGpEEPMJY+ZdRUixvW
lZs+MwLneK4P4qi+Ij49wcFt0h5K6Loy0DMo7+S0q2JSnrNnLvXaqvek+E2Bph9x
uuqXEFJnx5XEfnoLa625PuhqMSlENXjQVc6LSXxDR0lpTYxTdCVvXkvVVP9hUow3
ZyLbhI/sRl0SzWfWUBePrihYrknJqWBgJhHVZejfuqR6y2WcHtJcJ7cYC4k0/jF3
+zKptcuXqumOfQ==
=dCPS
-END PGP SIGNATURE-



Accepted apache-mode-el 2.2.0-2 (source) into unstable

2019-09-22 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 22 Sep 2019 01:55:26 -0400
Source: apache-mode-el
Architecture: source
Version: 2.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Closes: 799355
Changes:
 apache-mode-el (2.2.0-2) unstable; urgency=medium
 .
   * Add 0001-Change-temporary-keyword-to-temp.patch. (Closes: #799355)
Checksums-Sha1:
 77b26572f57ae165917645139a3e9b05c312b19a 2018 apache-mode-el_2.2.0-2.dsc
 24d0eae7fb2ea70d2f3bc416e8a6b77e524cc47b 2268 
apache-mode-el_2.2.0-2.debian.tar.xz
 939cdf37f8608c1f44a54cbd632cf4a6a6a879f2 7770 
apache-mode-el_2.2.0-2_amd64.buildinfo
Checksums-Sha256:
 bd8f811319e5465dd2852bfadce993a06c77d6aa3f915bac10525d843d866d75 2018 
apache-mode-el_2.2.0-2.dsc
 1972c07a412821f81028e3a7ef036cf70d3071372e9056f005d0fb9b0fa932bd 2268 
apache-mode-el_2.2.0-2.debian.tar.xz
 6099c60fb8b083c782339c6e6a6748b1e0ddbaf2a3101a12b1c5aa9bd68a8d9f 7770 
apache-mode-el_2.2.0-2_amd64.buildinfo
Files:
 2ea48792ae36f430f2d1c32f9345e3a9 2018 editors optional 
apache-mode-el_2.2.0-2.dsc
 9553f64983669626fc314ce6300d36ee 2268 editors optional 
apache-mode-el_2.2.0-2.debian.tar.xz
 da0e9b8e67ed67d93bb21f745317e87d 7770 editors optional 
apache-mode-el_2.2.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl2HE7YTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYa6FD/9gbUvaR9NUwvbtvXRjqzhJkGS4S4RU
NYs4Bgf2g4lT/vzBWuugit0e7s9PKKGGVnUQZqPqyFKivX6vXyzD4cbafRH0Y7cZ
1EOEbnIWuZsopvTxhirPYcCksWGTVU59YnSuywH3LwhczlVJuq4geqfD59wzvgeI
Xij/Eaw4nrGSvRzrUP635rHDSIjG0oJagmcI1WVOqzJHuDC0wzb2L/FjUbkeuNAk
40FyPF1A2om/sthlygXAiKo0HtFEMh3L8rhfzOxPnvz0x1vqwFPejMPv14pguIRx
e3jE8b6qOYQshG9bR17n5HWcH7Syq1+fHaSYduaI+JoQk9D9T1r2Kq0J4IYjQbaE
NVF1zb18AgaL4iu+oE3jY8eXNY5aFLLkfC0aitd9WuG8YErZPWLXT4JX8igZ6emx
60kjBsOriDALCiKfnw3emAS+cD40fI9PIbhljVorDWIvPZ3BUebnLnKWGSAXp1kd
FZNn/VCQBWHfxS4s14kpwOLDfT4zBtLQJUJPcpOH5IAznmYlOXR/wekHFsO1iwYq
iPma89hA78GlZhMK27yONzsSdwXrEMDW+Vp8xgloT+2BzPK82RycvCHrPnd72E4x
7YJtrEBTDI0H3IjQSRK5FPncC+cvcBSJXPW7A/muvYXC0/9G3IrbPA1ZcmeEcQ97
s6C3eXggCskmYA==
=Nto8
-END PGP SIGNATURE-



Accepted php-elisp 1.21.4+50.g977bca2-1 (source) into unstable

2019-09-15 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Sep 2019 15:20:24 -0400
Source: php-elisp
Architecture: source
Version: 1.21.4+50.g977bca2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Closes: 903092 921413
Changes:
 php-elisp (1.21.4+50.g977bca2-1) unstable; urgency=medium
 .
   * New upstream release, plus 50 upstream commits (all self-tests now pass).
   * Switch to debhelper-compat 12 and drop debian/compat.
   * Switch to machine-readable copyright format 1.0 (Closes: #903092).
   * Drop bin:php-elisp dummy transitional package.
 - Break and replace all php-elisp versions older than this one.
 - Elpa-php-mode now provides php-elisp.
   * Add Maintainer noted in php-mode.el as Upstream-Contact.
   * Update Suggests from upstream documentation.
   * Drop emacs25 from enhances because emacs was unversioned for buster.
   * Add elpa-imenu-list to Suggests.
   * Note in description that PHP Mode supports both Flycheck and Flymake.
   * Cleanup trailing whitespace in d/control.
   * Drop 0001-Disable-php-project-root-selftest.patch and use
 upstream-provided fixes included in their +50 commits (Closes: #921413).
   * elpa-test: create file needed for upstream self-test; doing it here
 rather than in rules solves the autopkgtest failure case.
   * Override_dh_elpa_test to clean up file needed for upstream self-test.
   * Drop Ola Lundqvist from Uploaders as requested on
 debian-emac...@lists.debian.org.
Checksums-Sha1:
 ca7635f53b78b49912e2b06c15d9e5cd84e02694 2084 
php-elisp_1.21.4+50.g977bca2-1.dsc
 71b111d0354a8a77c205bb0e3ce9532aa498bbca 72168 
php-elisp_1.21.4+50.g977bca2.orig.tar.xz
 852be0c94373d415b7e48f09133708c49dbee737 5636 
php-elisp_1.21.4+50.g977bca2-1.debian.tar.xz
 df21bf1272dd3ed94f809916962055658dd7f0e0 7831 
php-elisp_1.21.4+50.g977bca2-1_amd64.buildinfo
Checksums-Sha256:
 723c0f4cc8860d1b80aba46bb7b49e46964dbc0c86a6a3e540b2ef80d278776f 2084 
php-elisp_1.21.4+50.g977bca2-1.dsc
 aba939c4e71cbdc81895ef084a7ba06e2b31c2a08cb03bcf14c67ce9c1ea212c 72168 
php-elisp_1.21.4+50.g977bca2.orig.tar.xz
 83bf4ce642de20f0d994a6ad24e450f1ab90f0aad0d828eabeeb8428a7817226 5636 
php-elisp_1.21.4+50.g977bca2-1.debian.tar.xz
 63e3cac49658e776800a38bdfa31b8e94dd5346a9f0403686cf5ce2275ec0322 7831 
php-elisp_1.21.4+50.g977bca2-1_amd64.buildinfo
Files:
 5990d397b4280b6d4bab782fdba651b3 2084 lisp optional 
php-elisp_1.21.4+50.g977bca2-1.dsc
 0e6e24fc583e3e72892810e532671a9a 72168 lisp optional 
php-elisp_1.21.4+50.g977bca2.orig.tar.xz
 c96ed2b4ff6ce37c451922090af41dfa 5636 lisp optional 
php-elisp_1.21.4+50.g977bca2-1.debian.tar.xz
 306b3b0a870f0a91b2924d066a8cca31 7831 lisp optional 
php-elisp_1.21.4+50.g977bca2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1+j9ITHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYSt9D/sFmSLEWB0A9KoWvhvUclHvcavIcJBn
J2CZTki23g0RcWXzzH99anCxmp1UPSfcJ+XFFdQnf0UjGPlrbb5F3WuvMmVTPTdm
BNe/GXUQPhgrH3Wz6ZhlMaln1D3Fi65GTKRYnqSTS4CS+UTzJw+fWgnmvxlkZwII
HcLgkByWk6btvGBsQbhdzZmjj3F4NtOJ8TGJTbktxCdmaHy6ABJUZGUix8out7LF
vIebtxTsaI0HJx/MZuU8I5Ud226W4Gor4zDXxfsJSrGo8+nSUsKMPTrvn0BatBDy
hndp/U09NaNy/R7B4M5uWXB0bDFbxaNU85HjbpkatJDx1UM2ruwSImtcWEu9ASgh
NHBAAMMiQaY7jpNJqed8jRhdzOUX89XmQq1Cw6CDJ/QI1Mdg3/+qUVFy9GipZRdl
9VgAuuxy7qtEqFgoLocgSblNAy8Yj9vq24a1AxERKWGfMRV5aHkRnWAGeUhcW4CV
OoXax3V5iR1Tjp8ve5H5/UYDACbfhyi09B+xKnKi2Z3HnqxOWlZGgo8mXbqvIhwa
HRbTkPK9UpK1KzEkFCqkAraZb0U+sJOpzT4x2LVx+tmlge+PjTprLpW+5cG4zRwy
yQcFIIpb2e/ou6PvkHjWkQ7fmR9QB0/nuD7Yc+3F9kF6TKTildUWXbvSLzYta78M
cncN+jnzKSo2oA==
=yYqC
-END PGP SIGNATURE-



Accepted wc-mode 1.3-5 (source) into unstable

2019-09-14 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Sep 2019 20:16:37 -0400
Source: wc-mode
Architecture: source
Version: 1.3-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 wc-mode (1.3-5) unstable; urgency=medium
 .
   * Drop debian/source/options, which should have been dropped in 1.3-3 when
 this package switched from a monopatch to a quilt series.
   * Drop debian/source/patch-headers, because this package is no longer
 maintained with dgit-maint-merge--also should have been dropped in 1.3-3.
   * Rebuild with the brand new dh-elpa 2.0.2. (1.3-4 was build with 1.16)
Checksums-Sha1:
 7fcb549b4a26708d2030c8a3f5b6e60d37f1d8bb 1924 wc-mode_1.3-5.dsc
 9d45d7449433a19360735639b6e73417cd1f833b 2940 wc-mode_1.3-5.debian.tar.xz
 bfb04fc371b87dc99855fdbefab2e556f28ad485 7663 wc-mode_1.3-5_amd64.buildinfo
Checksums-Sha256:
 646500ae2359960293e21460b67672d28bbd1376475f79a8c9e209d249de19d6 1924 
wc-mode_1.3-5.dsc
 547ee913aecaaa746bf4d8f9b3701b6d89998982f229953217907107cbc30ba3 2940 
wc-mode_1.3-5.debian.tar.xz
 a144adbb9d60a1d0b85a4473f1b0995a44d14730598309b47e7d7a75cfd97864 7663 
wc-mode_1.3-5_amd64.buildinfo
Files:
 bd6befcf2470c9efe29038752d12f9a1 1924 lisp optional wc-mode_1.3-5.dsc
 1dce62706737e7cbe9e0b8dda0c5dda8 2940 lisp optional wc-mode_1.3-5.debian.tar.xz
 95fe6745fc39a08da84221d4a6a80d25 7663 lisp optional 
wc-mode_1.3-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl19hDITHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYUQtEADNzYlnb4wBpk/xaNjyNIj1Z/Ry2RER
/pPqV/7QFZlYQfSDRpYwUZMg2i3T5Iyn4EetpWlWde5FSG9G6X2ssxE1j7WjIy1/
zKXziQ88qBQRoYPYDwHqGrVhX3k+iP3iXjMHO9/q4lejnZPC02LLMgvbX3bY9Rqf
lIYyie098cQSntXD3efPF1DrtwPO/WyYendn7BOo5VQAZ35TbOyZ6EkxI8fVrw2t
N/GzGGudKFRgaYwNYtCxJpFPG2rjCZZGAybJlImZ8m8L6nNLov9TvjG4XhVG0pMs
umauOsEmy7afv4kuLqmxMxD0osp2BM1POrqule3OvxfPpZHxnIPQEGRijVygK8fx
l9S8aMY1Exqq+rge67Jv+0oW0dJz5iaKdltp66tIWQ8n2n0Mab0y2U9jXkJ/1WTR
RIeN9EYjx9ulSJbOdUJGxwA6DqClJAgSe+kbEZEWN7RRh7G1tP0Y72GKABbRmYph
OCpimiCHoRMewajDhfZUzr7ujpfjIYlAG4Zly6bMUDN6iIE0IcY8cXi2xojkN8Qh
nkh/H7pGakBjM2H5dPlzCJ20bdFx5lm1owL9TV0xzZy4JUVSss+W98cx2Ptr7KdZ
P3b1Eaz/K8JtNafFUjNo0zUxTQpilaYB2esq8Q+bVsbl4hMuk8G4Qs9kl3uziQbD
iGja43vlhJPjUw==
=5MyS
-END PGP SIGNATURE-



Accepted elpy 1.31.0-1 (source) into unstable

2019-09-14 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Sep 2019 19:35:28 -0400
Source: elpy
Architecture: source
Version: 1.31.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 elpy (1.31.0-1) unstable; urgency=medium
 .
   * New upstream version.
   * Add Upstream-Contact to copyright file.
   * Add 0002-Add-script-to-benchmark-tests.patch.  It was cherry picked
 from upstream.
   * Move 0002-Double-max-wait-in-elpy-wait-for-output-self-test.patch to the
 end of the series, and rebase it on the previous patch.
   * Move as much as possible of debian/elpa-test's ert_eval expression to
 debian/ert-helper.el, run ert-run-tests-batch elpy-test-benchmark.el
 in strict order, and return the result of ert-run-tests-batch.
   * Drop elpy/* from autopkgtest_keep.
Checksums-Sha1:
 d41c4b2318c55248028267ad6f85fa04adbb99b7 2415 elpy_1.31.0-1.dsc
 c4c93ae7b12774c5ae1c31cbc4f7f68a01b88f1d 128620 elpy_1.31.0.orig.tar.xz
 d8361206a9bfec72b478105323b9bba264481a02 10160 elpy_1.31.0-1.debian.tar.xz
 5d1fbcd9c91589eff1bdf16486064cc88b4eb934 10276 elpy_1.31.0-1_amd64.buildinfo
Checksums-Sha256:
 26da5a83f3669f255690753af1ef3d7e6639724174e749eac14c5e9e8057cedc 2415 
elpy_1.31.0-1.dsc
 7881fc4e2e73908f962215aadb94fdeb0f72d1d1b22453f072a095142f9037b0 128620 
elpy_1.31.0.orig.tar.xz
 444c64db34c9ccd79dc3e2e27eafcf38e0d111704c59ebe6c4e3f26f3c4d05a0 10160 
elpy_1.31.0-1.debian.tar.xz
 a8167e0e61a75459898d750638b2775164c1d970816aa2962781a4aaac8526a9 10276 
elpy_1.31.0-1_amd64.buildinfo
Files:
 401d27a4592ee740bb147e71d5a8c3fc 2415 devel optional elpy_1.31.0-1.dsc
 84993bf0bcdf0b69cf4c34fd489ee737 128620 devel optional elpy_1.31.0.orig.tar.xz
 0f7ef7263c0162e10ae1cb864f9226da 10160 devel optional 
elpy_1.31.0-1.debian.tar.xz
 6ead82ad48fceded0ff3eda863529f63 10276 devel optional 
elpy_1.31.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl19fIcTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYUZ+D/98Y+vS2hUOmqi67syiOFziCrE350Wb
aUfXK5mejbjGcAuIINpL8JxGIcYk+CRZOoZCapYvkZLT70/xMureyMVlaBowZc2o
9o6iJ7Bj+FREYTfFf0S6cfizLMIfAyhUtDuW1r9YQ9IAius0nMBZV6L9BQ5OxQm8
8L2791kyAzlO/z3wVNKz/AUX0O7n2vhgFzm2g4Y5gLjdtqgwdavTidQ2D9J/9bId
WHTGs3BCthwIL85bO6qbRdyss9CfOb3nOG7zKlEqWL+Pmk5HrsF6gl/+SfhFc6Iy
vg0aqYv7+VjeSwDlOPGcHdb1B2vecj+K2sCDVmoseg9VIbIs/u6TPDGkJ18MnABO
Kwg0VI/XAGKHVdUb2O1oM9qf/GLkoAFe7AwASQMJxsYClX45dTm2Tq3AN0aTrUVK
lw1VxOFIwz5aBbK6MPXkLxO2IqV2Kal9nELe9QIIUgFJJsw3oB2kM1J9ZJThQBfi
0HYKR0wEvi5R8IygvtwTuACdSLiI1Qnpr+GX3ERHHtxgCy1nTtwsUuWRxzt0RkUK
MDOJd8kWedMeWGvIZDE0of96n+443XjtyhTeVkkrsgSFafgUtSynyveFGQTEVdbS
ySq7822ihW8fco67VIs0AqYlT68UzW5KKVcQj0nrCtZaRltdMl0EpmOy/DIBzEjE
Zq9HPE5cQLGNaA==
=rudA
-END PGP SIGNATURE-



Accepted markdown-mode 2.3+210-1 (source) into unstable

2019-09-11 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 11 Sep 2019 01:48:00 -0400
Source: markdown-mode
Architecture: source
Version: 2.3+210-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Closes: 841524
Changes:
 markdown-mode (2.3+210-1) unstable; urgency=medium
 .
   * Team upload.
   * Package new upstream snapshot.
   * Update Maintainer team name and email address.
   * Switch to debhelper-compat 12.
   * Simplify elpa-markdown-mode by using current standards for elpafied
 packages.
   * Add markdown | discount to Recommends.  Discount provides a Markdown 1.0
 compatible interface at /usr/bin/markdown (Closes: #841524).
   * Add libtext-multimarkdown-perl | pandoc | python3-markdown to Suggests.
 While these programs pass the Markdown 1.0 test suite and are recommended
 by upstream, they require additional configuration.
   * Enable autopkgtests, and use the original markdown package to run these.
   * Add debian/elpa-test:
 - Keep "tests/*" around when running autopkgtests.
 - Load debian/ert-helper.el; also, keep it around for autopkgtests.
   * Add debian/ert-helper.el to replicate upstream Makefile behaviour
 eg: byte-compile the test suite before running tests.
   * debian/rules:
 - Enable dh_elpa_test and drop comments related to old method.
 - Override dh_auto_build and dh_auto_test to ignore upstream Makefile.
 - Override dh_auto_clean to cleanup byte compiled lisp files.
Checksums-Sha1:
 7397fc3eac48c73c265c4cd137ca913796789c3b 2068 markdown-mode_2.3+210-1.dsc
 ca1c871f768e5d098aeb9daba3ec1e66c681b8d8 206221 
markdown-mode_2.3+210.orig.tar.gz
 e56e2cbfb1444dab9eb023f79f1f9d6b5da285e2 3792 
markdown-mode_2.3+210-1.debian.tar.xz
 2512b02cb0cc4298c33ce27a870e09d41db78b76 7784 
markdown-mode_2.3+210-1_amd64.buildinfo
Checksums-Sha256:
 3a4b201cee7786db87ce5a36b3431e6b6a6a99cb4bcf4de8b9cfa00e5856bf41 2068 
markdown-mode_2.3+210-1.dsc
 8797ed0c6138cd75ba9336b0cfda1478a07bf4f52090947c072e83389b8077bc 206221 
markdown-mode_2.3+210.orig.tar.gz
 c228031b0e8c02e3e809fd0381363f50a777316c9f718937704a700af134c024 3792 
markdown-mode_2.3+210-1.debian.tar.xz
 d45a66201376b602d0cfc63440d499d8dbb84db806acda2d94d1da99a41751de 7784 
markdown-mode_2.3+210-1_amd64.buildinfo
Files:
 685c6bbb73261c1b2ee747e288ed277e 2068 lisp optional markdown-mode_2.3+210-1.dsc
 2736b519a6316b19304eb1f4df016ea0 206221 lisp optional 
markdown-mode_2.3+210.orig.tar.gz
 c4eb9303bbea3fc9c2f18f06647161b3 3792 lisp optional 
markdown-mode_2.3+210-1.debian.tar.xz
 c3b94930884565af71495f41bae50dc7 7784 lisp optional 
markdown-mode_2.3+210-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl14i8MTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYXpFEADWLM5A0lTzQ1BIjIgEOkgctXpfpGuA
anVQISh6ytgpByPehllCJIAS5gluzsX+h7BQOL11Zb6vIrab7e+K/wYUdszwxjpv
KJY2b8lJVOnagXCUzIjphLy7jOc81T/4jMcD+MLU6PkL9ae/PFO0Vejk64FrP73i
Tr9aZzNCmKDQkoHln0rID6wa7EcnwIRjc7vuqCupGYuQVJFneVq8l6f+GVrvhhKn
eqSEWZh55Dphde4En/vOPfSbc1Tjeslqy5Gsvj415QRcnWui+++UfsuOG+1S9pJg
T0BcEuFlcyyGiID/jhhWLzlW9sl4gD0HmcHulXnRDAfYIGU/g5wohWkT4L+UdESz
hw9mYLxoayleGICrqGvgho2l4Oq9Zmx6b/gJpVkJ8UgyoBp+CbT2nq4CISppdaL+
KUWRBivW312hL3CwZR3Be3RwNWZt28Oq6NEpEQXzcj23gSGk50kVM9OPAQNsB1lU
b+rTjCq4QVBplAJqnduoUM2Lr/jAeP2LxgXhZR0VeJyzX0BjlKKeHtgY751K58/M
720Rfvsa4Zyq1oisjRhdL58CbdzsnuhmTkZeZO09y6Ydfz9ftz+X4H7zfMDpyonF
FWNsHy6wVrXCFmcLvQ7FKevvcNiyxQBCcOOek/cXMUSxpZFJw+c8iLdCXuW6uAse
iNROcLFTdonZqQ==
=GTli
-END PGP SIGNATURE-



Accepted elpy 1.29.1+65.g8adc427-1 (source) into unstable

2019-09-06 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 06 Sep 2019 13:30:42 -0400
Source: elpy
Architecture: source
Version: 1.29.1+65.g8adc427-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 elpy (1.29.1+65.g8adc427-1) unstable; urgency=medium
 .
   * Package new upstream snapshot.
 Elpy should now be ready for the Python 2 removal.
   * Drop build-dep on python3-flake8, because flake8's deps now provide it.
   * Drop emacs25 from Enhances, because it's now just a dummy package.
   * Drop python-autopep8 from build-deps; it is no longer needed for 
self-tests.
   * Switch from using "sphinx-build" to new explicit "python3 -m sphinx" 
method.
   * ReST files are already installed to /usr/share/doc/elpa-elpy/html/_sources
 so it makes sense to make them more visible and discoverable with links to
 /usr/share/doc/elpa-elpy/rst.  Thanks to the Python Library Style Guide
 on wiki.debian.org for this tip.
   * Add elpa-pip-requirements to Suggests; editing requirements[3].txt files
 is part maintaining a project, so this is nice to have.
Checksums-Sha1:
 e8f0b33f41257fef7db97df8a16c4a353bf6fd07 2496 elpy_1.29.1+65.g8adc427-1.dsc
 5da1dd1395b14e2e31f08778f6278e91b292b36b 128448 
elpy_1.29.1+65.g8adc427.orig.tar.xz
 79e2aaee297850e4ecfd309df5dbaa69b89c0d5c 8624 
elpy_1.29.1+65.g8adc427-1.debian.tar.xz
 90038996fcc47acdf24cfbd48ceb5aa24f35d618 10417 
elpy_1.29.1+65.g8adc427-1_amd64.buildinfo
Checksums-Sha256:
 41a4978b8e559896d587c88546c1c7b3df2a4804a535a97a44462c9706db4fdf 2496 
elpy_1.29.1+65.g8adc427-1.dsc
 98a2831d128ec7474febedb2ee0f7c7dd361dfef65f26934cb72b815e050cf75 128448 
elpy_1.29.1+65.g8adc427.orig.tar.xz
 291a89f6238784acd7c83c871f4442ba01a6454eeeca9b71acdb5778ec1903f9 8624 
elpy_1.29.1+65.g8adc427-1.debian.tar.xz
 ea6b46c1f52de187701260d83682a3412e907031a7f8b419b90db5154cd9af23 10417 
elpy_1.29.1+65.g8adc427-1_amd64.buildinfo
Files:
 85335b784e4814f1e913c6f4f20fc759 2496 devel optional 
elpy_1.29.1+65.g8adc427-1.dsc
 6dcee08e50cd7303c379b08481f71c4a 128448 devel optional 
elpy_1.29.1+65.g8adc427.orig.tar.xz
 9513b2aa0ef7578e55096b3ad55e9ca5 8624 devel optional 
elpy_1.29.1+65.g8adc427-1.debian.tar.xz
 8405651dc39387217ce97ec9ec304213 10417 devel optional 
elpy_1.29.1+65.g8adc427-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1ymQ0THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYcjLD/92AUbq6Na++cxPwfM2Zht9tUpQo/a7
vDRe2RkMud0l8CN6P+7fASUo255Y5+3kHaRaH3NmZbwtSYPoDeCPdy/HjgFelk3L
okKHZA+milyvm6PUGQjBmqQQVSr6VRnysHvLgYD+yJIOouywQt8VNcoEKzjEon3l
xwPLR7tMspwIGvqEid56hmE3/UFR7zJ7HUfPdGffmQ06wiAevVgsbObkNxOz9xuy
G/t+0hkQV3BjKiwyKyYHmrxQRRqsTWMuhsIENZzCpF7dhHRkLZA9/7NnvtfccJvE
LL2i8t95pNHcOVqa11CFtzDRJ9Q9HZD6qnQ4F/qkZgJVgr0KE4hNaGozS5EVzStw
FYVOyEhi89e0OgWQw7aSWiEyZqh04u0AOWw/12yNcf5BdsFQq1SXWV97bFvILVEX
0K9YDd9DESKx9cpTRFVLXyZXHFb+y4dyMCCjAGMs9ZHg4yd8mJbA4JYLGME2QCkk
QsHp0i/3Z1CLFjVZi+Hw+cnFSTtfeD0wFT4QkUdGbo4eXsenjtFMerBX2EFF3SWT
aolv5qa/AS1rqYw4FCMV8Yr/+otrvM+Yx/ToWIHXjxUxxVrMBvQnhRsv7jbR3dKJ
VlqdlNwnqfCaDAGWzSugVTQlZwCzGcql5IUozTa02ULf45DeE68E/f+UQniVFHXA
rkNz7e0GxbZPSw==
=M82Z
-END PGP SIGNATURE-



Bug#936033: ITP: pyprof2calltree -- visualise Python cProfile data with this kcachegrind converter

2019-08-29 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist
Owner: Nicholas D Steeves 

Package name: pyprof2calltree
Version : 1.4.4
Upstream Author : Peter Waller 
URL : https://github.com/pwaller/pyprof2calltree
License : Expat, MIT, or custom-permissive (needs verification)
Programming Lang: Python
Description : visualise Python cProfile data with this kcachegrind converter

 Pyprof2calltree converts cProfile data into a format that is
 consumable by kcachegrind and qcachegrind for graphical calltree
 analysis.  This combination provides similar capabilities to Snakeviz
 or RunSnakeRun.
 .
 Pyprof2calltree is an adaptation of lsprofcalltree.py, by David
 Allouche, Jp Calderone, Itamar Shtull-Trauring, and Johan Dahlin.  It
 has been adapted to behave more like scripts in the
 kcachegrind-converters package.  One of the authors' objectives is
 for pyprof2calltree to become part of the official upstream kdesdk
 package.
 .
 This package installs the library for Python 3.

I am packaging this because of the cProfile visualisers Elpy (Emacs
IDE for Python) supports: one displays in a browser, RunSnakeRune is
Python 2 only, which leaves this package.  IMHO it's the most
desirable, but I have a KDE bias.

As I'm already on the QT/KDE Team and upstream intents to eventually
merge it into kdesdk, I believe the KDE Extras project is probably the
most appropriate place for it.  I will need a sponsor for the initial
upload.


Regards,
Nicholas



Accepted wc-mode 1.3-4 (source) into unstable

2019-08-26 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 26 Aug 2019 23:42:36 -0400
Source: wc-mode
Architecture: source
Version: 1.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 wc-mode (1.3-4) unstable; urgency=medium
 .
   * Switch to debhelper-compat 12.
   * Drop trailing slash from Vcs-Git link.
   * Drop emacs24 and emacs25 from Enhances (dropped or dummy transitional pkgs)
   * Declare Standards-Version: 4.4.0. (No changes required)
   * Rebuild with current dh-elpa.
Checksums-Sha1:
 b7c79263ddd797cde8a1e7f39ac14855d12adaa1 1924 wc-mode_1.3-4.dsc
 faf9b905c29b89c3c1bec8d16b39e347e46c1ac8 3188 wc-mode_1.3-4.debian.tar.xz
 c5b5ca56df138a17eeaaf1d95d82cbb97f77ab01 7709 wc-mode_1.3-4_amd64.buildinfo
Checksums-Sha256:
 76b001614b2816f415eac6937286fcb32ac96175ed2bf43fd8670413cc55c590 1924 
wc-mode_1.3-4.dsc
 8772bb1f26bfd5bb577a2ed6b42a2f5e164954304c72d02d3f4052b5d9355b20 3188 
wc-mode_1.3-4.debian.tar.xz
 ba5604823f16c9800bb29b0f02602003f60cda75faf56685f93d672f0019125a 7709 
wc-mode_1.3-4_amd64.buildinfo
Files:
 6eadcaa0fef3ac69dac7d2838770ff5c 1924 lisp optional wc-mode_1.3-4.dsc
 569fc1fc080cfa47ab210d93f0aad0df 3188 lisp optional wc-mode_1.3-4.debian.tar.xz
 d259158b99094005c4153b67438ade28 7709 lisp optional 
wc-mode_1.3-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1kp5cTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYcGJD/0eldvyQnEZ412S2YiEl5MAohY8QdFD
0rRmu9d7Xt6rZUrJ+i6c0/K5alKYYbbhAtq+awb1xzp3FZ9gqyiAxGKvQNjOB1op
N6qTpEMXjDUjai578OJQn8K7uMGNQMPboEplMfKmFIhYug8IM/e9HKUErE5/1aDC
zu2/m6G6Sqaqj5ApTijhbs0O+nx6jjCSptxzt0qye59VyayUN6uZj3D54VE0YQao
wXjDA0mmXBh37SieryrFn8v/Y5ttPyH2eMrCtUCHJZ35NMY6u0BCseZBZ4vZWHMh
25EtyLXgwGWUNQIyAKXmtmOeecDayZGrEXpcd9n3L2tJExzdN88A8Xrn/YnUg25W
atBpo1+DmMkpoOYAd5ywzxkbD/TgVn7MSdJpoMJJZIYZBlZqnQUZGvVTnDVUwc82
NMNikZaWt8aSrAEah0I8J9GT9vUIQzk9+QLT0tUd70v/Mtb9PvKNrDQYqnTI+Ace
tjw75uvNIy70/HkOedbv5wOS2qUNz5alYrDEXlqlUGNuBoTWPUz1/gngMG/Wyj2O
zHPcF0mmXIPtJgAgnfKzKOYJY/G31+Gi73iV/6e2Aht6BfEAEGnl+udOmFSbbC8n
p/2OpRT0cjYw8W5PQ49uz8jk8oS0MyNEJLCii6vQxM8D+MKEDSxXQdi/QntF/9vQ
iZirCjPkujDbFA==
=D1dm
-END PGP SIGNATURE-



Accepted csv-mode 1.7-2 (source) into unstable

2019-08-26 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 26 Aug 2019 18:13:14 -0400
Source: csv-mode
Architecture: source
Version: 1.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 csv-mode (1.7-2) unstable; urgency=medium
 .
   * Switch to debhelper-compat 12.
   * Drop Enhances: emacs25 (it is a dummy transitional package)
   * Update my copyright years.
   * Add add-customisation-group-for-mode.patch.  M-x customize-mode now
 displays the correct group.
   * Declare Standards-Version 4.4.0. (No changes required)
   * Rebuild with current dh-elpa.
Checksums-Sha1:
 fc45575509cd03dabfb5ec46ce0f78846f8c035e 1944 csv-mode_1.7-2.dsc
 770a3163889846352675b116d512b93213960882 2556 csv-mode_1.7-2.debian.tar.xz
 ccdc73ab75e8058dcf00b86cf43ebe06dacb21fb 7722 csv-mode_1.7-2_amd64.buildinfo
Checksums-Sha256:
 3766fb31b8b51a31d389d399ff10e38efa09fd8dc05dc71936a2a9b60fb05e04 1944 
csv-mode_1.7-2.dsc
 d17123db383abe7ee9c8fea6da8e330bb568fe5c24163846649ac1e8b4889c90 2556 
csv-mode_1.7-2.debian.tar.xz
 7734d9c8906bd115d56421d7b3a64211c4a6fa3bf7e83fe933596201e4407c43 7722 
csv-mode_1.7-2_amd64.buildinfo
Files:
 8734a9f473ba369115009402093f1579 1944 lisp optional csv-mode_1.7-2.dsc
 90c9f947aa64417f097b3c3932e9a02e 2556 lisp optional 
csv-mode_1.7-2.debian.tar.xz
 7d13a606b18c1e2dcedbcc85a33a54b1 7722 lisp optional 
csv-mode_1.7-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1kWlITHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYcHdEAC7HBxDGEn/r5tYW2W0/wTjlr4wPVd+
+e77sQdo435JTP40rkt7CMDJsvTWWr+L1RTTn5ZsPTUGYd8jUBqY79autwtqTRng
wibnWCzYbt8Yl9eCdQj9SwHV7EQ2gsQBcEkYc33HrceJHI1NbOilxpykT397rPc4
9p8f0YJt4jbLgJDuVWtCVceuane033Pp2sbHIkobhC+3j3WnWcRkr9V3uAS8UTev
cwQ3AnGUSbF5Z3jB3H8u9UcP4c3B42Rv7/L9bu+cv7gYsgG1QdNfO6EJZDJG+Tg/
pk1OxHT2erZm0KDidscrhUG4fcvro4J5V73zhgMwM6WvrA1NzTCuop2ErTegkRvw
K1yyioiC556Xq0tbfUkgwRMFtHkqVMsBfLxmJHRK3BP62Tmp0gUi+R8MIev+ds8Z
dhzRizGLxEBxsfxPzRwCRPTKBUIwjtF8NLEdOADvQgS4XKs9RmZLm1IPsWwjfRR4
lb5FX+B7QJdeNlIr2pAaSDUmhyjdF5L0zrGkDQmKSRGYpfP1aTALgLCVY4/83d5R
LBZ/l3RNg8JDecFTP+hd5560WdsKRCRbO7YcDq0+r7f6iOEUEcXoPnlH8SwR8ppk
5tx9nyWcmi/Bjd22HPz6bg8z88Acbf24udbO//YCpBcivDJ56cheYwCx9/ikDecu
2ZsVJzA7sM06xg==
=Js65
-END PGP SIGNATURE-



Accepted imenu-list 0.8-2 (source) into unstable

2019-08-26 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 26 Aug 2019 17:26:11 -0400
Source: imenu-list
Architecture: source
Version: 0.8-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 imenu-list (0.8-2) unstable; urgency=medium
 .
   * Switch to debhelper-compat 12.
   * Declare Standards-Version 4.4.0. (No changes required)
   * Drop Enhances: emacs25 (it is a dummy transitional package)
   * Update my copyright years, and use my preferred style.
   * Rebuild with current dh-elpa.
Checksums-Sha1:
 cb35c46cb1adb0c671cd3cbac9b4639d869c1aa8 1960 imenu-list_0.8-2.dsc
 15a8ad3b8eb880865d7b9d9e034a34a87b63fc8d 2976 imenu-list_0.8-2.debian.tar.xz
 41ecda11fb819351033166004abac284fa0c76a2 7742 imenu-list_0.8-2_amd64.buildinfo
Checksums-Sha256:
 9db9039e65519df3d6dbce3ecf85b4e9d2e66dc424654d28f34dd73be8996277 1960 
imenu-list_0.8-2.dsc
 886d329343cbf1beefb428739bfdffefb568b26baa685b28cb3d657087a4787d 2976 
imenu-list_0.8-2.debian.tar.xz
 60d07705a3864b1b4afc8d57781c89c5113a75638761d759358bfccc6edf25a8 7742 
imenu-list_0.8-2_amd64.buildinfo
Files:
 135fc57da2935fe699afb82e437092d7 1960 lisp optional imenu-list_0.8-2.dsc
 6b60133e6e3486e78c5562fcc9bab989 2976 lisp optional 
imenu-list_0.8-2.debian.tar.xz
 41ac809cfeda74a84d8f62cbf8667a18 7742 lisp optional 
imenu-list_0.8-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1kT+UTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYVDkD/4slO8zGMv2k+APwBv7QcjjNeXS1KG2
bAFNz95TeuY+cGkYQYdfN9aI0F/XoESDOnehhGvzmlr9h8XPHvfl+MuxhbUAOxko
9ag6skC+lqH3WgN4r/UKR59KHwY0fuUda/uotw4fILllzE9bdQqd5T0B5nLcitlV
YJqje0MhLViAG6UgzmqKcSh3WcRGWlTrEc9iNrvy3KWo/L39O0kRhYOodyCthLFB
Vu38AMjhIUAdiSlXWIrOoP8zaFhxBC9cl/kaklgwqH6HnPr9i5rSOqMudHV+Pkwl
Ph+To2s4yhnhdBckIoL2dGT48kaNP6khQKC1P677nmgOSXyNXTa/62nzQldR3RZg
dW5zVf+W/f005Q9f9GHtqwc8CzHWVO/wV34U8sdN1DUVzAuY3NHxW5mMiXEEEoZE
7+IeAwL1EF9Fi3/ButxM1mPIAfnhEw4O2y4M6dkeRdaSmNYSLblQ8LwSF9l0Praz
ACBkJw5tEXoH/FnLvIfpiuo3B9o4vcL7rv/RQ0E+f+dcwLR9603DSGoGabD22HWX
fIpoHXUb0eF4DDSs+3BTyXHouoaPqHJGS5vTBal/WnB4cAO9NkNiNI89wCqd+mcU
D4m4UALDj9X/2yBm3EewIjsz9zEb5fw60kMxp+gV2RCvxR4lowksNDRCVVe1+vm2
lsk6DoLCKeOdEg==
=LpTd
-END PGP SIGNATURE-



Accepted auto-dictionary-mode 1.1-2 (source) into unstable

2019-08-26 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 26 Aug 2019 17:39:59 -0400
Source: auto-dictionary-mode
Architecture: source
Version: 1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 auto-dictionary-mode (1.1-2) unstable; urgency=medium
 .
   * Switch to debhelper-compat 12.
   * Drop Enhances: emacs25 (it is a dummy transitional package)
   * Update my copyright years.
   * Declare Standards-Version 4.4.0. (No changes required)
   * Rebuild with current dh-elpa.
Checksums-Sha1:
 b0441ebb53885eff391f3055a6a3ea68e0bf7f0c 2101 auto-dictionary-mode_1.1-2.dsc
 2057144c833af158669ea5b3b27571e0682ec58b 2412 
auto-dictionary-mode_1.1-2.debian.tar.xz
 04b53fa22d2be9f2a99968e24aaefc198d8c4885 7822 
auto-dictionary-mode_1.1-2_amd64.buildinfo
Checksums-Sha256:
 e4a622eef2d3e6c2917fac0b1c73f7489ab2a45978bb9436288be4846e707075 2101 
auto-dictionary-mode_1.1-2.dsc
 93a3a769501c307af96287e55a9c75627d03da9bce0af6a8efac2bd4d8c7f1cc 2412 
auto-dictionary-mode_1.1-2.debian.tar.xz
 47f1f6dd90aedcec03490e8e709afaac791100d098100a21f276fa4b4cc01127 7822 
auto-dictionary-mode_1.1-2_amd64.buildinfo
Files:
 a34383cd04645e9fc58069429375c1d0 2101 lisp optional 
auto-dictionary-mode_1.1-2.dsc
 8312ee444d81c192b7d12fb9f967f6e6 2412 lisp optional 
auto-dictionary-mode_1.1-2.debian.tar.xz
 2649b6b37dab8e341a6536567bd4 7822 lisp optional 
auto-dictionary-mode_1.1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1kUmQTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYSWpD/4i8Xajejy4AF8sFUYFz4g8R/61gwjk
SgQahea/D5U4bQhwE4gMot5Z2kSc+Abgub5EDpYyWVTM1Rbpz8UmLCnAc+aiFZ/2
u/gruGSPzdgj2Wwjt/gneIyDlEwn5YEAS5mvkwvdCSeVE8rO4GkPLyioB2v6DPxC
tRfUe3diLka3wokbEXcrwpeg725EzMdYMIPF0nF2fjIOwJ0P0JL5Afu6Jxt3e2Yh
ObdXm2vw6HomNJAANZDWzLJN7SS93tNlfw13nUCx4gTyfmyrwzzKDX0sNbYGQlYA
iL31GMGBm5gYIE2Vdx6yqTSVvkZxGqKPTF6JLHqnLy9DF7jwwhdpoPeeMKlShcOy
yghTB7s2ZnEiw5V1gphsIYvZWJcNuQlNekLtVlX6J0uxurcYRB7C1x41XDWsrxI3
OiHZX15UlT3TWpbD6c+bEEj8rKOLa4aiy/pBE9vbf/X4Han0Prd24WdWALwfYbH+
QhiJoLQJuf+1s63hBff06oxkJNHwiALjKp4FaZp7gEjs+At6sV6ivulvYocMLCZ1
CL40M+CA3HEXgWJN3IGqRwf1RMjpctLQ3S2hTerubuiW2gfCWsEVcYGbyU8m90dh
Nl/8MUepxbjtYHS3m4W1KYK9WoIsQ2jIh9nj38PyJVPyqZHoNR7lakNHPSM5ZeQe
w/6SNhJI2DIbpA==
=9Z0Q
-END PGP SIGNATURE-



Accepted puppet-mode 0.3+132.g7dee1b5-2 (source) into unstable

2019-08-26 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 25 Aug 2019 20:01:48 -0400
Source: puppet-mode
Architecture: source
Version: 0.3+132.g7dee1b5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 puppet-mode (0.3+132.g7dee1b5-2) unstable; urgency=medium
 .
   * Add elpa-flycheck to Suggests.
   * Do source-only upload so puppet-mode can migrate to testing.
Checksums-Sha1:
 9fee84361ada3ef5eab81d502f6abc153cf2d862 2065 
puppet-mode_0.3+132.g7dee1b5-2.dsc
 531823320a9c39546c65aa20ad9fa83e4d1cab6a 2204 
puppet-mode_0.3+132.g7dee1b5-2.debian.tar.xz
 2760cd54bff4b44593f59b18215cdd18978734ab 7750 
puppet-mode_0.3+132.g7dee1b5-2_amd64.buildinfo
Checksums-Sha256:
 00636758ce8caa9d1aa0a61eba19259ed37bc38126b5a147ea86807c56e5acd0 2065 
puppet-mode_0.3+132.g7dee1b5-2.dsc
 360892498c0da4e1b46b395bcd96064d782db8dbf16213513a880a35eafdd3d6 2204 
puppet-mode_0.3+132.g7dee1b5-2.debian.tar.xz
 f126c8addcef21758bdd6bbc98b92defcc01ebe7c9979b358a3d200dbb74917e 7750 
puppet-mode_0.3+132.g7dee1b5-2_amd64.buildinfo
Files:
 e1a53c7e571d6502bccc43c5304a3820 2065 lisp optional 
puppet-mode_0.3+132.g7dee1b5-2.dsc
 d57dfef53041b054863c6d423e3f7b00 2204 lisp optional 
puppet-mode_0.3+132.g7dee1b5-2.debian.tar.xz
 9c453c107d13085c48227f0fe0f033a1 7750 lisp optional 
puppet-mode_0.3+132.g7dee1b5-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1kFPkTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYeVEEACVrTUv3x8LepXqS3qmGsbXROH4wGoX
w9wPBzzj6Tllrvqhhx0mvVwlTB07Ffg71JSfC7HaUoZFiF9nkZ7iCjWiiw/SiSJV
uwKjAvdIp8sglIS3KOYVUVjF6WAFB667UKYFWOSwoMWVAwcwhZujvPEiTsZYwPnE
vW71LKKJT62HUxe4T3ptCxZVTJj77LSMNSe4TYfpQqehshS10ab8yJY/j/p4sCUh
Dw3e8cFT1YB/qFmMTAsE83uU3WGV3EECt8YRCoPyRyNhke5MXyZkz//lADBmDnMQ
AH89OKSGIKaMJHHVhCjg2OvYmYn/wIi3ichq2Rs5Po/HH7p7+30m3NAjFtRoUs4Q
h05kmIhNmpKXYiEOiD3iPGmjwP5VuKIQtoqqyLt7he6/Wp1+8JNEhuUMXKsChGic
1NY3NlGIb+sHatFtE7qY/k6zNHRXFPACbuPwHo5Qkdmi6h8oU432GCIBFbHn5eHI
rh1vSh5cWxR9u+ui0oTkg1q8IWUFurPa8G5q56M/bo11v2Bvd95ZB4Tc1S3Z0cW7
K0QFfJHsxIBX4oIPTQmw/D6VEMTAa62xZqQRHC8Q4QBO2B5ZJXEwQalepZaXVy+P
WrSBzG70rXaSn3k7XdCYJeS+GQcXpsj7cVKCkVP/3p5OFWxkzRlQaBhDhWtptvPF
dPMICDerSCXzWg==
=/4fJ
-END PGP SIGNATURE-



Accepted emacs-ivy 0.12.0+dfsg-1 (source) into unstable

2019-08-25 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 25 Aug 2019 19:26:25 -0400
Source: emacs-ivy
Architecture: source
Version: 0.12.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 emacs-ivy (0.12.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream version.
   * Switch to debhelper-compat 12.
   * Fix typos in long descriptions.
   * Reflect upstream's updated copyright years in d/copyright.
   * Update counsel's description with the most noteworthy new functionality.
   * Add 0001-Skip-3-tests-that-are-unsuitable-for-buildd-or-DebCI.patch
 Tests depend on network access.
   * override_dh_installchangelogs: Install Changelog.org as changelog, and
 append local-var-snippet to activate org-mode when visiting this file
 using Emacs.
   * gbp.conf: Disable pristine-tar, which is no longer used in this package.
   * Drop debian/TODO.
   * Add Upstream-Contact.
   * Make it explicit that we're not using the upstream Makefile by echoing
 this in override_dh_auto_build.
   * Declare Standards-Version 4.4.0 (no changes required).
Checksums-Sha1:
 fa92d9fd2c4effd601fabdce43229069cea702e3 2203 emacs-ivy_0.12.0+dfsg-1.dsc
 c1f345051d0e90a8c6c2b921175eb1bb3a99f76d 135148 
emacs-ivy_0.12.0+dfsg.orig.tar.xz
 966850fd97cada121ee31c719df37047e33c003f 4752 
emacs-ivy_0.12.0+dfsg-1.debian.tar.xz
 0d19a014ba37f29669ae4852c80397a5e584af48 8507 
emacs-ivy_0.12.0+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 cbde1437748eedcead685d27e7ee36f5aa534c55ff17f2db2d09016149d80c9c 2203 
emacs-ivy_0.12.0+dfsg-1.dsc
 92355a6b7854ab313400ac55302b9ac6f93d7942fc10c8f5a4c235dbc1219eee 135148 
emacs-ivy_0.12.0+dfsg.orig.tar.xz
 ed32b9d677bcac4b1636d3c6ba12c3a6241670cac10ea214f7b624f2b31e2fa7 4752 
emacs-ivy_0.12.0+dfsg-1.debian.tar.xz
 e323601726c65ba9343f6f4e9423c7428657db3bce21d5de90b1a3e8dfbf6dd1 8507 
emacs-ivy_0.12.0+dfsg-1_amd64.buildinfo
Files:
 8c770107ebf2f806b511163ba0d87538 2203 editors optional 
emacs-ivy_0.12.0+dfsg-1.dsc
 a5173e7b7be5ae67ec3ca7cc6b416c6d 135148 editors optional 
emacs-ivy_0.12.0+dfsg.orig.tar.xz
 b756c5cb255a9996dbceada85e0f7364 4752 editors optional 
emacs-ivy_0.12.0+dfsg-1.debian.tar.xz
 e1fd5ed5970b0227fd49ce4cb81d9980 8507 editors optional 
emacs-ivy_0.12.0+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1jGo8THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYd7wD/wOLWF2iisGRL6EhAGudnzATpyjn4AY
JfLPqvKEjLaMKHDfNeU2TkYsrYn9UNyDqOg7ZzY2qgO8F0AnL11EAl+ogQ/ufnOU
CrmH5iNcQMeVA8k19y2j/n++9cqBwMeH+AzHKk18DRO4uV9PMXil6ZXc1MRgiALT
fMrmOL3Qn9P961t/C2HZiWMKYhOUiPMvAd5tAqOmxggQltQe5LAFFygpb05Krqoc
SF5QMUrCTHkg3mljMmVCpHsGtiTH17hqfzsElHAWj3zi9S+hlx5Lsnb3SVNS4LAO
MGzZf9KpmRfR7MIFXUpZHfgfYJaeZy1gF0fQTzufFEhNNeKNlhK1TOmadB8RCTmx
Hp+UtKn35r/iHo75wTljiI+tNKPx9URgif3sv5UDu+5JQQlK1oG5o1ZYjo3C863T
WbQ4U/aCWufhwKcWfDl0oW7DuGnOcRyyF2BP8fc/lASrWSdnfFgVrCsXTrMDq7Tz
Uq//Ve1iOsBQW4zF+9O/oQcXkuUSlN08UdWA7QJ/hXfYkQqrrYP8YCAW2VqcfNI5
tsBrVyZj4XJbufaJfgdXUUYBK1cJ7p+ycTOF3FZ//5G2IxRwvKrE20I8xTTElHxg
YZ4PqbMDLqMDJuMW2ItCahvhe0WC0sa2GOz+N7jONeRmYskO7DMWr/i0YiTBWtL4
kfyrin9bxx9v7g==
=pYF3
-END PGP SIGNATURE-



Accepted yasnippet-snippets 0.14-1 (source) into unstable

2019-08-24 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 24 Aug 2019 22:52:34 -0400
Source: yasnippet-snippets
Architecture: source
Version: 0.14-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 yasnippet-snippets (0.14-1) unstable; urgency=medium
 .
   * New upstream version.
   * Update 0002-Declare-correct-ELPA-version.patch to declare this version.
Checksums-Sha1:
 82e24a988878cb871d438c010e7cbe63bc94567b 2115 yasnippet-snippets_0.14-1.dsc
 1009abd80cf7b0dcbbd0c9b1d63280157640c0ee 110944 
yasnippet-snippets_0.14.orig.tar.xz
 50caf8a76902ba36b5ab62d45302d908d62c592f 5072 
yasnippet-snippets_0.14-1.debian.tar.xz
 12c3d0136dd7bdc83be2f55c443c9629bae49e4a 7830 
yasnippet-snippets_0.14-1_amd64.buildinfo
Checksums-Sha256:
 cd651010c1e72fd6c7c622a5c7da2257b42f30ba7a506cb575b9ec07efb7b592 2115 
yasnippet-snippets_0.14-1.dsc
 1f8281ce6fe35477f9396974d1c499a9607ba7925dccfdfe35d2429a7d430120 110944 
yasnippet-snippets_0.14.orig.tar.xz
 54c81bd59c06da8bbe36227a735d7acc60ba6f3a12def79d0b5045339c872749 5072 
yasnippet-snippets_0.14-1.debian.tar.xz
 51b56daa43d1a57354fff8957159d9f23cff7310b89405e31a1e430f37a32d07 7830 
yasnippet-snippets_0.14-1_amd64.buildinfo
Files:
 e29817aa8b30f709ee09288569b0ab2c 2115 lisp optional 
yasnippet-snippets_0.14-1.dsc
 5d9c03f83cedefebe3718ac322b1eb01 110944 lisp optional 
yasnippet-snippets_0.14.orig.tar.xz
 e5e0e4907e9b32a4910aba7f0e26ef4a 5072 lisp optional 
yasnippet-snippets_0.14-1.debian.tar.xz
 2eaafc058c662d1b8e95be68479ce82d 7830 lisp optional 
yasnippet-snippets_0.14-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1h+KYTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYTUZD/4lYW/WMmSPwAG1fvIlNJy9NZTT7ZvO
WyF7PEnbAm8Ri4gIYjEgQ6RZiH+xv9zvNUTBACdZ42DVnjYC7g2cmM1oWTVADyWO
el2MhQdPdB0FbmGwjjgMooycAkouRRoiBxIssaJuksdQokAxcLRqvIRjGoJ+qQpI
31hafyP+LJYHayZudJSsSU3pVb7mTsDn2BZXPn6c2+aKqTkgaDL+dSPsQ9/lWR5V
Vs2705rjnR/RNGDbqvSeYj8UC+mzpac2qBpFIYMOkHl0faC6C+hq4RpEBLDFcT2P
Fo/ywJy8YfekQpxHqwj9FWQK3ySQreXgFGo1l1SIMplZkZJCeCjBx/kCY+UvMNGA
WjVXrUWlFd7AfIj3RAbSJ7emLxPqRhn8Ru0yYYL2yQ4j2t9bdt1+ZfkAJ7OTjF7J
YK0+zL8ob36f4Jaj1k0MTM4GF2pYlXfzjvopvRVwOE3WmAy/KbXVDgPR/ptVny1a
NXLSUFPPje6UwVfE8aTeEwDL8aDQBY+2qIirIrJY7THpAIGp8RONZi1td/jqoKLb
NQPBXLgh7HFMYu53eWfEKnVzzMPH3EjHc9sNUJaBg4bB/Puzm0xKCHnm2iGicHDw
RQx0XiKVMHhhjPRKRIksJxnWAVUnaj7MnOMkKLriYg+2omIHud6nt3/d6Jp7Ua3G
KvHTxLm4iLrJ/g==
=ttTv
-END PGP SIGNATURE-



Accepted nov-el 0.2.9-1 (source) into unstable

2019-08-21 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 21 Aug 2019 16:13:18 -0400
Source: nov-el
Architecture: source
Version: 0.2.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 nov-el (0.2.9-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 6149abbc7da2660f777bb5cea2d807cd3b7e153b 1969 nov-el_0.2.9-1.dsc
 8d499d061c727902ca7f9f04dbd354382c0bdbd3 812 nov-el_0.2.9.orig.tar.xz
 48adb2ce58d65a19e44e60796f2aa11f52733e63 2848 nov-el_0.2.9-1.debian.tar.xz
 2018f245d46107c121b1a2f18eed00df621293d8 7670 nov-el_0.2.9-1_amd64.buildinfo
Checksums-Sha256:
 407d22b7c3dcf61e60bd4640c3867c57bf194d4f381ae65764bf617f9e923324 1969 
nov-el_0.2.9-1.dsc
 0326a367129c7ecc87883e1e2a8696f367864ef88976df2ca45271d13011eec1 812 
nov-el_0.2.9.orig.tar.xz
 e56d69fc5c2977cecdc7ab7f28801517e8488e069e22f743ea2f90a6572cf9ec 2848 
nov-el_0.2.9-1.debian.tar.xz
 48ecb63e0ffbfec7b62009ef0131f419f862b7c79ac284e978e39aa0a18ed9f4 7670 
nov-el_0.2.9-1_amd64.buildinfo
Files:
 fd188904c5874e8df68d3a15f163166d 1969 lisp optional nov-el_0.2.9-1.dsc
 c4e3988f0638dd00fc66355b0fa646b7 812 lisp optional nov-el_0.2.9.orig.tar.xz
 1a3e26b985a526bd0f0d19e8fbb60633 2848 lisp optional 
nov-el_0.2.9-1.debian.tar.xz
 99cb6621c8a2f2f1239e00ccfda775bc 7670 lisp optional 
nov-el_0.2.9-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1dpsETHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYY63D/9ZwpfBQ7aGsvpfClR0XYVWnGJ0jt7U
WiDWp6cOZIY03BFd31IoNARpEWiYLXDpvwpTh/KrxlC2djPuTf1TBkDatv5ABxmw
0Cupg859tTyOpBrU83bG2wEBSfpMVFqxH3GXK+O3yYp+BMidFh9yZMC5JF2WmX4H
lT6jWfCaJ3m582bBYTy0HgxfVwMLBiW8wPzObAr5pKPbfKIetpV6mjSokFHt85XV
ZdChkaGN7b5i/pXfj17ZbfRywDcP23TZGO0goeLudoRTr5T+f87y+tRi4EuGrlA8
irwdccB2F4lfbFWTc2I+lWGa6IkdfhNXW8+v13ks3PSyEHsrLxQarc1qLaN3Vc70
PCpoUtwEgc6gZTH5Hztt97JQq0OGlW4j3MdMu8FEpOiGXnlZOcevooO6kz2E5A8S
uw0VRKBhEFWIBeky8JaytsgQeQ/Q226M8bZfXH3c6cOUG05s7xolkOgWR9+tUnOx
v1GHQqJ/LwHWMOJp007XSqV1MK0Zx+E+MKi/cJ9P4+PeMZFmEej9uelyMh95kGuf
UIBodgTQY9tSWEcXQH+06TjXCApR1VwLcYEB0Fz9V2cxTxJnRODXLDzFmysCcIiH
CN+KOMhr0rgKkn3hsZXE5jUM1kMIZnB6SQ+SdTlF1Uuyk2wkt1c0nR02viUanj5n
xymXGEa6N56A4g==
=sbI+
-END PGP SIGNATURE-



Accepted emacs-neotree 0.5.2-2 (source) into unstable

2019-08-11 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 11 Aug 2019 21:03:27 -0400
Source: emacs-neotree
Architecture: source
Version: 0.5.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 emacs-neotree (0.5.2-2) unstable; urgency=medium
 .
   * debian/control:
 - Update team name, and use the new lists.debian.org email address
   directly rather than the lists.alioth.debian.org alias.
 - Polish description and add additional note on how neotree differs from
   dired and speedbar.
   * debian/copyright: Add maintainer apparent as Upstream-Contact.
   * Do a source upload so package can migrate to testing.
Checksums-Sha1:
 5dc819528f03e7c9b65c3bffd4b0c1883af6825e 2032 emacs-neotree_0.5.2-2.dsc
 1405db8248d2cddc3766b6bce0fbff459f285d58 2248 
emacs-neotree_0.5.2-2.debian.tar.xz
 79e1b62c763248c53285021a53bce31b393556fa 7656 
emacs-neotree_0.5.2-2_amd64.buildinfo
Checksums-Sha256:
 89a506d3f33430c87b7ec26db0d71df887f61f457ceab2382f549607ba830698 2032 
emacs-neotree_0.5.2-2.dsc
 93e557f2a5c5038b2fcb526a21c9f3e2d44ab856bbddbf6010b5e09c7ad8311d 2248 
emacs-neotree_0.5.2-2.debian.tar.xz
 696be29a5be02eebb10bbbd0757d79be97b76622197303e493a8e4630901efca 7656 
emacs-neotree_0.5.2-2_amd64.buildinfo
Files:
 9321ed74a7e36d79e6599696d891af4c 2032 lisp optional emacs-neotree_0.5.2-2.dsc
 d200d382168f5346ac4f01e8dbb249ac 2248 lisp optional 
emacs-neotree_0.5.2-2.debian.tar.xz
 d5e3f3bf5d879a67d974743d3eedd21d 7656 lisp optional 
emacs-neotree_0.5.2-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1Qu54THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYUGiD/99bNBw0NS6EWsokJV6IibDhFGaiIJ/
DKlRwPiQbY/UOCxehYWcp9OBsJw4XGui/oH+IZq4ipvv6CUWkocT/Znnbr22K40k
9t+60+TKjKV0axGMLNJg22tFKYL1PThKTT1HXt0q7stNB0ajJTyckZiR1GLYSwfW
tS0iMwt6Dhd9nzdsnFxI2ACOeHcGXaA/VhXNG/B/4IonT+7AKgux/mkgNfEhm9W8
1bM0dOhQeB1pcOuw2aAywz2P/+vI/Oe7dHgjxjnemokBIAHeTF7jKwYW5zxj/Vey
6smqRFB3fsgIQEH7u4finXPLqUmzJA04zvMmoccofJIa2yPSHE7k4TBzSNGT40ku
EXf6X+X5rSlKT9mvBLfxH9haaz6fHBLwqf7lOF+GTjWGUkVv8yAqmhmQuBcZdELf
0l/vQDEH1WLYNfZl3pMTOoTWX8ytsC2WLubSJwpaOH5nD0w5tRUeFrjS9kAB1Rct
9o5AtNE0K56Rjyh69Y/87ArJvT1I9qfkpKOySI/OuTxdPfBtuxTDK4OWu5Em9kh6
Yh0Olp8ZWgko8E7AEGh4Dx+YQNrql59V2Ds7kHE4Qw4LI6Vg+5Yw0+V0Hb2zN6B3
ufJ+Dzhu2zFp9fYRvwNwTE6HFHDdYmSCwEvRnHeZBDLGB+BkW3ItN0TnCAF+j/PH
U2Yu5FB003wc/w==
=Pyuh
-END PGP SIGNATURE-



Accepted fountain-mode 2.7.3-1 (source) into unstable

2019-08-11 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 11 Aug 2019 20:55:37 -0400
Source: fountain-mode
Architecture: source
Version: 2.7.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 fountain-mode (2.7.3-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 b2c9244f543c0ac74cd9ce0ccfc7a395358d9e91 2007 fountain-mode_2.7.3-1.dsc
 852fd27c7f87f97097d53f020d46d6139d829d31 44436 fountain-mode_2.7.3.orig.tar.xz
 0a239b9c9ecbbc7c5ee6aadb4556b664918162e4 3096 
fountain-mode_2.7.3-1.debian.tar.xz
 cc022f5a830e83952321ce8b532ea4fdd589758e 7680 
fountain-mode_2.7.3-1_amd64.buildinfo
Checksums-Sha256:
 2e8c06831964a2f63f45020cfd50ed91cf454eeca88d3c600c03cae6da468768 2007 
fountain-mode_2.7.3-1.dsc
 7e170b67d5a75e10ce92e5c15609398b6273ae979350ee58e70c83f4293a04bb 44436 
fountain-mode_2.7.3.orig.tar.xz
 388f9d77b3717a46fddf154f17481184cb9720d214e9a7d6aefd7df4493960bc 3096 
fountain-mode_2.7.3-1.debian.tar.xz
 2a3af9e94d8ed624c5666ff1b73f528faac31c4bcab6f9b2446addde606140b1 7680 
fountain-mode_2.7.3-1_amd64.buildinfo
Files:
 a3af9317b701cf8590be2160decab8ec 2007 text optional fountain-mode_2.7.3-1.dsc
 c4a96881fac25480fc1c5f12d35a09a1 44436 text optional 
fountain-mode_2.7.3.orig.tar.xz
 719dacee8052a18f3f41c78c80d8139c 3096 text optional 
fountain-mode_2.7.3-1.debian.tar.xz
 cad325389fa80d2e66d33ce577fd1e66 7680 text optional 
fountain-mode_2.7.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1Quk0THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYTIJEAC0IiV9KlRuhXSarhfdGjCBiG9NlXBQ
S+FV18SHzWMdE9GkS91snHZdo41SPIzorROH9lpIBKDtxCDa9p/VLaS3wiObmOvD
RqtVD2dPstG3+PG1jkKIBk22BlWYYYcMvBYPaAy+BTUM4Od7WgXeuIKRVfGEWtDB
ULTos+SFmvThLXgJjc3c/DrSCxp0YTZm5yI86a0+sUBx3el73GTgy+9z/NY9m64t
IU0/2zuYNWo4LSUb33YqnfTgfyAmAncFfolH37sEQjzAIWDkpS0exaAaMOQ1WMin
uGEqwUNNnREy2ExFhji49e8/EavPg6ApMSZIdBD96qSC9robVwctRQcwB7IsjTm6
iaRpdKeh3yITpn3O1Yl67Yxa+7jh5t1/z8KQ5w/l0xWjZpxB1E61nAM+LkK47pQq
4V/hVhE9xH97vPWB/oGolRQpygbB7Ki0Z4pEAdD115DPr2b45K8OroIqo7QpBS+D
zzh9xsUNycFR7dVkiCzv/6umJqkAQIQ39+x6kbAvQPv1npXfn8Lt01jpN+DxMFhl
eimLrOMT7jDfJD+GdDFUANgD2oLlauxKLMgO7vkY8MvrraVHtMVgY6RxOANuKvJa
I6v+k+u3nQnVzkLlQP7cx924U+XcHQl9Mx5GNaYrmVe6OnaKczCQwYap7zI6rqTx
5BvryICzknfUAw==
=ajMl
-END PGP SIGNATURE-



Re: Bug#932103: RFP: fuidshift -- remap a filesystem tree to shift one set of UID/GID ranges to another

2019-08-11 Thread Nicholas D Steeves
Hi,

On Wed, Jul 17, 2019 at 01:55:06AM +0200, Vincent Tondellier wrote:
> On Tuesday 16 July 2019 23:11:24 Florian Weimer wrote:
> > * Nicholas D. Steeves:
> > > Package name: fuidshift
> > > Version : 3.0
> > > Upstream Author : Name 
> > > URL : https://github.com/lxc/lxd/tree/master/fuidshift
> > > License : Apache 2.0
> > > Programming Lang: Go
> > > Description : remap a filesystem tree to shift one set of UID/GID
> > > ranges to another
> 
> ...
> 
> > How does this compare to (or interact with) newuidmap and newgidmap
> > from uidmap?
> 
> They do very different things.
> 
> Let me try a short description :
> newuidmap - set the uid mapping of a user namespace (from manpage)
> fuidshift - shift the uid/gid of files *on disk*
>

That's a good short description :-)

> fuidshift is basically a recursive
> chown $(( $(stat -c '%u' "$path") + $uidshift )) "$path"
> 
> It does not use or configure user namespaces or containers.
> 
> It's useful for the creation of containers images, for example when the 
> container root filesystem is read-only (squashfs) and the container engine 
> can't change the uids at runtime (see for example systemd-nspawn --private-
> users=pick / --private-users-chown).
> 
> So fuidshift may be used to prepare a directory for later use by newuidmap, 
> but that's about it.
>

It's also useful as part of redistributing namespace blocks of
uids/guids among new/different users/groups.

One specific case I think it would be useful for is this: a user that
started with Debian's default LXC configuration, then learned how
insecure that was, and then wants to preserve their work while
migrating the container to an unprivileged one; this happened to me
once and I lost an hour or two recreating my customisations.  I have a
friend who would appreciate this tool to save time fixing up such a
situation.

> > There's a push to force uidmap on everyone, with tight integration
> > into NSS.  If there's a competing scheme, it would be helpful to know
> > about it.

Sorry, I'm not sure, but as fuidshift is part of the LXD project I
would imagine that it will be well supported moving forward.  eg: if
there will ever (hypothetically) be something like an aclmap that maps
POSIX or NFSv4 acls container-to-host.  It's definitely better
maintained than other tools that do this recursive chown, and AFAIK
LXD is going to eventually be packaged for Debian, so bin:fuidshift
from src:lxd makes sense to me.  Is this not the case?


Thank you for your comments!
Regards,
Nicholas


signature.asc
Description: PGP signature


Accepted yasnippet-snippets 0.13-1 (source) into unstable

2019-08-05 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Aug 2019 16:19:15 -0400
Source: yasnippet-snippets
Architecture: source
Version: 0.13-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 yasnippet-snippets (0.13-1) unstable; urgency=medium
 .
   * New upstream version.
   * Update 0002-Declare-correct-ELPA-version.patch to declare this version.
   * Switch to debhelper-compat 12.
   * Update Breaks and Replaces against << this version.
   * Drop the yasnippet-snippets dummy transitional package.
   * Update long description to mention newly supported languages/modes.
Checksums-Sha1:
 60b06409a73f777fd7d045438d4d3d5fa5d66a60 2115 yasnippet-snippets_0.13-1.dsc
 b15f4bb492ba37d3d45613318f04d075026f3bce 110844 
yasnippet-snippets_0.13.orig.tar.xz
 bb6d2b7f26f1d4d229ce56fd61f8163d26090924 5048 
yasnippet-snippets_0.13-1.debian.tar.xz
 4d74125b22c6ef0fb239dfe8db4592764c96d9f0 7719 
yasnippet-snippets_0.13-1_amd64.buildinfo
Checksums-Sha256:
 cd4a4daa8d34c8446b84cea8ce9585643540651034edbaeba6c0af8161fae956 2115 
yasnippet-snippets_0.13-1.dsc
 cf08ce8f37703a789985645ce40ffbd5f1d115be32b631c42a96b4c300bcdc0f 110844 
yasnippet-snippets_0.13.orig.tar.xz
 7808da0f488340d8595a6565c8a06b7f0f73e65a6f2c3b8fd3dba7d275b8d524 5048 
yasnippet-snippets_0.13-1.debian.tar.xz
 a09901968135a0a49fab416687129be886cfdc52c5b8e4a1052e2877381907e1 7719 
yasnippet-snippets_0.13-1_amd64.buildinfo
Files:
 353b408ddca64856f21988db2a13173b 2115 lisp optional 
yasnippet-snippets_0.13-1.dsc
 9a3425d60d1a5663ca5ba5d96aa6071b 110844 lisp optional 
yasnippet-snippets_0.13.orig.tar.xz
 11bf2d8974becf359fa9efc327be5632 5048 lisp optional 
yasnippet-snippets_0.13-1.debian.tar.xz
 97f0745ae2beec57aeb080954cd014ad 7719 lisp optional 
yasnippet-snippets_0.13-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1Ij9wTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYRCSD/0ZdzoM1uAaItdmrjwXXRObllPuBR/A
CjQkxkwTiNFpShpCMZX6kS7y7eE8Ie5o+hLuDs0KhSP5e0nhYbVYmRIKfrStWwf6
nibKFV+XRiTS5XTFOdWdeYvvgZvDiMCXL7QSJLAXlxFzuBIhGeu1ardUN6qW+fnE
yvscYCov2yvEmCxXnnxfNuQ346k/nwTlw5O9Iymvt8eTtydkVnwq0gBCceQTJmzr
ongBxrJovUPg4St1JdDEznwyhgVRFxozs5uori+YsybB6PBgXde1EFC9WonyDPzj
7XwMM75vdpmrwH0Xf8Xhbo2dt1GMLqe1kKqXHdQ+xd4ZmgUmUqB3Ku71/XLppW87
4aAPT367OFQMlmlQpz02YLturFKXvMxm1Yi5LPIuWVZLyota5AUbX5ZErxyKQUlf
UGrpZrNjnYnam3izfY9g3fZc8m8GnnWflWSKg48R+evDFkluBHgZP6VAPu0MvlsV
wgde1+ERYsAyA6AkGGmA495cNJIaQrbNw5PqdWsmkxc69xZcZQTiktsW6RA3iGW2
4HptMAjTEQhalBL5SXDmBEAW2SxB/ccTakISdvhpzAI6lKSVPjTtpIwqDvO6DEot
1AIL6S/wNAiFOnf9j7BrJHg5WSme8Dl9E8xXPEmvkicQFfO01nV6VWjF+1Z2TRWZ
bc4U1eZC0xnvsA==
=S0qf
-END PGP SIGNATURE-



Accepted find-file-in-project 5.7.7-1 (source) into unstable

2019-08-05 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 05 Aug 2019 16:29:50 -0400
Source: find-file-in-project
Architecture: source
Version: 5.7.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 find-file-in-project (5.7.7-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 fa958067ec3bca6b4ae6be78c8436314b1b9e8be 2130 find-file-in-project_5.7.7-1.dsc
 e18e9ae2fab497b274e6c93fa2713cc4321ef4fc 49860 
find-file-in-project_5.7.7.orig.tar.xz
 6aeefede77a1e2cfb1ea87126ee6396afdb4b1b0 3716 
find-file-in-project_5.7.7-1.debian.tar.xz
 cc89d9db9887952454925853da161c1ea6a5904a 7744 
find-file-in-project_5.7.7-1_amd64.buildinfo
Checksums-Sha256:
 9e49b68811b2b9c957dbd04e91d8969ec0ce39f9e3d4777af56ae56c98883b8a 2130 
find-file-in-project_5.7.7-1.dsc
 a7677e620e1aedd10be77189776a1a4c162b18e2daf2a3e2b921abf2f6630aad 49860 
find-file-in-project_5.7.7.orig.tar.xz
 525eefcd64dcf404e31d6990488d5993be2c103bca707520c01c58762fd4e8a6 3716 
find-file-in-project_5.7.7-1.debian.tar.xz
 a0cda070fc9d19c79b690d25791ebc0ce610fa67ee1622a0eff9a87956fc021d 7744 
find-file-in-project_5.7.7-1_amd64.buildinfo
Files:
 82549d4f2e35bd6a103ec26ac8c5fe66 2130 lisp optional 
find-file-in-project_5.7.7-1.dsc
 b793d5deeafc5f557157957c99f3e2b7 49860 lisp optional 
find-file-in-project_5.7.7.orig.tar.xz
 b5679d1395c2ccf42f6eceaa1c3a4ea9 3716 lisp optional 
find-file-in-project_5.7.7-1.debian.tar.xz
 edb4143a325e81122553f1044b4d2e8b 7744 lisp optional 
find-file-in-project_5.7.7-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1Ikp8THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYZFuEAC9OUuALRGj3FLHDR2ohQEKVf8yr/Cn
p+GE5CCRzp14A0V3hP2ypKnB69g2BSkz2ZRBTOCs8iKVK1m35QBvyyFYLAANuoku
Aot4rkGfWuLVlOfDJt8rXcMDULl5oWczxrNEiJz5vYTuzt4RsbgBl2gvLpkKpWqB
79k3wwuXUEuvaHIqaQ7dWjnxFNdU2gWRuj5/BIJJTsF35EzMY85q0diExPDNOPJS
uAYPR7IX6tL3QwvyBynEwqsdcwALH2uB8u30yNUwfU9VOm6aRKoph5PhCMwZSBXH
PfWdiOUdyTu5L5Nn9a3CxVkJsGidtT9lavl6Vumkc+kGqtURM6aD8BXYvT7dm7VF
JpoUuTcQwgah4BYjHq2xQX7ZX2ArOzHkj7vnIcMngXpAg6X3gdNbRzsXBf5HRC6c
G9H68FPLKiblDjosmK+OY9XN64BHeT9Xc0dRBGbY+eLtKvhu+G3lrzHFKHlDu8d0
cE5uBmDVsSVKa4eGG0l38ZEYhsDVQDRxIgzmfvGBLvoLBuV/gYiS6JxAo/Rdg2dB
ajESYmq1pZ6CKuRmaLYIDLfRazqtY4rYgNkAhnDTQ3yemp48Y58Sa5kxHFUD6lSE
qrU0GW/d97rmE9NdYy9rU8iRzrIlNAMlzIbtplI1IfXKHGaxVAe9dDkErHaLTCqP
EayIfWvdM9cHvQ==
=MBYR
-END PGP SIGNATURE-



Accepted fountain-mode 2.7.2-1 (source) into unstable

2019-08-02 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 02 Aug 2019 17:44:06 -0400
Source: fountain-mode
Architecture: source
Version: 2.7.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 fountain-mode (2.7.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Switch to debhelper-compat 12.
   * Fix typo in this changelog.
   * Drop emacs25 from Enhances.
   * Reflect upstream copyright change to FSF and updated date range.
   * Add upstream contact to copyright file.
   * Update my copyright date range.
   * Declare Standards-Version: 4.4.0. (No changes required)
Checksums-Sha1:
 24f6d5b6be39816b0e42d4c0667cba1738bfc87c 2007 fountain-mode_2.7.2-1.dsc
 08275f5dccf83f0d7e5530c421035554aa1d5e16 44396 fountain-mode_2.7.2.orig.tar.xz
 52c7a8d512135b31ac55443c0fe007262b5c5cda 3088 
fountain-mode_2.7.2-1.debian.tar.xz
 08778cfaba9fa5cfea411f25a9af7877d934a1a1 7672 
fountain-mode_2.7.2-1_amd64.buildinfo
Checksums-Sha256:
 846eac38b11779c989799eb0312f5b274254734c2417b2968e6bed31bc9a4980 2007 
fountain-mode_2.7.2-1.dsc
 58afaa316e652dee7de9e6d9f973948cf90c3d9d09325b25a3d7833ab0f3a0e1 44396 
fountain-mode_2.7.2.orig.tar.xz
 63e7b2558b592af58ebbb0f1bcb92440ad8374f668e7300d0c1611ddeee3c6bd 3088 
fountain-mode_2.7.2-1.debian.tar.xz
 ed50d2304d6b7bf5bd05491aed8848c05a5718e322a684c33a2bc512ef245fe3 7672 
fountain-mode_2.7.2-1_amd64.buildinfo
Files:
 424af7740cc740068dac66146f36addd 2007 text optional fountain-mode_2.7.2-1.dsc
 d3b0b4eacc67ccf1e725142f19952e88 44396 text optional 
fountain-mode_2.7.2.orig.tar.xz
 32086292b26e3c2d952703f3fbd6f479 3088 text optional 
fountain-mode_2.7.2-1.debian.tar.xz
 0a2d2a6f14fedc56f8e81aee1f9c8dae 7672 text optional 
fountain-mode_2.7.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl1Er0MTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYa2WD/995KsFOnVteMAdHxHL8pIwljXIek7t
G53e210JvXOIiX9kluuPeUUQFsY1NYJzrn+yEp1UKbkYGshnXEWDQAOZrdMtCZrJ
1R4x6D9bGuwOQSGQvnvdq52VbyZpHL6yCwTqQuN4HkJHMkCN1gJ/j1dmEi+UuLU9
tzlrfa65/lBMN+/UUUYtB7zKJncvwT5UDKr9VUPv6PFqm1p0Gr27kPT2OJjWKEXL
5xiffJu8V3MG3WsGemLdXWaxugT97U42hHHaQ6AyYm8/te4/ck4suEqajzXkADPS
/Ju/1fJBJjEqFne/Ju3YXP9vvRvIbW0qA7ubZx8OG6iwA0oakHmFoNf+xKrLO0wo
vOuhe9g3lo1iUramd1gnlkddd1C6pQ8C1F/1tHzDgnjnw7mPdXYUKUVIKA2cvFFe
sVw/bdnbn4W0llN73ivo1Uw7StC3gk2m8yxDhGfgEGSPpetHiNXVPNOpuyX7mRZz
pP+9VzxdGbElmZYgzrq4Tl7aeb5C2Ok4gdxWxWPchOD3rfLYxKOhX7nJ8LrbQTR9
ZKEjBfvkdl8z38lwsJQmyTOoQIodeYmVo8ZLbTECHuTI8NBtIxAl71AyhxE/YsdV
zOGPgJ5iPbw7kvDqkvozf2rqtLwItyLDEiiHu/Vull4mUybMWHy3y2MFVMz0Pi15
wpdbOOSMFFMFuA==
=gV5m
-END PGP SIGNATURE-



Accepted elpy 1.29.1+40.gb929013-1 (source all) into unstable

2019-07-25 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 25 Jul 2019 22:20:27 -0400
Source: elpy
Binary: elpa-elpy
Architecture: source all
Version: 1.29.1+40.gb929013-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Description:
 elpa-elpy  - Emacs Python Development Environment
Changes:
 elpy (1.29.1+40.gb929013-1) unstable; urgency=medium
 .
   * Package upstream snapshot.
   * Drop all patches that were merged upstream:
 0002-Add-a-quickstart-section-to-the-documentation-1598.patch
 0003-Make-sure-we-cannot-load-Elpy-twice.patch
 0004-Enable-elpy-mode-in-python-buffer-when-enabling-Elpy.patch
 0005-Fix-typo.patch
   * Register HTML documentation with doc-base.
   * Add a tip to README.Debian about how to trigger elpy-enable only for
 buffers that would use python-mode, instead of unconditionally running
 it during Emacs init.
   * debian/elpa-test: Set elpa-rpc-timeout to double it's default value to
 defend against timing-related self-test failures on DebCI.
   * Add 0002-Double-max-wait-in-elpy-wait-for-output-self-test.patch to
 double the amount of time we wait-for-output during self-tests.
   * Switch to debhelper-compat 12.
   * Declare Standards-Version: 4.4.0 (no changes required).
Checksums-Sha1:
 e440638549498929b225302803c7aaece71da11b 2511 elpy_1.29.1+40.gb929013-1.dsc
 b1cb5d9f90ed1abcf7480b1b1d1fad6a081aec86 128164 
elpy_1.29.1+40.gb929013.orig.tar.xz
 7e3ebca0ded9814e112b326e1e024aa88f034d80 8364 
elpy_1.29.1+40.gb929013-1.debian.tar.xz
 fa79ec1a5d5f8470fba0298698c869ba6e2a36c4 173628 
elpa-elpy_1.29.1+40.gb929013-1_all.deb
 d7c7daed41566f884ffc7caa385f882f85333aa3 10578 
elpy_1.29.1+40.gb929013-1_amd64.buildinfo
Checksums-Sha256:
 3d702751d2b56afee943476ab22dbab90c7c7fe191045bf99ef09eff76e98ec4 2511 
elpy_1.29.1+40.gb929013-1.dsc
 d9785ce83748bc1ea0b540c1a08936afda985d222eba90de92363e9654817380 128164 
elpy_1.29.1+40.gb929013.orig.tar.xz
 e5ef01202d19c7acd4a32262e1003246f2fb615081c8e1f0dc08a6c6e3b3850b 8364 
elpy_1.29.1+40.gb929013-1.debian.tar.xz
 d8bd5775822c0b7690e21808d752e7ad328882a5b346a5c3c14cddecb6e25280 173628 
elpa-elpy_1.29.1+40.gb929013-1_all.deb
 bbdafb2e6ee55806efef89656ff9ee1bf22466bf8d5e29d27b95a5903444995c 10578 
elpy_1.29.1+40.gb929013-1_amd64.buildinfo
Files:
 215e7095920b012db21590aa42f47051 2511 devel optional 
elpy_1.29.1+40.gb929013-1.dsc
 54c40c596dc061ffc7fa833d6ce9fbcf 128164 devel optional 
elpy_1.29.1+40.gb929013.orig.tar.xz
 c57693a2cff36bd84c1b2c05c24de2b2 8364 devel optional 
elpy_1.29.1+40.gb929013-1.debian.tar.xz
 3d9c62f3239809e9142857dd24d6305c 173628 devel optional 
elpa-elpy_1.29.1+40.gb929013-1_all.deb
 19bcaff21ee5af45c9e2501a66ca0200 10578 devel optional 
elpy_1.29.1+40.gb929013-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAl06bHIACgkQHpU+J9Qx
HlgwpA/8CsdrHORKAuX5CT2bA6eSELiQSbPm5TCirDTmA+ggEISNiSCM/GxqfEIP
Fumzo94l5G6UHi8ZgE80diAWH9OMwCajJ9WdjI35gur6KL6MlDKl8UCY4AW6Ex4e
uEiFAKWACYg2PTJBAHlGlG4izASPGww3/y77B+p1CrGj6TRwfbcb5GhdW2wtq4jB
wfxEDPuwmUf8nG+uLOHiZiYZ61aYtEhtoppI+YN/wQ1BAY6lq+DjQYnmOBUZwB6r
XrxhkcVGQPx+ObTTQK5tbx4y1QdYNDmwhFsSxN4CsgUIM0n61abZLZMVaS4RRdyL
Cux81wqbSI0zz/wXUFJEFQlMfBZTnsWSBORWEteJAkSAOMmQmNhcIHBofZMWirq8
6sbwE8cpszwR3WAUNiZcLLl92BGz8b30hZK3GhZ4KPY30fkGcUfR70qGD/5mW7KO
Vw3f/qAs949x1JFQi8WEdrQk4HZFnPP4ASpIAzWiPxu9g2pS4/aH+hD0pRNM8VAP
Oq1CEQABNEyGVcIi3/sP2Kl07CICPHeVRozl2S4fgby5qW3x+nGoahIUKQToIdNv
hqT2eP8z3b60fbnXJyvHAUUAXCiGUQfvgJYzZ+Oz0o5v1yCxyLX57g7ZQjAt5gRY
imOJRzwlHsiW2Ayw16au3S99qaOYxyeqnt3/rb4k5FDyHyiLsbI=
=I7tI
-END PGP SIGNATURE-



Accepted nov-el 0.2.8-2 (source all) into unstable

2019-07-23 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 23 Jul 2019 23:14:27 -0400
Source: nov-el
Binary: elpa-nov
Architecture: source all
Version: 0.2.8-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Description:
 elpa-nov   - featureful EPUB (ebook) reader mode for Emacs
Changes:
 nov-el (0.2.8-2) unstable; urgency=medium
 .
   * Add autoload cookie using d/debian-autoloads.el, installed using d/elpa;
 This activates nov-mode when visiting .epub files.  We're using a
 Debian-specific method because upstream NACKed it here:
   https://github.com/wasamasa/nov.el/issues/42
 The three Emacs modes for reading EPUBs are this package, Jayson
 William's epub-mode, which is only available on emacswiki.org and thus
 won't be packaged for Debian, and Ben Dean's ereader.el, which won't be
 packaged because it's unmaintained.
   * This package doesn't use pristine-tar, so disable it in d/gbp.conf.
   * Switch to debhelper-compat 12 and drop debian/compat.
   * Drop emacs24 and emacs25 from Enhances, because they do not exist in
 buster (eg: not even useful for backports).
   * Add myself to Uploaders.
   * Add elpa-olivetti to Suggests.  This mode may enable a faster and/or more
 comfortable reading experience; Activate it with 'M-x olivetti-mode'.
 Olivetti-mode will lay out the ebook body using shorter lines, and will
 centre this text in the larger frame.  The effect is similar to having
 a portrait-oriented A5 sheet filled with text centred inside of a blank
 landscape-oriented A4 sheet.
   * Uncapitalise short description and mention Emacs here and in the first
 line of the long description; also mention "ebooks" to make this package
 more discoverable.
   * Declare Standards-Version: 4.4.0. (no further changes required)
Checksums-Sha1:
 0be30e1b165160ba108e9e5f73ac73b65b5c006b 1969 nov-el_0.2.8-2.dsc
 157f464257091249e75e299c94db0fcad39228dd 2832 nov-el_0.2.8-2.debian.tar.xz
 397513bf239dc292439035b4294bc59b026077f2 14252 elpa-nov_0.2.8-2_all.deb
 3badf9572c9182bf226bb496d72390db7179dcbe 7606 nov-el_0.2.8-2_amd64.buildinfo
Checksums-Sha256:
 f128ed99f7e3130cc87b4a43bd2d6eaf5e7d0d157903409c01639a1a104e7400 1969 
nov-el_0.2.8-2.dsc
 5580fe547a650501d44875decc5b76825b19af2d656c275ecc13213c1c72777a 2832 
nov-el_0.2.8-2.debian.tar.xz
 a068eaa472e97fb228fdba99e46fff9ccc03e17cb129d3477739809e6118df4e 14252 
elpa-nov_0.2.8-2_all.deb
 4d0cefb2882a69db9b4b7a06e8a4c660f5f463d06a501ae1deed1dbe67cea086 7606 
nov-el_0.2.8-2_amd64.buildinfo
Files:
 df84e2689e1bec7ac9f7c5b20152f652 1969 lisp optional nov-el_0.2.8-2.dsc
 82c8f51d960f63b13c9abc6bd07bd8f7 2832 lisp optional 
nov-el_0.2.8-2.debian.tar.xz
 dd21dd346b5cc218d984e7545412731b 14252 lisp optional elpa-nov_0.2.8-2_all.deb
 bfa5fb76e6d3f18a928c6b298111672d 7606 lisp optional 
nov-el_0.2.8-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl03zkcTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYbodEADKJlddeyaa15ahrrldgldcpxfsi6JQ
TmezGtUe1lY3XFhGx2a9BEcuDaYl7Q1aWCLZTVrK+FjSgD0jtrNHunIbkwGQCiYS
em+uFIW3JI3DYz+c5hiXJsIIsKAzL2WsKaX7eWKOIg2TnVzzye5/ZvpujuyLPb1+
478BVG/y6ZCZj65mcEiB7Na+RsSD2wu63SE2pkmcGRe7x41ExWRvil/2UYNm5Ow6
x3cVgAtR7yFux31ZVlTVQ3ay0m/+eBZFp9s33cnTXCLlNIJ0CwbBegFKuG6iCoEl
fcry7WkvI+PWsOfGdgARMNaWbfNKOuvWVW0xvdNLgnq7DOaEIztj9KJZEKsOJ5m5
iUatp5yauXK3XdkKkqy7KS5kEcHD9m1aUc0vkGAT2mkhmpo9gNz3cIRaPqeW0DN4
gI+ZiC8wp8GlseP3bzyUVSCVST16aFsbWpN0nFybvQt3PlmqMB9HJWK4SW0xCDnS
5+OeC3Pm/4jGZQnP/UbTND2+BqJWiW6Kcm6SeIYxZOJiK6QZ1DxIYGIkX5Hvp0aR
CBe8eSCcrGH3FBEH6F1jbVXopbCDkzwXL080gzfw7vS9q2Wwe1d6fjS3hFM5uSRo
tn1g0FZ3X67P86zMUNh/xNdiQ598QVvsW9sPZOYWUvh6X4CQ2bIJF6R+kLyvon8i
sBmM0w5USOXwxg==
=P8Fs
-END PGP SIGNATURE-



Accepted yaml-mode 0.0.14-1 (source) into unstable

2019-07-18 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 18 Jul 2019 15:23:33 -0400
Source: yaml-mode
Architecture: source
Version: 0.0.14-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Closes: 897942
Changes:
 yaml-mode (0.0.14-1) unstable; urgency=medium
 .
   * Switch to debhelper-compat 12, and drop debian/compat.
   * Drop "yaml-mode" dummy transitional package.  Elpa-yaml-mode provides it.
   * Switch to machine-readable copyright-format 1.0. (Closes: #897942)
   * Drop emacs25 from Enhances, because it does not exist in Buster.
   * Adjust gbp.conf to reflect upstream tag format change.
   * Drop 0001-Drop-upstream-makefile-and-let-dh-elpa-manage-instal.patch
 and instead use overrides in d/rules to ignore upstream Makefile.
   * Declare Standards-Version: 4.4.0. (no additional changes required)
Checksums-Sha1:
 fe282768b28cd4f98a0716f0937f7a831c6a376a 1972 yaml-mode_0.0.14-1.dsc
 bc254669d86115edc93286bf8204f225df1d1326 13924 yaml-mode_0.0.14.orig.tar.xz
 ed11446360fa7ad01be62a3613f0280e9a35a6e7 3704 yaml-mode_0.0.14-1.debian.tar.xz
 919d5d5153da975a6b5e91c7166271731ee213d3 7639 
yaml-mode_0.0.14-1_amd64.buildinfo
Checksums-Sha256:
 cb77c570098aea2b29f3478afcc1790802840d4613b37da387ef394c04b3f407 1972 
yaml-mode_0.0.14-1.dsc
 545897cd9f42934bf6f50e7ff5b05acf18f973dc15c51a7c007fec5cfb90c7de 13924 
yaml-mode_0.0.14.orig.tar.xz
 8fa50f6963ffaec4035f8422eb15ba825116dcbe613b4561ecbccc43690b4623 3704 
yaml-mode_0.0.14-1.debian.tar.xz
 4f9e6a4008faac400d4396f1e297a098ef04ba0e21edd825e6f81e94968df2c3 7639 
yaml-mode_0.0.14-1_amd64.buildinfo
Files:
 5453979f73a60bcfb79a7255e4d6b903 1972 editors optional yaml-mode_0.0.14-1.dsc
 627d82fc54a83cf846d772f8ead4af3c 13924 editors optional 
yaml-mode_0.0.14.orig.tar.xz
 1bb9298dd9e220417c2a161dda350cfe 3704 editors optional 
yaml-mode_0.0.14-1.debian.tar.xz
 259b32bcb241a8f4a43b3449e0953931 7639 editors optional 
yaml-mode_0.0.14-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl0wx6ATHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYeZ2EADArwGv9PRCXunVT83xFPVnXv9ebT4L
Vf+UyNcfx/r5ObnoDxmQIoKErAjbJRBCOwc0TSDJg/sEXGVG/wEIJFHTHGRNX+RF
tMB/IFVOgSAUG0ORDYikMBEE4q24DQNzyyktXkA/jZmYeW0o0yVhwXKQIgDfPWZD
8f2Q8L7PwGuAhh/zc4A7gBG7nRT96YVdaCzpgQSHcoveyVXJMOw1A3KWQUVvwHj4
cVBCaX47PLnlV9ipQFwg+Boy0Ud2HOjRhBlRY7JsGZ0TkToMXHndnVXFbIQUyUPf
j+dYo7PutNUuBeruN7RSiDfBsEMQKXjlfrwyCrDQl78pF029YfSKvL3ZNFaSOyVD
KL85TbcFb1oanskVp2eprN7PbzlXlLwx21GZMxxR/lvzcxFE3jIMAW1yehLbO8/+
pcNTdvuQF/V86gUZYpbT5hGA+dGZy9irczXYYOMBrqIK/2GAeMTf+BmhERNzgjpq
dE7yy6ANKUGtPAk4dp3p5A44s48uYc6kZfbN6C68Gk4hDhirrhO3rp4g0PPH0T2j
HbhhdovOG+Q9H4OMHSB1Q98ln97drbIui+811vtjnbf0OQaQQIyxAcnrU9Qin59n
AcEuPVbQx9KBYCT9phG6MfzYOSMNTXOmUOBKeKjLMuZVy1pYb6jPq6xsPBnGxRER
jdRUQQMJ3Pd1lg==
=oQ4N
-END PGP SIGNATURE-



Re: Uninformative hyperlink in O: (package orphaning) bug reports

2019-07-09 Thread Nicholas D Steeves
To everyone who is working on this problem, thank you :-)

On Tue, Jul 09, 2019 at 10:38:14AM +0200, Michael Kesper wrote:
> Hi again,
> 
> On 09.07.19 09:17, Michael Kesper wrote:
> > I think this is still starting a little bit negative, maybe like this?
> > 
> > If nobody adopts this package it will vanish from Debian.
> > Do you care for this package being part of Debian?
>^^^
> Maybe change this "package" to software, as I just realized that term
> is used a little bit too often here and users don't care about
> "packages" but about using software.
>

The Case of the Disappearing Orphans: Motivations for maintaining to
open source software.

To be fair, doesn't the QA team (and random acts of kindness) often
keep these packages alive?  Maybe say something about that, and also
how placement into a team provides better support for both the
package/software and prospective contributor?

Also, in the interest of keeping things positive, is it worth noting
that Debian has "an almost magical ability to transform users into
developers" (I read that in an article somewhere, years ago)?  Thus,
maybe package orphaning bug reports can become a more smooth path for
situating new contributors into whatever context has the best chance
of maximising their long-term motivation and future contributions?

> > If so, have a look at https://mentors.debian.net/intro-maintainers to 
> > understand best practices of maintaining a package. 
> > If you are new to Debian packaging, please read the tutorial
> > https://www.debian.org/doc/manuals/debmake-doc/index.en.html and also
> > study how other Debian maintainers package similar packages.
>  ^^^ 
> Don't know exactly how to phrase that better.

Hm, I'm not sure.  Ideally it seems like it would be nice if we could
provide a bit more streamlined procedure for "similar packages".  Eg:

  1. What language is the package implemented in?
  2. Is there a team for that?
  ...URL for intake page for new members to a team, with
  hello-world packaging example (technical reference) and a link to the
  git repo of a complex package that is a well-documented high quality
  model of the team standards.  The language-specific Hello-world
  example should use dh, unless the team generally doesn't (eg: IIRC the
  Haskell team, et al).  The complex package would be a learn-by-example
  for things like overrides.

Contributors will eventually learn how to search & find the resources
they need, but I've seen a number of emails expressing how new
contributors feel laughed at for not being able to find the relevant
information and solutions.


Thanks again to everyone who is working on this!
Regards,
Nicholas

P.S. has anyone yet volunteered to help out with that sphinx document
conversion project.


signature.asc
Description: PGP signature


Accepted smart-mode-line 2.13-1 (source) into unstable

2019-07-08 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 08 Jul 2019 17:24:32 -0400
Source: smart-mode-line
Architecture: source
Version: 2.13-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 smart-mode-line (2.13-1) unstable; urgency=medium
 .
   * New upstream version.
   * Set Upstream-Contact to the email address that tagged this release.
   * Rebase 0003-Fix-privacy-breach-generic-logo-and-donation.patch
 onto upstream 2.13.
   * Drop "Enhances: emacs25" because the package was removed in buster.
   * Update my copyright years.
   * Switch to debhelper-compat 12.
   * Declare Standards-Version: 4.4.0. (No changes needed)
Checksums-Sha1:
 480d55bb4894a63629dadde7065d0c875d412e1b 2135 smart-mode-line_2.13-1.dsc
 e53a6250017005e21333b83f0f73c736e19c4afe 296812 
smart-mode-line_2.13.orig.tar.xz
 9d8884483d4935af32e59427d9dca9657e649055 3928 
smart-mode-line_2.13-1.debian.tar.xz
 9688c768964e16ea3a8d137785d7a45ddde90240 8110 
smart-mode-line_2.13-1_amd64.buildinfo
Checksums-Sha256:
 c55b2d244ce09ced9cb9df00df52118bd6382b00a4985585d515be208b621f06 2135 
smart-mode-line_2.13-1.dsc
 ad4c3293f28f573501f52d08a1210d85f9bf931b9f637ac891ce29f2610f8c66 296812 
smart-mode-line_2.13.orig.tar.xz
 81b1469c9814c2ccfe3cf0be3f152cc469a30eaa9e6f4571c5e54668bdef 3928 
smart-mode-line_2.13-1.debian.tar.xz
 89dbcfb4b834c73499bb667e100af7af0b1368f7ea6689a65dfcea89e6154e06 8110 
smart-mode-line_2.13-1_amd64.buildinfo
Files:
 32b9b6ad6cd92a2b8db14ac94c6a8a17 2135 lisp optional smart-mode-line_2.13-1.dsc
 eb03e242f45f7afa2b96ffe73cb1dda1 296812 lisp optional 
smart-mode-line_2.13.orig.tar.xz
 5cf30529e9113f38f3ba678a80cd7a8f 3928 lisp optional 
smart-mode-line_2.13-1.debian.tar.xz
 f08da4604ec46571f353af01dcc16341 8110 lisp optional 
smart-mode-line_2.13-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl0jtYETHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYWDkD/9WxVwtfZ+zJ0IaHJEMPxAFq1eAEIOC
pn6IXFrzFny9FbQh6sGRkpFRUbh+yKw5sHq4TsrNRI0itbrTTUCJuiM5yS1cpLgX
l++h3Ovi585fGJWHP1sNoGWTAOSR00l29KOqeY0ICvFIJcxDy3P9LUC5CkyUmEJY
jelPUl21FeiEjpemMcrLVgz6cJw2+srsTOBElknuwFpwa+4tIcfh8mkAJmUDMneO
1g2ytcezM2oIpgqddb9ez6cYb034mgqlSAZ6FQ+eZjNojZ+lCSPdeEjUE6U00hJ3
PeODlYqV7hf7E8Sl6EdZVmq5ka7SdwQfC3bdwJr7Sp4SzwruNSVYCRNFJfxyc/zx
LLpnM9ddVkqs24FG2Vse59r8XdLIydEphH1vGEzN9f4NrDjiJTCg0ITXWoukMq9n
6xIcQaOqi9yAoiclWlpQMkyZVht5HKDjlnCfOBekpAFvSs82bubs8j9riJ9nwnH3
JoJZKiNpgaxbz2gN1oyuUJG2W8Pzr29nWG7FLD+lij/g7DEsoWfs+TjplQrVFb+S
Hwwc0px+zoiagdvIJLjnaqR0fJfOODlYtYWl9kV42k6kXc27iYJIg0q7brHUJZ53
SsGbMrbzGukhflNL4wDb1RYsRRXKB0dHjrMTzW3kKJIRASh3sq3sAqszeNo6VUm7
sWEBchhkMYij9g==
=FR7h
-END PGP SIGNATURE-



Accepted rich-minority 1.0.3-1 (source) into unstable

2019-07-08 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 08 Jul 2019 17:17:14 -0400
Source: rich-minority
Architecture: source
Version: 1.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 rich-minority (1.0.3-1) unstable; urgency=medium
 .
   * New upstream version.
   * Switch to debhelper-compat 12.
   * Drop emacs25 from Enhances, because the package does not exist in Buster.
Checksums-Sha1:
 6283bd53eb7587d90c557600b6933ea84f9166af 2012 rich-minority_1.0.3-1.dsc
 4db2e3789dd1c7ff639c107a4e06d95fd98a8a82 15296 rich-minority_1.0.3.orig.tar.xz
 1d40fe8cdc9223606c4dc0649dc0845b197c98c1 2260 
rich-minority_1.0.3-1.debian.tar.xz
 03676b2b885bc00863ba41475a09f2c3f373e269 7742 
rich-minority_1.0.3-1_amd64.buildinfo
Checksums-Sha256:
 95a50c059b1d10f20a32a9e4a4f97f06e7d79971d3531f1a1c78c6bb3a03ebbf 2012 
rich-minority_1.0.3-1.dsc
 85ac6e4407e1200aee3c0a78adbf47815a4f62f8cf867e53457ba9642b9c5228 15296 
rich-minority_1.0.3.orig.tar.xz
 9cedfbe90ef6a32bb4181e62352541f0bd9b0635b973b0d9a0399f6ead345fbc 2260 
rich-minority_1.0.3-1.debian.tar.xz
 108f08e87c1c21df1815965696f76eb93bac86da431be678f303872d60ed598b 7742 
rich-minority_1.0.3-1_amd64.buildinfo
Files:
 c435e3ff2437c8680f8ab0f36655da4c 2012 lisp optional rich-minority_1.0.3-1.dsc
 13ec6296293ce0b6263f5ebddb77188f 15296 lisp optional 
rich-minority_1.0.3.orig.tar.xz
 6a762f95d4ed1ce02c2f8b03f3b491aa 2260 lisp optional 
rich-minority_1.0.3-1.debian.tar.xz
 27cd1100d61d36c6f5842040ab7fab02 7742 lisp optional 
rich-minority_1.0.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl0js18THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYRHbD/9gwvFji5ZQ0m4A6JEu8+xm/nl3Mzkk
rp5W9vA5El2mbyy+vnuM8yYWhLuiGA0Rm8wpbQmwTIvCclyah8N4uIB2oVqtc69e
0Iyaoc+qvVoYlTglEoVy4HRXkWiEGIjorN97NoRLKaD7oRlNRxt0mObpZjf86Hgp
BPCLJLcwHS4Rgo2hHT1iOeFiUxejRlZ8ZjcoHFjXsIvBQCYMJ6pbyRXDv0BRtxyr
M2/DEnDUiFWSc9GwazHn4v/OLe+LrwTY6AUeeC2vfeSPf3rVWZ3GrT7yv3ekGmo1
RtQCG4ENM3xGzIvxcyPwxjb0O/hPQcSBUqfanJQIrv8qNrkPWcZQiBlnxgpaC20o
POjW0YpCpX01GWpcsIYGnjJr01sEHIu/D24LbJFPr7HDOFJPHuJU3pizbYMDvuSz
YFMFce/lkcnMMIVLd/UnfqtUPud45iphQMRocEFdULREl01PKZrTu/mX/twXicAA
ZWs1pHAsE0VwJCwaO+KmyJ6fhK/gZ3QB5TJX8UUR7aH2hlErE6d+y2GAR+aMLy8a
BZfFHA4kFl+nvWFhpGgH16IevZNl4njcuKGVduebZhdOzPA4S7vZocMuDUXKAp5W
c0RG4I0UQC4QkF0nx8Wi52BK7QO6uu9ufXaDoAIJIuDd8FSEuwEp9nAI5EMexiou
1+LARFy7laQ3Cw==
=DPb6
-END PGP SIGNATURE-



Accepted muse-el 3.20+dfsg-5 (source) into unstable

2019-07-08 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 08 Jul 2019 14:07:43 -0400
Source: muse-el
Architecture: source
Version: 3.20+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 muse-el (3.20+dfsg-5) unstable; urgency=medium
 .
   * Update Maintainer to use the Debian Emacsen Team's new email address.
   * Uncapitalise short description, and fix ancient typos.
   * Use secure URL for copyright-format.
   * Revert section change to lisp.  Editors was correct, and the Debian
 archive currently classifies this package as such.
   * Add lintian override for elpa-muse' wrong-section-according-to-package-name
   * Switch Vcs links from alioth to salsa.
   * Switch to debhelper-compat 12 and drop debian/compat.
   * Drop the muse-el dummy transitional package.
   * Add Provides: muse-el to elpa-muse, for the benefit of users who only
 know this package by that name.
   * Update my copyright years.
   * Change Build-Depends-Indep: emacs25-nox to emacs-nox (unversioning).
   * debian/rules:
 - Delete unused remnants of boilerplate.
 - Override dh_auto_install, which is now installing files to
   debian/elpa-muse/usr/local, to do nothing.
   * Update Breaks and Replaces for 3.20+dfsg-5.
   * Drop emacs25 from Enhances, because it doesn't exist in Buster.
   * Declare Standards-Version: 4.4.0. (No additional changes needed)
Checksums-Sha1:
 138c2927d6cdac1a0a35203e40830de64f5de400 2055 muse-el_3.20+dfsg-5.dsc
 850aed48ca0efbe508ad03ce6e15deb238a74976 13024 
muse-el_3.20+dfsg-5.debian.tar.xz
 4bf7181c81de7cfe5356720cb85907e886608885 10599 
muse-el_3.20+dfsg-5_amd64.buildinfo
Checksums-Sha256:
 984d2df252bcb2406010cf29f09ff211fdefdfee099429fe6fce38a6b2a680a3 2055 
muse-el_3.20+dfsg-5.dsc
 24681b299cb362ae12f09d1be29587c3daf36862cbe6a3dccd23598e599a577d 13024 
muse-el_3.20+dfsg-5.debian.tar.xz
 ffbde006281cb1d788fbc6b074eba3b5f209d9475ce5f40146a920a461472e3e 10599 
muse-el_3.20+dfsg-5_amd64.buildinfo
Files:
 5c9c0264400fb37d30a6e87ba28e0ba6 2055 editors optional muse-el_3.20+dfsg-5.dsc
 52c031507814f6f09318333605251bb8 13024 editors optional 
muse-el_3.20+dfsg-5.debian.tar.xz
 c9b7ac4b37d0df444a383f79c28ac6b9 10599 editors optional 
muse-el_3.20+dfsg-5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl0jhz8THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYcvYEADU+zP+QwZw2QOUPYdzaLCAhTA9lJid
777Ww7y7R4e+bUd1hEbQA4HGo+5Ya4hQIYFbSWKFFRNz3ErK5ei5hvMkgYpnyrD9
DRMyXomrdrdpS7c6rlrZ8Faf08HD9Qrw4u7cNhhxhP09noTINQ8ken476UUOl8kS
xRgY+eBtz1hAp8iHrHTI2oYogEA3ZsS7flY3O5t4hI8fnhl1JUzyyQaBjc8LPYrt
BtLWTxMDOln5Ut1w819NSy+rBzRm7BGhxIjKlelB9IOwhgzpiO6bLo+SIovoIFvc
7qTmziRfyJXM8lXGNfPQVvss9lAuLjnthA2cvljEhPm3HiP7kP/9CZgk2p+3Y1Jq
ePHjFzS+x2S6rtuE/fcEHmxaZvYZsQhr8Qn9ZUahGsChQSTgZsvyoKoy8zrFWhYC
EHMZllwIFqlfoBD18PTkIPGcjHgfAbJMqSfhjuRaXZHGsjw330ZhMbMtY8z75JjD
57e4rxFDgzzv/sNyTBNLXQD3p9Uk9RklFh1cZjoxhmhT8kMH82BE9rFh0h5KP9eB
OgM93CmtuJOOFTihu8LX4JHQM3L3TDxI0p05cM3HZamWmicVJxUxG1RZOKOhB/we
oS5EbGid0BaBqp8wmUtWZAUxq8cn7P5v4BTLI7p66cw6X93+IUORMBvysFOD28nD
HKz34Bxt3ZC1Og==
=x5vv
-END PGP SIGNATURE-



Accepted find-file-in-project 5.7.4-1 (source) into unstable

2019-07-08 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 08 Jul 2019 13:55:58 -0400
Source: find-file-in-project
Architecture: source
Version: 5.7.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 find-file-in-project (5.7.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * Switch to debhelper-compat 12.
   * Drop Debian-specific elpa-test and ert-helper.el because upstream now
 uses ffip-tests.el to run tests rather than a custom test.sh.
Checksums-Sha1:
 2584f41cb51dcad73015af77dce26a95710ae38b 2130 find-file-in-project_5.7.4-1.dsc
 347b672de2c4b4f763dad8c6bf54c69c7ae3f3f0 49700 
find-file-in-project_5.7.4.orig.tar.xz
 865df30e236ea4898caf9815a4a39284ab8cead5 3708 
find-file-in-project_5.7.4-1.debian.tar.xz
 20d708771a46f85820b767fc752af350d03d0185 7792 
find-file-in-project_5.7.4-1_amd64.buildinfo
Checksums-Sha256:
 bf38aa843fede64558bbd802c64e27c2f046145ecda40bffc19e27e5152619b8 2130 
find-file-in-project_5.7.4-1.dsc
 dd9d1f3efa856f48ccfb8559d0c12558a0a59434f6acc07a34f1f61e1376c8e7 49700 
find-file-in-project_5.7.4.orig.tar.xz
 647088706a1f963ff74a6a9c685d2f5546472d676e9ca9e7be4b81f77f8deabc 3708 
find-file-in-project_5.7.4-1.debian.tar.xz
 1cd4d1b73b6bcc910ea087d3ad4ab347b9babe320984cceb3d3d6463f699eae4 7792 
find-file-in-project_5.7.4-1_amd64.buildinfo
Files:
 721ff365c5c475e0bc570a47264157b0 2130 lisp optional 
find-file-in-project_5.7.4-1.dsc
 cb5570790ce601fb2d04e484fa66b533 49700 lisp optional 
find-file-in-project_5.7.4.orig.tar.xz
 a75c7adb0a43327c0c782606d02b0910 3708 lisp optional 
find-file-in-project_5.7.4-1.debian.tar.xz
 08d32b097aff88ee2eaedb8a57f5bc4a 7792 lisp optional 
find-file-in-project_5.7.4-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl0jhPwTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYfgCD/sHRbfsaJ5qPgXk9rbtkJ46pdmev9+L
DuRFBJxuDJsucKCCfFI6q+ab9cBeStzT+3LwrN33mkCMKT81CzybPf1eHl+Ovq9r
OeBLGBfHKUGnN7z87dOfM8LYVS8OSH+rtDIzM7aJgj2xTPlW6VMwk1qjipYSqzUV
tPYhtiYx5bLhuIGqL5L3hXSxDALm2Ygz7FJX7SS1lNbWszyC+uPK2dOgpzKtmFk8
T5vrSHCtYplj1BxB/IZAsl0AlKL/MQS9kq1tKdyhz9mNPnOlF73DsQFMOkRaJ8UC
nTorFGKZBiBkdhXzrUId20SdQX2dXJsg69d5fs4VkQEgnDz61YJs9Bj4Ati1czLZ
+eCTmW2D6G+puKYkGMw8F5M+NmLIKJmJF+cKcjBzDgGYaxHiTeSB+Q3HM0YGt+AF
SlniW9ms6bGPZ7ANlv5RfR+/kjcfHtC+HR/eZqfppdq1JHk+5z11ls++PZfZUGjH
0G0MNP8v906uY95U0FscdOQyBrfIK6mH1EK7MeOsoZh6OLgd9+4/5mwUmaVSZKQV
V0Bbe8o56eP1ISzQIlzrxQlDdeglcMvWR0Mbms5T/TqAaVK+dhQ/v+eu7igC926D
2deJxnxsAnDan71VQF8JUbnVDlZXYF+1O6y5cg6E8Fze9RAvdREJzTEln0K77xFx
QfAMeRDPwWi3SA==
=qNCm
-END PGP SIGNATURE-



Accepted bm-el 201905-1 (source) into unstable

2019-07-08 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 08 Jul 2019 13:15:00 -0400
Source: bm-el
Architecture: source
Version: 201905-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 bm-el (201905-1) unstable; urgency=medium
 .
   * New upstream version.
   * Drop 0002-Copy-documentation-of-lazy-lock-incompat-from-bm.el-.patch
 which was merged upstream.
   * Update debian/bm-pkg.el to declare this upstream version.
   * Switch to debhelper-compat 12.
   * Explicitly load bm-tests.el from ert-helper.el so tests will run again.
   * debian/copyright:
 - Apply upstream's copyright year range update.
 - Drop bm-sync.el stanza, because it is covered by "Files: *".
 - Update my copyright years.
   * Drop "buffer local" from short description, because this mode also tracks
 bookmarks across all open buffers.
   * Declare Standards-Version: 4.4.0. (no changes required)
Checksums-Sha1:
 5717e1d1d63727f81f150f26cfcb97b3e41f5534 1945 bm-el_201905-1.dsc
 5358bf49c17daba670b070f3dea39f618e802517 21544 bm-el_201905.orig.tar.xz
 9d1c9b28fec0bcfb30aa64d87d09d94cda86f4bc 3104 bm-el_201905-1.debian.tar.xz
 899fd7d16a550d0415279ea9d7733a6e27e6a3ef 7638 bm-el_201905-1_amd64.buildinfo
Checksums-Sha256:
 1d4a357615eda182645ad0dc7a796d4c4ca89e7603b8086c91023a9f5103ebfe 1945 
bm-el_201905-1.dsc
 bf6b54fbe78eccce0c50d173e3c7405b6621865a3971fefd183b32fe7e518f23 21544 
bm-el_201905.orig.tar.xz
 c16860a55eb7117745c82fdbbd9f0f035ee28482bd75891471076fee942f200a 3104 
bm-el_201905-1.debian.tar.xz
 d35477f8810c2c797daa7bd9d7874655725e975938fa547caecdf22e87301daa 7638 
bm-el_201905-1_amd64.buildinfo
Files:
 c32c50ef5eab8ddffe451320af85ae0e 1945 lisp optional bm-el_201905-1.dsc
 38d7c43826d6033a2f29ad7a5b7ab54d 21544 lisp optional bm-el_201905.orig.tar.xz
 6dfffab7b3626ced11a4e3d8c14d224f 3104 lisp optional 
bm-el_201905-1.debian.tar.xz
 6a684ce9ef2dc9f182a326de879e12cc 7638 lisp optional 
bm-el_201905-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl0jesMTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYVAoD/9IT6MAuKBpLJPQ/jlvObTKNpLQJkQU
ugM3LGMa73tsHH0tgXpylNMmW6XUc8Xv6v5ORSoUK/EwZr82yhQ2nEZofoJh72dA
A5ZGFZWHCd73frpS3locYtcEmDQH2v9ZF9tYKpeceWJlXGFjfcfBWRYl+HdGafGY
R7K4TjtH2e7HYxfI34WoYUnf4odBzA+X+ygLpI+EuSgB4QNd/MP5c6BJlvUh7s5y
9+7HqbfC3n58aG1bXYUx3HR170lAexz0PKdxpPsfL9ZUN+l9m5c0ysDiNB5EYT6s
r2JzZsV5Ffs88rgBuy6QJq+yASPUKIV1X0mVemVRm3FQadQd2BE21/oxQh2h8jjJ
YnNW8shCTV60I2zu4I4bheXVz27JcJsVqpXzYdKjOwfJho9dtXSx9pO3GycV3sxY
01c47NaWBahHZLt79r0yAGQcSHuN/H1jezbq0EM3M8L0hWeL90Vcn3UxoLGgcw8y
WJwv1kupSNfqssjxaoKVFweFeiEFjRTTvN3vMP6EId5Eb7+JPrjanFD7RoNP9MHw
UFT8/EzsMKT9Spl/REak3vVlPQG0ouKEn/NN6q80tbUZH7EgAX+UtxJ+6w/cLxIv
2gfrtZB0mdBDjHczvGow1nZrj7UkxUjdWPvOCAXRpLa+gchao83FD1P+vZantjKE
Gej7tVNN5HsNAg==
=V4pL
-END PGP SIGNATURE-



Accepted apache-mode-el 2.2.0-1 (source) into unstable

2019-07-08 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 08 Jul 2019 10:37:55 -0400
Source: apache-mode-el
Architecture: source
Version: 2.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 apache-mode-el (2.2.0-1) unstable; urgency=medium
 .
   * New upstream version.
   * Switch to debhelper-compat 12.
   * Drop emacs25 from Enhances, because emacs25 does not exist in Buster.
 eg: not useful for backporting.
   * Declare Standards-Version: 4.4.0. (no additional changes required)
Checksums-Sha1:
 33fc1f878e45db0c709be250bd9dd66c8bc4eb9a 2018 apache-mode-el_2.2.0-1.dsc
 59bef286cd14b671a099e4ea9fc8ae8c23ee309f 14784 apache-mode-el_2.2.0.orig.tar.xz
 e4c9aeb420b36b16795d3c31dc6fc7fa5c1f9ce4 1844 
apache-mode-el_2.2.0-1.debian.tar.xz
 ceb9f0df9cc58e441755491993c9a76db16ff1c2 7720 
apache-mode-el_2.2.0-1_amd64.buildinfo
Checksums-Sha256:
 af4f12a16f5d7f39aecd47f473f218d8c6f8b5e4aea9f5446492d76492d3a0c6 2018 
apache-mode-el_2.2.0-1.dsc
 19e11a346c6127c128482dd4a9c67437e48c1fb3cd64c53681ccfed647b652ef 14784 
apache-mode-el_2.2.0.orig.tar.xz
 751fc7176c22bb1fc4a99d0a695f8eeec473aead5e0e09c68584b0023f1636fc 1844 
apache-mode-el_2.2.0-1.debian.tar.xz
 4bfc4e4f75ddaa0a5c3cc8ef8d1132283994544af8c142d16c78984924a44114 7720 
apache-mode-el_2.2.0-1_amd64.buildinfo
Files:
 1dd4794f067d2727577cbaa7a678b44c 2018 editors optional 
apache-mode-el_2.2.0-1.dsc
 e005338d4ba5f366a9f4d2e800d916bb 14784 editors optional 
apache-mode-el_2.2.0.orig.tar.xz
 1052ee40273af8b94062dab75bd9112d 1844 editors optional 
apache-mode-el_2.2.0-1.debian.tar.xz
 85f9dd5be6a0f8c242b5b45e2e1d218d 7720 editors optional 
apache-mode-el_2.2.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAl0ja3QTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYaJNEAC/o/1b1v/wmwYKOx145DlkTQEVouyG
cVir/6MNr4Mzq1GgPq/tefZSRFscJXNkLJR8ftOsniDJrsh4SibExqUzbQwFbMCZ
S0Qt3eZBMiRsi1LTTaTSht1Ufc99EY3kC8nTWEPBCBK8fIzKclPRfpG+j//ClOEk
u9bmGMPNFHkj+OMevfjqduWWZewfctIb1u3xIf/LKjngFA9vVEs6UgyEaVLYOVsd
N7V54AGpU6GpXYbi7lSZexNaNNvhcMbT6SFN/w5VIoni4GoqSaHjRXU0RILu39v6
HqTjyvo37S5GoQ+NcWpkQWeLdPvjGgbzZBPEX8W0CgJtF3ZzzHlzYLzKUinJL9EH
UTJ1NbNxzlX0iL6uFfrq42vqOrQBgUzq/TB4wsFXareZ87qxu9wF9xkAJPYrtOtA
ndVHkKPBbaL8Vnfe3XfQP27wpMkoBB2xkWz+MXCjvK1Rd8xejEMmzR9d6c2GlDEY
bX05XnuaGnQBfz8pxuS8ikBqdZRpOHf/mfG4sRijk9mMvm75FQSOd8nT3oLkVvo6
QynTDErkhgCkJSxL3/Or0ex6ZysPbZhV3fLL5NQQsDKrfkRvg1Kr+499sdt2imDY
BgMmfuJU0vGMO/9JSZLiXms5IFxpvdep2+lvPltlnxvIM/X+rO2NJRQ1kUqPrHDl
UFNtYIz2JJ46XQ==
=hbG3
-END PGP SIGNATURE-



Accepted kio-gdrive 1.2.5+fixedtarball-2 (source) into unstable

2019-07-08 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Jun 2019 16:37:28 -0400
Source: kio-gdrive
Architecture: source
Version: 1.2.5+fixedtarball-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Nicholas D Steeves 
Changes:
 kio-gdrive (1.2.5+fixedtarball-2) unstable; urgency=medium
 .
   * Add kio-gdrive-1.2.6_translations.patch.
 Upstream's v1.2.6 release is v1.2.5 plus this patch.  ISO language
 codes for the enhanced translations are "zh-CN", "zh-TW", and "id".
Checksums-Sha1:
 c8401fd7b4c8f30e0a3a7d6295fb054652ee804c 2351 
kio-gdrive_1.2.5+fixedtarball-2.dsc
 5e9e9b09caa53a6de114dcdb64cb05e3bc0fd908 9048 
kio-gdrive_1.2.5+fixedtarball-2.debian.tar.xz
 412648a6ce90ee45eafecb49aefba5a62f92b2b5 5709 
kio-gdrive_1.2.5+fixedtarball-2_source.buildinfo
Checksums-Sha256:
 61ee947a4d7305501a1e7c7b708c14af3e87ce8847e920c834383fdc970d31f0 2351 
kio-gdrive_1.2.5+fixedtarball-2.dsc
 aa344b6bc0deab87454564f0119fb039bc9c1dc5cc144d7414abd991324c0881 9048 
kio-gdrive_1.2.5+fixedtarball-2.debian.tar.xz
 e13416563dc0776880b0d8cd372e510bc242224ac84d01bf24ee03ea1b7320b0 5709 
kio-gdrive_1.2.5+fixedtarball-2_source.buildinfo
Files:
 74a197b18338162cb585ab78fbd9d754 2351 kde optional 
kio-gdrive_1.2.5+fixedtarball-2.dsc
 70b22c0e0419d89f7d5e9e252b240401 9048 kde optional 
kio-gdrive_1.2.5+fixedtarball-2.debian.tar.xz
 ec6304186a70cb4591e3b5727dbbec99 5709 kde optional 
kio-gdrive_1.2.5+fixedtarball-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEEt36hKwjsrvwSzE8q2RfQGKGp9AFAl0jXVUACgkQq2RfQGKG
p9DcDA/9GELdIIQQO7jV/lVI+MGpZRwzDKYyzteswQPBTC2k9V3u7h3/GqIasK1v
ySXgEYVyNy82t0sZvuNjRcz4EPXM859bfsVXetC95TXnROj6gbhspHVahiY5rGeF
/caoZ2IfwUUI6Dvu6VPqqcBWHYv4kOUBtoGo/0f3IGymGqtCvwlkwkPEsJA1IDZR
sLJaouxxrU60tOxGv9u/CR4s5yuEB16nS3RnC0A73iz1nJaBuSmYx0BLtQroiBKb
LyHAhiq2TRPhfBOLdRLqSXv4xpmBE1Lm1PP1aZLH7xTDFmXWwuSCWpRX2mRy37MI
vcOavFDw9XC9Mwtj8EES+o0Bg81868SjRlbfIMKFSyr2S3LbeEIiT1+EHUZD9qha
GYqGyUW9Pp8RN6F3rWQxSi74kWfcgWwDEXzmUDkTktKxMlyZFmvADe7eS4gXo2lQ
TMU1odZAOUhO+stB2Aar7SZc+f/6GrKTv+rJj1C4BMvw0LicTYcQWOxCf6oZ5IZI
f0oLo3IYiKT+LQahkrKRZCI80WLEcJUveWt6rgKxHGIIJ/2WJcE90gjQYfNe0Dwc
AFNmCMaXLh3XbWl5+pwPKA1OD5wrlrQsOhvuCGrVMxARrf+x2PHdHjjDELlGatMM
axLV/fWfLGRaPLGqhWF4HTpm6GMxPvcLjAZIlQ36FP+fQahx7Uc=
=aDNH
-END PGP SIGNATURE-



Accepted elpy 1.28.0-2 (source all) into unstable

2019-05-29 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 May 2019 18:05:30 -0400
Source: elpy
Binary: elpa-elpy
Architecture: source all
Version: 1.28.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Description:
 elpa-elpy  - Emacs Python Development Environment
Closes: 926326 927084 927085 928633
Changes:
 elpy (1.28.0-2) unstable; urgency=medium
 .
   * debian/rules: Disable DH_VERBOSE.
   * Use sphinx to generate documentation in html format, and use
 debian/docs to install it.
 (Closes: #928633)
   * Add libjs-sphinxdoc to Recommends.  This package's html doc search page
 fails gracefully with "Please activate JavaScript to enable the search
 functionality" if a user chooses not to install libjs-sphinxdoc.
   * debian/README.Debian: Make explicit how Debian's Elpy package does
 not ship with support for Python 2. (Closes: #927084)
   * debian/control: Clarify comment explaining why the Python 2 package
 python-autopep8 is a build dependency.
   * Add 0002-Add-a-quickstart-section-to-the-documentation-1598.patch
 (Closes: #927085)
   * Add 0004-Enable-elpy-mode-in-python-buffer-when-enabling-Elpy.patch,
 and its prerequisite 0003-Make-sure-we-cannot-load-Elpy-twice.patch.
 Also add 0005-Fix-typo.patch, which is a fixup for the 0003-* patch.
 See DEP-3 headers of patches for more information. (Closes: #926326)
Checksums-Sha1:
 163822c2762ea4bc128440f519612ee7c74a4336 2422 elpy_1.28.0-2.dsc
 c73d5c5d0f82c27f4de65f3ab7b8d9a311917a9d 119564 elpy_1.28.0.orig.tar.xz
 0d780cd7a652f60489de856fb80b3e68bd6c0816 9592 elpy_1.28.0-2.debian.tar.xz
 c64f0e7e2060a5bb08093bf38aea5c24ce19efd4 152192 elpa-elpy_1.28.0-2_all.deb
 45546a2ef9928733af8e5bcf3cf72633647bb4e4 10321 elpy_1.28.0-2_amd64.buildinfo
Checksums-Sha256:
 af9e43ac2cb89e082352de014b5cd6bc26b8456ce74b3735e19fde8f6786a49c 2422 
elpy_1.28.0-2.dsc
 1f01e2ef843c1dd849c6a585e537b46fcafe33904bb3281c84f23880e81151ba 119564 
elpy_1.28.0.orig.tar.xz
 b9d148e4cfc2839b2a6583097f0ef834f21f3b87bc17621738df0b473a872d43 9592 
elpy_1.28.0-2.debian.tar.xz
 7bdd12bf9ea14137e184f69277038bdcfa51d4405df305a3f8ee3f9ce8727190 152192 
elpa-elpy_1.28.0-2_all.deb
 d0f5e760c92acf645bf750bd76fcdda0221b84ed7a26c8831f9dae1bbf5c4f16 10321 
elpy_1.28.0-2_amd64.buildinfo
Files:
 acd2a144e9c7c196606ca940dab64471 2422 devel optional elpy_1.28.0-2.dsc
 0f467d7af4ebac6ddc1b78dea3d6864a 119564 devel optional elpy_1.28.0.orig.tar.xz
 716f9107740f5960335fc5017dc00bc4 9592 devel optional 
elpy_1.28.0-2.debian.tar.xz
 82850729dba414858f96500f9bcb2790 152192 devel optional 
elpa-elpy_1.28.0-2_all.deb
 d4eb4c35efc2befa4a026dc29f3ce14b 10321 devel optional 
elpy_1.28.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAlzvU+4ACgkQHpU+J9Qx
Hli7URAAm0Ivn8AXk+iddthfUqqsaPyJrS3XRu0u2THReyQ7mf9I4TjTnCRTRyBC
GlIbwHHvjwGIEpYYXGyWtM3aMvLWsN7dLb/v8+x9wjnvWGjSCjQIIhPg69rHPWdE
fVfEzD1cQyfBXbWCXbll7A05RCyJNennreKpVAbCATPV/gSFc2BLjPlfKDekVKI9
83VVBDBG+YZPSdYdgUC1OKRFJ3KRORMzaAKhWguSmgEyVCzkmlpW0jlf8372f4qk
pp0rwG6KyxiG08xBYnenSnk4rc3gmV1AnmVacWyGDLN0AAAWzv7ST6jjMQra3axm
4ktGfF6T3Iw/oTyRLhy4HMfwbmegkvX1tJ1o+/AUWnRMvaBw6EZmgaaStSJvguxT
A1UkMP7trOz9daEpEbsy1zy4NP66/Aq2QdNd5b1sH5MWg1MXXsmaxBRD1b+eLMHS
/E5BeVj4U4Y8SY5HSp+slOHJVUvHyrBGJ3C6uW/GUzfyZXfIK6evBCezHN2uj5vb
J8d1z1+DvcF+x5aW9qLzzbQqlXbaAShLD/TCblRM5bO1OdHXfdx1Ic4wV1Zxd/h1
FZQFqXb4TibKXAuF9lumFGwcXfV7ODic2fq6rbH+uOeOHWEWiABAqkl8JJJ0vGZ5
qE/zsDuov9QOnc1W2akiFweNp2eTn4kcaS47dQPu3B9xAvIQMFE=
=HYMP
-END PGP SIGNATURE-



Accepted emacs-neotree 0.5.2-1 (source all) into unstable, unstable

2019-05-15 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 07 May 2019 22:14:01 -0400
Source: emacs-neotree
Binary: elpa-neotree
Architecture: source all
Version: 0.5.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacs addons team 

Changed-By: Nicholas D Steeves 
Description:
 elpa-neotree - directory tree sidebar for Emacs that is like NERDTree for Vim
Closes: 872873
Changes:
 emacs-neotree (0.5.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #872873)
Checksums-Sha1:
 c48fdcdfbcc4904e9d29e174fb1885a1069e3a58 2048 emacs-neotree_0.5.2-1.dsc
 6e6c5bc2b1d540bc4d719b4bcb21a26826967772 464072 emacs-neotree_0.5.2.orig.tar.xz
 2ee1818315f438edff57d7699cd35cb31e350d01 1944 
emacs-neotree_0.5.2-1.debian.tar.xz
 f30170d7a6c3e31962cec5998fb8e583d729a3b2 20988 elpa-neotree_0.5.2-1_all.deb
 2f6a35c080a28d27d4c5e14275c560e63460283c 8785 
emacs-neotree_0.5.2-1_amd64.buildinfo
Checksums-Sha256:
 0ea22f10c39802f92f9327008904945fca8879807847ecd1629212c7ef95b1c3 2048 
emacs-neotree_0.5.2-1.dsc
 c09146026b4c1f55fc552b1c3d6626088391bed224b900c1bafae9d6bcf8ad8d 464072 
emacs-neotree_0.5.2.orig.tar.xz
 5c6a5eff23e1b292e11dc702876cc427a28d99290d6fcab570154db546459c8c 1944 
emacs-neotree_0.5.2-1.debian.tar.xz
 d4993ca9266eb5377e72b28ac5eb58277f1d7fa8fc659834cab4b7cd1d94e242 20988 
elpa-neotree_0.5.2-1_all.deb
 04b5b49566224508ec2c9705f716af91e4bc64df7eebf63f9190401d3e013ae5 8785 
emacs-neotree_0.5.2-1_amd64.buildinfo
Files:
 0d851ebdacb1ee2a696cc47f7464d2d3 2048 lisp optional emacs-neotree_0.5.2-1.dsc
 d73adca624d587e656f3af1d842b3b17 464072 lisp optional 
emacs-neotree_0.5.2.orig.tar.xz
 c68450b69136f9d7deef57e5932b627b 1944 lisp optional 
emacs-neotree_0.5.2-1.debian.tar.xz
 4b58c979e91008036b969d6525d7437f 20988 lisp optional 
elpa-neotree_0.5.2-1_all.deb
 fdde24c2f8788b176a4d924b8eff84fa 8785 lisp optional 
emacs-neotree_0.5.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEEhnHVzDbtdH7ktKj4SBLY3qgmEeYFAlzSdOwTHGthY3Rpb25A
ZGViaWFuLm9yZwAKCRBIEtjeqCYR5k0LD/4tFLN0z01nTJ0Vg1JbfjeHRuhgJMEP
po90OgTRTzqvUC9Rzckg/Q+smPZ91QL/2cRifr20szRaX+AXxMM0k5XK2rwBsY2a
m2zOqgzUo7tScB21uz9c7FV+aDUgNhedaD3hl0R2THXBHtTSv5lneMRShzPETTGk
6adY4VwairkbIdtrKSlNzGRKG31boJ6arfW8etlUGkvU+pAuvzPIReJfH4GBGe80
NlHQJN9gZwy+AnIgd/AvxgH9HSSF9ztHCEohYBm+2dbnXaRAhO9btI5Dy68gnE67
lq0bJIwTZqs+h7hJMwubddyNyhciroFpnOBs35JfRZ/1ZbzdXXjlcKtXYVb28NKo
MvoppPKgmq62jhlM8EXsJV4FezaBStdda6PW2rn3m3CF9IcKClLkvKOtwgLnEb8u
V5Tqf7s3LkDoh6dbCu/MavbEMPxUHFXNXA/QWAeW0bquvZFQAqvW1+vY87HX/LHt
zW003oLqenve0FDce2mZLOR41woqHUDhfYuIBNsvPKBPiVVCiVQgzr7qOTwJ1tNJ
/nIUVvt4r1ZOcuT78WpXSeOQCoeSFj2NrgUwbCsqTFVnwxCvGaTA5BCWfdO56Obn
l4RwitctS2prOpNDVpN1GsLXGf3WFaVYujKJ9m5ocYyqLe7TAfQFIAwQ5t2HRBy0
EvrP7PDNzL3q7g==
=PPbV
-END PGP SIGNATURE-



Accepted puppet-mode 0.3+132.g7dee1b5-1 (source all) into unstable, unstable

2019-04-03 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Mar 2019 14:44:41 -0700
Source: puppet-mode
Binary: elpa-puppet-mode
Architecture: source all
Version: 0.3+132.g7dee1b5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Description:
 elpa-puppet-mode - major mode for Puppet 3 manifests in Emacs
Closes: 923899
Changes:
 puppet-mode (0.3+132.g7dee1b5-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #923899)
Checksums-Sha1:
 1c930ea208e833c53341bbc268058a8f07c801d2 1691 
puppet-mode_0.3+132.g7dee1b5-1.dsc
 15e605d1702e766edcc393434c8d997048897d99 32156 
puppet-mode_0.3+132.g7dee1b5.orig.tar.xz
 24d623defdc4ef275270cfe76fbaa69cd580f446 2116 
puppet-mode_0.3+132.g7dee1b5-1.debian.tar.xz
 66a6c702935c9c3e1926c8598c1eb65383f11819 19728 
elpa-puppet-mode_0.3+132.g7dee1b5-1_all.deb
 e853836c4f9e99f6a4251af6723acd5c2595dae7 7125 
puppet-mode_0.3+132.g7dee1b5-1_amd64.buildinfo
Checksums-Sha256:
 27cc34a1159c1da7be9e54a4ac55b3bf247bfb0072b639b98cf5776adf584cc3 1691 
puppet-mode_0.3+132.g7dee1b5-1.dsc
 7a6e336aef2a3b00aa1c95a8189c38448718f1965ebf2dc3d144927733bbe387 32156 
puppet-mode_0.3+132.g7dee1b5.orig.tar.xz
 ef871bc89304930edd78a003bcf5e78437c4f45fa11e9099c1ff08eefead5b5f 2116 
puppet-mode_0.3+132.g7dee1b5-1.debian.tar.xz
 55d9334bcbcdf1370e660943a4e158d392b2900d3928358203d214e4aabab993 19728 
elpa-puppet-mode_0.3+132.g7dee1b5-1_all.deb
 6989c3616b2c97c9f49f13a0361484682a1e095c1e134aff22e8765fe8b484af 7125 
puppet-mode_0.3+132.g7dee1b5-1_amd64.buildinfo
Files:
 cc6c4ea89c851430118d0501fbef34ea 1691 lisp optional 
puppet-mode_0.3+132.g7dee1b5-1.dsc
 b6a26f6744a2374ad9f8f5b8ead2b77b 32156 lisp optional 
puppet-mode_0.3+132.g7dee1b5.orig.tar.xz
 c1f24e96e6bfd6f777b49fb0803869b3 2116 lisp optional 
puppet-mode_0.3+132.g7dee1b5-1.debian.tar.xz
 d6b9047812162dad622e63b4992a8217 19728 lisp optional 
elpa-puppet-mode_0.3+132.g7dee1b5-1_all.deb
 b98a3b61a7e92074334027bc111821ef 7125 lisp optional 
puppet-mode_0.3+132.g7dee1b5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEEexZCBNCWcjsBljWrPqHd3bJh2XsFAlySjKgACgkQPqHd3bJh
2XuWPgf/dsrSDtN2Nypn1rkXqnPJ7Dc+72dCu3rSlLtGPCkS0GXTMhRti/OS303w
k9ULj9CAlMfj7rzDPGOU5rqPVf6dV3aGj5g/NqqPI1Lyiu1xifD2e6VHzcND1Xo7
re7IZm5Cl+x3/P6MryrFHWc/sR4ZZABHJ9a+5prYWniaGp29caFcVLIVIm8mTdmf
FwLTB6Bsy7UDEsJM2oQiR3Du4xwuhgkSdFr2yVhQZkWKeudaci63c6hQ4T3g/FLi
5cEmA8m2ygJuK0EnqsO3sACYWRB3cfSElDWadrtoELJiS8uh93ewyQTYrnrqiz4T
DK9Rj6TDXA1ipV4uRNS4PUbJt0V6eQ==
=Z+bh
-END PGP SIGNATURE-



Bug#926296: RFP: pulseeffects -- DSP effects for Pulseaudio applications

2019-04-02 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist
Owner: Nicholas D Steeves 

Package name: pulseeffects
Version : 4.5.8
Upstream Author : Vladimir Sadovnikov 
* Primary copyright holder
  Wellington Wallace 
* Upstream contact
URL : https://github.com/wwmm/pulseeffects
License : GPL-3
Programming Lang: C++
Description : DSP effects for Pulseaudio applications

This package provides DSP effects for Pulseaudio applications.
.
Output Plugins:
  Limiter, Auto Gain, Expander, Compressor, Multiband Compressor,
  Equalizer, Bass, Enhancer, Exciter, Crystalizer, Reverberation,
  Crossfeed (for a more natural sounding headphone experience), Filter
  (Lowpass, Highpass, Bandpass and Bandreject modes), Stereo Tools,
  Loudness Maximizer, Pitch, Gate, Multiband Gate, Deesser, Convolver.
.
Input Plugins:
  Gate, Multiband Gate, WebRTC, Limiter, Compressor, Multiband
  Compressor, Equalizer, Reverberation, Pitch, Filter (Lowpass,
  Highpass, Bandpass and Bandreject modes), Deesser.

--

I'm primarily interested in the crossfeed and equaliser plugins, and
additionally I believe that this package would make a really nice
addition to the future buster-backports suite.  'wish I had discovered
it earlier so that it could have been included in buster...

Mikhail, I noticed you maintain a Debian packaging directory in the
upstream repo.  Are you involved in Debian, and if so then is there
any reason why PulseEffects hasn't been uploaded to the official
archives?  Are you interested in comaintaining the package within
Debian?

I've filed this as an RFP because I don't anticipate having time to
work on it for the next few weeks.  Keeping this package working with
all of its dependencies looks like it could be a lot of work, so it
would be best to comaintain it.  Failing that it seems like this
package should be maintained on either the PulseAudio maintenance
team, or the Debian Multimedia team.

Please take care to CC this bug for any replies.

Regards,
Nicholas


signature.asc
Description: PGP signature


Accepted folding-mode-el 0+20170925.1538-2 (source) into unstable

2019-03-01 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 01 Mar 2019 15:45:18 -0700
Source: folding-mode-el
Architecture: source
Version: 0+20170925.1538-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Closes: 639222
Changes:
 folding-mode-el (0+20170925.1538-2) unstable; urgency=medium
 .
   * debian/rules: Fix typo.
   * Add 0003-folding.el-Fix-typo-thanks-to-Reuben-Thomas.patch
 to fix upstream typo.  (Closes: #639222)
   * Switch to debhelper-compat, and drop debian/compat.
   * Declare Standards-Version: 4.3.0. (No changes needed)
Checksums-Sha1:
 df5936b0c8193baedefecc931c7460a99fe255f9 2117 
folding-mode-el_0+20170925.1538-2.dsc
 2cef055afcc7ff7411123f6a7a53945a189030fa 8396 
folding-mode-el_0+20170925.1538-2.debian.tar.xz
 28f7daebe4a1e070128b3b758dba0fb88730f3eb 7765 
folding-mode-el_0+20170925.1538-2_amd64.buildinfo
Checksums-Sha256:
 78ef490631f2a0abe3137233c4e6e719808fe0caaa37ab5d901be3100cd31e01 2117 
folding-mode-el_0+20170925.1538-2.dsc
 1c1fbe523f97815d0a8ed3b11e1322cf89e65cac1b2ae8b8cb18c33fee4c4c8d 8396 
folding-mode-el_0+20170925.1538-2.debian.tar.xz
 32edbd194dff9de44c14c2d9d87378a9eb31c528b15f6d72bb6a16388f15eddf 7765 
folding-mode-el_0+20170925.1538-2_amd64.buildinfo
Files:
 dc7d5c93d3f527b8cba0aeb2b5ca50aa 2117 lisp optional 
folding-mode-el_0+20170925.1538-2.dsc
 c52e4d293ad1cd997d038989c9a78761 8396 lisp optional 
folding-mode-el_0+20170925.1538-2.debian.tar.xz
 bba76438aa81033a2a582b7846f9c258 7765 lisp optional 
folding-mode-el_0+20170925.1538-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAlx5t8gTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYTgRD/9rs3V2C6luDpPXAMRqmO805W/VkKaS
SsHjJkE+yX/Q2uDaju8e3ohXxUbrR9NNsgOY4NPp6IcuSVJq2P7gaMFjmvG86W08
CNxceJNVzwsdaO8mEgxvIN42sKu4C7BihP7naWtV8OA6j+gjRwszgGH6EckvJZfV
ROP0Dlf9i3/B8G8l4MUXX4LRaIgoAFaRl+wNQDIWclLjROeMPH7VfAARAG1/HQsY
TU8K5BD1fiTP+cJPlgzr1YOGZQCXUtXF7dDMMysEkXdJeYXqhK0KSTZv22675KML
qfVfflnBlyxwkYufL2LhmIL+/5UYe24BpYZKKw9u9Jv1+tEhsAEdzbTVCvQ/m5y2
Hvx7wjwWb7+EmhRlLgUxLaPh8t9NKN/2+BJDuWn9g1+UaEDaACO1UXrsAq95ytXf
+cW+EvJv7I4Hv59m/Zq6C9rqcJlQqJvVMeLx90PWq489IJYqQueMeGtfdr41lSa5
ucALWZXuv020sMJxMoIH7e2H7kUFc0Ah4WEbggiCgn+rGOi9oL7AX/Qb5iFjJI30
vI+Za2DBJCX34EbvZPO4/O1UgiDZZoMY1gZYqlm2wiDQYtmJtv4hPae3wjkyS4/f
buKeJiVcNLtfTUXJwE8ZGCUh7Q/t3rYkASVK52em6ClX522kIMD/+bYHALN1mOxh
M+7HlTGOOrPi8A==
=ecSI
-END PGP SIGNATURE-



Accepted eproject-el 1.5+git20180312.068218d-2 (source) into unstable

2019-02-23 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 23 Feb 2019 00:31:11 -0700
Source: eproject-el
Architecture: source
Version: 1.5+git20180312.068218d-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 eproject-el (1.5+git20180312.068218d-2) unstable; urgency=medium
 .
   * debian/control: Fix Vcs links, and add Homepage.
   * debian/copyright:
 - Add Source field.
 - Add comment that links to upstream PR for this project's LICENSE,
   and quotes the relevant portions of the discussion.
   Thanks to Chris Lamb for this tip.
 - Fix old FSF address, use standard formatting, and add
   "On Debian systems, the complete text..." stanza.
   * Drop 0001-Add-full-text-copy-of-GPL-2-and-GPL-3.patch.
 - It is no longer needed with the above changes to debian/copyright.
   * debian/watch: Document that upstream does not provide tarballs or tags
 and that the watch line is expected to fail.  Disable polling for
 something known to fail, because this saves resources.
   * Switch to debhelper-compat and drop debian/compat.
   * Add 2019 to the range of my copyright years.
   * Declare Standards-Version: 4.3.0. (No additional changes required)
Checksums-Sha1:
 15380f3d9a3d1ac1d47541ac5a1852b16ebdd06f 2107 
eproject-el_1.5+git20180312.068218d-2.dsc
 7f58e437b33dae05ca9f6f86af3e2b43e9a3659c 3128 
eproject-el_1.5+git20180312.068218d-2.debian.tar.xz
 2080347f8ec4eecf4c5e5ec9fe258dc22550aa62 7564 
eproject-el_1.5+git20180312.068218d-2_amd64.buildinfo
Checksums-Sha256:
 b025f37c4d311f96b9aa6064ec2fb5147feb20e1bfc5cf26a1571c329aee13b2 2107 
eproject-el_1.5+git20180312.068218d-2.dsc
 8f48b45fbecc432b9cd4d4a66af16b2e487d7b2a1f2a770b7281a4c00852da21 3128 
eproject-el_1.5+git20180312.068218d-2.debian.tar.xz
 ba869d47a13745604a9eb41bce23537cdca58f369c8e6ced6f95a3fac4506d5f 7564 
eproject-el_1.5+git20180312.068218d-2_amd64.buildinfo
Files:
 6fa969cbaa8f61ae55cf03b8f9ac3bc8 2107 editors optional 
eproject-el_1.5+git20180312.068218d-2.dsc
 fc1c5ba7c5f94758ceba6968f0e58777 3128 editors optional 
eproject-el_1.5+git20180312.068218d-2.debian.tar.xz
 5a1502f38d13ee9a637d49e1a89c0825 7564 editors optional 
eproject-el_1.5+git20180312.068218d-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAlxw970THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYcIEEADMVmvSA1XTL1OqIBEUi5wALGitBXz6
rDShWFcfmVg9xL5uava0nmSyWlrbBnd+kIkfMGUSUyKaZyFP/DninEVv8Wtcxk8K
HXnuWMuI5CmZ34w8XvDOVqVhnSMUvZb8maCW/OgFUDjEoGECCU0SDF7npdkyYbcS
eyeWExU4X57fxhwTdejGAevPnXqz9QIQCX6TcCAIxZlTWeVN2xHuIs0AgwzZGX5U
H3kOweh/LjuK4/OlbTn1HRLst1LRKvgMRS2a22UtQDicS3l+lQsFrezpFOw1DA0y
0esrmAl6HXdiJngvoxi2M6GCLaTpOQYMOzOFvPv3y11aq8ctD6Kl7RAYe1GLhxQR
dVKn6qyVoJzgolvCXbDYLKatMPRdrmXrqPr9kfuy8GKsFi6eUF4/kp/49FoR8Wah
K1Oo+6y0qcfu92tRTXw1XOjmvomnaNh2B7w2UOPJpsDDvof98Y2hJuLzVL+WK1ow
8JyEXdfeGOny2klkeNEPa0QGFlAfS4expW2bObPraTAyay6W8C/ifjJg/I5W9sSk
yR+2GG1nyOaQA2MFxEWER7tmIrSSyb4rDItwdvQPXKXOBQZjRWCrLGotPZo0KNM5
7aB0RD2drK5bK5c2oAFv89MI1gduVmb80/g/C51BCIM/2YEfwi6lISnfUMeF9U6C
Rkt+D8dZMetVyA==
=V5oU
-END PGP SIGNATURE-



Accepted find-file-in-project 5.7.3-1 (source) into unstable

2019-02-17 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Feb 2019 20:56:05 -0700
Source: find-file-in-project
Architecture: source
Version: 5.7.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 find-file-in-project (5.7.3-1) unstable; urgency=medium
 .
   * New upstream release.
 - Adds one commit (2f1c987).  In 5.7.2, it sounds like this package's
   fd-find support was either configured to skip hidden files, or that
   fd-find's behaviour was undefined and nondeterministic.  This commit
   explicitly configures fd-find to include hidden files/dirs in its
   searches.
   * Switch from debhelper 11~ to debhelper-compat 11, and drop debian/compat.
   * Update long description to refer "fd-find" rather than the more vague "fd".
   * Revert section change request from lisp->editors, because
 find-file-in-project is not a major nor minor mode, does not edit
 anything, and can have no work-with:file-type debtags.  Thus, the "lisp"
 catch-all section appears to be most appropriate.
Checksums-Sha1:
 6979a447510da23f726e9952681b80bd74c65f1c 2130 find-file-in-project_5.7.3-1.dsc
 10251159de9e94681f87dfd2b589720eaed0142e 49056 
find-file-in-project_5.7.3.orig.tar.xz
 4d4472542a70a4f7b2f88be9751572fd90d09bc6 3928 
find-file-in-project_5.7.3-1.debian.tar.xz
 081b56a90b38be5d4a3688eeef35fed6d79b1517 7521 
find-file-in-project_5.7.3-1_amd64.buildinfo
Checksums-Sha256:
 805ad95cca0ff959167dee7bd0110a899c1c18d91881ff95e7042a46cbf23894 2130 
find-file-in-project_5.7.3-1.dsc
 64779b8b0a34c50b62b288ef123a20d08c908d87cdde20d95b03817e80ab3738 49056 
find-file-in-project_5.7.3.orig.tar.xz
 d4b46fd96e2765466805e1f986330afe4caada7d67b94b5d5b92176723648082 3928 
find-file-in-project_5.7.3-1.debian.tar.xz
 0eccbf279f0a60aef52a737f30127c9b20fe33feff8f27a1a00ebf375231097f 7521 
find-file-in-project_5.7.3-1_amd64.buildinfo
Files:
 7526108b091b11470ffd92a21ff22166 2130 lisp optional 
find-file-in-project_5.7.3-1.dsc
 a1b170a84bd65c706ebe96b2edf39ca4 49056 lisp optional 
find-file-in-project_5.7.3.orig.tar.xz
 ffae5cf51502e13bad6e5e677fe0f622 3928 lisp optional 
find-file-in-project_5.7.3-1.debian.tar.xz
 2c14d57a8d209c3d9ce8e7dd04bdb20e 7521 lisp optional 
find-file-in-project_5.7.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAlxqLhUTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYUQeD/41oMz55H378a/1/pMT2pKtVX0qycNj
mNy0dvT6EHJxmEl9XNBYfswLwMyETLpQ5Gr1JyTFgLSjXZJK/H+mBfNBypaPaMRD
jxAi433PBGe2bBpHkvDfZSnpVcC/udahhJws6sUX2TBkIf9L8h5PH3VkcWb9j6x2
UFe2qpWruFany52tOX7JznjakQZ3CSmZcga6UDY4upyuuyOkBWLljR+abzy52yq9
s82NNfX4o5i9o2Vz9Q8si8n/GRgJ7VjIZ3ZSBT42rdcDemeiI2dY9aP9zIqPMyYV
vb+6ANa6DJ8LIBJg3JoW6P+A3/wz22SjLKA+DGxlGO/Ye+x1EqcG+8DHYwyA4b4S
SmyRKiSZs0Utv05B9aywfEW0LXIBvidcfTsJ3b471AjIquhL7ea8gtGZ3a/dV82o
zMd1mc9wWkrADgfvTYDoNBY8/QwCTjo5XIrza/nWYEpUeDioybcXvuPZv4lHmLHG
8ez5ZsZ9lPCXcndaObpzRtEIyCV85uhU4GN1Hfcb0qlaX3FDs9kVM1lZVIIsFV7M
Qe2YQmzMoPY2TdUpGeA1B808AXOP5v0LeJDSpI8IdZe+wivUmF07TCXMypGgoANy
R9d90+IrR9MW6/Vx8+YlXHipMmhdJcCwTe9DeCpK94BQsC/4PFHkCU75wnB0Ka4T
NlWbBVkA/st1AQ==
=xg3M
-END PGP SIGNATURE-



Accepted visual-fill-column 1.11-3 (source) into unstable

2019-02-08 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 09 Feb 2019 00:04:02 -0700
Source: visual-fill-column
Architecture: source
Version: 1.11-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 visual-fill-column (1.11-3) unstable; urgency=medium
 .
   * Switch to debhelper-compat 11, and drop debian/compat.
   * Switch Vcs from alioth to salsa.
   * Update team name and email address.
   * Update my copyright year range.
   * Declare Standards-Version: 4.3.0 (no changes required).
Checksums-Sha1:
 ec5289d63afbd9673a663dafc756aa49f2092507 2074 visual-fill-column_1.11-3.dsc
 4e753b514e93e0de5e8e5fded19d38bb88859d2a 2416 
visual-fill-column_1.11-3.debian.tar.xz
 7508c4bde827a481583cb6b4aa59366654ee4a01 7494 
visual-fill-column_1.11-3_amd64.buildinfo
Checksums-Sha256:
 429a9398dcd40b395f5f240856708019080305749c5fb265f1f7c960b0a9ccf8 2074 
visual-fill-column_1.11-3.dsc
 4e58274330e6ca380be44b462c58496d6cee54a1542954155c26153fff227ec4 2416 
visual-fill-column_1.11-3.debian.tar.xz
 3c3e445851de53ef294aa619b2a996b7e4d0404b97e97dab179cfe55d94836bb 7494 
visual-fill-column_1.11-3_amd64.buildinfo
Files:
 947438c1769a5472ec0224ee98f57175 2074 lisp optional 
visual-fill-column_1.11-3.dsc
 a9b3cb317a1b0baecc65887cfb1eaa49 2416 lisp optional 
visual-fill-column_1.11-3.debian.tar.xz
 2682d1d42d819e5d79e8e59ac686aaa8 7494 lisp optional 
visual-fill-column_1.11-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAlxefJ4THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYd8vEAC9fpMz78RjBIoWzEAx3xXPvOY+aHfs
OodZrKB531CFUWRlJwqRfR3kjs47zGHRrMJS/WC/h1S1jSaTkgh3rk98cZKeQyWa
jjOlAlANVIvlVPawhqEK+xNgEnoPp+U/hCilDMYx9OjD9FAribgDJXRQe15tA16N
+hR+6Xzd4DgRhXfEXJl6ZQIZhl0QMCJvjvs6fL1NisAujATdSiq0YJsfaYe0jX4c
Bd8TCH8zZzUyw+MxrOFHGDr3YiHCQFsN/RvRVfh4eVSmvGeWDkGpR3l55GVxrESN
KhR8fghsUI8zS4PdqQt/v+9yyv5alT+0q2AUYN0nNSK/l+WLa3C31yAY6d7jPsfd
bDSYWr1d9VHJKRCDWC3np/sZiG4VDScadtvJpJWwYsR+CckThR/EmqzUzz1UW5+F
UyKPgQjgnBODxGUMDYczJzrdG1QwFizCbkJ/gb6Ib6ll28l6d3nW9QIoT38/fy4K
CtrKe52F1RMPAfeaOC6rkRNXqe7PDjv9VyfEEG4oWbd/E34JzWEHy8Rn1BFh7xqv
DQHNyuNNdgDqFIFFy8yFuAV2dv7epckfY7UZ9imjC8ykyGuxJLosa0tPCI6j6M0y
/5BU5j+9c1IZM27eYnGgfJ6/xSFlp0XgVtaxZndx3mVP76REIg5uGn/nmeMsK95Z
mMsT2BYFeK797w==
=AKZX
-END PGP SIGNATURE-



Accepted rich-minority 1.0.2-2 (source) into unstable

2019-02-08 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Feb 2019 23:47:43 -0700
Source: rich-minority
Architecture: source
Version: 1.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 rich-minority (1.0.2-2) unstable; urgency=medium
 .
   * Switch to debhelper-compat 11 and drop debian/compat.
   * Update Maintainer team name and email address.
   * Update Vcs links to use salsa instead of alioth.
   * Update my copyright year range.
   * Declare Standards-Version: 4.3.0. (No additional changes needed)
Checksums-Sha1:
 fe802f03f3a82944dddc52d6e746e8ab26e9d81f 2012 rich-minority_1.0.2-2.dsc
 da95123bc2f18e4b3486380da3726d7a04616080 2336 
rich-minority_1.0.2-2.debian.tar.xz
 58d016cd4a59471e76657bfc9305cee0204c89ed 7452 
rich-minority_1.0.2-2_amd64.buildinfo
Checksums-Sha256:
 45c6958d75ccf1b91ae7114742a0c619d57ae5be301cac1779531241df61e261 2012 
rich-minority_1.0.2-2.dsc
 2c619d7842067a9b0656f4b5391d96974f7290a6be773cc5ec12200f1f29f884 2336 
rich-minority_1.0.2-2.debian.tar.xz
 7972c1adb4909bb91ef414e7accbf5b545c29ff9d46b60a1e11c5f4f08bbbe26 7452 
rich-minority_1.0.2-2_amd64.buildinfo
Files:
 17d3992d03f988e77a82c397906f4978 2012 lisp optional rich-minority_1.0.2-2.dsc
 f161a4780c02b169100c6bf5e02e037c 2336 lisp optional 
rich-minority_1.0.2-2.debian.tar.xz
 6446edd4e590da261cf227b0925873f1 7452 lisp optional 
rich-minority_1.0.2-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAlxeeGATHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYTp6EADbvcFRtkOBiWdNYXG3Cx4vY26gxE9D
P2bgNMs791z+uxjTzNPnnFMB/8ULw7zqBW+UmEJzXNnt+TnDIX9z9fKibMRA9bOF
9eCZuHp4hN3bB1Ozynk49ZJyN0QXtWHv88ZM6FOnMm5fnMnkzW7GVfMN6e7/SMWU
cLg5nzYpOwJIvTNBH+FXTZyohIEHPpJVyTI87gM1Iw38zJE2GsFfQr0CKtmq9X44
0MLoA+jWOJExJVvU0LBgsS0soVzC3lo8odsvpvPLtO3ushfRa4EJ4S/lGzBqnHUG
mUWahavpmDzoBnQxwIIuAi4LKSIxFUVsYM9rG0YSlnsHiD+eTIxJlP/ryqDOXfN8
helFTcMFXQ4y0vtSSfMXyjVVpZBcnagbPtxmUQGtRa8Ck9bsxBp05HnM62ax9xNX
8kMLhtYjQj2SU+x9SjbAg27oIxXhWSoEbIwRgM0jE66NzOvVH868/qKp0gyaTfn/
IdgCIe1bV7iCBp/Ys2BfWFUPJyvJgCc1W7qq7Tyu9m9eh7qi+GGoq2jYbelCUl1S
u1hZkzNMqEpkELfrxufk/a0lotAGJR3XotZvLx7cC99PTFDQtmZicHq+NLitqyDp
K6PzJq3d9HEyLg1H2AEHfJ94E9Wpyz3niCbfcIcQJsSGE6Z+sT7SuNThu51MLOG2
2Rr51CFRwP6zDA==
=tExg
-END PGP SIGNATURE-



Accepted emacs-pod-mode 1.03-2 (source) into unstable

2019-02-08 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Feb 2019 23:32:56 -0700
Source: emacs-pod-mode
Architecture: source
Version: 1.03-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 emacs-pod-mode (1.03-2) unstable; urgency=medium
 .
   * Set Maintainer to Debian Emacsen team.
   * 0002-Attribute-copyright-to-Florian-s-significant-contrib.patch:
 - Typo fix.
 - Enhance clarity in diff statistics line.
   * Switch to debhelper-compat 11, and drop debian/compat.
   * Declare Standards-Version: 4.3.0. (No changes needed)
Checksums-Sha1:
 1875688d3990cb9a1929b5565d7a0b0a15d8a6b8 2027 emacs-pod-mode_1.03-2.dsc
 b17983cd5203bc0d68cb69f1212d49c2d595278e 2700 
emacs-pod-mode_1.03-2.debian.tar.xz
 88285d184829493a19783e3ad3dcfc4a419f3b26 8662 
emacs-pod-mode_1.03-2_amd64.buildinfo
Checksums-Sha256:
 ad2a240468f9c3601519d7a5a677a1684537a9a9f4b4b2137279032a8df90a55 2027 
emacs-pod-mode_1.03-2.dsc
 6bfc522e33a9695cc07f25cda475ae9a760ad521ea22a0a66e5a2e3cc6d6137a 2700 
emacs-pod-mode_1.03-2.debian.tar.xz
 868714b69d204a367db98ce0e4a9d82473ff646a9ab26947153bba2d0a2f4bac 8662 
emacs-pod-mode_1.03-2_amd64.buildinfo
Files:
 882cc604316267a523661712ccb27de0 2027 editors optional 
emacs-pod-mode_1.03-2.dsc
 41e7ff488456bb06a86fc799daec8b3e 2700 editors optional 
emacs-pod-mode_1.03-2.debian.tar.xz
 c170f63cfe34cc5e76e039748a9e1271 8662 editors optional 
emacs-pod-mode_1.03-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAlxedb8THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYWSLEAC6fKVT6LPHNCZjbAABYZjxtgsDWom5
qSq1m0vc24GMXfL92ySwmkBRqBzp8futMT0imkcO4udwJNDvreTwHZ/c1OKler6/
3xfJiQwcl5Sg6Cqkn6P5nV5nRerrOyTIu+/0FsS1NOVrWqjD0XklqKdfhbfw9VSm
YXCTfL4Ei4BR3yYFVKvedhoVVz73ZnTi+5lp0nX6tg5NeQQhNKjKK6ftDQcQEF6F
NfF6P1qG+fmahX646GH1+CfU2/iO2UDMiiC6nOF3vELMb6s3z7hpsYvn4fH2sKaJ
Jd1pvIQUMULDgGuUNxbbvHV4hEE8/r3FeVIXvmfcVrVuTJFedF+XK87j5ip0TaNB
amqq4KG1vHo/umCkNlfEelxswc+Nfm04dvDlxLOReNXT3jYA8W4eMtHblFfEm6Nf
s2TqjUEWeifXqbKy8T6R1Z5zdvJ6f1FP7jirhbhUXtmm5o3QpmGL7meUne/FQCv/
z7VRbu1FDMsEDgsSFJM6WInoDXUP/1mypvLhAMbuXfr4DxfMF85D0ZLhJnsnLG+7
cEy3P7DtdBu1R2DYHvJVV25KqkQnjSUl8dsdR4zh7Sd81LoNb5I6O5IJZULapN1+
csx9d1SzcGsW5JNj0jLAMVDjAduz3/KlETd0an4YH1+u0rymUbic8EEeaXPGX6v/
Y7Tu+7q26bKfpA==
=Aa6J
-END PGP SIGNATURE-



Accepted find-file-in-project 5.7.2-1 (source) into unstable

2019-02-07 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Feb 2019 00:30:38 -0700
Source: find-file-in-project
Architecture: source
Version: 5.7.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 find-file-in-project (5.7.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Add Suggests for "fd" (fd-find) an alternative to GNU find
 written in Rust.
   * Enhance long description to better explain this package's capabilities.
   * Add 2019 to my copyright years range.
   * Declare Standards-Version: 4.3.0. (No changes needed)
Checksums-Sha1:
 7176c92ad54ad31514aba6a25a72ffcf79072201 2128 find-file-in-project_5.7.2-1.dsc
 218c1c7a0ebad7f6ce17840319f0695ae87ac012 49028 
find-file-in-project_5.7.2.orig.tar.xz
 955f3b97bf88f6f75a3a608e3bca66ea72b62685 3628 
find-file-in-project_5.7.2-1.debian.tar.xz
 976ec5324dcc2d4d4bc496cdfdd0e7ddb10e91a6 7525 
find-file-in-project_5.7.2-1_amd64.buildinfo
Checksums-Sha256:
 44a3e21b26390c788c1b8cc5119fc23afd4e95442733ffec8a36b4c6b3e693d2 2128 
find-file-in-project_5.7.2-1.dsc
 98b7923cb05f33b0c077df8707fb3e5a39fcf6d53c70e17f598d3f165a16cf74 49028 
find-file-in-project_5.7.2.orig.tar.xz
 9d5a42af2497e913269806efff1b0bdda0aae85a721d58beb04e08740480d0b9 3628 
find-file-in-project_5.7.2-1.debian.tar.xz
 1c41523158d3c838a6aca76f12bc89d4dab04b3730e4c38c1121a3035a8d3e1e 7525 
find-file-in-project_5.7.2-1_amd64.buildinfo
Files:
 83a441e9379e7434ec864ce807273aa8 2128 editors optional 
find-file-in-project_5.7.2-1.dsc
 b1ab91caaab034f01175e7d3a93f6cae 49028 editors optional 
find-file-in-project_5.7.2.orig.tar.xz
 e1d2c337c28e13f83fe03012d149ce6f 3628 editors optional 
find-file-in-project_5.7.2-1.debian.tar.xz
 c5f5f4acb15b92b5ffa782afc7cdd608 7525 editors optional 
find-file-in-project_5.7.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAlxdMcMTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYcQGEADGn4ONgFZwwGk3P5efCsdo4eHSnLgw
bWLyuKjUqHIIH85CHiQWZDalK4459x7LGvx7pwLN7oavryJszOjCJRR6BBdf/VIX
bXD50Y5Ulo7LuwAmlEPa9bZWnWWj3nr9Ak6OTdXolaGlC0PtIoyjSG7AXQsQBdlU
WDLIUfVVVKdV6DDvDd0o6ZiS1gFVFIpTvb56Ob/sv4FCoNqQOyt3zxmPrzMo/jhh
obWYY3/4FCg1/SIg2ONLkAn0Ul38UY8b7ivKf5VWQWB3s9EiQlEHRunEdU2DVxnR
eT060kYa0BRQLe+6hPSuNDFumsTbEdfn61R03IVBvBMBXPYxg+KRGHufNHOj9Ntm
I5RV2YDUch9TC+BAPIXdlz7xhqi40p78eC+90O6El0D8jL9yC3mkHhYK/XxEp++d
q+pCe57KorELq1IYgIb/lMZFuMx8w9MMKrgBUyQkrx2xY43pefVhasoGnz6FLo1Z
fcRDMy+tpWKqvLfWES82K4QmHC3LFYEE2EMxfetYFb0+zp91uiF4qZfIxUXsjwl2
nYC40i/RXsPPLb4U0Wdh1JMRutwKBNi8RCdB4FntoXJ+W/pc5/SSoFa1tK9tOKz1
GiSDbWelmR+aKiMJimh0CcYVaU/kAeL+F/RAvKVPJuxK0+bE9FTvAT4FH7xLmigb
ougkY004Z4OxcA==
=YUeG
-END PGP SIGNATURE-



Accepted yasnippet-snippets 0.9-1 (source) into unstable

2019-02-07 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Feb 2019 00:03:32 -0700
Source: yasnippet-snippets
Architecture: source
Version: 0.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team 
Changed-By: Nicholas D Steeves 
Changes:
 yasnippet-snippets (0.9-1) unstable; urgency=medium
 .
   * New upstream version.
   * Update 0002-Declare-correct-ELPA-version.patch to declare this version.
   * Switch to new debhelper-compat method and drop debian/compat.
   * Add 2019 to my copyright years range.
Checksums-Sha1:
 aa26f92a7bcfff0a8269adfaa5632529cbdb7224 2172 yasnippet-snippets_0.9-1.dsc
 8ea447592348c346d82b352ecce1819d09cd3733 77940 
yasnippet-snippets_0.9.orig.tar.xz
 bc2217033f6b1e30ab830a8c729bfd8442d05467 4900 
yasnippet-snippets_0.9-1.debian.tar.xz
 725fb7021a4ec4590b387fd4ac7fb82c4e702334 7767 
yasnippet-snippets_0.9-1_amd64.buildinfo
Checksums-Sha256:
 8d7963c1d93d2cff49f087e927019a8afaab1743050f281941334edf2ca4 2172 
yasnippet-snippets_0.9-1.dsc
 0f01a8eacb71fbd05223f4835115c5d6d98091711b77e6e382aedbfbe9a5bd16 77940 
yasnippet-snippets_0.9.orig.tar.xz
 92b2bff3e1121879aed84ca8d51c72e0adc6cfd26d340c32406e5b1f1fd81e5b 4900 
yasnippet-snippets_0.9-1.debian.tar.xz
 177cc3ef9d8bd9293b0ff0c22f31970df53677bd2fd9364bdf6640c34d2789bf 7767 
yasnippet-snippets_0.9-1_amd64.buildinfo
Files:
 1b75bd56b24d817fa2710fd91e89c4b0 2172 lisp optional 
yasnippet-snippets_0.9-1.dsc
 e60b87ef6c33253537830f4b2bc1de98 77940 lisp optional 
yasnippet-snippets_0.9.orig.tar.xz
 0226eac09994de09ac96292511989c67 4900 lisp optional 
yasnippet-snippets_0.9-1.debian.tar.xz
 4b7af2949d881d2d5c6b3a0cc64b2ef2 7767 lisp optional 
yasnippet-snippets_0.9-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAlxdKwwTHG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYWcrD/43xH0+rE4KicXhfWtZD928cyCif8Ah
9SmFnaj5MeXYsDHbhkMrbxdstaN0cnvvuNKDxMyVOftP/WVPSTlsZ2GowigUL2pe
U0A48Mv6SW7kIOV6tn0ZvIEHJYBTuH/YLujcvMy15uLOET9ScvGjuTSi1/8zkmmD
eis6JhzbZSjE+p3LR06CrTvIuoXtp/k1LiALVGScMt1QcsYXJ/J3zqek5DBOq3vj
pleZWczCvhoqAh5pIvIsS23kuBVG6idyXpG782Tsf9pmtn06TiU1Uriq9LjczTV0
ZSIfJpdpiwjZGGfqgV+MZs3LOn0Gpu2IDD9N7pNr2N1n+pn3JwwlICsLVvUvxXv+
M2bLj2LIdKkyTsqpOxrm2JcI7vLkCDgHZ35S/OFm4d9f/YUyBVokVWIo9OsCxr83
qrCHMg9aRijGtw4tZ0Mx9cVHCCXnrlhiHOKCVEBWQYKBADulq1uyB4RuwTs/rwrU
dztSCRmgEr//XznV636sHlGXBkvLGe/h144xnGuqyrF7ZDtQTOYWNAm/8efX0+fP
ssDKaU1FEaBJEFROM2Nl1G13lPaAZTwL7KNMQ4gCpfcEij0nMaT9F/iFbSBCkDp/
qmq718W0bbB6BlYz3tRGPUhW4mZrilMYObDwCL5SYCqhx04xCCZ5Mv2ok+a/6U/a
fpnXD4KhQwzuFg==
=oHwM
-END PGP SIGNATURE-



Accepted calibre 3.39.1+dfsg-1 (source) into unstable

2019-02-05 Thread Nicholas D Steeves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Feb 2019 14:26:32 -0700
Source: calibre
Architecture: source
Version: 3.39.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Norbert Preining 
Changed-By: Nicholas D Steeves 
Changes:
 calibre (3.39.1+dfsg-1) unstable; urgency=medium
 .
   [ Nicholas D Steeves ]
   * New upstream version 3.39.1+dfsg.
   * Add build dep on >= 0.5.6~ of python-msgpack.  Calibre began to
 require newer than 0.4.8 some time between 3.32.0 and 3.35.  This is
 needed to fix FTBFS when backporting to stretch.
   * Add python-msgpack >= 0.5.6~ dependency to bin:calibre.
   * Clean up trailing whitespace in changelog and control.
   * Fix a line that was too long in extended description.
   * Drop obsolete debian/pycompat.
   * Switch to secure copyright format URL.
   * Add myself to Uploaders.
   * Use secure URL in watch file
   * debian/rules: adjust get-orig-source to remove new location of
 bundled mathjax.
 .
   [ Norbert Preining ]
   * Adjust watch file for version 3 series
   * add css-parser to (build-)depends
Checksums-Sha1:
 82e850ff3b20d1d93e5fad00c6b452208f076e82 2897 calibre_3.39.1+dfsg-1.dsc
 02d168d5e0694cde15f4a88e254bbdab226c8f7c 37397268 
calibre_3.39.1+dfsg.orig.tar.xz
 dbabe78c9eaf097c4baa171b3b68fc27c81fdcff 54076 
calibre_3.39.1+dfsg-1.debian.tar.xz
 7faed487f4bba19554be8457064fbd39d0355dc3 17536 
calibre_3.39.1+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 ef127c40cefac7820a29f7b857a05da855228265cb96e0e019091d0928470742 2897 
calibre_3.39.1+dfsg-1.dsc
 cb3fa471f21e8f1a2536829fdce4daeaf04ebfbed37f72cefc124d8ff2cb850b 37397268 
calibre_3.39.1+dfsg.orig.tar.xz
 9f7f67f9582d0da15cf6625738c707d11efd57570ef01d1b88b7ed5eff9fb00a 54076 
calibre_3.39.1+dfsg-1.debian.tar.xz
 90a00f784c8af252b017d618302a8aac8c8895ea96825273b22f6d2498bb07c2 17536 
calibre_3.39.1+dfsg-1_amd64.buildinfo
Files:
 1822c106cb2ae53b640249cc064157e9 2897 text optional calibre_3.39.1+dfsg-1.dsc
 d6a95e9f2a049f9fb4df61ca04d1b0c9 37397268 text optional 
calibre_3.39.1+dfsg.orig.tar.xz
 fbeda9ed88ea9fb5f0948f8ef2b7c0f3 54076 text optional 
calibre_3.39.1+dfsg-1.debian.tar.xz
 c70a701be5cbbd69a736cdf71a83c79a 17536 text optional 
calibre_3.39.1+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE4qYmHjkArtfNxmcIWogwR199EGEFAlxaC20THG5zdGVldmVz
QGdtYWlsLmNvbQAKCRBaiDBHX30QYcV2D/4yDQj/9rZTLTjPtP7WaVZ7kHEyHGt/
V+wGoUzoGxVDrky+/n7Xw/xaKEfnVmaBYZ/bJh9KtkaVEbSlkux08Q8z70afisDs
77+eCJIsdPYB036Rg+vXXXlvn0Og6hzC2KpnDSHLsbK1rbdHzduohB0ChMWdRHkl
ptwvsQl9xj1qvZvUU73+eekb4YmZ0kRbYDsqZigyKDbzkAT1axWj799ha6rgs3S1
ACDznGEfgzDW46iTkxCIlGngU9aP+DWvxicV/2LN+ug7epcQjf1n+KlHlzZh4sxG
PhPO0s8MYAcjsQw9RhXmudMk1S3+fhla9tlrPRYNAP3vcv342WXt06UkRE//PS9R
6U1Hcb2W9TJbV3OEL+xtAJrt8E7kTUflF5XcEGQXU7tyDFjKIy56+ZZJ2KIxFeVm
hQLwylMrOr2Fq5JatQLPYIeX5s0WEG2T5RXV2Mnsmg+79A8ZM/Zn62GpaxysyMdI
MAhry+MygY4qVhshZs9k5P9CBKS8FB46q5HzV+e4m9Zr2v/X+ecWnaqw17WMThO+
3DCzqX+X9J2miyecFNFQ5GbOnsHXTOvvtl9320NvLnMTB+qSV5/6dj0aVO3mU9ge
Zv4WloZJaie1I3A/8kW2eJU+20LtBOJd7JIkvQx1yZCGr3++sqQmW2tUyPEJIjgj
URTx8O2xAymQUw==
=qnrK
-END PGP SIGNATURE-



  1   2   3   >