Codebase list debpaste-el / e92bb1e
initial Debianisation Sean Whitton 7 years ago
9 changed file(s) with 81 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 debpaste-el (0.1.5-1) UNRELEASED; urgency=medium
1
2 * Initial release.
3
4 -- Sean Whitton <spwhitton@spwhitton.name> Tue, 10 Jan 2017 11:38:48 -0700
0 Source: debpaste-el
1 Section: lisp
2 Priority: optional
3 Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
4 Uploaders: Sean Whitton <spwhitton@spwhitton.name>
5 Build-Depends: debhelper (>= 10),
6 dh-elpa
7 Standards-Version: 3.9.8
8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/debpaste-el.git/
9 Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/debpaste-el.git
10 Homepage: http://github.com/alezost/debpaste.el
11
12 Package: elpa-debpaste
13 Architecture: all
14 Depends: ${elpa:Depends}, ${misc:Depends},
15 emacs
16 Recommends: emacs (>= 46.0)
17 Enhances: emacs,
18 emacs24,
19 emacs25
20 Built-Using: ${misc:Built-Using}
21 Description: paste.debian.net client for Emacs
22 This package provides an Emacs interface for receiving, posting and
23 deleting pastes from <http://paste.debian.net/>.
24 .
25 Basic interactive commands:
26 - `debpaste-display-paste',
27 - `debpaste-paste-region',
28 - `debpaste-delete-paste'.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: debpaste-el
2 Source: http://github.com/alezost/debpaste.el
3
4 Files: *
5 Copyright: (C) 2013-2014 Alex Kost <alezost@gmail.com>
6 License: GPL-3+
7
8 Files: debian/*
9 Copyright: (C) 2017 Sean Whitton <spwhitton@spwhitton.name>
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 [DEFAULT]
1 # upstream-branch = upstream
2 debian-branch = master
3 upstream-tag = v%(version)s
4 debian-tag = debian/%(version)s
5
6 compression = xz
7 compression-level = 9
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%debpaste.el-$1.tar.gz%" \
2 https://github.com/alezost/debpaste.el/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate