summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2017-10-04 20:00:02 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2017-10-04 20:00:02 +0100
commit0254c97d39ad6c5a7531f6a7c114427b361d85f5 (patch)
treea153394ecf8ff978436c3cc35f1be25e2203a8f0
parentbb459e4a2f162a86f4c0dc9bdfb7841f03335a9d (diff)
Drop the overly protective Breaks, migration from @Base to tagged symbols is not an abi break, as no symbols have been dropped and only new ones added. Bump of the minimal version requirement is correct as newly linked code will reference tagged symbols and thus will need at least 3.2.0 build of libica.HEADdebian/3.2.0-2archive/debian/3.2.0-2master
-rw-r--r--debian/changelog10
-rw-r--r--debian/control1
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0cb4e28..13d9dd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libica (3.2.0-2) unstable; urgency=medium
+
+ * Drop the overly protective Breaks, migration from @Base to tagged
+ symbols is not an abi break, as no symbols have been dropped and only
+ new ones added. Bump of the minimal version requirement is correct as
+ newly linked code will reference tagged symbols and thus will need at
+ least 3.2.0 build of libica.
+
+ -- Dimitri John Ledkov <xnox@ubuntu.com> Wed, 04 Oct 2017 19:57:19 +0100
+
libica (3.2.0-1) unstable; urgency=medium
* New upstream release LP: #1718379
diff --git a/debian/control b/debian/control
index 0a95e11..5ade58c 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,6 @@ Package: libica3
Architecture: s390 s390x
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: openssl-ibmca (<< 1.4.0-1ubuntu1~), libopencryptoki0 (<< 3.7.0+dfsg-5~)
Description: hardware cryptography support for IBM System z hardware
libica library provides hardware acceleration for cryptographic
functions and is part of the openCryptoki project.