File: README.source

package info (click to toggle)
telepathy-spec 0.27.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,420 kB
  • sloc: xml: 33,793; python: 1,093; makefile: 110; sh: 11
file content (19 lines) | stat: -rw-r--r-- 548 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
Packaging using git
===================

The repository contains an appropriate debian/gbp.conf to build this package
using git-buildpackage. The debian branch contains the latest upstream
versions.

Here's how to build it:

    git clone git://git.debian.org/git/pkg-telepathy/telepathy-spec
    cd telepathy-spec
    git checkout debian
    git-buildpackage -us -uc

The branch 'upstream' is a copy of the contents of upstream tarballs. To import
upstream tarballs use:

    git checkout debian
    git-import-orig ~/telepathy-spec-0.17.x.tar.gz