cooledit_3.17.1-3_powerpc.changes INSTALLED
Installing: cooledit_3.17.1-3.diff.gz to pool/main/c/cooledit/cooledit_3.17.1-3.diff.gz cooledit_3.17.1-3.dsc to pool/main/c/cooledit/cooledit_3.17.1-3.dsc cooledit_3.17.1-3_powerpc.deb to pool/main/c/cooledit/cooledit_3.17.1-3_powerpc.deb coolicon_3.17.1-3_powerpc.deb to pool/main/c/cooledit/coolicon_3.17.1-3_powerpc.deb coolman_3.17.1-3_powerpc.deb to pool/main/c/cooledit/coolman_3.17.1-3_powerpc.deb libcw-dev_3.17.1-3_powerpc.deb to pool/main/c/cooledit/libcw-dev_3.17.1-3_powerpc.deb libcw_3.17.1-3_powerpc.deb to pool/main/c/cooledit/libcw_3.17.1-3_powerpc.deb smalledit_3.17.1-3_powerpc.deb to pool/main/c/cooledit/smalledit_3.17.1-3_powerpc.deb Announcing to debian-devel-changes@lists.debian.org Closing bugs: 123015 Thank you for your contribution to Debian.
Bug#126654: circlepack: Missing malloc() prototype could cause segfaults on ia64
On Thu, Dec 27, 2001 at 04:47:09PM -0500, John R . Daily wrote: > Package: circlepack > Version: N/A; reported 2001-12-27 > Severity: normal > Tags: patch > > Unprototyped functions are presumed to return 32-bit integers; > on ia64, pointers occupy 64 bits, and can be corrupted without > a prototype. I've just adopted circlepack and fixed this bug. The upload is in incoming now. Thanks, -- Colin Watson [EMAIL PROTECTED]
Bug#126951: shhopt: Patch for lintian reported errors
Package: shhopt Version: N/A; reported 2001-12-29 Severity: minor Tags: patch --- debian/changelog.orig Sat Dec 29 19:41:05 2001 +++ debian/changelogSat Dec 29 19:41:05 2001 @@ -59,5 +59,4 @@ Local variables: mode: debian-changelog -add-log-mailing-address: "[EMAIL PROTECTED]" End: Common subdirectories: debian.orig/debian and debian/debian diff -uN debian.orig/postinst debian/postinst --- debian.orig/postinstWed Dec 31 17:00:00 1969 +++ debian/postinst Sat Dec 29 19:44:03 2001 @@ -0,0 +1,7 @@ +#!/bin/sh + + if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a ! -e /usr/doc/shhopt -a -d /usr/share/doc/shhopt ]; then + ln -sf ../share/doc/shhopt /usr/doc/shhopt + fi + fi diff -uN debian.orig/prerm debian/prerm --- debian.orig/prerm Wed Dec 31 17:00:00 1969 +++ debian/prermSat Dec 29 19:44:03 2001 @@ -0,0 +1,5 @@ +#!/bin/sh) + + if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/shhopt ]; then + rm -f /usr/doc/shhopt + fi -- System Information Debian Release: 3.0 Architecture: powerpc Kernel: Linux Obsession 2.2.19 #1 Sat Apr 14 23:20:24 CDT 2001 ppc Locale: LANG=C, LC_CTYPE=C