Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Versioned Breaks: libquazip-qt5-1 (<= 0.7-2)
· 7705e7d7
Andreas Tille
authored
Dec 20, 2018
7705e7d7
Standards-Version: 4.2.1
· 8fbb4fbb
Andreas Tille
authored
Dec 20, 2018
8fbb4fbb
Secure URI in copyright format
· 36135a53
Andreas Tille
authored
Dec 20, 2018
36135a53
Remove trailing whitespace in debian/rules
· 5206929e
Andreas Tille
authored
Dec 20, 2018
5206929e
s/Conflicts with version/Breaks with version/
· b259378f
Andreas Tille
authored
Dec 20, 2018
b259378f
Upload to unstable
· f3782391
Andreas Tille
authored
Dec 20, 2018
f3782391
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f3782391
libquazip (0.7.6-2) unstable; urgency=medium
* Versioned Breaks: libquazip-qt5-1 (<= 0.7-2)
Closes: #898957
* Standards-Version: 4.2.1
* Secure URI in copyright format
* Remove trailing whitespace in debian/rules
-- Andreas Tille <tille@debian.org> Thu, 20 Dec 2018 14:53:30 +0100
libquazip (0.7.6-1) unstable; urgency=medium
* Project moved to Github
...
...
debian/control
View file @
f3782391
...
...
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 11~),
zlib1g-dev,
doxygen,
graphviz
Standards-Version: 4.
1.4
Standards-Version: 4.
2.1
Vcs-Browser: https://salsa.debian.org/med-team/libquazip
Vcs-Git: https://salsa.debian.org/med-team/libquazip.git
Homepage: https://github.com/stachenov/quazip
...
...
@@ -78,8 +78,7 @@ Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: libquazip-doc
Pre-Depends: ${misc:Pre-Depends}
Breaks: libquazip1-qt5,
libquazip-qt5-1
Breaks: libquazip1-qt5
Provides: libquazip1-qt5,
libquazip-qt5-1
Replaces: libquazip1-qt5,
...
...
@@ -105,7 +104,7 @@ Depends: libquazip5-1 (= ${binary:Version}),
libquazip5-headers (= ${binary:Version}),
${misc:Depends},
zlib1g-dev
Conflict
s: libquazip-qt5-1-dev,
Break
s: libquazip-qt5-1-dev
(<= 0.7-2)
,
libquazip-qt5-dev
Replaces: libquazip-qt5-1-dev,
libquazip-qt5-dev
...
...
debian/copyright
View file @
f3782391
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: quazip
Source: https://github.com/stachenov/quazip/releases
...
...
debian/rules
View file @
f3782391