debdiff cache/flashplugin-nonfree/flashplugin-nonfree_7.0.61-1.dsc cache/flashplugin-nonfree/flashplugin-nonfree_7.0.61-1.1.dsc diff -Nru /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/debian/changelog /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/debian/changelog --- /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/debian/changelog 2005-11-29 16:06:46.000000000 +1100 +++ /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/debian/changelog 2006-01-31 17:30:41.000000000 +1100 @@ -1,3 +1,21 @@ +flashplugin-nonfree (7.0.61-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/update-flashplugin.conf.rb: Site down. Closes: #340690. Patch by + David Schmitt <[EMAIL PROTECTED]>, thanks. + * debian/postinst, update-flashplugin: Fix filename for local file, and fix + MD5 check for local file. Closes: #341238. + * update-flashplugin: Fix --proxy. Closes: #255947. + * debian/control, debian/dirs, update-flashplugin: Name change of plugin + directory of firefox. Closes: #342317. + * debian/control: cdebconf transition. Closes: #331822. + * debian/dirs: Added directories to complete the purge cleanup. + * debian/templates: Changed default of httpget to false to complete the + purge cleanup with piuparts. + * debian/control: Standards version. + + -- Bart Martens <[EMAIL PROTECTED]> Mon, 30 Jan 2006 19:56:31 +0100 + flashplugin-nonfree (7.0.61-1) unstable; urgency=low * check latest version by mirror's html. diff -Nru /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/debian/control /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/debian/control --- /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/debian/control 2005-11-29 16:07:48.000000000 +1100 +++ /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/debian/control 2006-01-31 07:43:16.000000000 +1100 @@ -3,13 +3,13 @@ Priority: optional Maintainer: Takuo KITAME <[EMAIL PROTECTED]> Build-Depends: debhelper (>> 4.0.0), docbook-to-man -Standards-Version: 3.6.1.0 +Standards-Version: 3.6.2.2 Package: flashplugin-nonfree Architecture: i386 -Depends: ruby, debconf, libruby (>= 1.6.7-3) +Depends: ruby, debconf | debconf-2.0, libruby (>= 1.6.7-3) Recommends: gsfonts-x11, libstdc++2.10-glibc2.2 -Suggests: mozilla-browser (>= 2:1.1) | mozilla-browser-snapshot | mozilla-firefox +Suggests: mozilla-browser (>= 2:1.1) | mozilla-browser-snapshot | mozilla-firefox | firefox Conflicts: flashplugin (<< 6) Replaces: flashplugin (<< 6) Description: Macromedia Flash Player plugin installer diff -Nru /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/debian/dirs /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/debian/dirs --- /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/debian/dirs 2004-09-28 14:27:09.000000000 +1000 +++ /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/debian/dirs 2006-01-31 17:22:55.000000000 +1100 @@ -1,4 +1,7 @@ usr/sbin usr/lib/mozilla/plugins +usr/lib/mozilla-snapshot/plugins +usr/lib/mozilla-firebird/plugins usr/lib/mozilla-firefox/plugins +usr/lib/firefox/plugins etc diff -Nru /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/debian/postinst /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/debian/postinst --- /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/debian/postinst 2003-08-26 17:10:02.000000000 +1000 +++ /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/debian/postinst 2006-01-31 06:37:24.000000000 +1100 @@ -7,7 +7,7 @@ case "$1" in configure*) db_get flashplugin-nonfree/local - if [ -d "$RET" -a -f "$RET"/flash_linux.tar.gz ]; then + if [ -d "$RET" -a -f "$RET"/install_flash_player_7_linux.tar.gz ]; then LOCALFILE="-l $RET" INSTALL="true" fi diff -Nru /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/debian/templates /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/debian/templates --- /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/debian/templates 2004-06-23 14:30:55.000000000 +1000 +++ /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/debian/templates 2006-01-31 17:29:12.000000000 +1100 @@ -16,7 +16,7 @@ Template: flashplugin-nonfree/httpget Type: boolean -Default: true +Default: false _Description: Would you like flashplugin to be automatically downloaded and installed from the Internet? If you are currently connected to the Internet accept here, and install_flash_player_7_linux.tar.gz will automatically be downloaded and diff -Nru /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/debian/update-flashplugin.conf.rb /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/debian/update-flashplugin.conf.rb --- /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/debian/update-flashplugin.conf.rb 2005-11-29 16:04:25.000000000 +1100 +++ /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/debian/update-flashplugin.conf.rb 2006-01-31 06:23:10.000000000 +1100 @@ -4,8 +4,8 @@ module UpdateFlashPluginConf SITES = { # "sluglug.ucsc.edu" => "/macromedia/tarball/debian/", +# "sluglug.ucsc.edu" => "/macromedia/site_ucsc.html", - "sluglug.ucsc.edu" => "/macromedia/site_ucsc.html", "macromedia.mplug.org" => "/site_uh.html", "macromedia.rediris.es" => "/site_ri.html" diff -Nru /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/update-flashplugin /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/update-flashplugin --- /tmp/PaPOZMszIl/flashplugin-nonfree-7.0.61/update-flashplugin 2005-11-29 16:04:55.000000000 +1100 +++ /tmp/33ch3Dx3Jh/flashplugin-nonfree-7.0.61/update-flashplugin 2006-01-31 07:38:52.000000000 +1100 @@ -35,7 +35,8 @@ @linkdir = [ "/usr/lib/mozilla/plugins", "/usr/lib/mozilla-snapshot/plugins", "/usr/lib/mozilla-firebird/plugins", - "/usr/lib/mozilla-firefox/plugins" + "/usr/lib/mozilla-firefox/plugins", + "/usr/lib/firefox/plugins" ] @quiet = false @del = false @@ -97,7 +98,7 @@ if [EMAIL PROTECTED] && (@proxy || ENV["http_proxy"]) proxy_str = @proxy || ENV["http_proxy"] || nil if proxy_str - uri = URI::parse(ENV["http_proxy"]) + uri = URI::parse(proxy_str) @proxy_user = ["#{uri.userinfo}"].pack('m').strip @proxy_uri = uri return true @@ -171,6 +172,7 @@ Dir.chdir(@cur_dir) exit 1 end + @tar_sum = "b063b512076d4c88a56cb7521e6b5409" if MD5.new(File.open("#{file}", 'r').binmode.read).hexdigest != @tar_sum $stderr.print "E: md5sum of #{file} does not match with [EMAIL PROTECTED]" Dir.chdir(@cur_dir) @@ -442,4 +444,7 @@ if File.exist?("/usr/sbin/update-mozilla-firefox-chrome") system("/usr/sbin/update-mozilla-firefox-chrome") end + if File.exist?("/usr/sbin/update-firefox-chrome") + system("/usr/sbin/update-firefox-chrome") + end end
signature.asc
Description: Digital signature