2004-06-24  David Schleef  <ds@schleef.org>

	* debian/changelog: upload 0.16
	* debian/control: conflict with broken pkg-config
	* dpkg-cross.pl: revert PKG_CONFIG_LIBDIR change

2004-06-23  Nikita V. Youshchenko <yoush@cs.msu.su>

	* dpkg-cross.pl: use $crossprefix-gcc -E as preprocessor if
	  $crossprefix-cpp is not available

2004-06-22  Raphael Bossek <bossekr@debian.org>

	* dpkg-buildpackage: moved implementation for setup_cross_env() and
	  related variables to dpkg-cross.pl as part of 
	* dpkg-cross.pl: documentation. dpkg-shlibdeps specific implementation
	  removed. Using new variable name convention for local definitions
	  my $name_. Support for pre-processor (CPP) crossprefix for MAKEFLAGS
	  added. Fixed pkg-config's PKG_CONFIG_LIBDIR to PKG_CONFIG_PATH.
	  General implementation for calling diverted application otherwise
	  setup $arch (dpkgcross_application()). Substitution works without
	  warning if an environment variable is defined but empty in sence of
	  a string. Fixed $crossroot initialisation if $default_arch is used
	  for $arch after reading the configuration.
	* dpkg-cross: fixed command line options parsing. Fixed usage of
	  $default_arch if ARCH or $arch are not set.
	* dh_strip, dpkg-shlibdeps: using dpkgcross_application() as wrapper
	  for dpkg-buildpackage -a<arch> and calling the diverted application.

2004-06-21  Nikita V. Youshchenko <yoush@cs.msu.su>

	* Makefile: don't remove autoconf/m4 in clean target because it's in
	  CVS
	* dpkg-cross-convert.1, dpkg-cross.1, cross-compile.5: removed - those
	  files are now generated from DocBook source
	* Makefile: remove $(MAN1) and $(MAN5) in clean target
	* dpkg-cross.sgml: minor editing
	* debian/control: Build-Depend on docbook-to-man
	* dpkg-cross: minor editing of --help text

