-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to replace a cache package file with same name #53
Comments
There might be a better way, but this is the method I use:
Then add the package as you normally would. |
I'm also using the @roelvanmeer method and think it would the normal Debian way to increment the package version (and also start with -1, e.g. 1.1.6-1). |
I'll try @roelvanmeer method. The needing begun when I was debugging preinst/postinst/prerm/postrm files and needed to re-package, publish and install more than 50 times. What's the difference between removal of these two from the pool? Is it enough to do after lib dir removal, this? |
I need the ability to replace a deb file with incremented version in control file, but with the same name. How much work would be needed to implement a --force flag in the |
I have pushed this package to a Debian archive:
sltd_1.1.6_all.deb
I've fixed some detail to package scripts (preinst, postinst,...) and packed again with dpkg-buildpackage, but freight-add and freight-cache commands don't update library/cache because they say that sltd_1.1.6_all.deb already exist.
How can I replace a .deb file that has same name?
The text was updated successfully, but these errors were encountered: