diff -urN old/debian/changelog new/debian/changelog --- old/debian/changelog 2007-09-13 15:12:33.000000000 +0200 +++ new/debian/changelog 2007-09-13 15:00:38.000000000 +0200 @@ -1,3 +1,9 @@ +gnome-voice-control (0.2-0ubuntu3) gutsy; urgency=low + + * Fixed broken dependency (Fixes LP: #134512) + + -- Sasa Bodiroza Thu, 13 Sep 2007 14:55:10 +0200 + gnome-voice-control (0.2-0ubuntu2) gutsy; urgency=low * Fixed: data/Makefile.* uses $(libexecdir) (Fixes LP: #134145) diff -urN old/debian/control new/debian/control --- old/debian/control 2007-09-13 15:12:33.000000000 +0200 +++ new/debian/control 2007-09-13 14:49:32.000000000 +0200 @@ -8,7 +8,7 @@ Package: gnome-voice-control Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: sphinx2-hmm-6k, ${shlibs:Depends}, ${misc:Depends} Description: Speech recognizer to control the GNOME Desktop The gnome-voice-control is an applet software developed to control the GNOME Desktop by voice. diff -urN old/debian/rules new/debian/rules --- old/debian/rules 2007-09-13 15:12:33.000000000 +0200 +++ new/debian/rules 2007-09-13 14:48:13.000000000 +0200 @@ -76,7 +76,7 @@ dh_strip dh_compress dh_fixperms -# dh_makeshlibs + dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol