Hi good day, I have a problem, I'm trying to create a customized sce file for dCore, with _ONLY_ the deb packages I want.
I have 50 .deb packages in the right position, (/tce/import/debs) and the Index file (/tce/ubuntu_utopic_main_i386_Packages) all ok, and my_file with the 50 packages names inside.
Then I run the command:
sce-import -r -p -l my_file
Then it asks if I want the list from my_file, yes.
Then start gathering dependencies.
Then it finishes and asks me to see the packages.
I expect to see _ONLY_ the packages I wrote in my_file.
Instead it shows me my packages, plus, all the dependencies too!
I do NOT want those dependencies!
I spent hours in cleaning and cutting out exactly those dependencies away, because I don't need them!
I want to create a .sce, built _ONLY_ of the 50 .deb packages I wrote in my_file - no dependencies!
How can I do that? Thanks