Codebase list ido-ubiquitous / b8839ed
Initial packaging Lev Lamberov 7 years ago
13 changed file(s) with 120 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ido-ubiquitous (3.14-1) unstable; urgency=low
1
2 * Initial release (Closes: #844251)
3
4 -- Lev Lamberov <dogsleg@debian.org> Fri, 4 Nov 2016 18:24:57 +0500
0 Source: ido-ubiquitous
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/DarwinAwardWinner/ido-ubiquitous
10 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/ido-ubiquitous.git/
11 Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/ido-ubiquitous.git
12
13 Package: elpa-ido-ubiquitous
14 Architecture: all
15 Depends: ${elpa:Depends},
16 ${misc:Depends},
17 emacs,
18 elpa-completing-read+ (= ${binary:Version})
19 Recommends: emacs (>= 46.0)
20 Enhances: emacs,
21 emacs24,
22 emacs25
23 Built-Using: ${misc:Built-Using}
24 Description: use ido (nearly) everywhere
25 If you use the excellent `ido-mode' for efficient completion of file names
26 and buffers, you might wonder if you can get ido-style completion everywhere
27 else too. This package replaces stock emacs completion with ido completion
28 wherever it is possible to do so without breaking things.
29
30 Package: elpa-completing-read+
31 Architecture: all
32 Depends: ${elpa:Depends},
33 ${misc:Depends},
34 emacs
35 Recommends: emacs (>= 46.0)
36 Enhances: emacs,
37 emacs24,
38 emacs25
39 Built-Using: ${misc:Built-Using}
40 Description: completing-read-function using ido
41 This package implements the `ido-completing-read+' function, which is a
42 wrapper for `ido-completing-read'. Importantly, it detects edge cases that
43 ordinary ido cannot handle and either adjusts them so ido *can* handle them,
44 or else simply falls back to Emacs' standard completion instead.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: ido-ubiquitous
2 Source: https://github.com/DarwinAwardWinner/ido-ubiquitous
3
4 Files: *
5 Copyright: (C) 2011-2015 Ryan C. Thompson <rct@thompsonclan.org>
6 License: GPL-3+
7
8 Files: debian/*
9 Copyright: (C) 2016 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 <http://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 ido-completing-read+.el
0 From: Lev Lamberov <dogsleg@debian.org>
1 Subject: Remove badge icons from README file
2
3 This patch removes badges icons from README file. These icons are intended
4 rather for developers and are loaded from several external web sites.
5
6 --- a/README.md
7 +++ b/README.md
8 @@ -1,8 +1,5 @@
9 # ido-ubiquitous #
10
11 -[![MELPA Stable](https://stable.melpa.org/packages/ido-ubiquitous-badge.svg)](https://stable.melpa.org/#/ido-ubiquitous)
12 -[![Join the chat at https://gitter.im/DarwinAwardWinner/ido-ubiquitous](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DarwinAwardWinner/ido-ubiquitous?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
13 -
14 Gimme some ido... everywhere! This package replaces stock emacs
15 completion with ido completion wherever it is possible to do so
16 without breaking things.
0 0001-remove-badges.diff
0 #!/usr/bin/make -f
1
2 export DH_VERBOSE = 1
3
4 %:
5 dh $@ --parallel --with elpa
6
7 override_dh_auto_build:
8 @echo skipping upstream build
9
10 override_dh_elpa_test:
11 @echo skipping upstream tests
12
13 .PHONY: override_dh_auto_build override_dh_elpa_test
0 3.0 (quilt)
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%ido-ubiquitous-$1.tar.gz%" \
2 https://github.com/DarwinAwardWinner/ido-ubiquitous/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate