diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-17 20:02:33 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-17 20:02:33 +0200 |
commit | 3c82c9ec910b53545d0675adcbe79962643314bb (patch) | |
tree | b12963f69cfc99d0d07ac0138aca26ded772049e /ubuntu/raring/dependencies/tqscintilla/debian | |
parent | ca4458dfd48af9b7caf4ec2d31f78a136a23ec0e (diff) | |
download | tde-packaging-3c82c9ec910b53545d0675adcbe79962643314bb.tar.gz tde-packaging-3c82c9ec910b53545d0675adcbe79962643314bb.zip |
Fix checks preliminary versions in dependencies on Debian and Ubuntu
Diffstat (limited to 'ubuntu/raring/dependencies/tqscintilla/debian')
-rw-r--r-- | ubuntu/raring/dependencies/tqscintilla/debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ubuntu/raring/dependencies/tqscintilla/debian/control b/ubuntu/raring/dependencies/tqscintilla/debian/control index 6f2c1e971..caee85cd2 100644 --- a/ubuntu/raring/dependencies/tqscintilla/debian/control +++ b/ubuntu/raring/dependencies/tqscintilla/debian/control @@ -9,8 +9,8 @@ Standards-Version: 3.8.4 Package: libtqscintilla7 Section: libs Architecture: any -Replaces: libtqscintilla7 (<< 4:14.0.0) -Breaks: libtqscintilla7 (<< 4:14.0.0) +Replaces: libtqscintilla7 (<< 4:14.0.0~) +Breaks: libtqscintilla7 (<< 4:14.0.0~) Depends: ${shlibs:Depends} Description: TQt source code editing component based on Scintilla Scintilla is a free source code editing component. It has features found @@ -22,8 +22,8 @@ Description: TQt source code editing component based on Scintilla Package: libtqscintilla-dev Section: libdevel Architecture: all -Replaces: libtqscintilla-dev (<< 4:14.0.0) -Breaks: libtqscintilla-dev (<< 4:14.0.0) +Replaces: libtqscintilla-dev (<< 4:14.0.0~) +Breaks: libtqscintilla-dev (<< 4:14.0.0~) Depends: libtqscintilla7 (>= ${source:Version}) Description: TQt source code editing component - development files Scintilla is a free source code editing component. It has features found @@ -36,8 +36,8 @@ Description: TQt source code editing component - development files Package: libtqscintilla-doc Section: doc Architecture: all -Replaces: libtqscintilla-doc (<< 4:14.0.0) -Breaks: libtqscintilla-doc (<< 4:14.0.0) +Replaces: libtqscintilla-doc (<< 4:14.0.0~) +Breaks: libtqscintilla-doc (<< 4:14.0.0~) Suggests: libtqscintilla-dev Description: TQt source code editing component - documentation Scintilla is a free source code editing component. It has features found |