Package: lynkeos.app
Version: 1.2-1.1
Severity: normal

Attached is the diff for my NMU, which updates the build-depends and
fixes the compilation error, and improves the copyright file.

diff -u lynkeos.app-1.2/debian/changelog lynkeos.app-1.2/debian/changelog
--- lynkeos.app-1.2/debian/changelog
+++ lynkeos.app-1.2/debian/changelog
@@ -1,3 +1,13 @@
+lynkeos.app (1.2-1.2) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Rebuild against new GNUstep libraries.
+    - Update Build-dep to libgnustep-gui-dev.
+    - Fix problem with NSMovie aliasing.
+  * Add license header to debian/copyright file.
+
+ -- Hubert Chan <[EMAIL PROTECTED]>  Thu,  5 Oct 2006 11:07:58 -0400
+
 lynkeos.app (1.2-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u lynkeos.app-1.2/debian/control lynkeos.app-1.2/debian/control
--- lynkeos.app-1.2/debian/control
+++ lynkeos.app-1.2/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Gürkan Sengün <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libavcodec-dev, libavformat-dev, 
libdts-dev, fftw3-dev, libgnustep-gui0.10-dev, gnustep-make, openssl
+Build-Depends: debhelper (>= 4.0.0), libavcodec-dev, libavformat-dev, 
libdts-dev, fftw3-dev, libgnustep-gui-dev, gnustep-make, openssl
 Standards-Version: 3.6.1
 
 Package: lynkeos.app
diff -u lynkeos.app-1.2/debian/copyright lynkeos.app-1.2/debian/copyright
--- lynkeos.app-1.2/debian/copyright
+++ lynkeos.app-1.2/debian/copyright
@@ -13,2 +13,19 @@
+License:
 Released under the GNU GPL.
-Please see /usr/share/common-licenses/GPL for the full license.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU GPL is available at
+/usr/share/common-licenses/GPL.
only in patch2:
unchanged:
--- lynkeos.app-1.2.orig/Sources/LynkeosFfmpegMovie.h
+++ lynkeos.app-1.2/Sources/LynkeosFfmpegMovie.h
@@ -1,5 +1,7 @@
+#undef NSMovie // get rid of NSMovie alias while we include AppKit
 #import <Foundation/Foundation.h>
 #import <AppKit/AppKit.h>
+#define NSMovie LynkeosFfmpegMovie
 
 #include "LynkeosCommon.h"
 #include "ffmpeg_access.h"
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.9
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Reply via email to