Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Resolve file conflict with Conflicts/Replaces. (#21)
Browse files Browse the repository at this point in the history
* Resolve file conflict with Conflicts/Replaces.

This adds a Conflicts/Replaces on libunity-api0 for libunity-api1 to resolve
the installability issue when upgrading a system which already has the former
installed, due to the ABI break being released without the package name being
fixed to match. Also change the URL to the GitHub URL.

Fixes #20 and ubports/crossbuilder#27
  • Loading branch information
dobey committed Feb 19, 2020
1 parent 1dbfc73 commit e2dbc86
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions debian/control
Expand Up @@ -24,17 +24,14 @@ Build-Depends: cmake,
qtdeclarative5-qtquick2-plugin,
qtdeclarative5-test-plugin,
Standards-Version: 3.9.4
Homepage: https://launchpad.net/unity-api
# If you aren't a member of ~unity-team but need to upload
# packaging changes, just go ahead. ~unity-team will notice
# and sync up the code again.
Vcs-Bzr: lp:unity-api
Vcs-Browser: https://code.launchpad.net/unity-api
Homepage: https://github.com/ubports/unity-api

Package: libunity-api1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Conflicts: libunity-api0
Replaces: libunity-api0
Depends: ${misc:Depends},
${shlibs:Depends},
Description: API for Unity shell integration
Expand Down

0 comments on commit e2dbc86

Please sign in to comment.