diff -u specto-0.3.1/debian/control specto-0.3.1/debian/control --- specto-0.3.1/debian/control +++ specto-0.3.1/debian/control @@ -9,7 +9,7 @@ Package: specto Architecture: all -Depends: ${python:Depends}, python-gtk2, python-glade2, python-gnome2, python-gnome2-extras, zenity, gconf2, python-notify, python-dbus, librsvg2-common, gnome-icon-theme, python-numpy +Depends: ${python:Depends}, python-gtk2, python-glade2, python-gnome2, zenity, gconf2, python-notify, python-dbus, librsvg2-common, gnome-icon-theme, python-numpy XB-Python-Version: ${python:Versions} Description: Unobtrusive update notification program Specto is a desktop application that will watch any user-specified events diff -u specto-0.3.1/debian/copyright specto-0.3.1/debian/copyright --- specto-0.3.1/debian/copyright +++ specto-0.3.1/debian/copyright @@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. +Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is (C) 2007, Christopher James Halse Rogers (RAOF) and is licensed under the GPL, see above. diff -u specto-0.3.1/debian/changelog specto-0.3.1/debian/changelog --- specto-0.3.1/debian/changelog +++ specto-0.3.1/debian/changelog @@ -1,3 +1,15 @@ +specto (0.3.1-0ubuntu2) karmic; urgency=low + + [ Simon Olofsson ] + * debian/copyright: + * debian/patches/01_use_common_licenses.patch: + + Link to GPL-2 not GPL (LP: #390240) + + [ Julien Lavergne ] + * debian/control: Remove useless depends on python-gnome2-extras. + + -- Julien Lavergne Sun, 30 Aug 2009 13:09:15 +0200 + specto (0.3.1-0ubuntu1) karmic; urgency=low * New upstream version (LP: #398536), updated patches diff -u specto-0.3.1/debian/patches/01_use_common_licenses.patch specto-0.3.1/debian/patches/01_use_common_licenses.patch --- specto-0.3.1/debian/patches/01_use_common_licenses.patch +++ specto-0.3.1/debian/patches/01_use_common_licenses.patch @@ -6,7 +6,7 @@ version_file.close - license_file_path = (os.path.join(spectlib.util.get_path(category="doc"), "COPYING")) -+ license_file_path = '/usr/share/common-licenses/GPL' ++ license_file_path = '/usr/share/common-licenses/GPL-2' license_file = open(license_file_path, "r") license = license_file.read() license_file.close()