-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 tags #506883 patch thanks
Hello, I attached a patch - please apply and upload it. - -- /* Mit freundlichem Gruß / With kind regards, Patrick Matthäi E-Mail: [EMAIL PROTECTED] Comment: Always if we think we are right, we were maybe wrong. */ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkksSTAACgkQ2XA5inpabMdbjwCglDo0bsAK8M/SsqxnKJZwg3hw xAgAnjlqB8dq6tZnx7iJr4u67ao56KDt =pDO/ -----END PGP SIGNATURE-----
diff -Naur tuxguitar-1.0.orig/debian/control tuxguitar-1.0/debian/control
--- tuxguitar-1.0.orig/debian/control 2008-11-25 19:45:57.000000000 +0100
+++ tuxguitar-1.0/debian/control 2008-11-25 19:49:52.000000000 +0100
@@ -29,7 +29,7 @@
Package: tuxguitar-alsa
Architecture: any
Section: contrib/sound
-Depends: tuxguitar (= ${source:Version}), libasound2, libc6
+Depends: ${shlibs:Depends}, tuxguitar (= ${source:Version})
Suggests: timidity, fluidsynth
Description: tuxguitar plugin for sound playback using ALSA
Use Tuxguitar along this plugin if your Sound Device is supported by ALSA.
@@ -38,7 +38,7 @@
Package: tuxguitar-oss
Architecture: any
Section: contrib/sound
-Depends: tuxguitar (= ${source:Version}), oss-compat, libc6
+Depends: ${shlibs:Depends}, tuxguitar (= ${source:Version}), oss-compat
Suggests: timidity, fluidsynth
Priority: extra
Description: tuxguitar plugin for sound playback using OSS
@@ -48,7 +48,7 @@
Package: tuxguitar-fluidsynth
Architecture: any
Section: contrib/sound
-Depends: tuxguitar (= ${source:Version}), oss-compat, libc6, fluidsynth
+Depends: ${shlibs:Depends}, tuxguitar (= ${source:Version}), oss-compat, fluidsynth
Priority: extra
Description: tuxguitar plugin for sound playback using fluidsynth
Use Tuxguitar along this plugin if your audio system is configured for
diff -Naur tuxguitar-1.0.orig/debian/rules tuxguitar-1.0/debian/rules
--- tuxguitar-1.0.orig/debian/rules 2008-11-25 19:45:57.000000000 +0100
+++ tuxguitar-1.0/debian/rules 2008-11-25 19:48:05.000000000 +0100
@@ -62,6 +62,7 @@
# dh_link
dh_compress
dh_fixperms
+ dh_shlibdeps
dh_installdeb
dh_gencontrol
dh_md5sums
tuxguitar_shlibs_patch.diff.sig
Description: Binary data

