~ubuntu-branches/debian/wheezy/dpkg/wheezy

« back to all changes in this revision

Viewing changes to lib/dpkg/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Guillem Jover, Guillem Jover, Raphaël Hertzog, Jonathan Nieder, Steve Langasek, Mark Hymers, Updated programs translations, Updated man page translations, Updated scripts translations, Updated dselect translations
  • Date: 2011-04-01 23:56:54 UTC
  • Revision ID: james.westby@ubuntu.com-20110401235654-8y800dtb75skfrh7
Tags: 1.16.0
[ Guillem Jover ]
* Use DPKG_MAINTSCRIPT_PACKAGE environment variable as package name on
  dpkg-divert when no --package or --local options have been specified.
* Do not allow versions starting with non-digit when doing strict parsing,
  warn otherwise.
* Update dpkg(1) to note that --status-fd output does not contain newlines
  in error messages anymore (this was fixed in 1.15.0).
* Add a new --status-logger option to dpkg, similar to --status-fd but
  instead invoke the command ourselves and feed the status information
  to its standard input. Suggested by Raphaël Hertzog.
* Add missing space in update-alternative --set-selections output.
* Add missing options to update-alternative --help output.
* Count “conffile name is duplicated” for dpkg-deb warning count summary.
* Improve and clarify strings for translation. Closes: #604914
* Prefix all fatal error messages with “error: ”.
* Do not check presence of update-rc.d in the PATH in dpkg, as it's not
  a program needed for dpkg correct operation.
* Fix dpkg -GEO options on multiple versions of the same packages.
  Closes: #31141
* Propagate --admindir to programs run from maintainer scritpts.
  Closes: #97076
* Do not fail when trying to remove the root directory. This will only
  happen either on distributions where dpkg is a foreign package manager,
  or on artificial dpkg databases.
* Always warn when parsing any package control data which does not have
  an Architecture field except for status and status log files when
  packages are not-installed or half-installed.
* By default reject installing packages w/o an Architecture field. They
  now need --force-architecture, dpkg will still warn about them though.
* Fix build failure when passing --disable-nls to configure.
* Do not segfault on “dpkg -i --no-act”.
* Add missing semicolon to the vsnprintf() compat declaration.
  Thanks to Robert Millan. Closes: #612203
* On install for Ubuntu adjust the i386 GNU cpu name in cputable.
  Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #611741
* Sync the info database directory on unpack instead of the temporary
  control information directory, and print the correct pathname on error
  instead of the last file acted on that directory.
* Document in dpkg-query --help output and man page that --list and --show
  arguments are optional.
* Do not read and write the available file unnecessarily.
  Thanks to Michel Lespinasse <walken@zoy.org>. Closes: #397121
* Fix typo in «dpkg-name --overwrite» argument parsing so that it actually
  works at all. Thanks to Ivan Gagis <igagis@gmail.com>. LP: #728708
* Add armhf support to ostable and triplettable. Closes: #594179
* Set the modification time for unpacked symlinks on supported systems.
* Fix undefined value useage in dpkg-genchanges when adding files w/o a
  matching architecture, because they are not present in debian/control,
  this is most commonly the case due to dpkg-distaddfile.
* Terminate immediately on dpkg-divert rename errors instead of propagating
  up the error codes, this improves error reporting and avoids triggering
  leak detectors. Closes: #620380
* When moving a diverted file across filesystems in dpkg-divert, remove
  the source file.

[ Raphaël Hertzog ]
* Fail properly when debian/source/format is empty. Closes: #600854
* Add new deb-src-control(5) manual page documenting the debian/control
  file contained in source packages.
  - it documents the X[SBC]- prefix. Closes: #476335
  - it documents the VCS-* fields too. Closes: #483119
  Thanks to Oxan van Leeuwen <oxan@oxanvanleeuwen.nl> who wrote it
  as part of the Google Code In program.
* Enhance dpkg-shlibdeps to not fail immediatly when a library is not found.
  Instead continue and fail after all problems have been reported. Thanks
  to Chris Baines <cbaines8@gmail.com> for the patch. Closes: #596841
* Fix dpkg-source to not list Debian packaging files as modified
  upstream files in Format "1.0" when unpacking to a non-standard
  directory.
* Apply patch from Colin Watson to let dpkg-buildflags return -O3
  instead of -O2 when building ppc64 packages on Ubuntu. Closes: #612472
* Add new function get_control_path() to Dpkg::Path, it wraps dpkg-query
  --control-path.
* Update dpkg-shlibdeps to be multiarch-ready:
  - use get_control_path() to find symbols/shlibs files
  - parse correctly the output of dpkg --search
* Small fix to support files >2GB in .deb on 64-bit systems. Closes: #616502
  Thanks to Martin Dorey <mdorey@bluearc.com> for the patch.
* dpkg-source now keeps the file ordering in the autogenerated patch when
  regenerating it. Closes: #606080
  Thanks to Colin Watson for the patch.
* dpkg-source now uses a timestamp retrieved from the filesystem when
  resetting the timestamp of patched files so that a time skew when using
  NFS doesn't introduce any inconsistency. Closes: #613023
  Thanks to Jonathan Nieder <jrnieder@gmail.com> for the patch and the
  diagnosis.
* dpkg-source will now remove quilt's .pc directory when --unapply-patches
  is in use. Closes: #591858
* dpkg-source is now a bit less strict when parsing patches:
  - it accepts seeing the same file twice; Closes: #608829
  - it doesn't match on the English text "No newline at end of file" as it
    might be translated in some cases. Closes: #612465
* Improve parser in Dpkg::Control::Hash to not require an empty line
  before the PGP signature. Closes: #617923
  Thanks to Roger Leigh for the initial patch.
* Fix a regression in dpkg-divert where using --rename led to a failure when
  the rename implies crossing file systems. Thanks to Durk Strooisma for
  spotting it.
* Use the correct mtime when installing a file with statoverrides.
  Regression introduced in 1.16.0. LP: #739179
* Remove duplicate word in german translation of dpkg(1). Closes: #616096
* Strip repeated non-significant spaces before and after newlines
  in Uploaders. Closes: #598922
* Ignore whitespaces after options in headers of changelog entries.
  Closes: #605719
* Fix dpkg-source's regression with empty patches (introduced while fixing
  #613023). Closes: #619541

[ Jonathan Nieder ]
* Remove support for use of synchronous sync(2), due to its pernicious
  side-effects and to ease maintenance.
* Clarify that an up-to-date dpkg only needs to be unpacked for
  dpkg-maintscript-helper to work.

[ Steve Langasek ]
* Add new variables to dpkg-architecture, DEB_HOST_MULTIARCH and
  DEB_BUILD_MULTIARCH, that return the "ideal" GNU triplet for each
  architecture which should be used as the path component for library
  installation.

[ Mark Hymers ]
* Add support for Built-Using field. Closes: #619311

[ Updated programs translations ]
* German (Sven Joachim).
* Portuguese (Miguel Figueiredo).
* Spanish (Javier Fernandez-Sanguino).
* Swedish (Peter Krefting).

[ Updated man page translations ]
* German (Helge Kreutzmann).
* Swedish (Peter Krefting).

[ Updated scripts translations ]
* German (Helge Kreutzmann).
* Swedish (Peter Krefting).

[ Updated dselect translations ]
* Spanish (Javier Fernandez-Sanguino).

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        $(srcdir)/Makefile.in $(srcdir)/libdpkg.pc.in trigdeferred.c
42
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
43
am__aclocal_m4_deps = $(top_srcdir)/m4/dpkg-arch.m4 \
 
44
        $(top_srcdir)/m4/dpkg-build.m4 \
44
45
        $(top_srcdir)/m4/dpkg-compiler.m4 \
45
46
        $(top_srcdir)/m4/dpkg-coverage.m4 \
46
47
        $(top_srcdir)/m4/dpkg-funcs.m4 $(top_srcdir)/m4/dpkg-libs.m4 \
93
94
libdpkg_a_AR = $(AR) $(ARFLAGS)
94
95
libdpkg_a_LIBADD =
95
96
am_libdpkg_a_OBJECTS = ar.$(OBJEXT) buffer.$(OBJEXT) cleanup.$(OBJEXT) \
96
 
        command.$(OBJEXT) compress.$(OBJEXT) database.$(OBJEXT) \
97
 
        dbmodify.$(OBJEXT) dir.$(OBJEXT) dump.$(OBJEXT) \
98
 
        ehandle.$(OBJEXT) file.$(OBJEXT) fields.$(OBJEXT) \
99
 
        log.$(OBJEXT) md5.$(OBJEXT) mlib.$(OBJEXT) myopt.$(OBJEXT) \
 
97
        command.$(OBJEXT) compress.$(OBJEXT) dbdir.$(OBJEXT) \
 
98
        dbmodify.$(OBJEXT) debug.$(OBJEXT) dir.$(OBJEXT) \
 
99
        dump.$(OBJEXT) ehandle.$(OBJEXT) fdio.$(OBJEXT) file.$(OBJEXT) \
 
100
        fields.$(OBJEXT) glob.$(OBJEXT) log.$(OBJEXT) md5.$(OBJEXT) \
 
101
        mlib.$(OBJEXT) myopt.$(OBJEXT) namevalue.$(OBJEXT) \
100
102
        nfmalloc.$(OBJEXT) parse.$(OBJEXT) parsehelp.$(OBJEXT) \
101
 
        path.$(OBJEXT) pkg.$(OBJEXT) pkg-array.$(OBJEXT) \
102
 
        pkg-format.$(OBJEXT) pkg-list.$(OBJEXT) pkg-queue.$(OBJEXT) \
103
 
        pkg-show.$(OBJEXT) progress.$(OBJEXT) string.$(OBJEXT) \
104
 
        subproc.$(OBJEXT) tarfn.$(OBJEXT) triglib.$(OBJEXT) \
