* Fixed missing build dependency on dpkg-dev
* Switch to using dpkg-buildflags as recommended by dpkg 1.16
* Set variables from standard dpkg makefile includes
* Added Danish translation from Joe Dalton (Closes: #654811)
* Imported Upstream version 6.2+rc20110530
* nfs_mount.h-needs-sys-socket.h.patch no longer needed
* New patch to support recent libtool versions by using libtoolize
(Closes: #628312)
* Updated policy to 3.9.2
* Remove .la files (Closes: #621295)
* Force use of autofs4 on systems which have autofs5
* Imported Upstream version 6.2+rc20101201
* Patch buildall so it notices the localconfig header
* Patch to fix kernel structure hostname field
(Closes: #596966, #496062, #597076)
* Fix restart problem (Closes: #597077)
* Patch configure.in to detect linux/nfs_mount.h properly
* Updated build procedure for squeeze
* Updated to standards 3.9.1 and fixed Lintian warnings
* Non Maintainer Upload
* Include linux/nfs_mount.h in conf/mount/linux_mount.c (Closes: #560528)
* Updated to standards 3.8.3
* Fixed build problem with info docs (Closes: #546774)
* Fixed two lintian errors
* Use config.sub and config.guess from Debian properly (Closes: #538612)
* Updated Spanish translation (Closes: #529029)
* Added Russian debconf translation (Closes: #541747)
* pawd null pointer dereference fixed (Closes: #525844)
* Updated to standards 3.8.2
* Updated to debhelper v7
* A few lintian issues fixed
* Corrected postinst updated-rc.d use (Closes: #521392)
* Fix dependencies in init script (Closes: #543824)
* Change postinst to use invoke-rc.d, so that am-utils can be safely
installed in chroots. (Closes: #498707)
* Added patch to use at most version 4 of the NFS mount struct, pending a
proper fix to support later versions upstream in the future
(Closes: #496060)
* Updated to policy 3.8.0
* Moved documentation to System/Administration (from old non-existent section)
* Restored mk-amd-map and manual page (Closes: #467054)
* Added support for the DEB_BUILD_OPTIONS debug option
* Removed ancient versioned conflict with old amd package (Closes: #468423)
* Using quilt for patch management
* Patch from Dominic Hargreaves for mk-amd-map to clean up temporary files
more consistently (Closes: #467456)
* Patch from Philippe Troin for using nolock option on toplvl mounts
(Closes: #479884)
* Turned the 6.1.5-6 autoconf changes into a manageable patch
* Fix source package upload (Closes: #462880)
* Fix permissions on debian/changelog to allow binNMU uploads
(Closes: #462857)
* Removed texinfo source from docs package - not supported by doc-base
* New pt_BR debconf translation (Closes: #447148)
* Fix shlibdeps for am-utils (Closes: #453795)
* Added build-dependency on po-debconf to satisfy lintian
* Changed build-dependency on libwrap-dev to libwrap0-dev (Closes: #436308)
* Enabled autofs support (nfs remains the default)
* init script modified to try to be more thorough when shutting down amd
especially when using autofs as the mount method.
* Added Italian debconf translation (Closes: #422415).
* Added build dependency on linux-kernel-headers, and backported autoconf
change for kernel version from 6.1.6 CVS prerelease (Closes: #427260).
* Added nl debconf translation (Closes: #414770).
* New Galician debconf translation (Closes: #413343)
* Updated Portuguese and German debconf translations (Closes: #407579,
#413386).
* Converted all debconf translations to UTF-8
* Moved amq-check-wrap check from config back to postinst (Closes: #400229).
* Fixed an error in the postrm script
* Re-working of packaging scripts to meet policy, and place
/etc/default/am-utils under ucf control.
* Added LSB INIT INFO to init script as per policy
* Fixed incorrect command line when setting the cluster name in
/etc/default/am-utils
* Standards version 3.7.2
* New upstream release
* Modified rules and control to support cross-compiling and generally
follow recommendations set out in the autotools-dev package
* Added AM_UTILS_CLUSTERNAME so that ${cluster} is under debconf control
* Moved a stray manpage from /usr/man to /usr/share/man. Closes: #344229
(by Nathanael Nerode), a release critical bug. Patch from Lars Wirzenius.
* Fixed init script not to barf if NIS not set up on machines with FQDN.
* New upstream version (Closes: #331566)
* Updated sv translation (Closes: #330260)
* New pt_PT translation thanks to Marco Ferra <mferra@sdf.lonestar.org>
(Closes: #336341)
* Re-worked rules file to use dh_install rather than dh_movefiles
* New upstream version (Closes: #318521)
* Added ldap support (Closes: #276559)
* Cookbook modified to reflect the lack of extended regexps (Closes:
#248388)
* mtab / mounts discrepancies believed fixed upstream (Closes: #89029)
* Moved libamu.la into -dev package in accordance with policy section 10.2
* New maintainer
* Fully closes bugs fixed by prior NMUs (closes: #285095, #205794,
#206440, #274223, #276738, #249666).
* Added source dependency on recent texi2html
* German debconf translation fixes from Jens Seidel <jensseidel@users.sf.net>.
(closes: #314133)
* Vietnamese debconf from Clytie Siddall <clytie@riverland.net.au>.
(closes: #313030)
* Japanese debconf from Kenshi Muto <kmuto@debian.org>. (closes: #307135)
* Updated Czech debconf from Miroslav Kure <kurem@upcase.inf.upol.cz>.
(closes: #313248)
* Removed a couple of bashisms from am-utils config, postinst and postrm.
* Purging no longer incorrectly deletes files in /etc/am-utils that were not
created by the package.
* Non-maintainer upload.
* Fix build failure with GCC 4.0, based on a patch by Andreas Jochens.
hlfsd/homedir.c: don't declare mboxfile[] as static, because it
was already declared extern in hlfsd/hlfsd.h. (closes: #285095)
* Updated to policy 3.6.2.
* debian/rules: Use the texi2html -output option to work with current
texi2html versions.
* Non-maintainer upload
* Switched to po-debconf. (closes: #205794)
* Added French debconf template translation. (closes: #206440)
* Added Czech debconf template translation.
* Updated Spanish debconf template translation.
* All above patches from Lucas Wall
* NMU
* Changed debian/rules and added localconfig.h to override configure's
decisions about what filesystems to support so that it no longer
depends on the configuration of the build host kernel (Closes: #274223,
#276738.)
* Added missing Section to control
* Updated to policy 3.6.1
* Non-Maintainer Upload - remove info dir.gz and dir.old.gz files,
closes: #249666.
* Relax the checks made by amq-check-wrap: it was checking that both
localhost and 127.0.0.1 were allowed to connect, but amd only required
one of the two to pass the test; closes: #202608.
* Spell checked all files in debian/.
* Removed an old change in amd/get_args that was supposed to prevent
stuff to be written to the console before the log file was switched to
the syslog. Nowadays, am-utils switches to the syslog earlier and the
change is no more needed.
* Ran 'libtoolize --force --copy', 'aclocal' and 'autoconf' in top-level
directory to update libtool for mips/mipsel architectures. Debian
.diff.gz files now shipping with updated copies of config.sub,
config.guess, ltmain.sh, aclocal.m4 and configure. Closes: #202521.
* New upstream version 6.0.9; closes: #181566.
* Build-depends on libgdbm-dev instead of libgdbmg1-dev; closes: #199588.
* Updated the cookbook to include the custom master map.
* Do not touch stamp-h anymore in the build-stamp rules target, the
configure subsystem has changed.
* Rename yylineno to amlineno in amd/conf_tok.l amd/conf_parse.c,
fsinfo/fsi_lex.l and fsinfo/fsi_gram.c for compatibility with new flex
(also works with old flex); closes: #191510.
* Rename all references to log() to debuglog() is fsinfo/*.[ch] to avoid
conflicting with <math.h>'s log() function.
* Back-out the patch closing stdin, stdout and stderr since amd does it
itself now.
* Added a patch mainly inspired from Sergio Gelato
<Sergio.Gelato@astro.su.se> for verifying amd's amq connection
requests under libwrap. Now build-depends on libwrap0-dev.
Closes: #153911.
* New debian specific program amq-check-wrap (with man page), called from
postinst to check we can connect locally to amd.
* am-utils.postinst calls amq-check-wrap and barfs otherwise.
* am-utils.prerm does not save the amd pid anymore (unnecessary since
we're using amq -p to retrieve the PID).
* am-utils.init does not use start-stop-daemon anymore and uses amq -p
instead.
* Regenerate the debian/am-utils.copyright from
debian/am-utils.copyright.in and the COPYING file at build time.
* Incorporated changes contributed by Brian M. Carlson
<karlsson@hal-pc.org> for POSIX compliance of the postinst and config
conffiles; closes: #150400.
* Dropped the bug fixes for #157062 (#include <gdbm-ndbm.h>) done on
6.0.7-6.1 since it's broken. Changed configure.in, config.h.in and
include/am_defs.h to auto-detect the newer gdbms and always do the right
thing; closes: #157062.
* Removed the obsolete debian/bootstrap.
* When invoking md5sum in postinst and config, make sure that we remove
any trailing filename or - (dpkg's md5sum now puts a '-' in the file
field when checksumming stdin); closes: #159567.
Also, am-utils.config strips any trailing '-' that might have been
added by running reconfigure.
* Rename am-utils-dev to libamu-dev. Move the libamu shared libraries to
libamu2; closes: #141802.
* Add Hesiod support, as requested by Torbjorn Pettersson
<tobbe@strul.nu>: build-depend on libhesiod-dev.
* Added a am-utils.NEWS file mentioning Hesiod support and TCP wrappers
and libamu2 and libamu-dev package name changes and creations.
* Build-depends on debhelper >= 4.1.51 for NEWS.Debian support.
* New sections:
am-utils net
am-utils-doc docs
libamu2 libs
libamu-dev libdevel
* Am-utils init script now starts the service if not running when doing
a restart...
* Removed any calls to dh_undocumented (this package has no
undocumented programs anyways).
* Converted debian/changelog to UTF-8.
* Updated debian/rules to use the new DEB_BUILD_OPTIONS semantics (no
more 'debug', but new 'noopt').
* Now compliant with Standards-Version 3.6.0.
* Removed debian/am-utils.conffiles, which is not necessary (and even
an error) with debconf DH_COMPAT >= 3.
* debian/rules: upgrade from DH_COMPAT=3 to DH_COMPAT=4.
* With DH_COMPAT=4, use misc:Depends in the control file and remove the
debconf depends for am-utils (misc:Depends takes care of it).
* Remove the "export DH_COMPAT=4" line from debian/rules and have the
DH_COMPAT version in debian/compat.
* am-utils.postinst now uses invoke-rc.d.
* Fix the pref:=null selector in the auto map type (would crash
amd). Patch from Matt Chapman <matthewc@cse.unsw.edu.au>; closes: #159563.
* Set the PATH in /etc/init.d/am-utils.
* NMU during bug squashing party.
* Changed kill -9 to kill -s KILL (and so on) in postinst/init
(closes: #150400).
* amd/info_ndbm.c, mk-amd-map/mk-amd-map.c: hard-coded
#include <gdbm-ndbm.h>.
* Do not clamp NFS to version 2 UDP in /etc/am-utils/amd.conf.
* Amd now closes stdin, stderr, and stdout on startup; closes: #133614.
* Added Swedish debconf templates, courtesy of Martin Sjögren
<md9ms@mdstud.chalmers.se>, and fixed some inconsistencies in the
English templates; closes: #110013.
* Do not abort postinst if amd startup fails, prevents amd from getting
in completely hosed state if the initial configuration is bad.
* When stopping amd via /etc/init.d/am-utils, waits at most for 120
seconds for amd to avoid shutdowns from completing if amd is stuck;
closes: #116258.
* Include patch from Avery Pennarun <apenwarr@nit.ca> to make nolock
work; closes: #119798.
* Added a versioned depend on debconf since we're using the seen flag.
* Added some (probably bad) German translations for some debconf Choices
items, if someone would like to review them, they're welcome to submit
patches.
* Fixed upstream version detection in debian/rules.
* Added Brazilian Portuguese debconf templates, courtesy of Andre Luis
Lopes <andrelop@ig.com.br>; closes: #107017.
* Removed the overzealous -u /bin/sh flag which prevented am-utils from
being purged; closes: #109261.
* Added dependency on portmap; closes: #105254.
* Make sure the postinst fails if amd startup botches (kind-a-fix for
103625).
* Upgraded to standards version 3.5.5.0.
* Added get-orig-source rule.
* Added support for DEB_BUILD_OPTIONS.
* Changed debconf's isdefault flag to seen.
* Added dummy strings for internal template.
* Removed the broken am-eject script.
* New upstream release.
* Added some kernel patches in the documentation for the (very few)
people that run into trouble with amd.
* Potato version (otherwise similar to 6.0.7-1).
* New upstream release.
* Added some kernel patches in the documentation for the (very few)
people that run into trouble with amd.
* Recompiled with libc6 2.2.3; closes: #96876.
* Added some spacing to the build-depends line in control file;
closes: #97007.
* Woody/unstable release.
* Fixed the selectors_on_default -> selectors_in_defaults option.
* Removed duplicate copyright file in source package.
* Re-sync German debconf templates.
* Added Spanish debconf templates; closes: #96428.
* Potato release.
* Fixed the selectors_on_default -> selectors_in_defaults option.
* Removed duplicate copyright file in source package.
* Re-sync German debconf templates.
* Added Spanish debconf templates; closes: #96428.
* Woody/unstable release.
* Build-depends on debconf >= 1.1.17.
* Added `custom' option to NIS maps, where someone can specify a shell
command line; closes: #95873.
* New upstream release.
* Potato release.
* Build-depends on debconf >= 1.1.17.
* Added `custom' option to NIS maps, where someone can specify a shell
command line; closes: #95873.
* New upstream release.
* Woody/unstable release.
* Added German debconf templates, courtesy of Joerg Rieger
<Joerg.Rieger@informatik.med.uni-giessen.de>; closes: #95494.
* Using upstream release 6.0.6s2, which should make am-utils compile
with kernels >= 2.2.19 and >= 2.4.3; closes: #95494.
* Potato release.
* Added German debconf templates, courtesy of Joerg Rieger
<Joerg.Rieger@informatik.med.uni-giessen.de>; closes: #95494.
* Using upstream release 6.0.6s2, which should make am-utils compile
with kernels >= 2.2.19 and >= 2.4.3; closes: #95494.
* Test release.
* Using upstream release 6.0.6s2, which should make am-utils compile
with kernels >= 2.2.19 and >= 2.4.3; closes: #95494.
* Woody/sid release.
* Added possible configuration for FreeBSD style master maps; closes: #94531.
* Added cookbook is /usr/share/doc/am-utils; closes: #63783.
* Potato release.
* Added possible configuration for FreeBSD style master maps; closes: #94531.
* Added cookbook is /usr/share/doc/am-utils; closes: #63783.
* New upstream version, for woody.
* Added build-depends on texi2html; closes: #86794.
* Removed our fix #undef MS_BIND in am_defs.h since upstream fixed the
problem.
* Changed global /etc/am-utils/amd.conf: some options have been renamed
upstream; browsable_dirs now defaults to "no" to avoid mount storms.
* Now uses db2 rather than db1.
* Changed the template file for more details about the master map.
* Changed some error messages in the init script.
* New upstream version, for potato.
* Added build-depends on texi2html; closes: #86794.
* Removed our fix #undef MS_BIND in am_defs.h since upstream fixed the
problem.
* Changed global /etc/am-utils/amd.conf: some options have been renamed
upstream; browsable_dirs now defaults to "no" to avoid mount storms.
* Now uses db2 rather than db1.
* Changed the template file for more details about the master map.
* Changed some error messages in the init script.
* Test release.
* Moved to code to kill still-running amd from preinst to postinst.
* Test release.
* Detect and kill still-running amd and forcibly unmount amd-managed
mount points in preinst.
* First public release. New package, upgrading amd;
closes: #44013, #70691, #84063, #44133, #18630.
* An other test release (for potato).
* The configuration file /etc/default/am-utils is now created during
postinst.
* The "abort" option to manual-change-import has been renamed "keep".
* An other test release.
* Recompiled with woody's libc6.
* Fixes for woody's libc6: passes /usr/include/db1 in include path,
undefine MS_BIND in am_defs.h.
* An other test release.
* Conflicts/replaces amd <= upl102-35 (used to be -34, but a -35 is
already in woody).
* An other test release.
* Renamed fsinfo to amd-fsinfo.
* Removed am-utils's dependency on itself.
* Changed so that debconf is not used directly in the init script. We go
through an extra file in /etc/default/am-utils. Mechanisms exist to
ensure no changes are ever lost.
* Added debconf to dependencies.
* New package, test version...
Local variables:
coding: utf-8
End:
LocalWords: debconf Sj postinst amd Pennarun nolock utils libgdbm dev libgdbmg
LocalWords: yylineno amlineno fsinfo debuglog ch stdin stdout stderr amq utf
LocalWords: Sergio Gelato amd's libwrap debian POSIX config conffiles gdbm pid
LocalWords: ndbm gdbms md dpkg's Hesiod Torbjorn Pettersson libhesiod doc misc
LocalWords: debhelper docs libamu libs libdevel init dh COMPAT Troin Jul mk rc
LocalWords: NMU Josselin Mouette Aug UDP gren Nov Lopes portmap orig DEB db gz
LocalWords: debconf's isdefault libc sync NIS Joerg Rieger Apr sid FreeBSD sh
LocalWords: texi html undef defs browsable dirs preinst woody's upl utils's
LocalWords: barfs prerm changelog noopt compat pref args syslog automagically
LocalWords: libtoolize libtool mips mipsel diff ltmain aclocal autoconf
LocalWords: localhost