dpkg-buildpackage: source package is python-hildon
dpkg-buildpackage: source version is 0.9.0-1maemo15
dpkg-buildpackage: source changed by Anderson Lizardo <anderson.lizardo@openbossa.org>
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 0.9.0-1maemo15
: Using Scratchbox tools to satisfy builddeps
: Dependency provided by Scratchbox: cdbs
 fakeroot debian/rules clean
test -x debian/rules
test "`id -u`" = 0
dh_clean 
cd . && python2.5 setup.py clean -a
running clean
removing 'build/temp.linux-i686-2.5' (and everything under it)
removing 'build/lib.linux-i686-2.5' (and everything under it)
'build/bdist.linux-i686' does not exist -- can't clean it
'build/scripts-2.5' does not exist -- can't clean it
removing 'build'
rm -f python-build-stamp-*
find . -name '*.pyc' -exec rm '{}' ';'
rm -f hildon.c
find -name "*.py[co]" | xargs -r rm
 dpkg-source -b modified
dpkg-source: warning: source directory `./modified' is not <sourcepackage>-<upstreamversion> `python-hildon-0.9.0'
dpkg-source: building python-hildon in python-hildon_0.9.0-1maemo15.tar.gz
dpkg-source: building python-hildon in python-hildon_0.9.0-1maemo15.dsc
 debian/rules build
test -x debian/rules
mkdir -p "."
cd . && python2.5 setup.py build --build-base="/home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/./build"
running build
running build_py
creating /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/build
creating /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/build/lib.linux-i686-2.5
copying hildonglade.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/./build/lib.linux-i686-2.5
running build_ext
Warning: generating old-style constructor for:hildon_gtk_button_new
Warning: generating old-style constructor for:hildon_gtk_toggle_button_new
Could not write method HildonBreadCrumbTrail.push: No ArgType for gpointer
Could not write method HildonBreadCrumbTrail.push_text: No ArgType for gpointer
Could not write method HildonBreadCrumbTrail.push_icon: No ArgType for gpointer
Could not write method HildonBreadCrumb.get_natural_size: No ArgType for gint*
Warning: generating old-style constructor for:hildon_button_new_with_text
Warning: generating old-style constructor for:hildon_calendar_popup_new
Could not write method HildonCalendar.get_date: No ArgType for guint*
Warning: generating old-style constructor for:hildon_caption_new
Warning: generating old-style constructor for:hildon_check_button_new
Warning: generating old-style constructor for:hildon_picker_button_new
Warning: generating old-style constructor for:hildon_date_button_new
Could not write method HildonTouchSelector.set_column_attributes: varargs functions not supported
Could not write method HildonTouchSelector.set_print_func: No ArgType for HildonTouchSelectorPrintFunc
Could not write method HildonTouchSelector.set_print_func_full: No ArgType for HildonTouchSelectorPrintFunc
Could not write method HildonTouchSelector.get_print_func: No ArgType for HildonTouchSelectorPrintFunc
Could not write method HildonDateSelector.get_date: No ArgType for guint*
Could not write method HildonDialog.add_buttons: varargs functions not supported
Warning: generating old-style constructor for:hildon_entry_new
Could not write method HildonFileChooserDialog.add_extensions_combo: No ArgType for char**
Warning: generating old-style constructor for:hildon_file_details_dialog_new
Warning: generating old-style constructor for:hildon_file_selection_new_with_model
Could not write method HildonFileSelection.get_sort_key: No ArgType for HildonFileSelectionSortKey*
Could not write method HildonFileSelection.get_selected_uris: No ArgType for GSList*
Could not write method HildonFileSelection.get_selected_paths: No ArgType for GSList*
Could not write method HildonFileSystemSpecialLocation.get_folder: No ArgType for GtkFileSystemGetFolderCallback
Warning: generating old-style constructor for:hildon_file_system_storage_dialog_new
Warning: generating old-style constructor for:hildon_font_selection_dialog_new
Warning: generating old-style constructor for:hildon_get_password_dialog_new
Could not write method HildonVolumebar.set_range_insensitive_messagef: varargs functions not supported
Warning: generating old-style constructor for:hildon_login_dialog_new
Warning: generating old-style constructor for:hildon_notification_new
Could not write method HildonNotification.add_dbus_action: varargs functions not supported
Warning: generating old-style constructor for:hildon_number_editor_new
Warning: generating old-style constructor for:hildon_picker_dialog_new
Could not write method HildonRemoteTexture.set_image: No ArgType for key_t
Warning: generating old-style constructor for:hildon_set_password_dialog_new
Warning: generating old-style constructor for:hildon_sort_dialog_new
Warning: generating old-style constructor for:hildon_time_button_new
Warning: generating old-style constructor for:hildon_time_picker_new
Could not write method HildonTimeSelector.get_time: No ArgType for guint*
Warning: generating old-style constructor for:hildon_volumebar_range_new
Warning: generating old-style constructor for:hildon_wizard_dialog_new
Could not write function hildon_banner_show_informationf: varargs functions not supported
Could not write function hildon_dialog_new_with_buttons: varargs functions not supported
Could not write function hildon_file_system_info_async_cancel: No ArgType for HildonFileSystemInfoHandle*
Could not write function find_volume: No ArgType for GnomeVFSVolume*
Could not write function hildon_helper_set_insensitive_messagef: varargs functions not supported
Could not write function hildon_format_file_size_for_display: No ArgType for goffset
Could not write function hildon_note_new_confirmation_add_buttons: varargs functions not supported
Could not write function hildon_notification_get_notifications: No ArgType for GList*
Could not write function hildon_notification_helper_show: varargs functions not supported
Warning: Constructor for HildonGtkButton needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonGtkRadioButton needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonGtkTreeView needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonGtkToggleButton needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonGtkHScale needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonGtkVScale needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonGtkIconView needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonBanner needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonBreadCrumb needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonButton needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonCalendarPopup needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonCaption needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonCheckButton needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonEditToolbar needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonEntry needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonFileChooserDialog needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonFileDetailsDialog needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonFileSelection needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonFileSystemModel needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonFileSystemStorageDialog needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonFindToolbar needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonFontSelectionDialog needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonGetPasswordDialog needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonLoginDialog needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonNote needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonNotification needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonNumberEditor needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonPickerButton needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonDateButton needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonPickerDialog needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonSetPasswordDialog needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonSortDialog needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonTimeButton needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonTimePicker needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonTouchSelector needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonTouchSelectorEntry needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonVolumebarRange needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonVolumebar needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonHVolumebar needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonVVolumebar needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
Warning: Constructor for HildonWizardDialog needs to be updated to new API
         See http://live.gnome.org/PyGTK_2fWhatsNew28#update-constructors
