Codebase list linum-relative / 03d4814
Initial packaging Lev Lamberov 7 years ago
11 changed file(s) with 88 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 linum-relative (0.4-1) unstable; urgency=low
1
2 * Initial release (Closes: #841002)
3
4 -- Lev Lamberov <dogsleg@debian.org> Sun, 16 Oct 2016 23:28:51 +0500
0 Source: linum-relative
1 Section: lisp
2 Priority: optional
3 Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
4 Uploaders: Lev Lamberov <dogsleg@debian.org>
5 Build-Depends: debhelper (>= 10),
6 dh-elpa
7 Standards-Version: 3.9.8
8 Testsuite: autopkgtest-pkg-elpa
9 Homepage: https://github.com/coldnew/linum-relative
10 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/linum-relative.git/
11 Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/linum-relative.git
12
13 Package: elpa-linum-relative
14 Architecture: all
15 Depends: ${elpa:Depends},
16 ${misc:Depends},
17 emacs
18 Recommends: emacs (>= 46.0)
19 Enhances: emacs,
20 emacs24
21 Built-Using: ${misc:Built-Using}
22 Description: display relative line number in Emacs
23 This package lets you display relative line numbers for current buffer. For the
24 current line it can show any symbol or the real line number. Supports
25 helm-mode.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: linum-relative
2 Source: https://github.com/coldnew/linum-relative
3
4 Files: *
5 Copyright: (c) 2013 Lee Yen-Chin <coldnew.tw@gmail.com>
6 License: GPL-2+
7
8 Files: debian/*
9 Copyright: (C) 2016 Lev Lamberov <dogsleg@debian.org>
10 License: GPL-2+
11
12 License: GPL-2+
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 2 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 <http://www.gnu.org/licenses/>.
25 .
26 On Debian systems, the complete text of the GNU General
27 Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'
0 From: Lev Lamberov <dogsleg@debian.org>
1 Subject: Remove screenshot from README file
2
3 This patch removes screenshot from README file.
4
5 --- a/README.md
6 +++ b/README.md
7 @@ -1,8 +1,6 @@
8 linum-relative.el – display relative line number in emacs.
9 ==========================================================
10
11 -![Screenshot](https://github.com/coldnew/linum-relative/raw/master/screenshot/screenshot1.jpg)
12 -
13 linum-relative lets you display relative line numbers for current buffer.
14
15
0 0001-remove-screenshot.diff
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --parallel --with elpa
0 3.0 (quilt)
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%linum-relative-$1.tar.gz%" \
2 https://github.com/coldnew/linum-relative/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate