[maemo-commits] [maemo-commits] r9184 - in projects/haf/branches/maemo-af-desktop/python-hildondesktop: . debian libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Jan 19 11:25:11 EET 2007
Author: lucasr
Date: 2007-01-19 11:25:09 +0200 (Fri, 19 Jan 2007)
New Revision: 9184

Modified:
   projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog
   projects/haf/branches/maemo-af-desktop/python-hildondesktop/debian/control
   projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/Makefile.am
Log:
2007-01-19  Lucas Rocha  <lucas.rocha at nokia.com>

	* debian/control: fix some package dependencies.
	* libhildondesktop/Makefile.am: revert python-hildondesktop to
	hildondesktop.


Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog
===================================================================
--- projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog	2007-01-19 09:11:34 UTC (rev 9183)
+++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog	2007-01-19 09:25:09 UTC (rev 9184)
@@ -1,3 +1,9 @@
+2007-01-19  Lucas Rocha  <lucas.rocha at nokia.com>
+
+	* debian/control: fix some package dependencies.
+	* libhildondesktop/Makefile.am: revert python-hildondesktop to
+	hildondesktop.
+
 2007-01-17  Moises Martinez  <moises.martinez at nokia.com>
 
 	* debian/*: Debian packaging.

Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/debian/control
===================================================================
--- projects/haf/branches/maemo-af-desktop/python-hildondesktop/debian/control	2007-01-19 09:11:34 UTC (rev 9183)
+++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/debian/control	2007-01-19 09:25:09 UTC (rev 9184)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Moises Martinez <moises.martinez at nokia.com>
-Build-Depends: debhelper (>= 4.0.0), hildon-desktop, python2.4, python2.4-dev, python2.4-gtk2-dev, libhildondesktop
+Build-Depends: debhelper (>= 4.0.0), hildon-desktop, python2.4, python2.4-dev, python2.4-gtk2-dev, libhildondesktop-dev
 Standards-Version: 3.6.1
 
 Package: python-hildondesktop
@@ -15,6 +15,6 @@
 Package: hildon-desktop-python-loader
 Section: libs
 Architecture: any
-Depends: hildon-desktop, python2.4-dev, python2.4-gtk2-dev, ${misc:Depends}
+Depends: hildon-desktop, python2.4, ${misc:Depends}
 Description: Hildon Desktop Python Plugin Loader
  Plugin Loader for Hildon Desktop for loading python plugins

Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/Makefile.am
===================================================================
--- projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/Makefile.am	2007-01-19 09:11:34 UTC (rev 9183)
+++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/libhildondesktop/Makefile.am	2007-01-19 09:25:09 UTC (rev 9184)
@@ -1,18 +1,18 @@
-pygtkexec_LTLIBRARIES = python-hildondesktop.la
+pygtkexec_LTLIBRARIES = hildondesktop.la
 pygtkdefs_DATA = hildondesktop.defs
 
-nodist_python_hildondesktop_la_SOURCES = hildondesktop.c hildondesktopmodule.c
+nodist_hildondesktop_la_SOURCES = hildondesktop.c hildondesktopmodule.c
 
-python_hildondesktop_la_LDFLAGS = -module -avoid-version
+hildondesktop_la_LDFLAGS = -module -avoid-version
 
-python_hildondesktop_la_LIBADD = \
+hildondesktop_la_LIBADD = \
 	$(LIBHILDONDESKTOP_LIBS)	\
 	$(PYTHON_LIB_LOC)       	\
 	$(PYTHON_LIBS)			\
 	$(PYTHON_EXTRA_LIBS)		\
 	$(PYGTK_LIBS)
 
-python_hildondesktop_la_CFLAGS = \
+hildondesktop_la_CFLAGS = \
 	$(LIBHILDONDESKTOP_CFLAGS)	\
 	$(NO_STRICT_ALIASING_CFLAGS)	\
 	$(PYGTK_CFLAGS)			\


More information about the maemo-commits mailing list