only in patch2: unchanged: --- ndisgtk-0.6.orig/debian/changelog +++ ndisgtk-0.6/debian/changelog @@ -1,3 +1,11 @@ +ndisgtk (0.6-0ubuntu2) feisty; urgency=low + + * Depend on ndiswrapper-utils-1.9 in order to make it possible to remove ndiswrapper-utils-1.1 from the archives + * Change I to i in ndisgtk in order to work with ndiswrapper-utils-1.9 + (Closes LP #45909) + + -- Martin Jürgens Fri, 23 Mar 2007 14:42:24 +0100 + ndisgtk (0.6-0ubuntu1) dapper; urgency=low * New upstream release only in patch2: unchanged: --- ndisgtk-0.6.orig/debian/control +++ ndisgtk-0.6/debian/control @@ -7,7 +7,7 @@ Package: ndisgtk Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ndiswrapper-utils, python-gtk2, python-glade2 +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ndiswrapper-utils-1.9, python-gtk2, python-glade2 Description: graphical frontend for ndiswrapper (installation of Windows WiFi drivers) ndisgtk is a GTK based frontend for ndiswrapper, allowing an easy way to install Windows wireless drivers. only in patch2: unchanged: --- ndisgtk-0.6.orig/ndisgtk +++ ndisgtk-0.6/ndisgtk @@ -154,7 +154,7 @@ if "WARNING" in output: error_dialog(_("Unable to see if hardware is present."), self.window) - if "Installed" in output: + if "installed" in output: # Drivers found output = output.splitlines() for i in range(1, len(output)):