~ubuntu-branches/ubuntu/natty/sbuild/natty-updates

« back to all changes in this revision

Viewing changes to lib/Sbuild/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2010-11-22 16:28:20 UTC
  • mfrom: (8.1.16 upstream) (3.3.9 sid)
  • Revision ID: james.westby@ubuntu.com-20101122162820-usokwmjnyd1m222q
Tags: 0.60.5-1ubuntu1
* Merge from debian unstable (LP: #680099). Remaining changes:
  - bin/sbuild-createchroot: do not install debfoster into the chroots
    because it is in universe and not needed for package building itself.

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
PATH_SEPARATOR = @PATH_SEPARATOR@
213
213
PERL_MODULE_DIR = @PERL_MODULE_DIR@
214
214
PGP = @PGP@
 
215
PIUPARTS = @PIUPARTS@
215
216
PLATFORM = @PLATFORM@
216
217
PS = @PS@
217
218
RELEASE_DATE = @RELEASE_DATE@
302
303
        ChrootInfoSudo.pm       \
303
304
        ResolverBase.pm         \
304
305
        AptitudeResolver.pm     \
 
306
        AptResolver.pm          \
305
307
        InternalResolver.pm     \
306
308
        Conf.pm                 \
307
309
        ConfBase.pm             \