File: control

package info (click to toggle)
flashbake 0.27.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 308 kB
  • ctags: 273
  • sloc: python: 2,100; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,145 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
Source: flashbake
Section: vcs
Priority: optional
Maintainer: Abhishek Dasgupta <abhidg@gmail.com>
X-Python-Version: >= 2.5
Build-Depends: debhelper (>= 7.0.50~), python-setuptools, dh-python, python
Standards-Version: 3.9.0
Homepage: https://github.com/commandline/flashbake
Vcs-Git: git://anonscm.debian.org/collab-maint/flashbake.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=collab-maint/flashbake.git;a=summary

Package: flashbake
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 python-enum34 (>=1.0.3), python-feedparser (>=4.1),
 python-setuptools,
 git-core | git (>= 1:1.7)
Description: automated snapshots with git
 Flashbake is a tool which watches files and automatically
 checks them in to a git repository. There is an option to
 wait for a quiescent period before committing the files.
 Various plugins which capture the current context, like
 the weather or the currently playing song can be used to
 customise the commit message to produce a more meaningful
 history.
 .
 Thus it simplifies life for the user by taking off the
 burden of manually committing changes and allowing one
 to focus on the work.