~m-grant-prg/bintray-debian-upload/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Mark Grant
  • Date: 2021-03-12 15:51:31 UTC
  • mfrom: (1.1.8)
  • Revision ID: m.grant.prg@gmail.com-20210312155131-qx57c923oho6t2yv
Merge new upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bintray Debian Package Upload
3
3
=============================
4
4
 
5
 
Author - Copyright (C) 2018-2019 Mark Grant
 
5
Author - Copyright (C) 2018-2020 Mark Grant
6
6
 
7
7
--------
8
8
Contents
34
34
At a source modification / development level, this project expects to reside in
35
35
a git environment. This manifests itself in 2 places:-
36
36
1) ... .gitignore files are included in the source.
37
 
2) ... The make target, 'srctarball', relies on the command 'git am' so it will
38
 
        fail if git is not installed or it is not in a git repository.
 
37
2) ... The make target, 'srctarball', relies on the command 'git archive' so it
 
38
        will fail if git is not installed or it is not in a git repository.
39
39
 
40
40
 
41
41
-------------------------------------------------