~ubuntu-branches/ubuntu/lucid/libxpm/lucid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau, Julien Cristau, Brice Goglin
  • Date: 2009-06-10 14:59:30 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090610145930-4n7qeoquz7swwwn6
Tags: 1:3.5.7-2
[ Julien Cristau ]
* Drop -1 debian revisions from build-deps.
* Bump Standards-Version to 3.7.3.
* Drop the XS- prefix from Vcs-* control fields.
* libxpm4{,-dbg} don't need to depend on x11-common.
* Add xpm.PS.gz to the -dev package (closes: #525551).
* Don't handle nostrip in DEB_BUILD_OPTIONS explicitly, dh_strip does the
  right thing.
* Use filter instead of findstring to parse DEB_BUILD_OPTIONS in
  debian/rules.
* Add README.source, bump Standards-Version to 3.8.1.
* Run autoreconf at build time.
* Allow parallel builds.
* Move -dbg package to new debug section.
* Don't pass -l and -L options to dh_shlibdeps, it seems to be useless
  nowadays.

[ Brice Goglin ]
* Add a link to www.X.org and a reference to the upstream module
  in the long description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        $(top_srcdir)/configure.ac
44
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
45
        $(ACLOCAL_M4)
46
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
46
mkinstalldirs = $(install_sh) -d
47
47
CONFIG_HEADER = $(top_builddir)/config.h
48
48
CONFIG_CLEAN_FILES =
49
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
152
152
PATH_SEPARATOR = @PATH_SEPARATOR@
153
153
PKG_CONFIG = @PKG_CONFIG@
154
154
RANLIB = @RANLIB@
155
 
SED = @SED@
156
155
SET_MAKE = @SET_MAKE@
157
156
SHELL = @SHELL@
158
157
STRIP = @STRIP@