File: control

package info (click to toggle)
github-backup 1.20170301-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 448 kB
  • sloc: haskell: 3,858; makefile: 27; sh: 9
file content (35 lines) | stat: -rw-r--r-- 1,110 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
Source: github-backup
Section: utils
Priority: optional
Build-Depends: 
	debhelper (>= 10),
	ghc,
	git,
	libghc-github-dev (>= 0.15.0),
	libghc-missingh-dev,
	libghc-hslogger-dev,
	libghc-pretty-show-dev,
	libghc-ifelse-dev,
	libghc-exceptions-dev,
	libghc-transformers-dev,
	libghc-unix-compat-dev,
	libghc-optparse-applicative-dev,
	libghc-vector-dev,
	libghc-utf8-string-dev,
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/collab-maint/github-backup.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/github-backup.git
Homepage: https://github-backup.branchable.com/

Package: github-backup
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, git
Description: backs up data from GitHub
 github-backup is a simple tool you run in a git repository you cloned from
 GitHub. It backs up everything GitHub publishes about the repository,
 including other forks, issues, comments, wikis, milestones, pull requests,
 and watchers.
 .
 Also includes gitriddance, which can be used to close all open issues and
 pull requests.