~ubuntu-branches/ubuntu/lucid/sbuild/lucid

« back to all changes in this revision

Viewing changes to lib/Buildd/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh, Roger Leigh
  • Date: 2009-05-19 22:16:46 UTC
  • mfrom: (8.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090519221646-iyxt2sohtaxtwgjr
Tags: 0.58.4-1
[ Roger Leigh ]
* New release. 
* sbuild:
  - A $purge_build_deps configuration option, and --purge-deps
    command-line option have been added to control build-dependency
    removal (Closes: #528312).
  - Use the isin function from the Sbuild module (Closes: #529470).
    Thanks to Gustavo Noronha Silva for spotting this.
* Sbuild:
  - Use Filesys::Df (libfilesys-df-perl) in place of invoking /bin/df
    and parsing its output.  This is more robust and efficient, and
    works whatever the user environment (Closes: #509133).

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        $(top_srcdir)/scripts/global.mk
77
77
subdir = lib/Buildd
78
78
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79
 
am__aclocal_m4_deps = $(top_srcdir)/m4/sbuild_release.m4 \
80
 
        $(top_srcdir)/configure.ac
 
79
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
81
80
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
82
81
        $(ACLOCAL_M4)
83
82
mkinstalldirs = $(install_sh) -d
150
149
RM = @RM@
151
150
SBUILD_CONF = @SBUILD_CONF@
152
151
SBUILD_LIBEXEC_DIR = @SBUILD_LIBEXEC_DIR@
153
 
SBUILD_MAJOR_VERSION = @SBUILD_MAJOR_VERSION@
154
 
SBUILD_MICRO_VERSION = @SBUILD_MICRO_VERSION@
155
 
SBUILD_MINOR_VERSION = @SBUILD_MINOR_VERSION@
156
152
SBUILD_SYSCONF_DIR = @SBUILD_SYSCONF_DIR@
157
 
SBUILD_VERSION = @SBUILD_VERSION@
158
153
SCHROOT = @SCHROOT@
159
154
SCHROOT_CONF = @SCHROOT_CONF@
160
155
SCHROOT_SYSCONF_DIR = @SCHROOT_SYSCONF_DIR@