r339 - in /packages/gnash/trunk/debian: changelog control

rmh at users.alioth.debian.org rmh at users.alioth.debian.org
Wed Jun 10 09:11:34 UTC 2009


Author: rmh
Date: Wed Jun 10 09:11:34 2009
New Revision: 339

URL: http://svn.debian.org/wsvn/?sc=1&rev=339
Log:
Remove hardcoded libqt3-mt dependency.  It was only there for GPLv3 compliance, and we don't need it with Qt4.

Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/control

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/changelog?rev=339&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Wed Jun 10 09:11:34 2009
@@ -1,8 +1,13 @@
 gnash (0.8.5-2) UNRELEASED; urgency=low
 
+  [ Miriam Ruiz ]
   * Cleaned debian/rules. Thanks to Felix Salfelder <felix at salfelder.org>
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Sat, 02 May 2009 01:45:35 +0200
+  [ Robert Millan ]
+  * Remove hardcoded libqt3-mt dependency.  It was only there for GPLv3
+    compliance, and we don't need it with Qt4.
+
+ -- Robert Millan <rmh.debian at aybabtu.com>  Wed, 10 Jun 2009 11:11:15 +0200
 
 gnash (0.8.5-1) unstable; urgency=low
 

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/control?rev=339&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Wed Jun 10 09:11:34 2009
@@ -89,8 +89,7 @@
 Package: klash
 Section: utils
 Architecture: any
-Depends: gnash-common (= ${binary:Version}),
- libqt3-mt (>= 3:3.3.8), ${shlibs:Depends}, ${misc:Depends}
+Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Conflicts: klash-opengl
 Description: free SWF movie player - standalone player for KDE
  Gnash is a free GPL'd SWF movie player, which works either standalone, or as
@@ -113,8 +112,7 @@
 Section: utils
 Architecture: any
 Depends: klash (= ${binary:Version})
-#Depends: gnash-common-opengl (= ${binary:Version}),
-# libqt3-mt (>= 3:3.3.8), ${shlibs:Depends}, ${misc:Depends}
+#Depends: gnash-common-opengl (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 #Conflicts: klash
 Description: free SWF movie player - standalone player for KDE
  Gnash is a free GPL'd SWF movie player, which works either standalone, or as




More information about the pkg-flash-devel mailing list