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

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to