PiRSquared17 / gfeedline

Automatically exported from code.google.com/p/gfeedline
Other
0 stars 0 forks source link

cant install on debian-jessie because python-central is deprecated #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# dpkg -i gfeedline_2.4.1-0.1_all.deb 

Selecting previously unselected package gfeedline.
(Reading database ... 116607 files and directories currently installed.)
Preparing to unpack gfeedline_2.4.1-0.1_all.deb ...
Unpacking gfeedline (2.4.1-0.1) ...
dpkg: dependency problems prevent configuration of gfeedline:
 gfeedline depends on python-central (>= 0.6.11); however:
  Package python-central is not installed.
 gfeedline depends on python-twisted-web; however:
  Package python-twisted-web is not installed.
 gfeedline depends on gir1.2-webkit-3.0 (>= 1.6); however:
  Package gir1.2-webkit-3.0 is not installed.
 gfeedline depends on python-beautifulsoup; however:
  Package python-beautifulsoup is not installed.
 gfeedline depends on python-oauth; however:
  Package python-oauth is not installed.
 gfeedline depends on python-dateutil; however:
  Package python-dateutil is not installed.
 gfeedline depends on python-openssl; however:
  Package python-openssl is not installed.

dpkg: error processing package gfeedline (--install):
 dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for mime-support (3.54) ...
Processing triggers for menu (2.1.46) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for libglib2.0-0:amd64 (2.36.4-1) ...
Errors were encountered while processing:
 gfeedline

# sudo apt-get install python-central python-twisted-web gir1.2-webkit-3.0 
python-beautifulsoup python-oauth python-dateutil python-openssl

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-central is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python-central' has no installation candidate

Original issue reported on code.google.com by uxo...@gmail.com on 19 Feb 2014 at 3:52

GoogleCodeExporter commented 9 years ago

Original comment by yendo0206 on 21 Feb 2014 at 10:50

GoogleCodeExporter commented 9 years ago
https://wiki.debian.org/Python/TransitionToDHPython2?action=show&redirect=Python
%2FPythonSupportToDHPython2

Original comment by yendo0206 on 23 Feb 2014 at 4:12

GoogleCodeExporter commented 9 years ago
I switched from python-central to dh_python2.
I released gfeedline_2.4.2~a2-0.2_all.deb.
I think the bug was fixed.

Original comment by yendo0206 on 23 Feb 2014 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by yendo0206 on 23 Feb 2014 at 12:11

GoogleCodeExporter commented 9 years ago
tested, works, fixed.
if i reopened the ticket with this comment, please close again, thanks.

Original comment by uxo...@gmail.com on 25 Feb 2014 at 11:43