Your message dated Wed, 16 May 2007 16:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#379653: fixed in steptalk 0.10.0-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: steptalk
Version: 0.8.2-5
Severity: normal
Tags: patch
Hi,
Attached is the diff for my NMU 0.8.2-5.1.
Kind regards,
Adriaan Peeters
diff -ur steptalk-0.8.2/ApplicationScripting/Source/STApplicationScriptingController.m unstable/steptalk-0.8.2/ApplicationScripting/Source/STApplicationScriptingController.m
--- steptalk-0.8.2/ApplicationScripting/Source/STApplicationScriptingController.m 2004-08-23 03:13:05.000000000 +0200
+++ unstable/steptalk-0.8.2/ApplicationScripting/Source/STApplicationScriptingController.m 2006-07-24 20:07:10.000000000 +0200
@@ -240,7 +240,7 @@
object = [target valueForKeyPath:reference];
[env setObject:object forName:name];
NS_HANDLER
- if([[localException name] isEqualToString:NSUnknownKeyException])
+ if([[localException name] isEqualToString:NSUndefinedKeyException])
{
NSLog(@"Warning: Invalid object reference '%@'.", reference);
}
diff -ur steptalk-0.8.2/debian/changelog unstable/steptalk-0.8.2/debian/changelog
--- steptalk-0.8.2/debian/changelog 2006-07-22 21:57:30.000000000 +0200
+++ unstable/steptalk-0.8.2/debian/changelog 2006-07-24 20:07:10.000000000 +0200
@@ -1,3 +1,20 @@
+steptalk (0.8.2-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control Build-Depends:
+ - Changed from libgnustep-base1.10-dev to libgnustep-base1.11-dev
+ (Closes: #373110)
+ - Changed from libreadline4-dev to libreadline5-dev | libreadline-dev
+ (Closes: #326295)
+ - Changed from libgnustep-gui0.9-dev to libgnustep-gui0.10-dev
+ (Closes: #379331)
+ * Bumped Standards-Version to 3.7.2, no changes needed.
+ * Patch ApplicationScripting/Source/STApplicationScriptingController.m:
+ NSUnknownKeyException -> NSUndefinedKeyException, Thanks to
+ Stefan Potyra <[EMAIL PROTECTED]> (Closes: #379334).
+
+ -- Adriaan Peeters <[EMAIL PROTECTED]> Fri, 21 Jul 2006 11:47:00 +0200
+
steptalk (0.8.2-5) unstable; urgency=low
* Recompile for new gnustep requirements.
diff -ur steptalk-0.8.2/debian/control unstable/steptalk-0.8.2/debian/control
--- steptalk-0.8.2/debian/control 2006-07-22 21:57:30.000000000 +0200
+++ unstable/steptalk-0.8.2/debian/control 2006-07-24 20:07:10.000000000 +0200
@@ -1,8 +1,8 @@
Source: steptalk
Priority: optional
Maintainer: Brent A. Fulgham <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libgnustep-base1.10-dev, libncurses5-dev, libreadline4-dev, libgnustep-gui0.9-dev
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 4.0.0), libgnustep-base1.11-dev, libncurses5-dev, libreadline5-dev | libreadline-dev, libgnustep-gui0.10-dev
+Standards-Version: 3.7.2
Package: steptalk
Section: libs
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: steptalk
Source-Version: 0.10.0-1
We believe that the bug you reported is fixed in the latest version of
steptalk, which is due to be installed in the Debian FTP archive:
steptalk_0.10.0-1.diff.gz
to pool/main/s/steptalk/steptalk_0.10.0-1.diff.gz
steptalk_0.10.0-1.dsc
to pool/main/s/steptalk/steptalk_0.10.0-1.dsc
steptalk_0.10.0-1_i386.deb
to pool/main/s/steptalk/steptalk_0.10.0-1_i386.deb
steptalk_0.10.0.orig.tar.gz
to pool/main/s/steptalk/steptalk_0.10.0.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Hubert Chan <[EMAIL PROTECTED]> (supplier of updated steptalk package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Format: 1.7
Date: Mon, 14 May 2007 17:54:17 -0400
Source: steptalk
Binary: steptalk
Architecture: source i386
Version: 0.10.0-1
Distribution: unstable
Urgency: low
Maintainer: Hubert Chan <[EMAIL PROTECTED]>
Changed-By: Hubert Chan <[EMAIL PROTECTED]>
Description:
steptalk - The GNUstep Scripting Framework
Closes: 327833 379653 398105
Changes:
steptalk (0.10.0-1) unstable; urgency=low
.
[Hubert Chan]
* New maintainer. (Closes: #398105)
* Does not build against gnustep-dl2. (Closes: #327833)
* Use debhelper more in debian/rules.
* Fix copyright file.
* Add missing section to control file.
* Install doc-base properly.
* Fix compilation of Shell example.
* Comment out NSDataLinkFileNameExtension from AppKit module, since it was
removed from GNUstep.
* Miscelaneous cleanups.
.
[Gürkan Sengün]
* New upstream version. Acknowledge NMU.
* Rebuild against latest libgnustep-gui. Acknowledge NMU.
(Closes: #379653)
* Bumped standards version (no changes needed).
* Bumped DH compat level to 5.
* Update download site.
* Removed libgnustep-base from debian/control.
Files:
8d5de48982ad5aa97bba9d6960ad0088 640 libs optional steptalk_0.10.0-1.dsc
e2889a33e234ce1a7d569a216bccb4f3 308088 libs optional
steptalk_0.10.0.orig.tar.gz
e501f6188d9071b64d4c76c8160be17f 4861 libs optional steptalk_0.10.0-1.diff.gz
467136ff2c2a06cc9f9843d98ccdefcc 269324 libs optional
steptalk_0.10.0-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFGSzN9rynHGRJLYfoRA1hAAJ0bfid4AM0tIh4Ab3X4BW9zuibAmACcCg0p
JXXevkimH2YL+19hsFCidmo=
=HiOT
-----END PGP SIGNATURE-----
--- End Message ---