~ubuntu-branches/ubuntu/vivid/libxrender/vivid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau, Timo Aaltonen, Julien Cristau
  • Date: 2009-11-25 19:38:16 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091125193816-i8z1czm0p4kzen9g
Tags: 1:0.9.5-1
[ Timo Aaltonen ]
* New upstream release.
* Run autoreconf on build. Add build-deps on automake, libtool
  and xutils-dev.
* Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
* Bump Standards-Version to 3.8.3.
* Move -dbg package to section debug.
* Drop pre-dependency on x11-common from libxrender-dev. This was needed
  for upgrades from sarge.

[ Julien Cristau ]
* Install the libXrender doc in libxrender-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
pkgconfigdir = $(libdir)/pkgconfig
25
25
pkgconfig_DATA = xrender.pc
26
26
 
27
 
EXTRA_DIST = xrender.pc.in autogen.sh
28
 
 
29
 
 
30
 
EXTRA_DIST += ChangeLog
 
27
renderdocdir = $(datadir)/doc/$(PACKAGE)
 
28
dist_renderdoc_DATA = doc/libXrender.txt
 
29
 
 
30
EXTRA_DIST = xrender.pc.in ChangeLog
31
31
MAINTAINERCLEANFILES = ChangeLog
32
32
 
33
33
.PHONY: ChangeLog
34
34
 
35
35
ChangeLog:
36
 
        (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
 
36
        $(CHANGELOG_CMD)
37
37
 
38
38
dist-hook: ChangeLog