1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 12:28:31 +01:00

Remove the libimobiledevice hack for maverick

This commit is contained in:
David Sansome 2010-09-18 16:25:39 +00:00
parent bda6e4bae1
commit d8d9ecc504
2 changed files with 2 additions and 3 deletions

3
debian/control vendored
View File

@ -33,8 +33,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
gstreamer0.10-alsa | gstreamer0.10-audiosink, gstreamer0.10-alsa | gstreamer0.10-audiosink,
gstreamer0.10-plugins-ugly, gstreamer0.10-plugins-ugly,
libprojectm-data | projectm-data, libprojectm-data | projectm-data,
libgpod4, libgpod4
libimobiledevice0 | libimobiledevice1
Description: Clementine is a modern music player and library organiser. Description: Clementine is a modern music player and library organiser.
It is inspired by Amarok 1.4, focusing on a fast and easy-to-use interface for It is inspired by Amarok 1.4, focusing on a fast and easy-to-use interface for
searching and playing your music. searching and playing your music.

2
debian/rules.in vendored
View File

@ -46,7 +46,7 @@ binary-arch: install
dh_compress dh_compress
dh_fixperms dh_fixperms
dh_installdeb dh_installdeb
dh_shlibdeps -- -xlibimobiledevice0 dh_shlibdeps
dh_gencontrol dh_gencontrol
dh_md5sums dh_md5sums
dh_builddeb dh_builddeb