summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2018-11-10 03:41:10 +0000
committerDmitry Bogatov <KAction@debian.org>2018-11-10 03:42:02 +0000
commit016de5c8833588b62b7bed50834116086ac60783 (patch)
tree8154a5b05f6fb99be07683e9585f9aa69ad20c32 /debian/control
parent486f4254b69321ca468f4349c8f8384a651c03ae (diff)
Initial debianization
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fc829c7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: src
+Section: vcs
+Priority: optional
+Maintainer: Dmitry Bogatov <KAction@debian.org>
+Build-Depends: debhelper-compat (= 11),
+Standards-Version: 4.2.1
+Homepage: https://gitlab.com/esr/src
+Vcs-Browser: https://salsa.debian.org/debian/src
+Vcs-Git: https://salsa.debian.org/debian/src.git
+
+Package: src
+Architecture: any
+Depends: python3, rcs, ${misc:Depends}
+Suggests: sccs
+Description: single-file and single-user revision control system
+ This package provides a powerful modern user interface for an RCS
+ (and to some extend, SCCS) backend. It will be familiar to users
+ with modern Subversion, Git, Hg experience, as well as a
+ reasonable introduction to this toolset to novices.
+ .
+ SRC is designed to provide its strength for single-file, single-user
+ version tracking. When it is overkill to make a whole directory and
+ multi-file repository store (under, for example, Git or Hg), src can
+ provide tracking for individual files instead. Examples of such might
+ be your ~/bin scripts, /etc files, personal notes, résumés, and any such
+ file that would be awkward to contain in a wholly separate directory
+ just for version control.