sepia 0.992-8 source package in Ubuntu
Changelog
sepia (0.992-8) unstable; urgency=medium * Team upload. [ Debian Janitor ] * Update standards version to 4.5.0, no changes needed. * Remove constraints unnecessary since stretch: + Build-Depends-Indep: Drop versioned constraint on libtest-expect-perl. [ gregor herrmann ] * debian/watch: use generic pattern with uscan macros. * Explain origin of snippet.el in d/copyright and d/s/lintian-overrides. * Update years of packaging copyright. * Drop runtime dependency on install-info. (Closes: #1013852) * Declare compliance with Debian Policy 4.6.1. * Set Rules-Requires-Root: no. * Bump debhelper-compat to 13. -- gregor herrmann <email address hidden> Sun, 26 Jun 2022 13:07:41 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sepia_0.992-8.dsc | 2.6 KiB | eed423a4e08e86d25311c696f8a6af0756f477ffa3b20ad618d6f9a10e073fdb |
sepia_0.992.orig.tar.gz | 149.0 KiB | 02d4535535b1308c74fc1be4b91b9a2c2642d74f1e7cda18b67f3fde20908f8c |
sepia_0.992-8.debian.tar.xz | 13.6 KiB | 7a6dce5d6bd4e576eb5ec33ffc8058ddab2fb05ebb8c989aa4ee99e39e22fc7f |
Available diffs
- diff from 0.992-7 to 0.992-8 (1.8 KiB)
No changes file available.
Binary packages built by this source
- sepia: Simple Emacs-Perl InterAction
Sepia is a set of features to make Emacs a better tool for Perl
development, including:
.
* an interactive prompt (REPL) for evaluating code;
* cross-referencing to find and navigate between function and
variable definitions and uses;
* variable- and function-name completion.
* eldoc support to echo function arguments in the minibuffer
* functions to simplify POD browsing with Emacs-w3m