Your message dated Mon, 18 Feb 2008 06:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#441019: fixed in gnash 0.8.1+cvs20080212.1133-1
has caused the Debian Bug report #441019,
regarding debian/copyright wasn't updated for GPLv3
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
441019: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441019
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gnash
Version: 0.8.1~rc.070818-1
Severity: serious
Tags: patch

debian/copyright says Gnash is licensed under GPLv2 (which is no longer true),
and refers to common-licenses/GPL without a versioned dependency on base-files
that would assure that file is v3.

Patch attached.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)

Versions of packages gnash depends on:
ii  gnash-common           0.8.1~rc.070818-1 free Flash movie player - common f
ii  libc6                  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libgcc1                1:4.1.1-21        GCC support library
ii  libglib2.0-0           2.12.4-2          The GLib library of C routines
ii  libgtk2.0-0            2.8.20-7          The GTK+ graphical user interface 
ii  libstdc++6             4.1.1-21          The GNU Standard C++ Library v3

gnash recommends no packages.

-- no debconf information
diff -ur gnash-0.8.1~rc.070818.old/debian/control 
gnash-0.8.1~rc.070818/debian/control
--- gnash-0.8.1~rc.070818.old/debian/control    2007-09-03 09:52:08.000000000 
+0000
+++ gnash-0.8.1~rc.070818/debian/control        2007-09-06 07:30:06.000000000 
+0000
@@ -17,7 +17,7 @@
 Package: gnash-common
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer0.10-plugins-base, 
gstreamer0.10-videosink | gstreamer0.10-plugins-good, gstreamer0.10-audiosink | 
gstreamer0.10-alsa
+Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer0.10-plugins-base, 
gstreamer0.10-videosink | gstreamer0.10-plugins-good, gstreamer0.10-audiosink | 
gstreamer0.10-alsa, base-files (>= 4.0.1)
 Recommends: gstreamer0.10-fluendo-mp3, gstreamer0.10-ffmpeg
 Conflicts: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)
 Replaces: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)
@@ -32,7 +32,7 @@
 Package: gnash
 Section: utils
 Architecture: any
-Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}, base-files (>= 4.0.1)
 Description: free Flash movie player
  Gnash is a free Flash movie player, which works either standalone, or as
  plugin for Firefox/Mozilla or Konqueror. Currently it is in a alpha state.
@@ -55,7 +55,7 @@
 Package: klash
 Section: utils
 Architecture: any
-Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}, base-files (>= 4.0.1)
 Description: free Flash movie player - standalone player for KDE
  Gnash is a free Flash movie player, which works either standalone, or as
  plugin for Firefox/Mozilla or Konqueror. Currently it is in a alpha state.
@@ -78,7 +78,7 @@
 Package: gnash-tools
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, base-files (>= 4.0.1)
 Description: free Flash movie player - Command-line Tools
  Gnash is a free Flash movie player, which works either standalone, or as
  plugin for Firefox/Mozilla or Konqueror. Currently it is in a alpha state.
@@ -101,7 +101,7 @@
 Package: gnash-cygnal
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, base-files (>= 4.0.1)
 Description: free Flash movie player - Media server
  Gnash is a free Flash movie player, which works either standalone, or as
  plugin for Firefox/Mozilla or Konqueror. Currently it is in a alpha state.
@@ -124,7 +124,7 @@
 Package: mozilla-plugin-gnash
 Section: utils
 Architecture: any
