Re: Unable to install custom package using defined dependency version

2017-05-28 Thread Sijis Aviles
On May 27, 2017 3:48 PM, "David Wright" wrote: On Sat 27 May 2017 at 13:51:01 (-0500), Sijis Aviles wrote: > On May 26, 2017 7:09 PM, I wrote: > >> cpp-4.8 and gcc-4.8, >> python2.7-minimal and python2.7, >> python3-minimal and python3, >> etc. >>

Re: Unable to install custom package using defined dependency version

2017-05-27 Thread Sijis Aviles
On May 26, 2017 7:09 PM, "David Wright" No, you will type: $ apt-get install my-app-1.0.5 and it will install app-configs-1.0.5, $ apt-get install my-app-1.0.6 and it will install app-configs-1.0.6. Yes, you reported that. That's because you've made it depend on "package app-configs version 1.

Re: Unable to install custom package using defined dependency version

2017-05-26 Thread Sijis Aviles
On Fri, May 26, 2017 at 12:42 PM, David Wright wrote: > Why not just copy the x.y.x version into the package name, > and then add 1 to allow for updates/corrections. That way, > you can even have both versions coexist. > > app-configs-1.0.5 1.0.5-1 > app-configs-1.0.6 1.0.6-1 > > à la

Re: Unable to install custom package using defined dependency version

2017-05-26 Thread Sijis Aviles
On Fri, May 26, 2017 at 9:16 AM, Frank wrote: >> If I understand what you say, only 1 version of app-configs should >> be available in the debian repo in order for this to work. >> > > Simply put: in any particular repository the most recent version of the > dependency should be compatible with

Re: Unable to install custom package using defined dependency version

2017-05-26 Thread Sijis Aviles
Frank, On Fri, May 26, 2017 at 6:54 AM, Frank wrote: > Op 25-05-17 om 23:36 schreef Sijis Aviles: > >> It seems that my qualifier of '=' isn't working as I expect. What am I >> doing >> wrong? >> > > You appear to assume you can tell apt to ig

Unable to install custom package using defined dependency version

2017-05-25 Thread Sijis Aviles
Hi, I have a custom package named 'app-configs' with the following versions uploaded to Artifactory: 1.0.5~aaa and 1.0.6~bbb. In another custom package, named 'my-app', I have the following in the control file Depends: app-configs (= 1.0.5~aaa) When I do 'apt-get install my-app', I'm seeing

Unable to install custom package using defined dependency version

2017-05-25 Thread Sijis Aviles
Hi, I have a custom package named 'app-configs' with the following versions uploaded to Artifactory: 1.0.5~aaa and 1.0.6~bbb. In another custom package, named 'my-app', I have the following in the control file Depends: app-configs (= 1.0.5~aaa) When I do 'apt-get install my-app', I'm seeing the