File: control

package info (click to toggle)
ghp-import 0.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • ctags: 40
  • sloc: python: 229; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,056 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: ghp-import
Section: python
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Andrew Starr-Bochicchio <asb@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools
Standards-Version: 3.9.8
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/ghp-import/trunk/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/ghp-import/trunk/
Homepage: https://github.com/davisp/ghp-import

Package: ghp-import
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Enhances: python-pelican
Description: Easily import docs to your gh-pages branch
 ghp-import is a Python script meant to make using GitHub's gh-pages
 branches for hosting documentation simple.
 .
 Inside your repository just run `ghp-import $DOCS_DIR` where $DOCS_DIR
 is the path to the built documentation. This will write a commit to your
 gh-pages branch with the current documents in it.