File: patch-header

package info (click to toggle)
git-annex-el 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 76 kB
  • sloc: lisp: 125; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
The Debian packaging of git-annex-el is maintained using dgit.  For the
sake of an efficient workflow, Debian modifications to the upstream
source are squashed into a single diff, rather than a series of quilt
patches.  To obtain a patch queue for package version 1.2.3-1:

    # apt-get install dgit
    % dgit clone git-annex-el
    % cd git-annex-el
    % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian'

See dgit(1), dgit(7) and dgit-maint-merge(7) for more information.