~ubuntu-branches/ubuntu/maverick/schroot/maverick

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2010-01-16 15:52:15 UTC
  • mfrom: (1.1.21 upstream) (2.2.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100116155215-xzm51gxfze63htsl
Tags: 1.4.0-1
* New upstream stable release.
* debian/control: Add ${misc:Depends}.
* Updated it translation.  Thanks to Vincenzo Campanella.
* Updated zh_CN translation.  Thanks to Ji ZhengYu.
* Updated de translattion (Closes: #563818).  Thanks to Holger
  Wansing.
* Updated bash completion script (Closes: #519745).  Thanks to
  Tim Abbott.
* Use boost::filesystem for portable directory iteration,
  removing existing path length restrictions (Closes: #520781).

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        sbuild-chroot-lvm-snapshot      \
37
37
        sbuild-chroot-config            \
38
38
        sbuild-environment              \
39
 
        sbuild-dirstream                \
40
39
        sbuild-keyfile                  \
41
40
        sbuild-lock                     \
42
41
        sbuild-log                      \
59
58
        sbuild-chroot-loopback          \
60
59
        sbuild-chroot-lvm-snapshot      \
61
60
        sbuild-chroot-config            \
62
 
        sbuild-dirstream                \
63
61
        sbuild-environment              \
64
62
        sbuild-keyfile                  \
65
63
        sbuild-log                      \
131
129
sbuild_chroot_config_SOURCES = sbuild-chroot-config.cc
132
130
sbuild_chroot_config_LDADD = libtest.la
133
131
 
134
 
sbuild_dirstream_SOURCES = sbuild-dirstream.cc
135
 
sbuild_dirstream_LDADD = libtest.la
136
 
 
137
132
sbuild_environment_SOURCES = sbuild-environment.cc
138
133
sbuild_environment_LDADD = libtest.la
139
134