building 'hildon' extension
creating /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/build/temp.linux-i686-2.5
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/hildon-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/hildon-fm-2 -I/usr/include/gtk-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/hildon-notify -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/python2.5 -c hildonmodule.c -o /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/./build/temp.linux-i686-2.5/hildonmodule.o -DMAEMO_CHANGES -DMAEMO_GTK -Werror -Wno-strict-prototypes
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/hildon-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/hildon-fm-2 -I/usr/include/gtk-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/hildon-notify -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/python2.5 -c hildon.c -o /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/./build/temp.linux-i686-2.5/hildon.o -DMAEMO_CHANGES -DMAEMO_GTK -Werror -Wno-strict-prototypes
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/hildon-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/hildon-fm-2 -I/usr/include/gtk-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/hildon-notify -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/python2.5 -c hildon-types.c -o /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/./build/temp.linux-i686-2.5/hildon-types.o -DMAEMO_CHANGES -DMAEMO_GTK -Werror -Wno-strict-prototypes
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/./build/temp.linux-i686-2.5/hildonmodule.o /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/./build/temp.linux-i686-2.5/hildon.o /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/./build/temp.linux-i686-2.5/hildon-types.o -lhildon-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lhildonfm -lgtk-x11-2.0 -lgnomevfs-2 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -lgobject-2.0 -lglib-2.0 -lgconf-2 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -lgnomevfs-2 -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -lhildonnotify -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgmodule-2.0 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -ldbus-1 -lpthread -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -o /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/./build/lib.linux-i686-2.5/hildon.so
touch python-build-stamp-2.5
 fakeroot debian/rules binary
