tags 581985 + pending
thanks

Dear maintainer,

I've prepared an NMU for terminal.app (versioned as 0.9.4+cvs20051125-5.1) and
uploaded it to DELAYED/02. Please feel free to tell me if I
should delay it longer.

Cheers

Luk
diff -u terminal.app-0.9.4+cvs20051125/TerminalViewPrefs.m terminal.app-0.9.4+cvs20051125/TerminalViewPrefs.m
--- terminal.app-0.9.4+cvs20051125/TerminalViewPrefs.m
+++ terminal.app-0.9.4+cvs20051125/TerminalViewPrefs.m
@@ -7,18 +7,7 @@
 of the License. See COPYING or main.m for more information.
 */
 
-#include <Foundation/NSNotification.h>
-#include <Foundation/NSString.h>
-#include <Foundation/NSUserDefaults.h>
-#include <AppKit/NSBox.h>
-#include <AppKit/NSColor.h>
-#include <AppKit/NSColorPanel.h>
-#include <AppKit/NSColorWell.h>
-#include <AppKit/NSFont.h>
-#include <AppKit/NSGraphics.h>
-#include <AppKit/NSImage.h>
-#include <AppKit/NSTextField.h>
-#include <AppKit/NSFontManager.h>
+#include <AppKit/AppKit.h>
 #include <GNUstepGUI/GSVbox.h>
 #include <GNUstepGUI/GSHbox.h>
 #include "Label.h"
diff -u terminal.app-0.9.4+cvs20051125/debian/changelog terminal.app-0.9.4+cvs20051125/debian/changelog
--- terminal.app-0.9.4+cvs20051125/debian/changelog
+++ terminal.app-0.9.4+cvs20051125/debian/changelog
@@ -1,3 +1,10 @@
+terminal.app (0.9.4+cvs20051125-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use AppKit/AppKit.h instead of particular .h files (Closes: #581985).
+
+ -- Luk Claes <[email protected]>  Tue, 24 Aug 2010 12:35:34 +0000
+
 terminal.app (0.9.4+cvs20051125-5) unstable; urgency=low
 
   * Upload to unstable.
only in patch2:
unchanged:
--- terminal.app-0.9.4+cvs20051125.orig/ServicesPrefs.m
+++ terminal.app-0.9.4+cvs20051125/ServicesPrefs.m
@@ -7,20 +7,9 @@
 of the License. See COPYING or main.m for more information.
 */
 
-#include <Foundation/NSString.h>
-#include <Foundation/NSUserDefaults.h>
-#include <AppKit/NSButton.h>
-#include <AppKit/NSPopUpButton.h>
-#include <AppKit/NSTextField.h>
-#include <AppKit/NSTableView.h>
-#include <AppKit/NSTableColumn.h>
-#include <AppKit/NSScrollView.h>
-#include <AppKit/NSClipView.h>
-#include <AppKit/NSBox.h>
+#include <AppKit/AppKit.h>
 #include <GNUstepGUI/GSVbox.h>
 #include <GNUstepGUI/GSHbox.h>
-#include <AppKit/NSSavePanel.h>
-#include <AppKit/NSOpenPanel.h>
 #include "Label.h"
 
 #include "ServicesPrefs.h"
only in patch2:
unchanged:
--- terminal.app-0.9.4+cvs20051125.orig/TerminalParser_LinuxPrefs.m
+++ terminal.app-0.9.4+cvs20051125/TerminalParser_LinuxPrefs.m
@@ -7,10 +7,7 @@
 of the License. See COPYING or main.m for more information.
 */
 
-#include <Foundation/NSString.h>
-#include <Foundation/NSUserDefaults.h>
-#include <AppKit/NSPopUpButton.h>
-#include <AppKit/NSBox.h>
+#include <AppKit/AppKit.h>
 #include <GNUstepGUI/GSTable.h>
 #include <GNUstepGUI/GSVbox.h>
 #include "Label.h"

Reply via email to