Package: ntfs-config
Version: 1.0.1-6
Severity: normal
Tags: patch
Justification: Policy 9.3.2
User: [email protected]
Usertags: origin-ubuntu maverick ubuntu-patch
Hi,
In ubuntu we applied the attached patch. We think you need to apply this
patch to the debian package too. Attaching the patch with a modify from
me.
--- ntfs-config-1.0.1.orig/configure.in
+++ ntfs-config-1.0.1/configure.in
@@ -35,8 +35,8 @@
AM_GLIB_GNU_GETTEXT
AC_PROG_INTLTOOL
-# Check for python > 2.4 and pygtk > 2.6
-AM_PATH_PYTHON_VERSION(2.4, 2.4.0, 2.5, 2.5.0)
+# Check for python > 2.6 and pygtk > 2.6
+AM_PATH_PYTHON_VERSION(2.6, 2.6.0)
AC_DEFUN([required_pygtk_version], [2.6.0])
AC_SUBST([PYOPTIONS], [-OOt])
AC_MSG_CHECKING(for pygtk >= required_pygtk_version installed)
--- ntfs-config-1.0.1/debian/control 2010-04-09 20:56:31.000000000 +0200
+++ ntfs-config-1.0.1/debian/control 2010-07-14 01:11:56.000000000 +0200
@@ -12,7 +13,7 @@
Package: ntfs-config
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ntfs-3g, python2.5, udev,
+Depends: ${shlibs:Depends}, ${misc:Depends}, ntfs-3g, ${python:Depends}, udev,
python-glade2
Suggests: disk-manager
XB-Python-Version: ${python:Versions}