![]() |
2011-04-26
, 15:17
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#791
|
![]() |
2011-04-26
, 15:18
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#792
|
![]() |
2011-04-26
, 15:20
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#793
|
I'm not entirely familiar with debian packaging, but you're still installing under debian/mbarcode whereas the package is now mbarcode-core - does this need updating?
![]() |
2011-04-26
, 15:45
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#794
|
![]() |
2011-04-26
, 16:55
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#796
|
The Following User Says Thank You to dragly For This Useful Post: | ||
![]() |
2011-04-26
, 17:08
|
Posts: 539 |
Thanked: 165 times |
Joined on Feb 2010
@ Berlin, Germany
|
#797
|
![]() |
2011-04-26
, 17:19
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#798
|
![]() |
2011-04-26
, 17:38
|
Posts: 539 |
Thanked: 165 times |
Joined on Feb 2010
@ Berlin, Germany
|
#799
|
The change from mbarcode-core 1.0.2-6 to 1.0.2-7 is a change to the libs section to avoid having the core package show up side-by-side with the mbarcode (meta) package in the package manager. I tried to use user/hidden for this, but it failed, so I guess we're stuck with libs if we want to promote it to Extras testing.
The dependencies changed because it became a blocker when pushing to Extras testing. Now the dependencies work this way:
mbarcode depends on mbarcode-core and some useful, well-working plugins. This package contains nothing.
mbarcode-core depends only on libraries needed for the executable. This package contains the executable, icons, etc.
All plugins, usually named mbarcode-plugin-*, depend on mbarcode-core. These contain plugin files.
mbarcode-plugins-all is discontinued and may safely be removed.
There is just one problem as I see it with the above solution, and that is that mbarcode-core probably won't be removed by the package manager if you uninstall mbarcode. I'm not sure if this is true, but its a minor problem and could in the worst case be fixed by putting mbarcode-core back into the user/* sections - thus making it visible in the application manager again.
![]() |
2011-04-26
, 17:53
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#800
|
BTW: are you also responsible for plugins? I'd like to change some details in webrequest plugin but I see it's a single binary without possibility to configure. Would it be a big load of work to make this plugin configurable? In detail I'd like to change the order of queryable websites and I'd like to add / change the search string.