~ubuntu-branches/ubuntu/precise/gnuradio/precise

« back to all changes in this revision

Viewing changes to .gbp.conf

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2010-03-13 07:46:01 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313074601-zjsa893a87bozyh7
Tags: 3.2.2.dfsg-1ubuntu1
* Fix build for Ubuntu lucid (LP: #260406)
  - add binary package dep for libusrp0, libusrp2-0: adduser
  - debian/rules clean: remove pre-built Qt moc files

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 = dfsg-orig
 
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/gnuradio/
 
29
#tarball-dir = ../tarballs/
 
30
 
 
31
# Options only affecting git-import-orig
 
32
[git-import-orig]
 
33
#upstream-branch = newupstream
 
34
#debian-branch = dfsgclean
 
35
#filter = .svn
 
36
 
 
37
# Options only affecting git-import-dsc
 
38
[git-import-dsc]
 
39
#upstream-branch = svn-upstream
 
40
#filter = [ 'CVS', '.cvsignore' ]
 
41
 
 
42
# Options only affecting git-dch
 
43
[git-dch]
 
44
#git-log = --no-merges
 
45
#snapshot-number = snapshot + 1
 
46