~ubuntu-branches/ubuntu/hardy/sbuild/hardy

« back to all changes in this revision

Viewing changes to sbuild.conf

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2005-04-01 21:23:30 UTC
  • mfrom: (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050401212330-lnjvuwrm9urpy54l
Tags: 0.35
Michael Banck:

* bin/abort-current-build: Remove the `-B' from the grep line as
  `sbuild -s' does not pass that option to dpkg-configure and abort-
  current-build fails in that case.
* sbuild: Set the locale to `POSIX' to make debconf and debhelper calls in
  the chroot not spew out locale warnings all the time.
  (closes: #287672)
* sbuild: Removed check for specific distributions. Instead, fail if
  build/chroot-$dist is not there.
* sbuild: Only override Distribution in .changes if specified as option on
  the command-line.
  (closes: #300145)
* sbuild: Specify full path for Dir::Etc::main and Dir::Etc::parts.
* example.sbuildrc: Clarify that $maintainer_name is not mandatory and
  overrides Maintainer: field, whereas $uploader_name overrides
  the Changed-By: field in changes.
* Applied patch by Santiago Vila:
  - Moves scripts from /usr/lib/sbuild to /usr/share/sbuild and modifies
    all callers accordingly.
  - Add -n option to tail to comply with POSIX.
  - Call /usr/sbin/sendmail instead of /usr/lib/sendmail.
  (closes: #292717)
* sbuild: Tolerate '0' as version number, thanks Santiago Vila.
  (closes: #300205)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#
6
6
# commented out stuff are defaults
7
7
#
8
 
# $Id: sbuild.conf,v 1.51 2001/12/17 09:17:58 rnhodek Exp $
 
8
# $Id: sbuild.conf,v 1.2 2005/03/30 23:45:03 mbanck Exp $
9
9
#
10
10
 
11
11
# Name of log sender
31
31
# "successful", and "always"
32
32
#$purge_build_directory="successful";
33
33
 
34
 
# Hack a "frozen" into the Distribution: line if compiling for frozen
35
 
#$hack_changes_for_frozen = 1;
36
 
 
37
34
# PGP-related option to pass to dpkg-buildpackage. Usually neither .dsc
38
35
# nor .changes files shall be signed automatically.
39
36
#$pgp_options = "-us -uc";
50
47
        atlas => 300,
51
48
        glibc => 1000,
52
49
        xfree86 => 1000,
53
 
        gcc-3.0 => 300
 
50
        gcc-3.0 => 300,
 
51
        kwave => 600
54
52
);
55
53
 
56
54
# Binaries for which the access time is controlled if they're not listed as
112
110
# defined, a random provider will be used)
113
111
%alternatives = (
114
112
        "info-browser"                  => "info",
115
 
        "httpd"                                 => "apache",
 
113
        "httpd"                         => "apache",
116
114
        "postscript-viewer"             => "ghostview",
117
 
        "postscript-preview"    => "psutils",
 
115
        "postscript-preview"            => "psutils",
118
116
        "www-browser"                   => "lynx",
119
 
        "awk"                                   => "gawk",
120
 
        "c-shell"                               => "tcsh",
121
 
        "wordlist"                              => "wenglish",
122
 
        "tclsh"                                 => "tcl8.2",
123
 
        "wish"                                  => "tk8.2",
 
117
        "awk"                           => "gawk",
 
118
        "c-shell"                       => "tcsh",
 
119
        "wordlist"                      => "wenglish",
 
120
        "tclsh"                         => "tcl8.3",
 
121
        "wish"                          => "tk8.3",
124
122
        "c-compiler"                    => "gcc",
125
 
        "fortran77-compiler"    => "g77",
 
123
        "fortran77-compiler"            => "g77",
126
124
        "java-compiler"                 => "jikes",
127
 
        "libc-dev"                              => "libc6-dev",
128
 
        "libgl-dev"                             => "xlibmesa-dev",
 
125
        "libc-dev"                      => "libc6-dev",
 
126
        "libgl-dev"                     => "xlibmesa-dev",
129
127
        "libncurses-dev"                => "libncurses5-dev",
130
 
        "libz-dev"                              => "zlib1g-dev",
 
128
        "libz-dev"                      => "zlib1g-dev",
131
129
        "libg++-dev"                    => "libg++2.8.1.3-glibc2.1-dev",
132
 
        "emacsen"                               => "emacs20",
133
 
        "mail-transport-agent"  => "ssmtp",
 
130
        "emacsen"                       => "emacs21",
 
131
        "mail-transport-agent"          => "ssmtp",
134
132
        "mail-reader"                   => "mailx",
135
 
        "news-transport-system" => "inn",
 
133
        "news-transport-system"         => "inn",
136
134
        "news-reader"                   => "nn",
137
 
        "pgp"                                   => "pgp-i",
138
 
        "xserver"                               => "xserver-xfree86",
139
 
        "libpng-dev"                    => "libpng2-dev",
140
 
        "mysql-dev"                             => "libmysqlclient10-dev",
 
135
        "pgp"                           => "pgp-i",
 
136
        "xserver"                       => "xserver-xfree86",
 
137
        "libpng-dev"                    => "libpng12-0-dev",
 
138
        "mysql-dev"                     => "libmysqlclient10-dev",
141
139
        "giflib-dev"                    => "libungif4-dev",
142
140
        "freetype2-dev"                 => "libttf-dev"
143
141
);
144
142
 
145
 
@no_auto_upgrade = qw(dpkg apt bash libc6 libc6-dev);
 
143
@no_auto_upgrade = qw(dpkg apt bash libc6 libc6-dev dpkg-dev);
146
144
 
147
145
# Some programs called by sbuild:
148
146
 
149
 
#$mailprog = "/usr/lib/sendmail";
 
147
#$mailprog = "/usr/sbin/sendmail";
150
148
#$dpkg = "/usr/bin/dpkg";
151
149
#$sudo = "/usr/bin/sudo";
 
150
# change to /usr/bin/sudo if you don't have fakeroot
152
151
#$fakeroot = "/usr/bin/fakeroot";
153
152
#$apt_get = "/usr/bin/apt-get";
154
153