File: README.source

package info (click to toggle)
gmime 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,248 kB
  • sloc: ansic: 45,677; sh: 4,284; makefile: 545; python: 8; perl: 6
file content (32 lines) | stat: -rw-r--r-- 1,083 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
23
24
25
26
27
28
29
30
31
32
This package is maintained with git-buildpackage in the git repo as
indicated in the Vcs-* fields in debian/control.

The debian packaging git repository incorporates upstream's git
history as well, which is found at https://github.com/jstedfast/gmime.

You can configure a sensible local working copy with:

    git clone https://anonscm.debian.org/git/collab-maint/gmime.git
    cd gmime
    for x in upstream pristine-tar experimental master; do
        git checkout $x
    done
    git remote add github https://github.com/jstedfast/gmime
    git remote update github

The simplest way to discover/fetch a new tarball is:

    uscan --verbose

Then you can import it while merging with upstream via:

    gbp import-orig ../gmime_${newversion}.orig.tar.xz

Building a new package from the master branch looks like:

    gbp buildpackage --changes-option=-S --git-tag

See debian/gbp.conf and debian/watch for details about how the
packaging git repository is integrated with upstream development.

 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>, Mon, 22 May 2017 12:49:29 -0400