~ubuntu-branches/debian/experimental/magithub/experimental

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2017-06-14 14:34:54 UTC
  • Revision ID: package-import@ubuntu.com-20170614143454-cbnq208bzccqmevp
Tags: 0.1.2+20170516.7fd7343-1
Initial release (Closes: #864541)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: magithub
 
2
Section: lisp
 
3
Priority: optional
 
4
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
 
5
Uploaders: Matteo F. Vescovi <mfv@debian.org>
 
6
Build-Depends: debhelper (>= 10),
 
7
 dh-elpa
 
8
Standards-Version: 3.9.8
 
9
Homepage: https://github.com/vermiculus/magithub
 
10
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/magithub.git
 
11
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/magithub.git
 
12
Testsuite: autopkgtest-pkg-elpa
 
13
 
 
14
Package: elpa-magithub
 
15
Architecture: all
 
16
Depends: ${elpa:Depends}, ${misc:Depends},
 
17
 emacsen-common (>= 2.0.8),
 
18
 elpa-s
 
19
Recommends: emacs (>= 46.0)
 
20
Enhances: emacs,
 
21
 emacs24,
 
22
 emacs25
 
23
Built-Using: ${misc:Built-Using}
 
24
Description: Magit interfaces for GitHub  
 
25
 Magithub is an interface to GitHub using the `hub' utility.
 
26
 .
 
27
 Integrated into Magit workflows, Magithub allows very easy,
 
28
 very basic GitHub repository management.
 
29
 Supported actions include:
 
30
 .
 
31
  - pushing brand-new local repositories up to GitHub
 
32
  - creating forks of existing repositories
 
33
  - submitting pull requests upstream
 
34
  - viewing and creating issues
 
35
 .
 
36
 Press `H' in the status buffer to get started -- happy hacking!