File: README.source

package info (click to toggle)
schroot 1.6.10-12%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,116 kB
  • sloc: cpp: 21,752; sh: 12,891; makefile: 855; ansic: 231; sed: 16
file content (16 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
How the packaging git repository is managed
-------------------------------------------

Since schroot upstream development moved to github, this is now handled
like a normal package with git-buildpackage. The debian/master branch
should match what's in unstable.

We import upstream .orig.tar files with "gbp import-orig
--filter=debian/*" to avoid merge conflicts on the debian directory. The
pristine tarball however is unchanged, since dpkg-source overwrites the
debian directory for us. We also try to use the --upstream-vcs-tag
option of gbp import-orig to keep the upstream history in our git
repository.

The current set of patches is managed in a quilt series with the help
of "gbp pq".