test -x debian/rules
test "`id -u`" = 0
dh_clean -k 
dh_installdirs -A 
mkdir -p "."
cd . && python2.5 setup.py install --root=/home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/ --no-compile -O0
running install
running build
running build_py
running build_ext
running install_lib
creating /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp
creating /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr
creating /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/lib
creating /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/lib/python2.5
creating /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/lib/python2.5/site-packages
copying build/lib.linux-i686-2.5/hildon.so -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/lib/python2.5/site-packages
copying build/lib.linux-i686-2.5/hildonglade.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/lib/python2.5/site-packages
running install_data
creating /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share
creating /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev
creating /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/examples
copying examples/hildon_wizard_dialog.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/examples
copying examples/hildon-test.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/examples
copying examples/key_test.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/examples
copying examples/hello-hildon.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/examples
copying examples/hildon-banner.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/examples
copying examples/maemo-pad.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/examples
copying examples/color_button_get_color.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/examples
creating /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-helper.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-app-menu.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-system-remote-device.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-window.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-time-button.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-bread-crumb.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-calendar.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-font-selection-dialog.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-system-voldev.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-fm.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-login-dialog.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-touch-selector-entry.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-color-chooser-dialog.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-touch-selector.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-set-password-dialog.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-picker-dialog.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-program.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-system-root.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-system-smb.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-fm1-compat.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-system-obex.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-get-password-dialog.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-picker-button.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-stackable-window.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-banner.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-sort-dialog.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-system-local-device.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-code-dialog.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-note.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-color-chooser.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-wizard-dialog.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-vvolumebar.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-color-button.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-animation-actor.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-volumebar.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-gtk.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-system-model.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-system-dynamic-device.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-date-selector.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-system-special-location.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-pannable-area.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-text-view.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-range-editor.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-seekbar.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-time-editor.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-selection.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-find-toolbar.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-volumebar-range.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-caption.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-time-selector.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-bread-crumb-trail.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-button.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-date-editor.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-marshalers.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-window-stack.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-version.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-chooser-dialog.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-system-upnp.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-time-picker.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-edit-toolbar.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-weekday-picker.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-system-info.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-enum-types.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-number-editor.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-main.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-details-dialog.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-system-storage-dialog.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-sound.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-notification.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-calendar-popup.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-defines.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-date-button.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-hvolumebar.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-controlbar.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-check-button.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-dialog.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-touch-selector-column.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-remote-texture.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-entry.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
copying defs/hildon-file-system-common.defs -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-dev/defs
creating /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_edit_toolbar.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_date_button.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_button.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_touch_selector.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_find_toolbar.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_wizard_dialog.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_weekday_picker.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_file_chooser_dialog.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_color_button.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_notification.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_range_editor.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_gtk.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_calendar_popup.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_file_system_model.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_time_picker.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_window_stack.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_note.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_program.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_font_selection_dialog.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_app_menu.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_all.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_time_button.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_time_editor.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_date_editor.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_banner.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_touch_selector_entry.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
copying tests/test_hildon_caption.py -> /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/share/python-hildon-tests
running install_egg_info
Writing /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/usr/lib/python2.5/site-packages/hildon-0.9.0.egg-info
# Make scripts call pythonX.Y instead of just python (so they do not
# call wrong python in Scratchbox)
for f in `find /home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/ -type f`; do \
	    sed "1s,#\!.*python[^ ]*\(.*\),#\!/usr/bin/env python2.5\1," $f > $f.tmp; \
	    cat $f.tmp > $f; \
	    rm $f.tmp; \
	done
