~ubuntu-branches/debian/stretch/aptitude/stretch

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Daniel Hartwig
  • Date: 2012-06-04 10:10:12 UTC
  • mfrom: (4.1.13)
  • Revision ID: package-import@ubuntu.com-20120604101012-07cw1jmk1cppu81y
Tags: 0.6.8-1

* Fix build with g++ 4.7
  Thanks Adrian Lang for the patch (Closes: #672335)
* New binary packages:
  - aptitude-doc-it: Italian documentation (Closes: #674664)
  - aptitude-common: data files and translations
* debian/rules:
  - use dh (debhelper command sequencer)
* Require libapt-pkg 0.9.3 to avoid "Method http has died
  unexpectedly" (Closes: #669322)
* Removed preinst script, the one transition it handled is
  over ten years old.
* New upstream release.
  - Update to tasks support: task packages, multi-arch, syntax

    Task packages (introduced with tasksel 3.0) are
    meta-packages which define the dependencies of tasks.  The
    packages themselves have always worked but the 'tasks'
    grouping policy and '?task' search term did not support
    them.  This update corrects for this.

    As a result of this change to tasksel all Debian tasks now
    function exactly like meta-packages. (Closes: #382631)

    The syntax for installing tasks from the command line has
    been updated.  It now supports specifying an arch and
    requires the same syntax as apt-utils ('^' must be the last
    part of the name).  Examples:

      # aptitude install gnome-desktop^
      # aptitude install ssh-server^:armel

    This avoids ambiguity that may arise when a task and
    package have the same name.
  - Changelog downloading is restored
    (Closes: #669569, LP: #824708)
  - Exit with non-zero status when a package run is
    aborted. (Closes: #293008)
  - Restore candidate version on undo, keep
    (Closes: #529403)
  - Adjust default widths of localized columns:
    broken_count, downloadsize (Closes: #674045)
  - Update package views after 'Cancel pending actions'
    (Closes: #595753)
  - Fix minor errors in documentation. Thanks to Beatrice Torracca
    (Closes: #674675)
  - Fix groff warning in manpage (Closes: #675085)
  - Translation updates:
    + French (Closes: #673827, LP: #642840)
    + German (Closes: #672467, #668875)
    + Simplified Chinese

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
ECHO_T = @ECHO_T@
144
144
EGREP = @EGREP@
145
145
EXEEXT = @EXEEXT@
 
146
FOP = @FOP@
146
147
GLIBMM_CFLAGS = @GLIBMM_CFLAGS@
147
148
GLIBMM_LIBS = @GLIBMM_LIBS@
148
149
GMSGFMT = @GMSGFMT@
193
194
QtGui_CFLAGS = @QtGui_CFLAGS@
194
195
QtGui_LIBS = @QtGui_LIBS@
195
196
RANLIB = @RANLIB@
 
197
RSVG_CONVERT = @RSVG_CONVERT@
196
198
SET_MAKE = @SET_MAKE@
197
199
SHELL = @SHELL@
198
200
SIGC_CFLAGS = @SIGC_CFLAGS@
208
210
VTE_CFLAGS = @VTE_CFLAGS@
209
211
VTE_LIBS = @VTE_LIBS@
210
212
XGETTEXT = @XGETTEXT@
 
213
XSLTPROC = @XSLTPROC@
211
214
abs_builddir = @abs_builddir@
212
215
abs_srcdir = @abs_srcdir@
213
216
abs_top_builddir = @abs_top_builddir@
261
264
top_build_prefix = @top_build_prefix@
262
265
top_builddir = @top_builddir@
263
266
top_srcdir = @top_srcdir@
264
 
SUBDIRS = cs de en es fi fr ja pl po4a
265
 
EXTRA_DIST = aptitude-common.xsl aptitude-html.xsl aptitude-man.xsl aptitude-txt.xsl aptitude.css fixup-text html-to-text
 
267
SUBDIRS = cs de en es fi fr it ja pl po4a
 
268
EXTRA_DIST = aptitude-common.xsl aptitude-html.xsl aptitude-man.xsl aptitude-txt.xsl aptitude.css html-to-text xx/Makefile.am
 
269
PO4AFLAGS = --srcdir=$(top_srcdir)/doc --destdir=$(top_builddir)/doc \
 
270
        --package-name='$(PACKAGE)' --package-version='$(PACKAGE_VERSION)' \
 
271
        --msgid-bugs-address='$(PACKAGE_BUGREPORT)' \
 
272
        $(top_srcdir)/doc/po4a/po4a.cfg
 
273
 
266
274
all: all-recursive
267
275
 
268
276
.SUFFIXES:
605
613
        tags-recursive uninstall uninstall-am
606
614
 
607
615
 
608
 
@USE_PO4A_TRUE@dist distdir: po4a-dist
609
 
 
610
 
@USE_PO4A_TRUE@update-po: po4a-dist
611
 
 
612
 
@USE_PO4A_TRUE@po4a-dist:
613
 
@USE_PO4A_TRUE@ -@cd $(srcdir) && po4a -M utf-8 -k 0 po4a/po4a.cfg
 
616
@HAVE_PO4A_TRUE@dist: update-po
 
617
 
 
618
@HAVE_PO4A_TRUE@update-po:
 
619
@HAVE_PO4A_TRUE@        $(PO4A) --no-backups --force --no-translations $(PO4AFLAGS)
 
620
 
 
621
@HAVE_PO4A_TRUE@po4a:
 
622
@HAVE_PO4A_TRUE@        $(PO4A) --no-backups $(PO4AFLAGS)
 
623
 
 
624
.PHONY: update-po
614
625
 
615
626
# Tell versions [3.59,3.63) of GNU make to not export all variables.
616
627
# Otherwise a system limit (for SysV at least) may be exceeded.