diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-17 14:34:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-17 14:34:45 +0200 |
commit | ec0777d3f47157f765058b9e6f8463d0c2249ff2 (patch) | |
tree | 246613a20e95b3c933d72c5b51975e7787967df9 /debian/control | |
parent | 4dea7efde15cb71fde5fbd4a5aee69f1017ab22b (diff) |
d/control: Add Replaces / Breaks and Rules-Requires-Root: no
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 6ec5926..bd61fb0 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Build-Depends: debhelper-compat (= 13) Standards-Version: 4.5.0 Section: libs +Rules-Requires-Root: no Homepage: https://inai.de/projects/libhx/ Vcs-Git: git://jff.email/opt/git/libhx.git Vcs-Browser: https://jff.email/cgit/libhx.git @@ -12,6 +13,8 @@ Vcs-Browser: https://jff.email/cgit/libhx.git Package: libhx32 Architecture: any Multi-Arch: same +Replaces: libhx28 (<< 3.25.1-1~) +Breaks: libhx28 (<< 3.25.1-1~) Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, |