File: README.source

package info (click to toggle)
obfsproxy 0.2.13-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 640 kB
  • sloc: python: 4,568; makefile: 11; sh: 8
file content (22 lines) | stat: -rw-r--r-- 816 bytes parent folder | download | duplicates (4)
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 obfsproxy package
=======================================

obfsproxy 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/obfsproxy.git>