Codebase list magit-todos / debian/1.5.1-1
Release 1.5.1-1 Lev Lamberov 4 years ago
10 changed file(s) with 120 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 magit-todos (1.5.1-1) unstable; urgency=medium
1
2 * Initial release (Closes: #951450)
3
4 -- Lev Lamberov <dogsleg@debian.org> Sun, 16 Feb 2020 22:00:13 +0500
0 Source: magit-todos
1 Section: vcs
2 Priority: optional
3 Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
4 Uploaders: Lev Lamberov <dogsleg@debian.org>
5 Build-Depends: debhelper-compat (= 12),
6 dh-elpa
7 Standards-Version: 4.5.0
8 Rules-Requires-Root: no
9 Homepage: https://github.com/alphapapa/magit-todos
10 Vcs-Browser: https://salsa.debian.org/emacsen-team/magit-todos
11 Vcs-Git: https://salsa.debian.org/emacsen-team/magit-todos.git
12
13 Package: elpa-magit-todos
14 Architecture: all
15 Depends: ${elpa:Depends},
16 ${misc:Depends}
17 Recommends: emacs (>= 46.0)
18 Enhances: emacs
19 Description: show source file TODOs in Magit
20 This package displays keyword entries from source code comments and Org files
21 in the Magit status buffer. Activating an item jumps to it in its file. By
22 default, it uses keywords from `hl-todo', minus a few (like "NOTE").
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: magit-todos
2 Source: https://github.com/alphapapa/magit-todos
3
4 Files: *
5 Copyright: (C) 2018 Adam Porter <adam@alphapapa.net>
6 License: GPL-3+
7
8 Files: debian/*
9 Copyright: (C) 2020 Lev Lamberov <dogsleg@debian.org>
10 License: GPL-3+
11
12 License: GPL-3+
13 This program is free software: you can redistribute it and/or modify
14 it under the terms of the GNU General Public License as published by
15 the Free Software Foundation, either version 3 of the License, or
16 (at your option) any later version.
17 .
18 This program is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU General Public License for more details.
22 .
23 You should have received a copy of the GNU General Public License
24 along with this program. If not, see <https://www.gnu.org/licenses/>.
25 .
26 On Debian systems, the complete text of the GNU General
27 Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'
0 README.org
0 From: Lev Lamberov <dogsleg@debian.org>
1 Subject: Remove badge icons and screenshots from README file
2
3 This patch removes badges icons and screenshots from README file.
4 These icons are intended rather for developers. They are loaded from
5 several external web sites and not included in the original source.
6
7 --- a/README.org
8 +++ b/README.org
9 @@ -1,11 +1,5 @@
10 -#+BEGIN_HTML
11 -<a href=https://alphapapa.github.io/dont-tread-on-emacs/><img src="dont-tread-on-emacs-150.png" align="right"></a>
12 -#+END_HTML
13 -
14 * magit-todos
15
16 - [[https://melpa.org/#/magit-todos][file:https://melpa.org/packages/magit-todos-badge.svg]] [[https://stable.melpa.org/#/magit-todos][file:https://stable.melpa.org/packages/magit-todos-badge.svg]]
17 -
18 This package displays keyword entries from source code comments and Org files in the Magit status buffer. Activating an item jumps to it in its file. By default, it uses keywords from [[https://github.com/tarsius/hl-todo][hl-todo]], minus a few (like =NOTE=).
19
20 ** Contents
21 @@ -18,30 +12,6 @@ This package displays keyword entries fr
22 - [[#changelog][Changelog]]
23 - [[#credits][Credits]]
24
25 -** Screenshots
26 -
27 -[[screenshots/matrix.png]]
28 -
29 -Items from Org files can be displayed, and can be fontified like in Org buffers:
30 -
31 -[[screenshots/fancy-org.png]]
32 -
33 -Items can also be automatically grouped in a customizable way, which can be helpful in large repos:
34 -
35 -[[screenshots/emacs-grouped.png]]
36 -
37 -This shows grouping items by the first path component, then keyword, then filename, and with optional keyword header fontification:
38 -
39 -[[screenshots/emacs-grouped-by-path.png]]
40 -
41 -Items in =KEYWORD(username):= format are also read:
42 -
43 -[[screenshots/thiderman.png]]
44 -
45 -Items specific to the current branch (or =git diff=) can be displayed in a separate list:
46 -
47 -[[screenshots/branch-list.png]]
48 -
49 ** Installation
50 :PROPERTIES:
51 :TOC: 0
0 0001-clean-documentation.diff
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --with elpa
0 3.0 (quilt)
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%magit-todos-$1.tar.gz%" \
2 https://github.com/alphapapa/magit-todos/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate