File: README.source

package info (click to toggle)
pyptlib 0.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,228 kB
  • ctags: 406
  • sloc: python: 1,162; makefile: 139
file content (22 lines) | stat: -rw-r--r-- 808 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
README.source for the pyptlib package
=====================================

pyptlib is managed in a Git repository using git-buildpackage.

Upstream tarballs are imported using git-import-orig with:

 * `--pristine-tar` to record upstream tarball,
 * `--upstream-vcs-tag` to link upstream source repository.

Quilt patches are managed using gbp-pq.

Packaging practices also follow most of the advices provided by Russ
Allbery at: <http://www.eyrie.org/~eagle/notes/debian/git.html>

The branches are organized as follow:

  * upstream: tracks the "master" branch of upstream repository [1]
  * patch-queue/*: branches exported to quilt patches (handled by gbp-pq)
  * master: export of patch-queue/* branches and Debian specific changes

[1] <https://git.torproject.org/pluggable-transports/pyptlib.git>