dh_installdirs -ppython-hildon 
dh_installdirs -ppython-hildon-dev 
dh_installdocs -ppython-hildon ./README ./TODO ./AUTHORS  
dh_installexamples -ppython-hildon 
dh_installman -ppython-hildon  
dh_installinfo -ppython-hildon  
dh_installmenu -ppython-hildon 
dh_installcron -ppython-hildon 
dh_installinit -ppython-hildon   
dh_installdebconf -ppython-hildon 
dh_installemacsen -ppython-hildon   
dh_installcatalogs -ppython-hildon 
dh_installpam -ppython-hildon 
dh_installlogrotate -ppython-hildon 
dh_installlogcheck -ppython-hildon 
dh_installmime -ppython-hildon 
dh_installchangelogs -ppython-hildon  ./ChangeLog 
dh_installudev -ppython-hildon 
dh_install -ppython-hildon  --sourcedir=/home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/
dh_link -ppython-hildon  
dh_pycentral -ppython-hildon
/scratchbox/tools/bin/find: warning: unrecognized format directive `%Y'
dh_python -ppython-hildon   
dh_python: Doing nothing since dh_pycompat exists; dh_pysupport or dh_pycentral should do the work. You can remove dh_python from your rules file.
dh_installdocs -ppython-hildon-dev ./README ./TODO ./AUTHORS  
dh_installexamples -ppython-hildon-dev 
dh_installman -ppython-hildon-dev  
dh_installinfo -ppython-hildon-dev  
dh_installmenu -ppython-hildon-dev 
dh_installcron -ppython-hildon-dev 
dh_installinit -ppython-hildon-dev   
dh_installdebconf -ppython-hildon-dev 
dh_installemacsen -ppython-hildon-dev   
dh_installcatalogs -ppython-hildon-dev 
dh_installpam -ppython-hildon-dev 
dh_installlogrotate -ppython-hildon-dev 
dh_installlogcheck -ppython-hildon-dev 
dh_installmime -ppython-hildon-dev 
dh_installchangelogs -ppython-hildon-dev  ./ChangeLog 
dh_installudev -ppython-hildon-dev 
dh_install -ppython-hildon-dev  --sourcedir=/home/bruno/git/pymaemo-packages/pymaemo-tools/download_cache/python-hildon/modified/debian/tmp/
dh_link -ppython-hildon-dev  
dh_pycentral -ppython-hildon-dev
/scratchbox/tools/bin/find: warning: unrecognized format directive `%Y'
dh_python -ppython-hildon-dev   
dh_python: Doing nothing since dh_pycompat exists; dh_pysupport or dh_pycentral should do the work. You can remove dh_python from your rules file.
dh_strip -ppython-hildon  
dh_compress -ppython-hildon  
dh_fixperms -ppython-hildon  
dh_makeshlibs -ppython-hildon  
dh_strip -ppython-hildon-dev  
dh_compress -ppython-hildon-dev  
dh_fixperms -ppython-hildon-dev  
dh_makeshlibs -ppython-hildon-dev  
dh_installdeb -ppython-hildon 
dh_perl -ppython-hildon 
dh_shlibdeps -ppython-hildon    
dh_installdeb -ppython-hildon-dev 
dh_perl -ppython-hildon-dev 
dh_shlibdeps -ppython-hildon-dev    
dh_gencontrol -ppython-hildon 
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dh_md5sums -ppython-hildon 
dh_builddeb -ppython-hildon 
warning, `debian/python-hildon/DEBIAN/control' contains user-defined field `Python-Version'
dpkg-deb: ignoring 1 warnings about the control file(s)
dpkg-deb: building package `python-hildon' in `../python-hildon_0.9.0-1maemo15_i386.deb'.
dh_gencontrol -ppython-hildon-dev 
dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
dh_md5sums -ppython-hildon-dev 
dh_builddeb -ppython-hildon-dev 
warning, `debian/python-hildon-dev/DEBIAN/control' contains user-defined field `Python-Version'
dpkg-deb: ignoring 1 warnings about the control file(s)
dpkg-deb: building package `python-hildon-dev' in `../python-hildon-dev_0.9.0-1maemo15_i386.deb'.
 signfile python-hildon_0.9.0-1maemo15.dsc
gpg: skipped "Anderson Lizardo <anderson.lizardo@openbossa.org>": secret key not available
gpg: [stdin]: clearsign failed: secret key not available

 dpkg-genchanges
dpkg-genchanges: warning: unknown information field `Xb-Python-Version' in input data in package's section of control info file
dpkg-genchanges: warning: unknown information field `Xb-Python-Version' in input data in package's section of control info file
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: full upload; Debian-native package (full source is included)
(WARNING: Failed to sign .dsc and .changes file)