-Depends: gnash (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: gnash (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, 
base-files (>= 4.0.1)
 Description: free Flash movie player - Plugin for Mozilla and derivatives
  Gnash is a free Flash movie player, which works either standalone, or as
  plugin for Firefox/Mozilla or Konqueror.
@@ -136,7 +136,7 @@
 Package: konqueror-plugin-gnash
 Section: utils
 Architecture: any
-Depends: klash (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: klash (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, 
base-files (>= 4.0.1)
 Description: free Flash movie player - Plugin for Konqueror
  Gnash is a free Flash movie player, which works either standalone, or as
  plugin for Firefox/Mozilla or Konqueror.
diff -ur gnash-0.8.1~rc.070818.old/debian/copyright 
gnash-0.8.1~rc.070818/debian/copyright
--- gnash-0.8.1~rc.070818.old/debian/copyright  2007-09-03 09:52:08.000000000 
+0000
+++ gnash-0.8.1~rc.070818/debian/copyright      2007-09-06 07:28:00.000000000 
+0000
@@ -18,19 +18,19 @@
 
 License:
 
-   This package is free software; you can redistribute it and/or modify
+   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
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
-
-   This package is distributed in the hope that it will be useful,
+  
+   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 package; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+   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 General
 Public License can be found in `/usr/share/common-licenses/GPL'.

--- End Message ---
--- Begin Message ---
Source: gnash
Source-Version: 0.8.1+cvs20080212.1133-1

We believe that the bug you reported is fixed in the latest version of
gnash, which is due to be installed in the Debian FTP archive:

gnash-common_0.8.1+cvs20080212.1133-1_i386.deb
  to pool/main/g/gnash/gnash-common_0.8.1+cvs20080212.1133-1_i386.deb
gnash-cygnal_0.8.1+cvs20080212.1133-1_i386.deb
  to pool/main/g/gnash/gnash-cygnal_0.8.1+cvs20080212.1133-1_i386.deb
gnash-tools_0.8.1+cvs20080212.1133-1_i386.deb
  to pool/main/g/gnash/gnash-tools_0.8.1+cvs20080212.1133-1_i386.deb
gnash_0.8.1+cvs20080212.1133-1.diff.gz
  to pool/main/g/gnash/gnash_0.8.1+cvs20080212.1133-1.diff.gz
gnash_0.8.1+cvs20080212.1133-1.dsc
  to pool/main/g/gnash/gnash_0.8.1+cvs20080212.1133-1.dsc
gnash_0.8.1+cvs20080212.1133-1_i386.deb
  to pool/main/g/gnash/gnash_0.8.1+cvs20080212.1133-1_i386.deb
gnash_0.8.1+cvs20080212.1133.orig.tar.gz
  to pool/main/g/gnash/gnash_0.8.1+cvs20080212.1133.orig.tar.gz
klash_0.8.1+cvs20080212.1133-1_i386.deb
  to pool/main/g/gnash/klash_0.8.1+cvs20080212.1133-1_i386.deb
konqueror-plugin-gnash_0.8.1+cvs20080212.1133-1_i386.deb
  to pool/main/g/gnash/konqueror-plugin-gnash_0.8.1+cvs20080212.1133-1_i386.deb
mozilla-plugin-gnash_0.8.1+cvs20080212.1133-1_i386.deb
  to pool/main/g/gnash/mozilla-plugin-gnash_0.8.1+cvs20080212.1133-1_i386.deb



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.
Miriam Ruiz <[EMAIL PROTECTED]> (supplier of updated gnash 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: SHA1

Format: 1.7
Date: Tue, 12 Feb 2008 11:33:29 +0000
Source: gnash
Binary: gnash-common gnash klash gnash-tools gnash-cygnal mozilla-plugin-gnash 
konqueror-plugin-gnash
Architecture: source i386
Version: 0.8.1+cvs20080212.1133-1
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz <[EMAIL PROTECTED]>
Changed-By: Miriam Ruiz <[EMAIL PROTECTED]>
Description: 
 gnash      - free Flash movie player
 gnash-common - free Flash movie player - common files/libraries
 gnash-cygnal - free Flash movie player - Media server
 gnash-tools - free Flash movie player - Command-line Tools
 klash      - free Flash movie player - standalone player for KDE
 konqueror-plugin-gnash - free Flash movie player - Plugin for Konqueror
 mozilla-plugin-gnash - free Flash movie player - Plugin for Mozilla and 
derivatives
Closes: 441019 455395 464615
Changes: 
 gnash (0.8.1+cvs20080212.1133-1) unstable; urgency=low
 .
   [ Miriam Ruiz ]
   * New Upstream Release. Downloaded from CVS.
   * Removed full GFDL text from debian/copyright and added link to Debian's
     version in /usr/share/common-licenses/GFDL-1.2
   * Added runtime dependency to base-files (>= 4.0.1) to guarantee that it is
     legally linked against Gnash GPLv3 licensed code (Closes: #441019)
   * Added Homepage field to debian/control. Removed it from long descriptions.
   * Updated Standards-Version to 3.7.3.
   * Added dh_desktop to debian/rules.
   * Added support for dh-buildinfo.
   * Added new build dependencies: libboost-serialization-dev, python
   * Added DM-Upload-Allowed: yes to debian/control to support uploads made
     by debian maintainers in the uploaders field.
   * Added patch to disable the testsuite: disable-testsuite.patch
   * Removed libgnashgeo and libgnashbackend from debian/gnash-common.install
   * removed gparser from debian/gnash-tools.install
   * Fixed man pages generation system and built new manpages.
   * Added proper version numbering, including date, to build results.
   * Delete po/*.gmo and ./compile in clean target in debian/rules.
   * Fixed disable-testsuite.patch.
   * debian/rules: Added make install-plugins to install the plugins.
   * Added Lintian overrides to ignore warning: description-contains-homepage
     Keeping Homepage in long description for some time for backports.
   * Added links from gnash manpage to gtk-gnash, kde-gnash and klash.
   * Removed unneeded build-deps: libdirectfb-dev
   * Added versioned build dependency on libqt3-mt-dev >= 3.3.8 to make sure
     that it is licensed under a GPLv3 compatible license. (Closes: #464615)
   * Added recommends to gstreamer0.10-gnomevfs in gnash-common
   * Added patch to fix error in upstream manpage.
   * Added patch ftbfs-gcc-4.3.patch to solve compilation problems with
     GCC 4.3. Closes: #455395
   * Removed the XS prefix from Xs-Vcs-Bzr in debian/control, as it is an
     official tag now.
Files: 
 b4f929c35fa709607bc9468874aac39d 1527 utils optional 
gnash_0.8.1+cvs20080212.1133-1.dsc
 5530d2420965d6bfcf8c786b2dffeb67 4019884 utils optional 
gnash_0.8.1+cvs20080212.1133.orig.tar.gz
 bc1699e2a27ab914ed82584d489610c7 30418 utils optional 
gnash_0.8.1+cvs20080212.1133-1.diff.gz
 36a3ef4287fcca5121f7abd1b7fd0dd8 1422688 libs optional 
gnash-common_0.8.1+cvs20080212.1133-1_i386.deb
 2cefbcac80a601276f4301116060240b 322824 utils optional 
gnash_0.8.1+cvs20080212.1133-1_i386.deb
 7e3219d059556f24f49ba799e73da1b2 320342 utils optional 
klash_0.8.1+cvs20080212.1133-1_i386.deb
 f94a134b001150af1bf8d4c6d298a2e0 136574 utils optional 
gnash-tools_0.8.1+cvs20080212.1133-1_i386.deb
 344e1a13bd3b17629115bf8fa8545af0 181110 utils optional 
gnash-cygnal_0.8.1+cvs20080212.1133-1_i386.deb
 1b4c5565fe166567200cc6e7361cae8f 143154 utils optional 
mozilla-plugin-gnash_0.8.1+cvs20080212.1133-1_i386.deb
 265c9862aaea5b9831bd3ba3266f0e46 155298 utils optional 
konqueror-plugin-gnash_0.8.1+cvs20080212.1133-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHuSZYRqobajv7n7MRAoVDAJ9xFp3YeWQFMuY7HOuIQwDVsxij7ACdF3Eu
LjZ3/Y8OI1ncYFdhofoBiX0=
=OHJA
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to