[pkg-fso-commits] [SCM] libframeworkd-glib branch, debian, updated. debian/0.1-20081223-1-8-g1cddd48

Sebastian Reichel elektranox at gmail.com
Sun Nov 15 02:28:29 UTC 2009


The following commit has been merged in the debian branch:
commit 1cddd48ee326c28a76ae7e1cf4790663469ff761
Author: Sebastian Reichel <elektranox at gmail.com>
Date:   Sun Nov 15 02:50:00 2009 +0200

    Imported Debian patch 0.1+git20091114-1

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 0cf8bab..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-REPO=git://git.freesmartphone.org/libframeworkd-glib.git
-REV=680276e4cddabeb1edd088ddd421f363dd106a50
-VERS=0.1+git20090801
-NAME=libframeworkd-glib
-
-DIR=$PWD
-cd /tmp
-git clone ${REPO} ${NAME}-${REV}
-cd ${NAME}-${REV}
-git archive --format=tar --prefix=${NAME}-${VERS}/ ${REV} > ${NAME}-${VERS}-tmp.tar
-rm -rf ${NAME}-${REV}
-tar xf ${NAME}-${VERS}-tmp.tar
-rm ${NAME}-${VERS}-tmp.tar
-cd ${NAME}-${VERS}
-autoreconf -v --install
-rm -rf autom4te.cache
-cd ..
-tar czf ${DIR}/${NAME}_${VERS}.orig.tar.gz ${NAME}-${VERS}
-rm -rf ${NAME}-${VERS}
diff --git a/debian/changelog b/debian/changelog
index dcb77e8..484bfdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,29 @@
+libframeworkd-glib (0.1+git20091114-1) unstable; urgency=low
+
+  * New Upstream Version
+  * Add package containing debug symbols
+
+ -- Sebastian Reichel <elektranox at gmail.com>  Sun, 15 Nov 2009 02:50:00 +0200
+
+libframeworkd-glib (0.1+git20090917-1) pkg-fso; urgency=low
+
+  * New Upstream Version
+
+ -- Sebastian Reichel <elektranox at gmail.com>  Thu, 17 Sep 2009 20:48:00 +0200
+
 libframeworkd-glib (0.1+git20090801-1) pkg-fso; urgency=low
 
   * New Upstream Version
 
  -- Sebastian Reichel <elektranox at gmail.com>  Thu, 06 Aug 2009 15:11:00 +0200
 
-libframeworkd-glib (0.1-20081223-1) pkg-fso; urgency=low
+libframeworkd-glib (0.1+git20081223-1) pkg-fso; urgency=low
 
   * New Upstream Version
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 27 Dec 2008 21:45:05 +0100
 
-libframeworkd-glib (0.1-20081118-2) pkg-fso; urgency=low
+libframeworkd-glib (0.1+git20081118-2) pkg-fso; urgency=low
 
   * Fix -dev package name
   * Fix "version-substvar-for-external-package libframeworkd-glib-dev ->
@@ -18,7 +31,7 @@ libframeworkd-glib (0.1-20081118-2) pkg-fso; urgency=low
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 22 Nov 2008 01:13:52 +0100
 
-libframeworkd-glib (0.1-20081118-1) pkg-fso; urgency=low
+libframeworkd-glib (0.1+git20081118-1) pkg-fso; urgency=low
 
   * Initial release.
 
diff --git a/debian/control b/debian/control
index 6de5a05..102b5c8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: cdbs,
                debhelper (>= 7),
                libglib2.0-dev,
                libdbus-glib-1-dev
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://freesmartphone.org/
 Vcs-Git: git://git.debian.org/git/pkg-fso/libframeworkd-glib.git
 Vcs-Browser: http://git.debian.org/?p=pkg-fso/libframeworkd-glib.git;a=summary
@@ -24,10 +24,24 @@ Description: glib bindings to frameworkd
  This package is part of the freesmartphone.org software stack and is targeted
  for smartphones.
 
