~serge-hallyn/ubuntu/natty/lxc/lxc-fix-3bugs

« back to all changes in this revision

Viewing changes to debian/gbp.conf

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter, Stéphane Graber, Guido Trotter
  • Date: 2010-01-10 10:40:21 UTC
  • mfrom: (1.1.2 upstream) (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100110104021-z8rj5zw5mlvra08l
Tags: 0.6.4-1
[ Stéphane Graber ]
* Upgrade standards-version to 3.8.3
* Drop the copy of etc/* from rules as "etc" is no longer in the tarball

[ Guido Trotter ]
* New Upstream Version
* Update libcap2-dev dependency to libcap-dev
* Install upstream-built man pages via debian/lxc.manpages
* Drop unneeded docbook-utils build dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Configuration file for git-buildpackage and friends
 
2
 
 
3
[DEFAULT]
 
4
# the default build command:
 
5
#builder = debuild -i\.git/ -I.git
 
6
# the default clean command:
 
7
#cleaner = debuild clean
 
8
# the default branch for upstream sources:
 
9
#upstream-branch = upstream
 
10
# the default branch for the debian patch:
 
11
#debian-branch = master
 
12
# the default tag formats used:
 
13
#upstream-tag = upstream/%(version)s
 
14
#debian-tag = debian/%(version)s
 
15
# use pristine-tar:
 
16
#pristine-tar = True
 
17
 
 
18
# Options only affecting git-buildpackage
 
19
[git-buildpackage]
 
20
#upstream-branch = dfsgclean
 
21
# uncomment this to automatically GPG sign tags
 
22
#sign-tags = True
 
23
# keyid to GPG sign tags with
 
24
#keyid = 0xdeadbeef
 
25
# push to a remote repository after a successful tag:
 
26
#posttag = git-push git.example.com
 
27
# use this for more svn-buildpackage like behaviour:
 
28
export-dir = ../build-area/
 
29
tarball-dir = ../tarballs/
 
30
#ignore-new = True
 
31
#export = HEAD
 
32
 
 
33
# Options only affecting git-import-orig
 
34
[git-import-orig]
 
35
#upstream-branch = newupstream
 
36
#debian-branch = dfsgclean
 
37
#filter = .svn
 
38
 
 
39
# Options only affecting git-import-dsc
 
40
[git-import-dsc]
 
41
#upstream-branch = svn-upstream
 
42
#filter = [ 'CVS', '.cvsignore' ]
 
43
 
 
44
# Options only affecting git-dch
 
45
[git-dch]
 
46
#git-log = --no-merges
 
47
#snapshot-number = snapshot + 1
 
48
# include 0 digits of the commit id in the changelog enty
 
49
#id-length = 0
 
50
# don't include information from meta tags
 
51
#meta = False
 
52
# what tags to look for to generate bug-closing changelog entries
 
53
#meta-closes = Closes|LP
 
54
#full = False
 
55