diff options
-rw-r--r-- | debian/ChangeLog | 23 | ||||
-rw-r--r-- | debian/TODO | 6 |
2 files changed, 27 insertions, 2 deletions
diff --git a/debian/ChangeLog b/debian/ChangeLog index c5084a4d..45cacc3a 100644 --- a/debian/ChangeLog +++ b/debian/ChangeLog @@ -1,3 +1,26 @@ +1999-10-09 Marcus Brinkmann <marcus@gnu.org> + + * rules (BUILDARCH): Renamed to DEB_BUILD_GNU_TYPE. + (HOSTARCH): Renamed to DEB_HOST_GNU_TYPE. + (INFODIR): New variable. + (STAMPS_TO_CLEAN): Add stamp-config. + (configure): Depend on configure.in. + (config, stamp-config): New targets. + (stamp-build): Build info documentation. + (clean): Do not clean up build directory, it will be removed. + Clean documentation directory. + (binary-arch): Remove etc/motd. + Expand bash {,} syntax. + Gzip serverboot. + Install additional documentation formats. + Rename libexec/runsystem to libexec/runsystem.gnu. + Install postinst, prerm + (.PHONY): Add config. + + * postinst, prerm: New Files. + * shlibs,shlibs.local: Remove libmom. + * changelog: Update to reflect Debian uploads. + 1999-06-01 Marcus Brinkmann <brinkmd@debian.org> * TODO: Remove entry about shared library dependencies (see below). diff --git a/debian/TODO b/debian/TODO index bc703349..ba3dc95e 100644 --- a/debian/TODO +++ b/debian/TODO @@ -2,8 +2,10 @@ * Split into multiple packages, so that we can provide virtual packages that correspond closer to the existing Debian GNU/Linux - ones. + ones. But be careful that you don't use existing packagenames, or + bug reports will not be assigned correctly. * A postinstallation script which sets up translators correctly. + Better a script that manages translators, so changes by users are honored. -* Do something with the Texinfo documentation. +* Split out pic libraries, build profiling libs (when they work). |