105
 
        trigdeferred.$(OBJEXT) utils.$(OBJEXT) varbuf.$(OBJEXT) \
106
 
        vercmp.$(OBJEXT)
 
103
        path.$(OBJEXT) pkg.$(OBJEXT) pkg-db.$(OBJEXT) \
 
104
        pkg-array.$(OBJEXT) pkg-format.$(OBJEXT) pkg-list.$(OBJEXT) \
 
105
        pkg-queue.$(OBJEXT) pkg-show.$(OBJEXT) progress.$(OBJEXT) \
 
106
        string.$(OBJEXT) subproc.$(OBJEXT) tarfn.$(OBJEXT) \
 
107
        triglib.$(OBJEXT) trigdeferred.$(OBJEXT) utils.$(OBJEXT) \
 
108
        varbuf.$(OBJEXT) vercmp.$(OBJEXT) version.$(OBJEXT)
107
109
libdpkg_a_OBJECTS = $(am_libdpkg_a_OBJECTS)
108
110
DEFAULT_INCLUDES = 
109
111
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
320
322
AM_CPPFLAGS = \
321
323
        -DLOCALEDIR=\"$(localedir)\" \
322
324
        -DCONFIGDIR=\"$(pkgconfdir)\" \
 
325
        -DADMINDIR=\"$(admindir)\" \
323
326
        -idirafter $(top_srcdir)/lib/compat \
324
327
        -I$(top_builddir) \
325
328
        -I$(top_srcdir)/lib
338
341
        cleanup.c \
339
342
        command.c \
340
343
        compress.c \
341
 
        database.c \
 
344
        dbdir.c \
342
345
        dbmodify.c \
 
346
        debug.c \
343
347
        dir.c \
344
348
        dump.c \
345
349
        ehandle.c \
 
350
        fdio.c \
346
351
        file.c \
347
352
        fields.c \
 
353
        glob.c \
348
354
        i18n.h \
349
355
        log.c \
350
356
        md5.c md5.h \
351
357
        mlib.c \
352
358
        myopt.c \
 
359
        namevalue.c \
353
360
        nfmalloc.c \
354
361
        parse.c \
355
362
        parsehelp.c \
356
363
        path.c \
357
364
        pkg.c \
 
365
        pkg-db.c \
358
366
        pkg-array.c \
359
367
        pkg-format.c \
360
368
        pkg-list.c \
369
377
        trigdeferred.l \
370
378
        utils.c \
371
379
        varbuf.c \
372
 
        vercmp.c
 
380
        vercmp.c \
 
381
        version.c
373
382
 
374
383
pkginclude_HEADERS = \
375
384
        ar.h \
376
385
        buffer.h \
377
386
        command.h \
378
387
        compress.h \
 
388
        debug.h \
379
389
        dir.h \
380
390
        dpkg.h \
381
391
        dpkg-db.h \
 
392
        ehandle.h \
 
393
        fdio.h \
382
394
        file.h \
 
395
        glob.h \
383
396
        macros.h \
384
397
        myopt.h \
 
398
        namevalue.h \
385
399
        parsedump.h \
386
400
        path.h \
387
401
        pkg.h \
411
425
              exit 1;; \
412
426
          esac; \
413
427
        done; \
414
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/dpkg/Makefile'; \
 
428
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/dpkg/Makefile'; \
415
429
        $(am__cd) $(top_srcdir) && \
416
 
          $(AUTOMAKE) --gnu lib/dpkg/Makefile
 
430
          $(AUTOMAKE) --foreign lib/dpkg/Makefile
417
431
.PRECIOUS: Makefile
418
432
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
419
433
        @case '$?' in \
482
496
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cleanup.Po@am__quote@
483
497
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Po@am__quote@
484
498
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Po@am__quote@
485
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/database.Po@am__quote@
 
499
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbdir.Po@am__quote@
486
500
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbmodify.Po@am__quote@
 
501
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@
487
502
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dir.Po@am__quote@
488
503
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dump.Po@am__quote@
489
504
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehandle.Po@am__quote@
 
505
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdio.Po@am__quote@
490
506
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fields.Po@am__quote@
491
507
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
 
508
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glob.Po@am__quote@
492
509
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
493
510
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
494
511
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mlib.Po@am__quote@
495
512
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/myopt.Po@am__quote@
 
513
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/namevalue.Po@am__quote@
496
514
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nfmalloc.Po@am__quote@
497
515
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
498
516
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parsehelp.Po@am__quote@
499
517
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/path.Po@am__quote@
500
518
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkg-array.Po@am__quote@
 
519
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkg-db.Po@am__quote@
501
520
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkg-format.Po@am__quote@
502
521
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkg-list.Po@am__quote@
503
522
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkg-queue.Po@am__quote@
512
531
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
513
532
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/varbuf.Po@am__quote@
514
533
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vercmp.Po@am__quote@
 
534
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
515
535
 
516
536
.c.o:
517
537
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<