2004-06-18  Raphael Bossek <bossekr@debian.org>

	* dpkg-cross-convert.sgml, dpkg-cross.sgml, cross-compile.sgml: DocBook
	  SGML based manual page documentation introduced. This should simplify
	  future work; http://www.docbook.org. Fixed some documentation errors.
	* autoconf/autogen.sh: fixed usage of GNU AutoTools by reordering the call
	  flow and removing unneeded tools.
	* autoconf/configure.ac: a more clean implementation based on the latest
	  GNU Autoconf documentation.
	* autoconf/Makefile.am: setup for new GNU AutoTools.
	* autoconf/config.guess, autoconf/config.sub: removed. autogen.sh have
	  to be called. Debian package `autotools-dev' should be installed in
	  this case.
	* Makefile: clean of autoconf directory. Creation for manual pages if
	  SGML files change. Extended the clean target so the autoconf directory
	  keeps clean and will not be archived. autogen.sh have to called first if
	  an new configuration is required.
	* dpkg-cross: don't forget about -A in --help output 

2004-06-16  Nikita V. Youshchenko <yoush@cs.msu.su>

	* Makefile, dh_strip: added a script by Raphael Bossek, based on dh_strip
	  from debhelper, that tries to use correct strip binary for
	  cross targets
	* debian/{preinst, postrm}: divert dh_strip
	* dpkg-cross, dpkg-buildpackage: removed checks for old-style
	  installation
	* dpkg-shlibdeps: removed setting of unused variable $arch_elf

2004-06-16  Nikita V. Youshchenko <yoush@cs.msu.su>

	* dpkg-cross: updated copyright information.
	* cross-compile.1: documented ~/.dpkg/cross-compile.
	* debian/rules: removed most commented lines - those just pollute the
	  file and make it less readable.
	* dpkg-cross.pl: removed calls to setup() and read_config() and
	  setting of $arch_elf - that broke dpkg-cross -b.

2004-06-15  Raphael Bossek <bossekr@debian.org>

	* dpkg-buildpackage.in: renamed to dpkg-buildpackage.
	* dpkg-cross-convert.in: renamed to dpkg-cross-convert.
	* dpkg-cross.in: renamed to dpkg-cross.
	* dpkg-shlibdeps.in: renamed to dpkg-shlibdeps.
	* confinit, conf.sed, confsub: removed due to introduction of the
	  dpkg-cross.pl package.
	* dpkg-buildpackage, dpkg-cross-convert, dpkg-cross, dpkg-shlibdeps:
	  instead of substitude the implementation by sed the dpkg-cross.pl
	  package is required. Also the Roman's email and copyright notice
	  updated.
	* dpkg-cross.pl: new introduced file as replacement for sed
	  substitution. Contains common used functions and variables
	  required by the dpkg-cross tools.
	* dpkg-shlibdeps: using find_objdump() from dpkg-cross.pl. Fixed storage
	  of shared libraries and whose package resolve.
	* Makefile: file substitution removed and installationm of dpkg-cross.pl
	  package added. Installation of configuration files moved from
	  debian/rules.
	* debian/rules, debian/postinst, debian/postrm, debian/preinst: updated
	  version based on dh_make template.
	* debian/postrm: removing divertion of dpkg-cross applications.
	* debian/rules: installation routine moved to Makefile.
	* debian/control: maintainer field updated.
	* debian/copyright: more details on the copyright chistory added.
	* debian/conffiles: file removed because new debhelper (DH_COMPAT=3)
	  tools classified configuration files at its own.

=== release 1.15 ===

2004-06-14  David Schleef  <ds@schleef.org>

	* cross-compile.5: Change section, noticed by lintian
	* debian/changelog: Upload 1.15
	* debian/conffiles: Add cygwin-i386, noticed by lintian

2004-06-08  Nikita Youshchenko <yoush@cs.msu.su>

	* dpkg-shlibdeps.in: honour SHLIBSLOCALFILE and SUBSTVARSFILE
	  environment variables as default locations for shlibs.local
	  and substvars files.
      
2004-06-07  Nikita Youshchenko <yoush@cs.msu.su>

	* dpkg-cross.in: create /usr/share/doc/XXX directory in converted
	  packages, and put a readme file there.
	* dpkg-cross.in: accept -A|--convert-anyway option, that will make
	  dpkg-cross to convert package even it does not provide any files
	  useful for cross-compilation.
	* dpkg-cross.1: document -A option.

2004-06-06  Nikita Youshchenko <yoush@cs.msu.su>

	* dpkg-cross.in: rewrite dpkg-cross -b procedure, using different logic.
	  Now it first completely unpacks source deb, and only then decides what
	  files to move or modify.
	  Now it should not loose asm/arch symlink when processing
	  linux-kernel-headers.

2004-06-03  Nikita Youshchenko <yoush@cs.msu.su>

	* confinit, dpkg-cross.in, cross-compile.example, cross-compile.5:
	  Replaced hardcoded @omit_depends with configuration parameters
	  'keepdeps' and 'removedeps', documented it, provided defaults
	  in cross-compile.example
	* dpkg-buildpackage.in: don't sign merged changes file if -uc flag
	  is given
	* dpkg-buildpackage.in: set modified PATH to environment, not to
	  MAKEFLAGS
	* dpkg-buildpackage.in: when merging changes files, also merge
	  Binary: and Description: data
	* dpkg-cross.in:
	  If effective user id of dpkg-cross is non-zero. try to run 'dpkg -b'
	  under fakeroot. Warn that files in the package being created will
	  have incorrect owner if fakeroot is not available.
	* debian/control: suggest fakeroot
	* dpkg-cross.in: fix typo in help text (--version -> --verbose)
	* dpkg-cross.in: really print an error message if package file
	  being converted can't be open
	* dpkg-cross.in: allow to convert architecture: all packages (such
	  package may contain headers, examples include x-dev and
	  alsa-headers)
	* dpkg-cross.in: fail with appropriate message on attempt to convert
	  already-converted package
	* dpkg-cross.in: accept headers-only packages by not forgetting to
	  count headers in total files count
	* dpkg-cross.in: avoid error message from find if no pkgconfig files
	  are present in package being converted
	* dpkg-cross.in: detect ldscripts and convert them properly
	* dpkg-cross.in: removed some forgotten debug prints
	* dpkg-shlibdeps.in: process correctly sonames in form name-version.so
	  (e.g. libdb-4.2.so)
	* dpkg-shlibdeps.in: when searching packages that provide libraries,
	  don't pass a library to 'dpkg --search' if this library is mentioned
	  in shlibs.local or shlibs.override
	* confsub, dpkg-buildpackage.in, cross-compile.example, cross-compile.5:
	  Implemented more powerful variable setting control, documented it,
	  provided examples in cross-compile.example
	* debian/rules: move package build commands from build-arch to
	  build-indep
	* debian/rules: don't call dh_strip and dh_shlibdeps - both are not
	  needed for this package
	* debian/changelog: provided information about my unofficial
	  releases 1.14.1 - 1.14.6

2004-06-03  David Schleef  <ds@schleef.org>

	* Makefile: dummy commit
	* ChangeLog: start ChangeLog

