diff -u pyneighborhood-0.4/debian/changelog pyneighborhood-0.4/debian/changelog --- pyneighborhood-0.4/debian/changelog +++ pyneighborhood-0.4/debian/changelog @@ -1,3 +1,11 @@ +pyneighborhood (0.4-0ubuntu2) hardy; urgency=low + + * Updated description to close bug #107463 + LP: #107463 + * debian/rules: Cleaned make clean + + -- Cody A.W. Somerville Mon, 05 Nov 2007 23:11:24 -0400 + pyneighborhood (0.4-0ubuntu1) feisty; urgency=low * Initial release diff -u pyneighborhood-0.4/debian/control pyneighborhood-0.4/debian/control --- pyneighborhood-0.4/debian/control +++ pyneighborhood-0.4/debian/control @@ -9,13 +9,11 @@ Package: pyneighborhood Architecture: all Depends: ${python:Depends}, python-gtk2 (>= 2.6), smbclient (>= 3.0.22), smbfs, gksu -Description: An SMB network browser for Linux and X11 written in Python +Description: A GTK+ application that allows you to browse network shares pyNeighborhood is GTK+ 2 rewrite of a well-known GTK+ 1 tool - LinNeighborhood(using pyGTK), so it is the GUI frontend for - samba tools, such as smbclient, smbmount etc. It's written in - Python and uses the GTK+ 2 toolkit with pyGTK implementation. - . - This package allows users to browse SMB (e.g. Windows Network Neighborhood) + LinNeighborhood. + . + pyNeighborhood allows users to browse SMB (e.g. Windows Network Neighborhood) networks under X, and mount/unmount SMB shared filesystems via a graphical interface. . @@ -27 +24,0 @@ - diff -u pyneighborhood-0.4/debian/rules pyneighborhood-0.4/debian/rules --- pyneighborhood-0.4/debian/rules +++ pyneighborhood-0.4/debian/rules @@ -26,7 +26,7 @@ dh_testdir dh_testroot - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean dh_clean install: build