File: README.source

package info (click to toggle)
magic-wormhole 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,716 kB
  • sloc: python: 17,148; javascript: 840; makefile: 30; sh: 23
file content (29 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
magic-wormhole for Debian
-------------------------

This package follows the upstream tarballs from PyPI, not from the git
repository, starting from 0.8.2-1. Upstream decided this is the
official tarball that would be signed with OpenPGP certificates so we
will use that.

Unfortunately that tarball has extra files created by the `setup.py
sdist` command which are not in the original git archive, so we can't
track the git history anymore.

To import and build a new release:

   uscan
   gbp import-orig ../magic-wormhole_0.8.2.orig.tar.gz
   gbp buildpackage

The package is configured to use git-buildpackage but should be also
buildable using ordinary Debian tools.

Also, because I am also contributing upstream, the branch layout may
look a bit unusual to Debian developers:

 * upstream: tarballs imported from upstream (result of git import-orig)
 * debian: debian package development branch
 * master: upstream master development branch

 -- Antoine Beaupré <anarcat@debian.org>, Thu, 15 Dec 2016 10:53:07 -0500