Hi,
I want to include an updated version of a package from XYZ’s home project in my personal home project. I want to have this package in my home project because I don’t want to include XYZ’s project in my system’s repository list. Furthermore, I would like to allow XYZ to easily merge in my changes. Thus, a branch of his package would make sense. This, however, creates a subproject and its package is not included in my main home project repository. A link to XYZ’s package in my main home project and modifications cannot simply be merge into the source, right? And if XYZ removes his package, the linked package in my repository also does not work anymore?
So what should I do?
Cheers