1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
regex (0.12-7) frozen unstable; urgency=high
* debian/control (Standards-Version): Updated to 2.4.1.0.
* debian/control (libregex0-altdev): Correct depends; s/regex/libregex/.
* debian/shlibs: ditto.
* debian/rules (binary-libregex0-altdev): install and compress
changelog.Debian.
* debian/rules (binary-libregex0): remove patch and assoicated comment
from README. [#20594]
-- James Troup <jjtroup@comp.brad.ac.uk> Thu, 14 May 1998 22:52:18 +0200
regex (0.12-6) unstable; urgency=low
* Orphaned the package.
* Dropped regex0g, regex0g-dev and regex0g-dbg. libc6
already includes libregex. Duh.
* debian/control (libregex0): Renamed to libregex0 for consistency with
other packages. Added appropriate Conflicts: and Replaces:.
* debian/control (libregex0): added explanation for the lack of regex0g
packages.
* debian/control (libregex0-altdev): ditto.
* debian/control (libregex0-altdev): don't Suggest: the now non-existant
regex0g-dev package.
* debian/control (Standards-Version): updated to 2.4.0.0.
* debian/control (Maintainer): set to debian-qa list.
* debian/copyright: correct the address of the FSF.
* debian/copyright: correct references to the now uncompressed GPL in
/usr/doc/copyright.
* debian/copyright: we're no longer Debian/GNU Linux, but Debian
GNU/Linux.
* debian/preinst.libc5: renamed to preinst.
* debian/shlibs.libc6: removed.
* debian/shlibs.libc5: renamed to shlibs.
* debian/rules (binary-regex0g, binary-regex0g-dev,
binary-regex0g-dbg): removed.
* debian/rules (build-libc5): Renamed to build; don't build in a special
directory, don't use a special configure cache.
* debian/rules (build, binary-indep, binary-arch, binary-libregex0,
binary-libregex0-altdev): fail with explanation on architectures which
don't want libc5-compat.
* debian/rules (binary-regex0): Renamed to binary-libregex0. Install
documentation previously in regex0g.
* debian/rules (binary-regex0-altdev): Renamed to
binary-libregex0-altdev. Install regex's info and HTML documentation.
Install the postinst and prerm to update /usr/info/dir appropriately.
* debian/rules (binary-libregex0, binary-libregex0-altdev): explicitly
pass `-m 644' to install to avoid making a load of files executable
when they shouldn't have been.
* debian/rules (clean): don't remove onsolete files.
* debian/rules: altered to reflect new names of files and packages along
with other minor cleanups; no longer uses {,}.
-- James Troup <jjtroup@comp.brad.ac.uk> Fri, 6 Mar 1998 08:44:29 +0000
regex (0.12-5) unstable; urgency=low
* New maintainer.
* Uses pristine upstream source.
* Proper libc5/6 support (split into regex0g, regex0g-dev,
regex0, regex0-altdev).
* Added regex0g-dbg.
* Shared libraries are no longer executable.
* Moved install info call to prerm as per standard.
* Reworked debian/* to my tastes.
-- James Troup <jjtroup@comp.brad.ac.uk> Wed, 3 Dec 1997 20:58:46 +0000
regex (0.12-4) unstable; urgency=low
* Recompiled with libc6.
-- Karl Sackett <krs@debian.org> Wed, 25 Jun 1997 09:52:01 -0500
regex (0.12-3) unstable; urgency=low
* debian/control: cleaned up package description (bug #10349).
-- Karl Sackett <krs@debian.org> Thu, 5 Jun 1997 10:55:08 -0500
regex (0.12-2) unstable; urgency=low
* Appended soname to deb file.
-- Karl Sackett <krs@debian.org> Wed, 18 Dec 1996 13:19:27 -0600
regex (0.12-1) unstable; urgency=low
* First Debian release.
-- Karl Sackett <krs@debian.org> Fri, 13 Dec 1996 10:00:08 -0600
Local variables:
mode: debian-changelog
End:
|