Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 14 additions & 16 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ Vcs-Git: https://salsa.debian.org/printing-team/cups.git
Homepage: https://github.com/OpenPrinting/cups/
Rules-Requires-Root: no

Package: libcups2t64
Provides: ${t64:Provides}
Replaces: libcups2
Breaks: libcups2 (<< ${source:Version})
Package: libcups2
Provides: libcups2t64
Replaces: libcups2t64
Architecture: any
Multi-Arch: same
Section: libs
Expand Down Expand Up @@ -72,7 +71,7 @@ Depends:
cups-server-common (>= ${source:Version}),
debconf | debconf-2.0,
ghostscript,
libcups2t64 (= ${binary:Version}),
libcups2 (= ${binary:Version}),
poppler-utils,
procps,
${misc:Depends},
Expand Down Expand Up @@ -135,7 +134,7 @@ Multi-Arch: foreign
Depends:
adduser,
cups-common (>= ${source:Version}),
libcups2t64 (= ${binary:Version}),
libcups2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
Expand Down Expand Up @@ -172,7 +171,7 @@ Multi-Arch: foreign
Depends:
cups-daemon (>= ${binary:Version}),
cups-filters-core-drivers,
libcups2t64 (= ${binary:Version}),
libcups2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
Expand Down Expand Up @@ -200,7 +199,7 @@ Pre-Depends:
Depends:
adduser,
bc,
libcups2t64 (= ${binary:Version}),
libcups2 (= ${binary:Version}),
lsb-base,
procps,
ssl-cert,
Expand Down Expand Up @@ -242,7 +241,7 @@ Package: cups-ipp-utils
Architecture: any
Multi-Arch: foreign
Depends:
libcups2t64 (= ${binary:Version}),
libcups2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
Expand Down Expand Up @@ -295,7 +294,7 @@ Multi-Arch: same
Section: libdevel
Depends:
dpkg-dev,
libcups2t64 (= ${binary:Version}),
libcups2 (= ${binary:Version}),
libcupsimage2-dev (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Expand All @@ -310,15 +309,14 @@ Description: Common UNIX Printing System(tm) - Development files CUPS library
with cups from different programming languages (Perl, Java, and
PHP).

Package: libcupsimage2t64
Provides: ${t64:Provides}
Replaces: libcupsimage2
Breaks: libcupsimage2 (<< ${source:Version})
Package: libcupsimage2
Provides: libcupsimage2t64
Replaces: libcupsimage2t64
Architecture: any
Multi-Arch: same
Section: libs
Depends:
libcups2t64 (= ${binary:Version}),
libcups2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
Expand All @@ -340,7 +338,7 @@ Multi-Arch: same
Section: libdevel
Depends:
libcups2-dev (= ${binary:Version}),
libcupsimage2t64 (= ${binary:Version}),
libcupsimage2 (= ${binary:Version}),
libjpeg-dev,
libpng-dev,
libtiff-dev,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions debian/libcups2.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libcups2: package-name-doesnt-match-sonames libcups2
4 changes: 2 additions & 2 deletions debian/libcups2t64.symbols → debian/libcups2.symbols
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libcups.so.2 libcups2t64 #MINVER#
* Build-Depends-Package: libcups2t64-dev
libcups.so.2 libcups2 #MINVER#
* Build-Depends-Package: libcups2-dev
# Keep these at the latest upstream release
(optional|regex)"^_pwg.*@Base$" 2.3~b6
(optional|regex)"^_cups.*@Base$" 2.3~b6
Expand Down
1 change: 0 additions & 1 deletion debian/libcups2t64.lintian-overrides

This file was deleted.

1 change: 1 addition & 0 deletions debian/libcupsimage2-dev.substvars
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
misc:Depends=libcupsimage2 (= ${binary:Version})
File renamed without changes.
1 change: 1 addition & 0 deletions debian/libcupsimage2.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libcupsimage2: package-name-doesnt-match-sonames libcupsimage2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libcupsimage.so.2 libcupsimage2t64 #MINVER#
* Build-Depends-Package: libcupsimage2t64-dev
libcupsimage.so.2 libcupsimage2 #MINVER#
* Build-Depends-Package: libcupsimage2-dev
# Keep this one at the latest upstream release
(optional|regex)|^_cups.*@Base$" 1.6.2
cupsRasterClose@Base 1.4.0
Expand Down
1 change: 0 additions & 1 deletion debian/libcupsimage2t64.lintian-overrides

This file was deleted.

4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ override_dh_auto_clean:
[ ! -f Makedefs ] || make distclean

override_dh_installdocs:
dh_installdocs -plibcupsimage2-dev --link-doc=libcupsimage2t64
dh_installdocs -pcups-bsd --link-doc=libcups2t64
dh_installdocs -plibcupsimage2-dev --link-doc=libcupsimage2
dh_installdocs -pcups-bsd --link-doc=libcups2
dh_installdocs --remaining-packages

rm -f debian/libcups2-dev/usr/share/doc/libcups2-dev/examples/scripting/php/*.o
Expand Down