~ubuntu-branches/ubuntu/karmic/sbuild/karmic-proposed

« back to all changes in this revision

Viewing changes to bin/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh, Roger Leigh
  • Date: 2009-05-17 15:52:53 UTC
  • mfrom: (8.1.7 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090517155253-fbxadfsyaf940ete
Tags: 0.58.3-1
[ Roger Leigh ]
* New release.
* debian/control:
  - Update to Standards Version 3.8.1.
  - Add buildd package.
  - Add libsbuild-perl package.
  - All packages depend upon libsbuild-perl.
* Add support for appending a tag to version numbers (Closes: #475777).
  Thanks to Timothy G Abbott for this patch.
* When using the --help or --version options, don't abort if not
  in the sbuild group (Closes: #523670).  Group membership is now
  only performed after options parsing, and only if required.
* Allow config files to use $HOME (Closes: #524564).  Thanks to
  James Vega for this patch.
* Restore buildd package.
* Split common library functions into new libsbuild-perl package.
* debian/sbuild.(preinst|postinst|postrm):
  - Remove special cases for versions older than oldstable.  Update
    addition and removal of sbuild group to use return value of getent
    rather than parsing getent output.
  - Use addgroup/delgroup in place of adduser/deluser.
  - Use --system when adding and deleting group, to ensure creation
    of a system group.  Migrate existing non-system group and group
    members if the system group is not present.
  - Handle removal of 50sbuild setup script.
* debian/buildd.(preinst|postinst|postrm): Add maintainer scripts for
  buildd package.  Move configuration file from /etc/buildd.conf to
  /etc/buildd/buildd.conf if present.  Also create buildd user and
  group for running the buildd daemon.
* Sbuild::Conf: Don't default MAINTAINER_NAME to $DEBEMAIL if unset
  in the configuration file (Closes: #520158).
* /etc/schroot/setup.d/50sbuild: Remove.  The setup tasks performed by
  this script are now handled internally by sbuild.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
167
167
SENDMAIL = @SENDMAIL@
168
168
SET_MAKE = @SET_MAKE@
169
169
SHELL = @SHELL@
 
170
SSH = @SSH@
170
171
STRIP = @STRIP@
171
172
SU = @SU@
172
173
SUDO = @SUDO@
174
175
VERSION = @VERSION@
175
176
WANNA_BUILD_CONF = @WANNA_BUILD_CONF@
176
177
WANNA_BUILD_LIBEXEC_DIR = @WANNA_BUILD_LIBEXEC_DIR@
 
178
WANNA_BUILD_SYSCONF_DIR = @WANNA_BUILD_SYSCONF_DIR@
177
179
XARGS = @XARGS@
178
180
abs_builddir = @abs_builddir@
179
181
abs_srcdir = @abs_srcdir@
226
228
        sbuild-checkpackages            \
227
229
        sbuild-update                   \
228
230
        sbuild-upgrade                  \
 
231
        sbuild-distupgrade              \
229
232
        sbuild-shell                    \
230
233
        sbuild-stats                    \
231
234
        sbuild-hold                     \
239
242
        buildd                          \
240
243
        buildd-mail                     \
241
244
        buildd-uploader                 \
 
245
        buildd-vlog                     \
242
246
        buildd-watcher
243
247
 
244
248
sbin_SCRIPTS = \
264
268
        @for dep in $?; do \
265
269
          case '$(am__configure_deps)' in \
266
270
            *$$dep*) \
267
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
268
 
                && exit 0; \
 
271
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
272
                && { if test -f $@; then exit 0; else break; fi; }; \
269
273
              exit 1;; \
270
274
          esac; \
271
275
        done; \
503
507
 
504
508
 
505
509
install-exec-hook:
506
 
# Links for compatibility.
 
510
# Additional directories
507
511
        $(MKDIR_P) "$(DESTDIR)$(sbuildlibexecdir)"
508
512
        $(MKDIR_P) "$(DESTDIR)$(wblibexecdir)"
 
513
        $(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/buildd"
 
514
        $(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/buildd/.ssh"
 
515
        $(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/buildd/build"
 
516
        $(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/buildd/logs"
 
517
        $(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/buildd/mqueue"
 
518
        $(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/buildd/old-logs"
 
519
        $(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/buildd/stats/graphs"
 
520
        $(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/buildd/upload"
 
521
        $(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/buildd/upload-security"
 
522
        $(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/sbuild"
509
523
        $(MKDIR_P) "$(DESTDIR)$(localstatedir)/lib/wanna-build"
510
524
 
 
525
# Links for compatibility.
511
526
        ln -sf "$(bindir)/wanna-build-catdb" "$(DESTDIR)$(bindir)/wanna-build-catgdbm"
512
527
        ln -sf "$(bindir)/wanna-build-catdb" "$(DESTDIR)$(bindir)/wanna-build-catmldbm"
513
528
 
530
545
        ln -sf "$(bindir)/wanna-build" "$(DESTDIR)$(wblibexecdir)/merge-packages"
531
546
 
532
547
        ln -sf "$(bindir)/buildd-mail" "$(DESTDIR)$(bindir)/buildd-mail-wrapper"
 
548
        ln -sf "$(bindir)/sbuild-abort" "$(DESTDIR)$(bindir)/buildd-abort"
533
549
# Tell versions [3.59,3.63) of GNU make to not export all variables.
534
550
# Otherwise a system limit (for SysV at least) may be exceeded.
535
551
.NOEXPORT: