[Canonical-partner-dev] [Bug 1653239] Re: Wrong plugin version displayed in chromium

2017-04-07 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: adobe-flashplugin (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Canonical
Partner Developers, which is subscribed to adobe-flashplugin in Ubuntu.
https://bugs.launchpad.net/bugs/1653239

Title:
  Wrong plugin version displayed in chromium

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/1653239/+subscriptions

___
Mailing list: https://launchpad.net/~canonical-partner-dev
Post to : canonical-partner-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~canonical-partner-dev
More help   : https://help.launchpad.net/ListHelp


[Canonical-partner-dev] [Bug 1653239] Re: Wrong plugin version displayed in chromium

2017-04-07 Thread Pinky Brain
Also broken in 1:20170314.1-0ubuntu0.16.04.1.

The old version independent way of fixing this in the 10-flash script
still works by the way.

flashversion=`strings $flashso 2> /dev/null | grep LNX | cut -d ' ' -f 
2 | sed -e "s/,/./g"`
CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso 
--ppapi-flash-version=$flashversion"

-- 
You received this bug notification because you are a member of Canonical
Partner Developers, which is subscribed to adobe-flashplugin in Ubuntu.
https://bugs.launchpad.net/bugs/1653239

Title:
  Wrong plugin version displayed in chromium

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/1653239/+subscriptions

___
Mailing list: https://launchpad.net/~canonical-partner-dev
Post to : canonical-partner-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~canonical-partner-dev
More help   : https://help.launchpad.net/ListHelp


[Canonical-partner-dev] [Bug 1653239] Re: Wrong plugin version displayed in chromium

2016-12-30 Thread Bo Kersey
It appears that the the line in the debian/rules file that should take
care of this did not work properly in the package that I downloaded from
the repository

Here is the line from the rules file:
cat debian/10-flash.in | sed -e 's/#PPAPI_VERSION#/$(shell python -c 
"import json; print 
json.load(file('$(DEB_BUILD_ARCH)/manifest.json'))['version']")/g' > 
debian/10-flash


Here is the output when I rebuilt using a clean sbuild environment:
cat debian/10-flash.in | sed -e 's/#PPAPI_VERSION#/24.0.0.186/g' > 
debian/10-flash

The file /etc/chromium-browser/customizations/10-flash appears to be correct 
when I build the package without changes in a pristine sbuild environment 
created with 
mk-sbuild trusty --arch=amd64 --name=tester 
--debootstrap-mirror=http://us.archive.ubuntu.com/ubuntu --distro=ubuntu --vg 
data

It looks as if there is something missing in the build environment that
is not specified in the control file used to build adobe-flashplugin
1:20161213.1-0ubuntu0.

-- 
You received this bug notification because you are a member of Canonical
Partner Developers, which is subscribed to adobe-flashplugin in Ubuntu.
https://bugs.launchpad.net/bugs/1653239

Title:
  Wrong plugin version displayed in chromium

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/1653239/+subscriptions

___
Mailing list: https://launchpad.net/~canonical-partner-dev
Post to : canonical-partner-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~canonical-partner-dev
More help   : https://help.launchpad.net/ListHelp