File: step304.slog

package info (click to toggle)
debmake-doc 1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,952 kB
  • sloc: makefile: 916; sh: 692; python: 202; ansic: 114; sed: 16
file content (24 lines) | stat: -rw-r--r-- 833 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
 $ rm debian/source/local-options.ex
 $ vim debian/source/local-options
 ... hack, hack, hack, ...
 $ cat debian/source/local-options
single-debian-patch
auto-commit
 $ mv debian/source/local-patch-header.ex debian/source/local-patch-header
 $ vim debian/source/local-patch-header
 ... hack, hack, hack, ...
 $ cat debian/source/local-patch-header
== Patch applied strategy (merge) ==

The source outside of debian/ directory is modified by maintainer and
different from the upstream one:
  * Workflow using dpkg-source commit (commit all to VCS after dpkg-source co...
      https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html#dpkg-source...
  * Workflow described in dgit-maint-merge(7)

Keep this file after updating its content if you use this strategy

A single combined diff, containing all the changes, follows.
===