]> git.michaelhowe.org Git - packages/o/openafs.git/log
packages/o/openafs.git
20 years agoecho doesn't work with grep -v to exclude one object. Also, remove an
Russ Allbery [Fri, 12 Aug 2005 03:32:11 +0000 (03:32 +0000)]
echo doesn't work with grep -v to exclude one object.  Also, remove an
unnecessary whitespace divergence from upstream.

20 years agoAdd a variable declaration missing from the last change.
Russ Allbery [Fri, 12 Aug 2005 03:04:45 +0000 (03:04 +0000)]
Add a variable declaration missing from the last change.

20 years agoPoint readers at the comments in /etc/openafs/afs.conf as well. Update
Russ Allbery [Thu, 11 Aug 2005 17:40:23 +0000 (17:40 +0000)]
Point readers at the comments in /etc/openafs/afs.conf as well.  Update
the status of the man page work.  Make slight updates to the wording and
capitalization in a few other places.

20 years ago - Add an AFS_PRE_SHUTDOWN hook called before shutting down the client.
Russ Allbery [Thu, 11 Aug 2005 17:34:35 +0000 (17:34 +0000)]
- Add an AFS_PRE_SHUTDOWN hook called before shutting down the client.
    - Provide a shutdown hook, disabled by default, that kills all
      processes with files open in /afs.  Enabling this ensures a more
      reliable clean shutdown and umounting of the cache partition, but
      may not always be what the admin wants.

This duplicates the functionality in the upstream init script (where it
calls /usr/vice/etc/killafs if present), but in a more general way and
with better documentation.

