Skip to content

Commit

Permalink
debian: make the libunity-core-6.0 packaging reflect the new soname
Browse files Browse the repository at this point in the history
(bzr r3566.5.302)
  • Loading branch information
3v1n0 committed Jan 30, 2014
1 parent 606b474 commit 48916ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
libunity-core-6.0-8 (= ${binary:Version}),
libunity-core-6.0-9 (= ${binary:Version}),
compiz,
compiz-core, compiz-core-abiversion-${coreabiversion},
libnux-abiversion-${nuxabiversion},
Expand Down Expand Up @@ -122,7 +122,7 @@ Description: Services for the Unity interface
.
This package contains the dbus service used for unity.

Package: libunity-core-6.0-8
Package: libunity-core-6.0-9
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
Expand All @@ -145,7 +145,7 @@ Package: libunity-core-6.0-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
libunity-core-6.0-8 (= ${binary:Version}),
libunity-core-6.0-9 (= ${binary:Version}),
libglib2.0-dev,
libsigc++-2.0-dev,
libnux-4.0-dev (>= 4.0.5),
Expand Down
1 change: 0 additions & 1 deletion debian/libunity-core-6.0-8.lintian-overrides

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions debian/libunity-core-6.0-9.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libunity-core-6.0-9: binary-or-shlib-defines-rpath
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ override_dh_gencontrol:
dh_gencontrol -- -Vcoreabiversion=$(CORE_ABIVERSION) -Vnuxabiversion=$(NUX_ABIVERSION) -Vunity-default-masterscopes="$(SCOPES_RECOMMENDS)"

override_dh_makeshlibs:
dh_makeshlibs -plibunity-core-6.0-8 -V 'libunity-core-6.0-8 (>= 7.0.0)'
dh_makeshlibs -plibunity-core-6.0-9 -V 'libunity-core-6.0-9 (>= 7.0.0)'

override_dh_shlibdeps:
dh_shlibdeps -l$(LIBUNITY_PRIVATE) -O--parallel
Expand Down

0 comments on commit 48916ca

Please sign in to comment.