+Package: libframeworkd-glib0-dbg
+Section: debug
+Architecture: any
+Depends: ${misc:Depends},
+         libframeworkd-glib0 (= ${binary:Version}),
+Description: glib bindings to frameworkd (debug symbols)
+ This library wraps the DBus API provided by the freesmartphone.org frameworkd
+ server in a plain, glib compatible C library, to ease interacting with the
+ frameworkd.
+ .
+ This package is part of the freesmartphone.org software stack and is targeted
+ for smartphones.
+
 Package: libframeworkd-glib-dev
 Section: libdevel
 Architecture: any
-Depends: libframeworkd-glib0 (= ${binary:Version}),
+Depends: ${misc:Depends},
+         libframeworkd-glib0 (= ${binary:Version}),
          libglib2.0-dev,
          libdbus-glib-1-dev,
          libdbus-1-dev,
diff --git a/debian/copyright b/debian/copyright
index 5edf408..a2a980f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,10 +4,11 @@ Tue, 18 Nov 2008 21:52:59 +0100
 It was downloaded from git://git.freesmartphone.org/libframeworkd-glib.git
 
 The following copyrights apply to the libframeworkd-glib sourcecode:
- * Copyright © 2008 Marc-Olivier Barre <marco at marcochapeau.org>
  * Copyright © 2008 Julien Cassignol <ainulindale at gmail.com>
+ * Copyright © 2009 Klaus Kurzmann <mok at fluxnetz.de>
+ * Copyright © 2008 Marc-Olivier Barre <marco at marcochapeau.org>
  * Copyright © 2008 quickdev
-
+ * Copyright © 2009 Tom Hacohen
 
 For the Debian packaging:
  * Copyright © 2008 Joachim Breitner <nomeata at debian.org>
diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
new file mode 100644
index 0000000..f7530c4
--- /dev/null
+++ b/debian/get-orig-source.sh
@@ -0,0 +1,35 @@
+#!/bin/sh
+REV=f7ea17bc2a33d6f0989a71f86ccc6ed3e8051e77
+VERS=$(dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p')
+NAME=libframeworkd-glib
+REPO=git://git.freesmartphone.org/libframeworkd-glib.git
+
+# switch to tmp directory
+rm -rf get-orig-source
+mkdir get-orig-source
+cd get-orig-source
+
+# get src from git
+git clone ${REPO} ${NAME}-${REV}
+cd ${NAME}-${REV}
+git archive --format=tar --prefix=${NAME}-${VERS}/ ${REV} > ../${NAME}-${VERS}-tmp.tar
+cd ..
+rm -rf ${NAME}-${REV}
+tar xf ${NAME}-${VERS}-tmp.tar
+rm ${NAME}-${VERS}-tmp.tar
+
+# generate configure file for src
+cd ${NAME}-${VERS}
+autoreconf --force --install
+rm -rf autom4te.cache
+cd ..
+
+# generate the orig.tar.gz
+GZIP=--best tar czf ../${NAME}_${VERS}.orig.tar.gz ${NAME}-${VERS}
+rm -rf ${NAME}-${VERS}
+
+# remove tmp directory
+cd ..
+rm -rf get-orig-source
+
+echo "  ${NAME}_${VERS}.orig.tar.gz created; move it to the right destination to build the package"
diff --git a/debian/libframeworkd-glib0.symbols b/debian/libframeworkd-glib0.symbols
new file mode 100644
index 0000000..2008b40
--- /dev/null
+++ b/debian/libframeworkd-glib0.symbols
@@ -0,0 +1,306 @@
+libframeworkd-glib.so.0 libframeworkd-glib0 #MINVER#
+ bus at Base 0.1+git20090801
+ callBus at Base 0.1+git20090801
+ dbus_connect_to_interface at Base 0.1+git20090801
+ dbus_connect_to_odeviced_audio at Base 0.1+git20090801
+ dbus_connect_to_odeviced_idle_notifier at Base 0.1+git20090801
+ dbus_connect_to_odeviced_power_supply at Base 0.1+git20090801
+ dbus_connect_to_ogsmd_call at Base 0.1+git20090801
+ dbus_connect_to_ogsmd_device at Base 0.1+git20090801
+ dbus_connect_to_ogsmd_network at Base 0.1+git20090801
+ dbus_connect_to_ogsmd_sim at Base 0.1+git20090801
+ dbus_connect_to_ogsmd_sms at Base 0.1+git20090801
+ dbus_connect_to_opimd_contact at Base 0.1+git20090801
+ dbus_connect_to_opimd_contact_query at Base 0.1+git20090801
+ dbus_connect_to_opimd_contacts at Base 0.1+git20090801
+ dbus_connect_to_opimd_message at Base 0.1+git20090801
+ dbus_connect_to_opimd_message_folder at Base 0.1+git20090801
+ dbus_connect_to_opimd_message_query at Base 0.1+git20090801
+ dbus_connect_to_opimd_messages at Base 0.1+git20090801
+ dbus_connect_to_opimd_source at Base 0.1+git20090801
+ dbus_connect_to_opimd_sources at Base 0.1+git20090801
+ dbus_connect_to_ousaged at Base 0.1+git20090801
+ dbus_free_data at Base 0.1+git20090801
+ dbus_get_type_g_string_int_int_int_array at Base 0.1+git20090801
+ dbus_get_type_g_string_variant_hashtable at Base 0.1+git20090801
+ dbus_get_type_int_g_string_g_string_g_string_array at Base 0.1+git20090801
+ dbus_get_type_int_g_string_g_string_variant_hashtable_array at Base 0.1+git20090801
+ dbus_handle_errors at Base 0.1+git20090801
+ dbus_handle_internal_errors at Base 0.1+git20090801
+ deviceBus at Base 0.1+git20090801
+ frameworkd_handler_connect at Base 0.1+git20090801
+ frameworkd_handler_new at Base 0.1+git20090801
+ fwdHandlers at Base 0.1+git20090801
+ g_cclosure_user_marshal_VOID__BOXED_STRING at Base 0.1+git20090801
+ g_cclosure_user_marshal_VOID__BOXED_STRING_STRING at Base 0.1+git20090801
+ g_cclosure_user_marshal_VOID__INT_STRING_BOXED at Base 0.1+git20090801
+ g_cclosure_user_marshal_VOID__STRING_BOOLEAN at Base 0.1+git20091114
+ g_cclosure_user_marshal_VOID__STRING_BOOLEAN_BOXED at Base 0.1+git20090917
+ g_cclosure_user_marshal_VOID__STRING_STRING at Base 0.1+git20090801
+ g_cclosure_user_marshal_VOID__UINT_BOOLEAN_STRING at Base 0.1+git20090801
+ lose at Base 0.1+git20090801
+ lose_gerror at Base 0.1+git20090801
+ networkBus at Base 0.1+git20090801
+ odevicedAudioBus at Base 0.1+git20090801
+ odevicedIdleNotifierBus at Base 0.1+git20090801
+ odevicedPowerSupplyBus at Base 0.1+git20090801
+ odeviced_audio_get_info at Base 0.1+git20090801
+ odeviced_audio_get_info_callback at Base 0.1+git20090801
+ odeviced_audio_handle_errors at Base 0.1+git20090801
+ odeviced_audio_pull_scenario at Base 0.1+git20090801
+ odeviced_audio_pull_scenario_callback at Base 0.1+git20090801
+ odeviced_audio_push_scenario at Base 0.1+git20090801
+ odeviced_audio_push_scenario_callback at Base 0.1+git20090801
+ odeviced_audio_set_scenario at Base 0.1+git20090801
+ odeviced_audio_set_scenario_callback at Base 0.1+git20090801
+ odeviced_audio_sound_status_handler at Base 0.1+git20090801
+ odeviced_idle_notifier_get_state at Base 0.1+git20090801
+ odeviced_idle_notifier_get_state_callback at Base 0.1+git20090801
+ odeviced_idle_notifier_get_state_for_dbus at Base 0.1+git20090801
+ odeviced_idle_notifier_get_state_from_dbus at Base 0.1+git20090801
+ odeviced_idle_notifier_handle_errors at Base 0.1+git20090801
+ odeviced_idle_notifier_set_state at Base 0.1+git20090801
+ odeviced_idle_notifier_set_state_callback at Base 0.1+git20090801
+ odeviced_idle_notifier_state_handler at Base 0.1+git20090801
+ odeviced_power_supply_get_capacity at Base 0.1+git20090801
+ odeviced_power_supply_get_capacity_callback at Base 0.1+git20090801
+ odeviced_power_supply_get_info at Base 0.1+git20090801
+ odeviced_power_supply_get_info_callback at Base 0.1+git20090801
+ odeviced_power_supply_get_power_status at Base 0.1+git20090801
+ odeviced_power_supply_get_power_status_callback at Base 0.1+git20090801
+ odeviced_power_supply_get_status_for_dbus at Base 0.1+git20090801
+ odeviced_power_supply_get_status_from_dbus at Base 0.1+git20090801
+ odeviced_power_supply_handle_errors at Base 0.1+git20090801
+ odeviced_power_supply_power_status_handler at Base 0.1+git20090801
+ ogsmd_call_activate at Base 0.1+git20090801
+ ogsmd_call_activate_conference at Base 0.1+git20090801
+ ogsmd_call_handle_errors at Base 0.1+git20090801
+ ogsmd_call_hold_active at Base 0.1+git20090801
+ ogsmd_call_initiate at Base 0.1+git20090801
+ ogsmd_call_join at Base 0.1+git20090801
+ ogsmd_call_list_calls at Base 0.1+git20090801
+ ogsmd_call_release at Base 0.1+git20090801
+ ogsmd_call_release_all at Base 0.1+git20090801
+ ogsmd_call_release_held at Base 0.1+git20090801
+ ogsmd_call_send_dtmf at Base 0.1+git20090801
+ ogsmd_call_status_handler at Base 0.1+git20090801
+ ogsmd_call_transfer at Base 0.1+git20090801
+ ogsmd_device_get_antenna_power at Base 0.1+git20090801
+ ogsmd_device_get_antenna_power_callback at Base 0.1+git20090801
+ ogsmd_device_get_features at Base 0.1+git20090801
+ ogsmd_device_get_features_callback at Base 0.1+git20090801
+ ogsmd_device_get_info at Base 0.1+git20090801
+ ogsmd_device_get_info_callback at Base 0.1+git20090801
+ ogsmd_device_handle_errors at Base 0.1+git20090801
+ ogsmd_device_prepare_to_suspend at Base 0.1+git20090801
+ ogsmd_device_prepare_to_suspend_callback at Base 0.1+git20090801
+ ogsmd_device_recover_from_suspend at Base 0.1+git20090801
+ ogsmd_device_recover_from_suspend_callback at Base 0.1+git20090801
+ ogsmd_device_set_antenna_power at Base 0.1+git20090801
+ ogsmd_device_set_antenna_power_callback at Base 0.1+git20090801
+ ogsmd_network_disable_call_forwarding at Base 0.1+git20090801
+ ogsmd_network_disable_call_forwarding_callback at Base 0.1+git20090801
+ ogsmd_network_enable_call_forwarding at Base 0.1+git20090801
+ ogsmd_network_enable_call_forwarding_callback at Base 0.1+git20090801
+ ogsmd_network_get_call_forwarding at Base 0.1+git20090801
+ ogsmd_network_get_call_forwarding_callback at Base 0.1+git20090801
+ ogsmd_network_get_calling_identification at Base 0.1+git20090801
+ ogsmd_network_get_calling_identification_callback at Base 0.1+git20090801
+ ogsmd_network_get_cell_id_from_dbus at Base 0.1+git20090801
+ ogsmd_network_get_forward_class_for_dbus at Base 0.1+git20090801
+ ogsmd_network_get_forward_class_from_dbus at Base 0.1+git20090801
+ ogsmd_network_get_location_area_from_dbus at Base 0.1+git20090801
+ ogsmd_network_get_network_country_code at Base 0.1+git20090801
+ ogsmd_network_get_network_country_code_callback at Base 0.1+git20090801
+ ogsmd_network_get_provider_from_dbus at Base 0.1+git20090801
+ ogsmd_network_get_reason_for_dbus at Base 0.1+git20090801
+ ogsmd_network_get_reason_from_dbus at Base 0.1+git20090801
+ ogsmd_network_get_registration_status_from_dbus at Base 0.1+git20090801
+ ogsmd_network_get_signal_strength at Base 0.1+git20090801
+ ogsmd_network_get_signal_strength_callback at Base 0.1+git20090801
+ ogsmd_network_get_signal_strength_from_dbus at Base 0.1+git20090801
+ ogsmd_network_get_status at Base 0.1+git20090801
+ ogsmd_network_get_status_callback at Base 0.1+git20090801
+ ogsmd_network_get_visible_for_dbus at Base 0.1+git20090801
+ ogsmd_network_get_visible_from_dbus at Base 0.1+git20090801
+ ogsmd_network_handle_errors at Base 0.1+git20090801
+ ogsmd_network_incoming_ussd_handler at Base 0.1+git20090801
+ ogsmd_network_list_providers at Base 0.1+git20090801
+ ogsmd_network_list_providers_callback at Base 0.1+git20090801
+ ogsmd_network_register at Base 0.1+git20090801
+ ogsmd_network_register_callback at Base 0.1+git20090801
+ ogsmd_network_register_with_provider at Base 0.1+git20090801
+ ogsmd_network_register_with_provider_callback at Base 0.1+git20090801
+ ogsmd_network_send_ussd_request at Base 0.1+git20090801
+ ogsmd_network_send_ussd_request_callback at Base 0.1+git20090801
+ ogsmd_network_set_calling_identification at Base 0.1+git20090801
+ ogsmd_network_set_calling_identification_callback at Base 0.1+git20090801
+ ogsmd_network_signal_strength_handler at Base 0.1+git20090801
+ ogsmd_network_status_handler at Base 0.1+git20090801
+ ogsmd_network_unregister at Base 0.1+git20090801
+ ogsmd_network_unregister_callback at Base 0.1+git20090801
+ ogsmd_sim_auth_status_handler at Base 0.1+git20090801
+ ogsmd_sim_change_auth_code at Base 0.1+git20090801
+ ogsmd_sim_change_auth_code_callback at Base 0.1+git20090801
+ ogsmd_sim_delete_entry at Base 0.1+git20090801
+ ogsmd_sim_delete_entry_callback at Base 0.1+git20090801
+ ogsmd_sim_delete_message at Base 0.1+git20090801
+ ogsmd_sim_delete_message_callback at Base 0.1+git20090801
+ ogsmd_sim_get_auth_code_required at Base 0.1+git20090801
+ ogsmd_sim_get_auth_code_required_callback at Base 0.1+git20090801
+ ogsmd_sim_get_auth_status at Base 0.1+git20090801
+ ogsmd_sim_get_auth_status_callback at Base 0.1+git20090801
+ ogsmd_sim_get_home_zones at Base 0.1+git20090801
+ ogsmd_sim_get_home_zones_callback at Base 0.1+git20090801
+ ogsmd_sim_get_messagebook_info at Base 0.1+git20090801
+ ogsmd_sim_get_messagebook_info_callback at Base 0.1+git20090801
+ ogsmd_sim_get_phonebook_info at Base 0.1+git20090801
+ ogsmd_sim_get_phonebook_info_callback at Base 0.1+git20090801
+ ogsmd_sim_get_service_center_number at Base 0.1+git20090801
+ ogsmd_sim_get_service_center_number_callback at Base 0.1+git20090801
+ ogsmd_sim_get_sim_info at Base 0.1+git20090801
+ ogsmd_sim_get_sim_info_callback at Base 0.1+git20090801
+ ogsmd_sim_get_sim_ready at Base 0.1+git20090801
+ ogsmd_sim_get_sim_ready_callback at Base 0.1+git20090801
+ ogsmd_sim_handle_authentication_state at Base 0.1+git20090801
+ ogsmd_sim_handle_errors at Base 0.1+git20090801
+ ogsmd_sim_incoming_stored_message_handler at Base 0.1+git20090801
+ ogsmd_sim_ready_status_handler at Base 0.1+git20090801
+ ogsmd_sim_retrieve_entry at Base 0.1+git20090801
+ ogsmd_sim_retrieve_entry_callback at Base 0.1+git20090801
+ ogsmd_sim_retrieve_message at Base 0.1+git20090801
+ ogsmd_sim_retrieve_message_callback at Base 0.1+git20090801
+ ogsmd_sim_retrieve_messagebook at Base 0.1+git20090801
+ ogsmd_sim_retrieve_messagebook_callback at Base 0.1+git20090801
+ ogsmd_sim_retrieve_phonebook at Base 0.1+git20090801
+ ogsmd_sim_retrieve_phonebook_callback at Base 0.1+git20090801
+ ogsmd_sim_send_auth_code at Base 0.1+git20090801
+ ogsmd_sim_send_auth_code_callback at Base 0.1+git20090801
+ ogsmd_sim_send_generic_sim_command at Base 0.1+git20090801
+ ogsmd_sim_send_generic_sim_command_callback at Base 0.1+git20090801
+ ogsmd_sim_send_restricted_sim_command at Base 0.1+git20090801
+ ogsmd_sim_send_restricted_sim_command_callback at Base 0.1+git20090801
+ ogsmd_sim_send_stored_message at Base 0.1+git20090801
+ ogsmd_sim_send_stored_message_callback at Base 0.1+git20090801
+ ogsmd_sim_set_auth_code_required at Base 0.1+git20090801
+ ogsmd_sim_set_auth_code_required_callback at Base 0.1+git20090801
+ ogsmd_sim_set_service_center_number at Base 0.1+git20090801
+ ogsmd_sim_set_service_center_number_callback at Base 0.1+git20090801
+ ogsmd_sim_store_entry at Base 0.1+git20090801
+ ogsmd_sim_store_entry_callback at Base 0.1+git20090801
+ ogsmd_sim_store_message at Base 0.1+git20090801
+ ogsmd_sim_store_message_callback at Base 0.1+git20090801
+ ogsmd_sim_unlock at Base 0.1+git20090801
+ ogsmd_sim_unlock_callback at Base 0.1+git20090801
+ ogsmd_sms_incoming_message_receipt_handler at Base 0.1+git20090801
+ ogsmd_sms_message_sent_handler at Base 0.1+git20090801
+ ogsmd_sms_send_message at Base 0.1+git20090801
+ ogsmd_sms_send_message_callback at Base 0.1+git20090801
+ opimdContactsBus at Base 0.1+git20090801
+ opimdMessagesBus at Base 0.1+git20090801
+ opimdSourcesBus at Base 0.1+git20090801
+ opimd_contact_delete at Base 0.1+git20090801
+ opimd_contact_delete_callback at Base 0.1+git20090801
+ opimd_contact_get_content at Base 0.1+git20090801
+ opimd_contact_get_content_callback at Base 0.1+git20090801
+ opimd_contact_get_multiple_fields at Base 0.1+git20090801
+ opimd_contact_get_multiple_fields_callback at Base 0.1+git20090801
+ opimd_contact_query_dispose at Base 0.1+git20090801
+ opimd_contact_query_dispose_callback at Base 0.1+git20090801
+ opimd_contact_query_get_contact_path at Base 0.1+git20090801
+ opimd_contact_query_get_contact_path_callback at Base 0.1+git20090801
+ opimd_contact_query_get_multiple_results at Base 0.1+git20090801
+ opimd_contact_query_get_multiple_results_callback at Base 0.1+git20090801
+ opimd_contact_query_get_result at Base 0.1+git20090801
+ opimd_contact_query_get_result_callback at Base 0.1+git20090801
+ opimd_contact_query_get_result_count at Base 0.1+git20090801
+ opimd_contact_query_get_result_count_callback at Base 0.1+git20090801
+ opimd_contact_query_rewind at Base 0.1+git20090801
+ opimd_contact_query_rewind_callback at Base 0.1+git20090801
+ opimd_contact_query_skip at Base 0.1+git20090801
+ opimd_contact_query_skip_callback at Base 0.1+git20090801
+ opimd_contact_update at Base 0.1+git20090801
+ opimd_contact_update_callback at Base 0.1+git20090801
+ opimd_contacts_add at Base 0.1+git20090801
+ opimd_contacts_add_callback at Base 0.1+git20090801
+ opimd_contacts_get_single_entry_single_field at Base 0.1+git20091114
+ opimd_contacts_get_single_entry_single_field_callback at Base 0.1+git20091114
+ opimd_contacts_new_contact_handler at Base 0.1+git20091114
+ opimd_contacts_query at Base 0.1+git20090801
+ opimd_contacts_query_callback at Base 0.1+git20090801
+ opimd_message_delete at Base 0.1+git20091114
+ opimd_message_delete_callback at Base 0.1+git20091114
+ opimd_message_folder_get_message_count at Base 0.1+git20090801
+ opimd_message_folder_get_message_count_callback at Base 0.1+git20090801
+ opimd_message_folder_get_message_paths at Base 0.1+git20090801
+ opimd_message_folder_get_message_paths_callback at Base 0.1+git20090801
+ opimd_message_folder_message_moved_handler at Base 0.1+git20090801
+ opimd_message_get_content at Base 0.1+git20090801
+ opimd_message_get_content_callback at Base 0.1+git20090801
+ opimd_message_get_multiple_fields at Base 0.1+git20090801
+ opimd_message_get_multiple_fields_callback at Base 0.1+git20090801
+ opimd_message_move_to_folder at Base 0.1+git20090801
+ opimd_message_move_to_folder_callback at Base 0.1+git20090801
+ opimd_message_query_dispose at Base 0.1+git20090801
+ opimd_message_query_dispose_callback at Base 0.1+git20090801
+ opimd_message_query_get_message_path at Base 0.1+git20090801
+ opimd_message_query_get_message_path_callback at Base 0.1+git20090801
+ opimd_message_query_get_multiple_results at Base 0.1+git20090801
+ opimd_message_query_get_multiple_results_callback at Base 0.1+git20090801
+ opimd_message_query_get_result at Base 0.1+git20090801
+ opimd_message_query_get_result_callback at Base 0.1+git20090801
+ opimd_message_query_get_result_count at Base 0.1+git20090801
+ opimd_message_query_get_result_count_callback at Base 0.1+git20090801
+ opimd_message_query_rewind at Base 0.1+git20090801
+ opimd_message_query_rewind_callback at Base 0.1+git20090801
+ opimd_message_query_skip at Base 0.1+git20090801
+ opimd_message_query_skip_callback at Base 0.1+git20090801
+ opimd_message_update at Base 0.1+git20091114
+ opimd_message_update_callback at Base 0.1+git20091114
+ opimd_messages_add at Base 0.1+git20090801
+ opimd_messages_add_callback at Base 0.1+git20090801
+ opimd_messages_get_folder_names at Base 0.1+git20090801
+ opimd_messages_get_folder_names_callback at Base 0.1+git20090801
+ opimd_messages_get_folder_path_from_name at Base 0.1+git20090801
+ opimd_messages_get_folder_path_from_name_callback at Base 0.1+git20090801
+ opimd_messages_get_single_entry_single_field at Base 0.1+git20091114
+ opimd_messages_get_single_entry_single_field_callback at Base 0.1+git20091114
+ opimd_messages_incoming_message_handler at Base 0.1+git20091114
+ opimd_messages_new_message_handler at Base 0.1+git20091114
+ opimd_messages_query at Base 0.1+git20090801
+ opimd_messages_query_callback at Base 0.1+git20090801
+ opimd_messages_unread_messages_handler at Base 0.1+git20091114
+ opimd_source_get_name at Base 0.1+git20090801
+ opimd_source_get_name_callback at Base 0.1+git20090801
+ opimd_source_get_status at Base 0.1+git20090801
+ opimd_source_get_status_callback at Base 0.1+git20090801
+ opimd_source_get_supported_pim_domains at Base 0.1+git20090801
+ opimd_source_get_supported_pim_domains_callback at Base 0.1+git20090801
+ opimd_sources_get_entry_count at Base 0.1+git20090801
+ opimd_sources_get_entry_count_callback at Base 0.1+git20090801
+ opimd_sources_init_all_entries at Base 0.1+git20090801
+ opimd_sources_init_all_entries_callback at Base 0.1+git20090801
+ ousagedBus at Base 0.1+git20090801
+ ousaged_get_resource_policy at Base 0.1+git20090801
+ ousaged_get_resource_policy_callback at Base 0.1+git20090801
+ ousaged_get_resource_state at Base 0.1+git20090801
+ ousaged_get_resource_state_callback at Base 0.1+git20090801
+ ousaged_get_resource_users at Base 0.1+git20090801
+ ousaged_get_resource_users_callback at Base 0.1+git20090801
+ ousaged_handle_errors at Base 0.1+git20090801
+ ousaged_handle_resource_errors at Base 0.1+git20091114
+ ousaged_list_resources at Base 0.1+git20090801
+ ousaged_list_resources_callback at Base 0.1+git20090801
+ ousaged_resource_available_handler at Base 0.1+git20091114
+ ousaged_release_resource at Base 0.1+git20090801
+ ousaged_release_resource_callback at Base 0.1+git20090801
+ ousaged_request_resource at Base 0.1+git20090801
+ ousaged_request_resource_callback at Base 0.1+git20090801
+ ousaged_resource_changed_handler at Base 0.1+git20090917
+ ousaged_resource_name_to_int at Base 0.1+git20090801
+ ousaged_set_resource_policy at Base 0.1+git20090801
+ ousaged_set_resource_policy_callback at Base 0.1+git20090801
+ ousaged_suspend at Base 0.1+git20090801
+ ousaged_suspend_callback at Base 0.1+git20090801
+ simBus at Base 0.1+git20090801
+ smsBus at Base 0.1+git20090801
diff --git a/debian/rules b/debian/rules
index d042694..4d3a927 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,11 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_INSTALL_DOCS_ALL := 
+
 # upstream Makefile does not link correctly
 LDFLAGS+=`pkg-config --libs dbus-glib-1`
 DEB_CONFIGURE_SCRIPT_ENV+=LDFLAGS="$(LDFLAGS)"
+
+get-orig-source:
+	sh debian/get-orig-source.sh
diff --git a/debian/snapshot-release.sh b/debian/snapshot-release.sh
old mode 100755
new mode 100644

-- 
libframeworkd-glib



More information about the pkg-fso-commits mailing list