20 years ago * Rework how PAM modules are handled.
Russ Allbery [Thu, 11 Aug 2005 07:58:44 +0000 (07:58 +0000)]
  * Rework how PAM modules are handled.
    - Build against the pthread-aware libraries.  (Closes: #297804)
    - Use the shared library objects instead of building separate PIC
      objects, eliminating the need for many Makefile modifications.
    - Include pam_afs.krb.so as well.  (Closes: #165972)

This is still a work in progress, but I want to get it into the repository
as a checkpoint since everything seems to work.  Remaining to be done is
the cleanup of the old Makefile rules to build the pic directory, which
should no longer be needed.

Tested with unstable ssh-krb5 and login so far, with no problems.

20 years agoDrop obsolete patches that are no longer used or that have been
Russ Allbery [Thu, 11 Aug 2005 03:36:40 +0000 (03:36 +0000)]
Drop obsolete patches that are no longer used or that have been
incorporated upstream.

20 years agoConfirmed that the new version builds fine against 2.6.12.3.
Russ Allbery [Thu, 11 Aug 2005 03:26:21 +0000 (03:26 +0000)]
Confirmed that the new version builds fine against 2.6.12.3.

20 years agoDetermining SYS_NAME has to happen after determining KVERS.
Russ Allbery [Thu, 11 Aug 2005 02:08:35 +0000 (02:08 +0000)]
Determining SYS_NAME has to happen after determining KVERS.

20 years ago * Update config.guess and config.sub.
Russ Allbery [Thu, 11 Aug 2005 01:52:07 +0000 (01:52 +0000)]
  * Update config.guess and config.sub.

20 years agolintian is now pickier about changelog files, so make minimal changes to
Russ Allbery [Thu, 11 Aug 2005 01:48:30 +0000 (01:48 +0000)]
lintian is now pickier about changelog files, so make minimal changes to
some old entries to get rid of those warnings.

20 years ago * Don't include the empty /usr/src/modules directory in
Russ Allbery [Thu, 11 Aug 2005 01:35:25 +0000 (01:35 +0000)]
  * Don't include the empty /usr/src/modules directory in
    openafs-modules-source, only the tarball, to match how other kernel
    module source packages behave.  (Closes: #244685)

20 years ago - Update the default client options based on the cache tuning synopsis
Russ Allbery [Thu, 11 Aug 2005 01:12:16 +0000 (01:12 +0000)]
- Update the default client options based on the cache tuning synopsis
      by Jeffrey Hutzelman, including setting a larger chunksize for all
      default option sets.  (Closes: #303944)

20 years ago * Improve the openafs-client init script.
Russ Allbery [Thu, 11 Aug 2005 00:29:20 +0000 (00:29 +0000)]
  * Improve the openafs-client init script.
    - Choose the client options based on the cache size by default.
    - Move the code to build the options string to the init script from
      afs.conf so that afs.conf is pure configuration.
    - Improve the readability of the output on start.
    - Significantly improve the comments in afs.conf.
    - Remove the code to set -nosettime as it's now the default.
  * Move the openafs-client init script and afs.conf file we use into the
    debian directory rather than patching the upstream version.  We've
    diverged so much that there's no point in continuing to merge changes.

20 years ago * Add support for ppc64, thanks Andreas Jochens. (Closes: #322020)
Russ Allbery [Wed, 10 Aug 2005 22:07:04 +0000 (22:07 +0000)]
  * Add support for ppc64, thanks Andreas Jochens.  (Closes: #322020)

20 years ago * Translation updates.
Russ Allbery [Wed, 10 Aug 2005 21:58:00 +0000 (21:58 +0000)]
  * Translation updates.
    - French, thanks Christian Perrier.  (Closes: #318807)
    - Vietnamese, thanks Clytie Siddall.  (Closes: #319705)
    - Czech, thanks Martin Sin.  (Closes: #319940)

20 years ago * Diagnose unsupported architectures earlier and with a clearer error.
Russ Allbery [Wed, 10 Aug 2005 21:48:42 +0000 (21:48 +0000)]
  * Diagnose unsupported architectures earlier and with a clearer error.
  * Suppress error messages from a missing kernel version header since
    they occur normally when doing the regular package build and are just
    confusing.  Instead, print an error in kern-sysname and abort if the
    kernel version could not be determined.

20 years agoOn second thought, don't include the doc tarball. The documentation will
Russ Allbery [Wed, 10 Aug 2005 21:27:16 +0000 (21:27 +0000)]
On second thought, don't include the doc tarball.  The documentation will
be a separate source package since the licensing is odd.

20 years agoOn second thought, don't include the doc tarball. The documentation will
Russ Allbery [Wed, 10 Aug 2005 21:25:51 +0000 (21:25 +0000)]
On second thought, don't include the doc tarball.  The documentation will
be a separate source package since the licensing is odd.

20 years agoOn second thought, don't include the doc tarball. The documentation will
Russ Allbery [Wed, 10 Aug 2005 21:25:25 +0000 (21:25 +0000)]
On second thought, don't include the doc tarball.  The documentation will
be a separate source package since the licensing is odd.

20 years agoMerge with upstream 1.3.87.
Russ Allbery [Wed, 10 Aug 2005 20:27:21 +0000 (20:27 +0000)]
Merge with upstream 1.3.87.

20 years agoDownload 1.3.87 instead of 1.3.82. Include the doc tarball in the upstream
Russ Allbery [Wed, 10 Aug 2005 19:27:31 +0000 (19:27 +0000)]
Download 1.3.87 instead of 1.3.82.  Include the doc tarball in the upstream
source so that we can start shipping a doc package as well.

20 years agoBe consistent about the way bugs are referred to. debian/1.3.82-2
Russ Allbery [Tue, 12 Jul 2005 01:26:41 +0000 (01:26 +0000)]
Be consistent about the way bugs are referred to.

20 years ago * Update standards version to 3.6.2 (no changes required).
Russ Allbery [Tue, 12 Jul 2005 00:32:20 +0000 (00:32 +0000)]
  * Update standards version to 3.6.2 (no changes required).

20 years ago * Make bosserver less picky about permissions and remove the attempt to
Russ Allbery [Mon, 11 Jul 2005 02:04:13 +0000 (02:04 +0000)]
  * Make bosserver less picky about permissions and remove the attempt to
    set /etc/openafs/server-local not-world-readable since dh_fixperms was
    overridding it anyway.  (Closes: #312921)

20 years ago * Fix some spacing and capitalization errors in the debconf templates.
Russ Allbery [Mon, 11 Jul 2005 00:38:21 +0000 (00:38 +0000)]
  * Fix some spacing and capitalization errors in the debconf templates.
    Thanks, Clytie Siddall.  (Closes: Bug#316597)

20 years agoNew Vietnamese translation
Sam Hartman [Sun, 10 Jul 2005 22:25:30 +0000 (22:25 +0000)]
New Vietnamese translation

20 years ago * Output error messages from heredocs in the init script with cat rather
Russ Allbery [Fri, 10 Jun 2005 08:38:14 +0000 (08:38 +0000)]
  * Output error messages from heredocs in the init script with cat rather
    than echo.  Thanks, Reid Barton.  (Closes: #311729)

20 years ago * Initial Czech translation, thanks Martin Sin. (Closes: #310699)
Russ Allbery [Wed, 1 Jun 2005 03:52:11 +0000 (03:52 +0000)]
  * Initial Czech translation, thanks Martin Sin.  (Closes: #310699)

20 years ago * libpam-openafs-kaserver: Fix compilation so that the PAM module isn't debian/1.3.82-1
Russ Allbery [Fri, 13 May 2005 01:16:04 +0000 (01:16 +0000)]
  * libpam-openafs-kaserver: Fix compilation so that the PAM module isn't
    missing symbols and therefore unusable.  (Closes: #308844)

20 years agoIncrease urgency to medium due to significant fixes for 2.6 kernels.
Russ Allbery [Thu, 12 May 2005 06:06:58 +0000 (06:06 +0000)]
Increase urgency to medium due to significant fixes for 2.6 kernels.

20 years ago * Repackage upstream to remove MacOS-specific files covered by the APSL.
Russ Allbery [Thu, 12 May 2005 06:03:05 +0000 (06:03 +0000)]
  * Repackage upstream to remove MacOS-specific files covered by the APSL.
    Remove the WINNT directory to save space since we have to repackage
    anyway.  Provide a get-orig-source target to do the repackaging.
  * Update copyright with more complete information from upstream
    src/LICENSE.

20 years ago * Apply patch from Chas Williams to fix stale cache data from deleted
Russ Allbery [Wed, 11 May 2005 04:06:36 +0000 (04:06 +0000)]
  * Apply patch from Chas Williams to fix stale cache data from deleted
    files introduced in 1.3.82.

20 years ago * Simplify clean target. Upstream make distclean is now better.
Russ Allbery [Tue, 10 May 2005 06:41:02 +0000 (06:41 +0000)]
  * Simplify clean target.  Upstream make distclean is now better.

20 years agoMove the merge property for the 1.3.82 merge to where the other merge
Russ Allbery [Tue, 10 May 2005 05:04:46 +0000 (05:04 +0000)]
Move the merge property for the 1.3.82 merge to where the other merge
properties are.

20 years agoRemove patch that has been applied upstream.
Russ Allbery [Tue, 10 May 2005 02:20:19 +0000 (02:20 +0000)]
Remove patch that has been applied upstream.

20 years agoRemove more unnecessary divergences from upstream.
Russ Allbery [Tue, 10 May 2005 02:11:18 +0000 (02:11 +0000)]
Remove more unnecessary divergences from upstream.

20 years agoThis didn't actually make it into the last release.
Russ Allbery [Tue, 10 May 2005 01:50:49 +0000 (01:50 +0000)]
This didn't actually make it into the last release.

20 years agoIf I forget to remove the fi when removing the if, someone else will get
Russ Allbery [Tue, 10 May 2005 01:44:58 +0000 (01:44 +0000)]
If I forget to remove the fi when removing the if, someone else will get
bitten by it later, so use if false; then ; else instead.  Also, it's
helpful to regenerate configure when changing .m4 files.

20 years ago * In all cases, only build the module appropriate to the kernel we're
Russ Allbery [Tue, 10 May 2005 01:37:31 +0000 (01:37 +0000)]
  * In all cases, only build the module appropriate to the kernel we're
    building against.  Building an SMP module against a non-SMP kernel
    fails due to missing defines.  (Closes: #225907)

20 years agoUpstream also fixes locking issues with preempt kernels that caused
Russ Allbery [Tue, 10 May 2005 01:30:34 +0000 (01:30 +0000)]
Upstream also fixes locking issues with preempt kernels that caused
AFS to fail to shutdown properly.

20 years agoClean up unnecessary divergences from upstream to reduce the size of the
Russ Allbery [Tue, 10 May 2005 01:14:30 +0000 (01:14 +0000)]
Clean up unnecessary divergences from upstream to reduce the size of the
diff and make auditing easier.

20 years agoUpstream now ships this in src/LICENSE.
Russ Allbery [Mon, 9 May 2005 23:15:17 +0000 (23:15 +0000)]
Upstream now ships this in src/LICENSE.

20 years agoMake a slightly less minimal change when skipping shared library builds
Russ Allbery [Mon, 9 May 2005 23:05:31 +0000 (23:05 +0000)]
Make a slightly less minimal change when skipping shared library builds
to make it clearer when merging why this is different from upstream.

20 years agoPass environment variables to configure in the environment; passing them
Russ Allbery [Mon, 9 May 2005 22:50:56 +0000 (22:50 +0000)]
Pass environment variables to configure in the environment; passing them
as arguments works if configure is rebuilt with Autoconf 2.5x, but passing
them in the environment works with any version of configure.  (Debian's
configure autodetects autoconf 2.13 when running regen.sh, and so far it
does seem to work....)

20 years agoDocument 1.3.82 merge.
Russ Allbery [Mon, 9 May 2005 22:24:00 +0000 (22:24 +0000)]
Document 1.3.82 merge.

20 years agoUpdate upstream tarball to 1.3.82.
Russ Allbery [Mon, 9 May 2005 22:18:19 +0000 (22:18 +0000)]
Update upstream tarball to 1.3.82.

20 years agoMerge 1.3.82 onto trunk.
Russ Allbery [Mon, 9 May 2005 22:16:42 +0000 (22:16 +0000)]
Merge 1.3.82 onto trunk.

20 years ago * README.modules: Add documentation for module-assistant and recommend
Russ Allbery [Sun, 8 May 2005 20:33:22 +0000 (20:33 +0000)]
  * README.modules: Add documentation for module-assistant and recommend
    it when using Debian kernels.  Mention divergences from upstream in
    module naming.  (Closes: #253168)  Emphasize that the kernel source
    tree used for make-kpkg must be identically configured to the kernel
    the module will be used with.

20 years ago * Depend on comerr-dev rather than e2fslibs-dev. debian/1.3.81-5
Russ Allbery [Sun, 8 May 2005 06:36:12 +0000 (06:36 +0000)]
  * Depend on comerr-dev rather than e2fslibs-dev.

20 years ago * Handle modules named either with or without the .mp extension on SMP
Russ Allbery [Sun, 8 May 2005 04:01:11 +0000 (04:01 +0000)]
  * Handle modules named either with or without the .mp extension on SMP
    hosts.  (Closes: #305389, #307280, #307797)

20 years ago * Remove unnecessary build dependencies.
Russ Allbery [Sat, 7 May 2005 21:35:24 +0000 (21:35 +0000)]
  * Remove unnecessary build dependencies.

We don't run regen.sh as part of the build process, so autoconf and
automake aren't required.

20 years ago * Clean up and reformat package build rules.
Russ Allbery [Sat, 7 May 2005 21:30:41 +0000 (21:30 +0000)]
  * Clean up and reformat package build rules.

20 years agoReformat and comment scripts some to make it easier to follow what's
Russ Allbery [Sun, 1 May 2005 06:25:31 +0000 (06:25 +0000)]
Reformat and comment scripts some to make it easier to follow what's
going on.

20 years ago * Update lintian overrides.
Russ Allbery [Sun, 1 May 2005 05:09:40 +0000 (05:09 +0000)]
  * Update lintian overrides.

20 years agoAdd whitespace to avoid a lintian false positive.
Russ Allbery [Sun, 1 May 2005 04:57:54 +0000 (04:57 +0000)]
Add whitespace to avoid a lintian false positive.

20 years agoThe upstream Makefile now removes src/tests/Makefile. DirPath.pm changed
Russ Allbery [Sun, 1 May 2005 04:53:34 +0000 (04:53 +0000)]
The upstream Makefile now removes src/tests/Makefile.  DirPath.pm changed
names to Dirpath.pm.

20 years ago * Use dh_perl to get the correct Perl dependency for openafs-dbserver.
Russ Allbery [Sun, 1 May 2005 04:31:54 +0000 (04:31 +0000)]
  * Use dh_perl to get the correct Perl dependency for openafs-dbserver.

20 years ago * Update debhelper compatibility level to V4.
Russ Allbery [Sun, 1 May 2005 03:48:26 +0000 (03:48 +0000)]
  * Update debhelper compatibility level to V4.
    - Remove all *.conffiles control files.  They're no longer needed.
    - Use misc:Depends to get debconf dependencies.
    - Use dh_install rather than the movefiles script.
  * openafs-dbserver doesn't need to depend on debconf.
  * Remove unnecessary preinst for openafs-fileserver.

20 years ago * Overhaul the module build rules.
Russ Allbery [Sun, 1 May 2005 00:40:06 +0000 (00:40 +0000)]
  * Overhaul the module build rules.
    - Use debhelper to build the module binary package.
    - Let debhelper handle the module postinst and prerm control scripts.
    - Properly support modules_config and modules_clean.
    - Break the build process into configure, build, install, and binary
      rules, paralleling the regular build rules and making it easier to
      maintain the make-kpkg build targets.
    - Include the kernel version in the long description.
    - Update standards version of module packages to 3.6.1.
    - Include the copyright and basic documentation in the module binary
      package.  Otherwise, policy requires an exact versioned dependency
      on the package containing the copyright file.

Also note that the logic to turn off optimization when requested doesn't
work as documented in the configure script.

20 years ago * Update standards version to 3.6.1.
Russ Allbery [Sat, 30 Apr 2005 20:53:36 +0000 (20:53 +0000)]
  * Update standards version to 3.6.1.
    - Install Debian::OpenAFS::ConfigUtils in /usr/share, not /usr/lib.
    - Always enable debugging symbols and disable optimization if noopt is
      set in DEB_BUILD_OPTIONS.
    - /etc/init.d/openafs-fileserver restart starts bosserver if it's not
      already running.

20 years ago * README.Debian: Document that the client cache partition must be ext2
Russ Allbery [Sat, 30 Apr 2005 18:23:49 +0000 (18:23 +0000)]
  * README.Debian: Document that the client cache partition must be ext2
    or ext3 and that XFS and ReiserFS will not work.  upserver and
    upclient are now provided.  Provide some information about why
    kaserver is not provided.  (Closes: #249315)

Also clean up the formatting of README.Debian a little.

20 years agoFix whitespace in changelog debian/1.3.81-4
Sam Hartman [Sat, 23 Apr 2005 17:40:09 +0000 (17:40 +0000)]
Fix whitespace in changelog

20 years ago * New French translations from Christian Perrier, Closes: #305780
Sam Hartman [Sat, 23 Apr 2005 17:37:13 +0000 (17:37 +0000)]
* New French translations from Christian Perrier, Closes: #305780

20 years ago * Fix genchanges for module builds to not fail when trying to remove a
Russ Allbery [Fri, 22 Apr 2005 01:44:18 +0000 (01:44 +0000)]
  * Fix genchanges for module builds to not fail when trying to remove a
    nonexistent file.

20 years ago * Exclude .svn directories from the modules source tarball.
Russ Allbery [Sun, 17 Apr 2005 07:27:20 +0000 (07:27 +0000)]
  * Exclude .svn directories from the modules source tarball.

20 years ago1.3.81-4 is now tested and would be okay to upload. Add myself to
Russ Allbery [Sun, 17 Apr 2005 07:25:26 +0000 (07:25 +0000)]
1.3.81-4 is now tested and would be okay to upload.  Add myself to
Uploaders.

20 years ago * Add a check to afs-newcell to ensure the local hostname doesn't
Russ Allbery [Sun, 17 Apr 2005 04:09:13 +0000 (04:09 +0000)]
  * Add a check to afs-newcell to ensure the local hostname doesn't
    resolve to 127.0.0.1.  (Closes: #163751)

20 years ago * Put the compiled modules into KPKG_DEST_DIR if set. This appears to
Russ Allbery [Sun, 17 Apr 2005 02:44:02 +0000 (02:44 +0000)]
  * Put the compiled modules into KPKG_DEST_DIR if set.  This appears to
    be preferred over DEB_DEST by the make-kpkg documentation.  Thanks,
    Jonas Smedegaard.  (Closes: #206403)

20 years ago * make-kpkg doesn't run fakeroot for us but instead expects the module
Russ Allbery [Sun, 17 Apr 2005 02:23:38 +0000 (02:23 +0000)]
  * make-kpkg doesn't run fakeroot for us but instead expects the module
    rules file to use $(ROOT_CMD) appropriately.  (Closes: #237861)

20 years agoDocument 1.3.81-2 debian/1.3.81-3
Sam Hartman [Wed, 6 Apr 2005 23:55:39 +0000 (23:55 +0000)]
Document 1.3.81-2

20 years agosimplify sparc linux configure rule
Karl Ramm [Wed, 6 Apr 2005 18:48:15 +0000 (18:48 +0000)]
simplify sparc linux configure rule

20 years ago * Oops, update debian/sysname because hppa is hppa not parisc-*-linux-* debian/1.3.81-2
Sam Hartman [Wed, 6 Apr 2005 15:11:18 +0000 (15:11 +0000)]
  * Oops, update debian/sysname because hppa is hppa not parisc-*-linux-*
    since we now use dpkg --print-installation-architecture

20 years agoMakefile.in: build pam for dest_nolibafs
Sam Hartman [Wed, 6 Apr 2005 13:00:26 +0000 (13:00 +0000)]
Makefile.in: build pam for dest_nolibafs
debian/rules: Call dest_nolibafs not dest

20 years ago*debian/changelog: document 1.3.81-1 debian/1.3.81-1
Sam Hartman [Wed, 6 Apr 2005 12:09:37 +0000 (12:09 +0000)]
*debian/changelog: document 1.3.81-1
* debian/sysname: Use aalpha_linux_24 to get largefile

20 years ago* Delete 1.3.80 upstream sources
Sam Hartman [Wed, 6 Apr 2005 12:04:16 +0000 (12:04 +0000)]
* Delete 1.3.80 upstream sources
* Add 1.3.81 upstream sources
* Run regen.sh

20 years agoMerge 1.3.81 onto trunk
Sam Hartman [Wed, 6 Apr 2005 11:55:31 +0000 (11:55 +0000)]
Merge 1.3.81  onto trunk

20 years agoMove upstream sources to correct file name
Sam Hartman [Tue, 5 Apr 2005 16:50:59 +0000 (16:50 +0000)]
Move upstream sources to correct file name

20 years agoGive the modules packages a fighting chance of working with the 1.2.x
Karl Ramm [Tue, 5 Apr 2005 16:13:54 +0000 (16:13 +0000)]
Give the modules packages a fighting chance of working with the 1.2.x
rc scripts by linking openafs.mp.o to to openafs.o if openafs.o exists.

20 years agoNote that the experimental branch (1.3.80) is now the trunk; we are targeting unstable
Sam Hartman [Mon, 4 Apr 2005 04:59:59 +0000 (04:59 +0000)]
Note that the experimental branch (1.3.80) is now the trunk; we are targeting unstable

20 years ago Rerun regen.sh without autoconf2.13 installed.
Sam Hartman [Mon, 4 Apr 2005 04:49:58 +0000 (04:49 +0000)]
 Rerun regen.sh without autoconf2.13 installed.
Apparently the debian magic to choose the right version of autoconf interacts badly with aclocal
and afs

20 years ago* Prepare 1.3.80 release
Sam Hartman [Mon, 4 Apr 2005 04:36:47 +0000 (04:36 +0000)]
* Prepare 1.3.80 release
* Bump thiscell debconf to high
* add 1.3.80 sources
* run regen.sh

20 years agoMerge openafs 1.3.80 onto experimental branch
Sam Hartman [Mon, 4 Apr 2005 04:13:41 +0000 (04:13 +0000)]
Merge openafs 1.3.80 onto experimental branch

20 years agoPatches from kcr to fix dependencies and pull in stuff from cvs head
Sam Hartman [Mon, 4 Apr 2005 04:05:33 +0000 (04:05 +0000)]
Patches from kcr to fix dependencies and pull in stuff from cvs head

20 years agoFix changelog typo
Sam Hartman [Sun, 27 Feb 2005 22:00:25 +0000 (22:00 +0000)]
Fix changelog typo

20 years agoAdd openafs 1.3.79 original tarball
Sam Hartman [Sun, 27 Feb 2005 21:48:31 +0000 (21:48 +0000)]
Add openafs 1.3.79 original tarball

20 years agoRemove eol-style
Sam Hartman [Sun, 27 Feb 2005 21:06:41 +0000 (21:06 +0000)]
Remove eol-style

20 years agoMark bug numbers of closed bugs
Sam Hartman [Sun, 27 Feb 2005 20:43:23 +0000 (20:43 +0000)]
Mark bug numbers of closed bugs

20 years agoUpdate cellservdb
Sam Hartman [Sun, 27 Feb 2005 20:42:09 +0000 (20:42 +0000)]
Update cellservdb

20 years agoDocument 1.3.79-1
Sam Hartman [Thu, 24 Feb 2005 00:28:38 +0000 (00:28 +0000)]
Document 1.3.79-1
*debian/sysname: x86_64 should be amd64

20 years agoRun regen.sh
Sam Hartman [Thu, 24 Feb 2005 00:26:15 +0000 (00:26 +0000)]
Run regen.sh

20 years agoMerge in 1.3.79 changes to experimental branch
Sam Hartman [Thu, 24 Feb 2005 00:25:37 +0000 (00:25 +0000)]
Merge in 1.3.79 changes to experimental branch

20 years agoCopy 1.3.79 NT sources onto experimental branch
Sam Hartman [Thu, 24 Feb 2005 00:18:25 +0000 (00:18 +0000)]
Copy 1.3.79 NT sources onto experimental branch

20 years agoDelete the WINNT directory to recopy from import
Sam Hartman [Thu, 24 Feb 2005 00:16:23 +0000 (00:16 +0000)]
Delete the WINNT directory to recopy from import
so we pick up the right eol-style

20 years agodebian/rules: Don't install changelog from upstream as we no longer include it debian/1.3.77-1
Sam Hartman [Sun, 9 Jan 2005 03:38:23 +0000 (03:38 +0000)]
debian/rules: Don't install changelog from upstream as we no longer include it

20 years ago * New upstream version
Sam Hartman [Sun, 9 Jan 2005 01:03:14 +0000 (01:03 +0000)]
  * New upstream version
  * Target for unstable not experimental
  * New CellServDB
  * OpenAFS seems not to have a changelog available, so stop shipping it.
  * Build openafs.ko not libafs.ko so the right name appears in lsmod

20 years agodelete 1.2.11 release notes
Sam Hartman [Sun, 9 Jan 2005 00:40:31 +0000 (00:40 +0000)]
delete 1.2.11 release notes

20 years agoMerge 1.3.77 from /debian/openafs/vendor/development onto experimental branch
Sam Hartman [Sun, 9 Jan 2005 00:27:18 +0000 (00:27 +0000)]
Merge 1.3.77 from /debian/openafs/vendor/development onto experimental branch

21 years agodebian/sysname: Use debian arches not linux architecture strings
Sam Hartman [Sat, 27 Nov 2004 23:17:53 +0000 (23:17 +0000)]
debian/sysname: Use debian arches not linux architecture strings

21 years agoMark for experimental debian/1.3.74-1
Sam Hartman [Mon, 15 Nov 2004 21:58:16 +0000 (21:58 +0000)]
Mark for experimental

21 years agoMerge in changes for openafs 1.3.74
Sam Hartman [Sun, 14 Nov 2004 17:36:11 +0000 (17:36 +0000)]
Merge in changes for openafs 1.3.74