Your message dated Mon, 01 Oct 2007 13:47:09 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#441019: fixed in gnash 0.8.1~rc.070818-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- 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~rc.070818-2

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~rc.070818-2_amd64.deb
  to pool/main/g/gnash/gnash-common_0.8.1~rc.070818-2_amd64.deb
gnash-cygnal_0.8.1~rc.070818-2_amd64.deb
  to pool/main/g/gnash/gnash-cygnal_0.8.1~rc.070818-2_amd64.deb
gnash-tools_0.8.1~rc.070818-2_amd64.deb
  to pool/main/g/gnash/gnash-tools_0.8.1~rc.070818-2_amd64.deb
gnash_0.8.1~rc.070818-2.diff.gz
  to pool/main/g/gnash/gnash_0.8.1~rc.070818-2.diff.gz
gnash_0.8.1~rc.070818-2.dsc
  to pool/main/g/gnash/gnash_0.8.1~rc.070818-2.dsc
gnash_0.8.1~rc.070818-2_amd64.deb
  to pool/main/g/gnash/gnash_0.8.1~rc.070818-2_amd64.deb
klash_0.8.1~rc.070818-2_amd64.deb
  to pool/main/g/gnash/klash_0.8.1~rc.070818-2_amd64.deb
konqueror-plugin-gnash_0.8.1~rc.070818-2_amd64.deb
  to pool/main/g/gnash/konqueror-plugin-gnash_0.8.1~rc.070818-2_amd64.deb
mozilla-plugin-gnash_0.8.1~rc.070818-2_amd64.deb
  to pool/main/g/gnash/mozilla-plugin-gnash_0.8.1~rc.070818-2_amd64.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.
Alexander Sack <[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: Mon, 01 Oct 2007 12:28:03 +0000
Source: gnash
Binary: gnash-cygnal gnash-tools klash gnash-common mozilla-plugin-gnash 
konqueror-plugin-gnash gnash
Architecture: source amd64
Version: 0.8.1~rc.070818-2
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz <[EMAIL PROTECTED]>
Changed-By: Alexander Sack <[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 441706
Changes: 
 gnash (0.8.1~rc.070818-2) unstable; urgency=low
 .
   Upload prepared by by Cyril Brulebois to fix RC bugs:
 .
   [ Cyril Brulebois ]
   * Deleted the *.gmo from the CLEANFILES in po/Makefile.am to fix package
     content change on double-build (Closes: #441706). Added the following
     files into debian/patches to do so:
      - do-not-delete-gmo-files: one-liner to avoid the deletion.
      - series: restored series file since there was none left.
     (Note: po/Makefile.in not patched since it is removed by the clean rules,
     the patch wouldn't apply if it were modified.)
   * Updated debian/copyright from GPLv2 to GPLv3 (copyright blurb), and added
     a versioned dependency on base-files to ensure that the GPL symlink points
     to the appropriate version, as reported by Robert Millan (Closes: #441019).
Files: 
 853806bebd57614a75c0b73f0791a12c 2017 utils optional 
gnash_0.8.1~rc.070818-2.dsc
 63aae8ab80f1b092babf73bed2c3842e 31178 utils optional 
gnash_0.8.1~rc.070818-2.diff.gz
 87ad9225eb5876761647602b7a5d37c6 1150230 libs optional 
gnash-common_0.8.1~rc.070818-2_amd64.deb
 b964e6ef83410733a8de46695551e99e 237850 utils optional 
gnash_0.8.1~rc.070818-2_amd64.deb
 0319681ff8889106bc0fd19b0351b6ff 241616 utils optional 
klash_0.8.1~rc.070818-2_amd64.deb
 18d19f99f42c53372a2e6e0b7d4f06f0 70620 utils optional 
gnash-tools_0.8.1~rc.070818-2_amd64.deb
 ede433045b4fc292a95fd76f841911f1 74672 utils optional 
gnash-cygnal_0.8.1~rc.070818-2_amd64.deb
 d8649111d865ccdf2eaa402087553f03 67336 utils optional 
mozilla-plugin-gnash_0.8.1~rc.070818-2_amd64.deb
 334836cbd0f4c679b335efac1328ed05 81436 utils optional 
konqueror-plugin-gnash_0.8.1~rc.070818-2_amd64.deb

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

iQIVAwUBRwDvL6BE/gcUDGZkAQJsfhAAnkIuN6DRPSKrthLOjysM4MbyQfcVuAsh
5pf5N2tHT80VIoBlTOvdSuzdtuBAL0vIxTtZwEMhCOnKvb/Zr3VFmnCTddUevPgO
0Pom1IZBW/Q1gEdhviveiO5hQUkWPOlallY60AQciNTgz36tjh2ISl8xljf3GzmB
d2bV7lqqTmssfOSwjM3GMNfsjVR5ZWOIVx+hSZ4zLhHw8k8HG7T4AqUrw+yrHyR+
udU+EqrVUiy0em96+m9FhONWG82bGkvyoyyArRjG7Ve1WpeW+3uJm4UAb1vIwI8f
Py1WPul7djUbRsu9fLj2ARHxmjekt40fsU4LL+EmKxtCenW6lCEZU8IC/scoz3NM
phbDr2qGJa1fWb6ZezUXTFPo6qGacx015+asX+H7dfhdGZ5jBzjlGnw4zdzWt0Qd
A9OrPChH93c2uL0Qj9+/jlELDzNsWsGnHLfTTbcN9Nk3IOKYUbFLqOtgwNJXgUvJ
WG36DrdFGEt/oQsWOSIiyps85jpoCokwQdOn59CgfZh23y86d0TBix/bSUhYRHk7
JXl1A2UYdPo9dNOwoogWYepPSeplFo2smH4gO9q3YOt38P+roje+wtiaweslFSkj
ZiNOJKGZ7c7y0ftUwcpb8SF+qd4lCz8xxhvJw+sJwdMUwf+1zzmfK7bszP/JIz2R
wtIt3RPEGfM=
=XEXd
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to