summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-08 22:57:42 +0000
committerRoland McGrath <roland@gnu.org>1999-10-08 22:57:42 +0000
commitfe1acf6d2c94f250b390a4dda99a531b73fba6f8 (patch)
tree2499e2c2b2324cf15f81a3ceb54516e184fd4578 /debian
parent1ec352274778dc9ffbe2e0d53e67ee54ac2b3f23 (diff)
updates from marcus
Diffstat (limited to 'debian')
-rw-r--r--debian/ChangeLog23
-rw-r--r--debian/TODO6
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).