Codebase list org-drill / 11a8954
initial debianization Thomas Koch 3 years ago
8 changed file(s) with 78 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 org-drill (2.7.0+20200412+dfsg1-1) unstable; urgency=medium
1
2 * Initial release. (Closes: #947017)
3
4 -- Thomas Koch <thomas@koch.ro> Sun, 1 Nov 2020 20:09:06 +0100
0 Source: org-drill
1 Section: lisp
2 Priority: optional
3 Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
4 Uploaders: Thomas Koch <thomas@koch.ro>
5 Build-Depends: debhelper-compat (= 13),
6 dh-elpa,
7 elpa-assess,
8 elpa-persist,
9 elpa-seq
10 Standards-Version: 4.5.0
11 Vcs-Browser: https://salsa.debian.org/emacsen-team/org-drill
12 Vcs-Git: https://salsa.debian.org/emacsen-team/org-drill.git
13 Homepage: https://gitlab.com/phillord/org-drill
14 Testsuite: autopkgtest-pkg-elpa
15 Rules-Requires-Root: no
16
17 Package: elpa-org-drill
18 Architecture: all
19 Depends: ${elpa:Depends}, ${misc:Depends}
20 Recommends: emacs (>= 46.0)
21 Enhances: emacs
22 Description: emacs org-mode contrib for self-testing using spaced repetition
23 Org-Drill is an extension for Org-mode. Org-Drill uses a spaced
24 repetition algorithm to conduct interactive "drill sessions",
25 using org files as sources of facts to be memorised. Each topic
26 is treated as a "flash card". The material to be remembered is
27 presented to the student in random order. The student rates
28 his or her recall of each item, and this information is used to
29 schedule the item for later revision.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: org-drill
2 Source: https://gitlab.com/phillord/org-drill
3
4 Files: *
5 Copyright: (C) 2018-2019 Phillip Lord
6 (C) 2010-2015 Paul Sexton
7 License: GPL-3+
8
9 License: GPL-3+
10 This program is free software: you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation, either version 3 of the License, or
13 (at your option) any later version.
14 .
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
19 .
20 You should have received a copy of the GNU General Public License
21 along with this program. If not, see <https://www.gnu.org/licenses/>.
22 .
23 On Debian systems, the complete text of the GNU General
24 Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'
25
0 README.md
1 org-drill.org
2
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --with elpa
4
5 override_dh_auto_build:
6 /bin/true
7
8 override_dh_auto_install:
9 /bin/true
0 3.0 (quilt)
0 version=4
1 opts="mode=git" https://gitlab.com/phillord/org-drill.git refs/tags/v([\d\.\d\.]+) debian