[Pkg-telepathy-commits] [SCM] folks packaging branch branch, debian, updated. debian/0.3.4-1-7-g2275fd9

Emilio Pozuelo Monfort emilio.pozuelo at collabora.co.uk
Mon Feb 21 10:54:25 UTC 2011


The following commit has been merged in the debian branch:
commit 368c21852aeed8143234b5b1aa1788c45cc37378
Author: Emilio Pozuelo Monfort <emilio.pozuelo at collabora.co.uk>
Date:   Mon Feb 21 10:34:39 2011 +0000

    Updated for the new SONAME

diff --git a/debian/changelog b/debian/changelog
index 4183dc8..6c3f91f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ folks (0.3.6-1) UNRELEASED; urgency=low
   * New upstream release.
     - debian/control:
       + Bump vala build dependency.
+    - debian/control,
+      debian/rules,
+      debian/libfolks*{20,21}.*:
+      + Updated for the new SONAME.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 21 Feb 2011 10:19:02 +0000
 
diff --git a/debian/control b/debian/control
index d72769d..2548e64 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Homepage: http://telepathy.freedesktop.org/wiki/Folks
 Vcs-Git: git://git.debian.org/git/pkg-telepathy/folks.git
 Vcs-Browser: http://git.debian.org/?p=pkg-telepathy/folks.git;a=summary
 
-Package: libfolks20
+Package: libfolks21
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
@@ -33,7 +33,7 @@ Description: library to aggregates people into metacontacts
 Package: libfolks-dev
 Section: libdevel
 Architecture: any
-Depends: libfolks20 (= ${binary:Version}),
+Depends: libfolks21 (= ${binary:Version}),
          libglib2.0-dev (>= 2.24),
          libgee-dev,
          ${misc:Depends}
@@ -48,7 +48,7 @@ Package: libfolks-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libfolks20 (= ${binary:Version}),
+Depends: libfolks21 (= ${binary:Version}),
          ${misc:Depends}
 Description: library to aggregates people into metacontact - debugging symbols
  libfolks is a library that aggregates people from multiple sources
@@ -57,7 +57,7 @@ Description: library to aggregates people into metacontact - debugging symbols
  .
  This package contains the debugging symbols for libfolks library.
 
-Package: libfolks-telepathy20
+Package: libfolks-telepathy21
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
@@ -71,7 +71,7 @@ Description: Telepathy backend for libfolks
 Package: libfolks-telepathy-dev
 Section: libdevel
 Architecture: any
-Depends: libfolks-telepathy20 (= ${binary:Version}),
+Depends: libfolks-telepathy21 (= ${binary:Version}),
          libfolks-dev (= ${binary:Version}),
          libglib2.0-dev (>= 2.24),
          libtelepathy-glib-dev (>= 0.13.1),
@@ -87,7 +87,7 @@ Package: libfolks-telepathy-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libfolks-telepathy20 (= ${binary:Version}),
+Depends: libfolks-telepathy21 (= ${binary:Version}),
          ${misc:Depends}
 Description: Telepathy backend for libfolks - debugging symbols
  libfolks is a library that aggregates people from multiple sources
diff --git a/debian/libfolks-telepathy20.symbols b/debian/libfolks-telepathy20.symbols
deleted file mode 100644
index 3220c86..0000000
--- a/debian/libfolks-telepathy20.symbols
+++ /dev/null
@@ -1,14 +0,0 @@
-libfolks-telepathy.so.20 libfolks-telepathy20 #MINVER#
-* Build-Depends-Package: libfolks-telepathy-dev
- tpf_persona_construct at Base 0.3.4
- tpf_persona_get_contact at Base 0.3.4
- tpf_persona_get_type at Base 0.3.4
- tpf_persona_new at Base 0.3.4
- tpf_persona_store_change_alias at Base 0.3.4
- tpf_persona_store_change_alias_finish at Base 0.3.4
- tpf_persona_store_change_is_favourite at Base 0.3.4
- tpf_persona_store_change_is_favourite_finish at Base 0.3.4
- tpf_persona_store_construct at Base 0.3.4
- tpf_persona_store_get_account at Base 0.3.4
- tpf_persona_store_get_type at Base 0.3.4
- tpf_persona_store_new at Base 0.3.4
diff --git a/debian/libfolks-telepathy20.install b/debian/libfolks-telepathy21.install
similarity index 100%
rename from debian/libfolks-telepathy20.install
rename to debian/libfolks-telepathy21.install
diff --git a/debian/libfolks-telepathy21.symbols b/debian/libfolks-telepathy21.symbols
new file mode 100644
index 0000000..4cc6c5d
--- /dev/null
+++ b/debian/libfolks-telepathy21.symbols
@@ -0,0 +1,16 @@
+libfolks-telepathy.so.21 libfolks-telepathy21 #MINVER#
+* Build-Depends-Package: libfolks-telepathy-dev
+ tpf_persona_construct at Base 0.3.6
+ tpf_persona_get_contact at Base 0.3.6
+ tpf_persona_get_is_in_contact_list at Base 0.3.6
+ tpf_persona_get_type at Base 0.3.6
+ tpf_persona_new at Base 0.3.6
+ tpf_persona_set_is_in_contact_list at Base 0.3.6
+ tpf_persona_store_change_alias at Base 0.3.6
+ tpf_persona_store_change_alias_finish at Base 0.3.6
+ tpf_persona_store_change_is_favourite at Base 0.3.6
+ tpf_persona_store_change_is_favourite_finish at Base 0.3.6
+ tpf_persona_store_construct at Base 0.3.6
+ tpf_persona_store_get_account at Base 0.3.6
+ tpf_persona_store_get_type at Base 0.3.6
+ tpf_persona_store_new at Base 0.3.6
diff --git a/debian/libfolks20.symbols b/debian/libfolks20.symbols
deleted file mode 100644
index 79ea5de..0000000
--- a/debian/libfolks20.symbols
+++ /dev/null
@@ -1,128 +0,0 @@
-libfolks.so.20 libfolks20 #MINVER#
-* Build-Depends-Package: libfolks-dev
- _folks_debug_register_domain at Base 0.3.4
- folks_aliasable_get_alias at Base 0.3.4
- folks_aliasable_get_type at Base 0.3.4
- folks_aliasable_set_alias at Base 0.3.4
- folks_avatar_owner_get_avatar at Base 0.3.4
- folks_avatar_owner_get_type at Base 0.3.4
- folks_avatar_owner_set_avatar at Base 0.3.4
- folks_backend_construct at Base 0.3.4
- folks_backend_get_is_prepared at Base 0.3.4
- folks_backend_get_name at Base 0.3.4
- folks_backend_get_persona_stores at Base 0.3.4
- folks_backend_get_type at Base 0.3.4
- folks_backend_prepare at Base 0.3.4
- folks_backend_prepare_finish at Base 0.3.4
- folks_backend_store_add_backend at Base 0.3.4
- folks_backend_store_disable_backend at Base 0.3.4
- folks_backend_store_disable_backend_finish at Base 0.3.4
- folks_backend_store_dup at Base 0.3.4
- folks_backend_store_enable_backend at Base 0.3.4
- folks_backend_store_enable_backend_finish at Base 0.3.4
- folks_backend_store_get_backend_by_name at Base 0.3.4
- folks_backend_store_get_enabled_backends at Base 0.3.4
- folks_backend_store_get_is_prepared at Base 0.3.4
- folks_backend_store_get_type at Base 0.3.4
- folks_backend_store_list_backends at Base 0.3.4
- folks_backend_store_load_backends at Base 0.3.4
- folks_backend_store_load_backends_finish at Base 0.3.4
- folks_backend_store_prepare at Base 0.3.4
- folks_backend_store_prepare_finish at Base 0.3.4
- folks_backend_unprepare at Base 0.3.4
- folks_backend_unprepare_finish at Base 0.3.4
- folks_debug_construct at Base 0.3.4
- folks_debug_dup at Base 0.3.4
- folks_debug_get_type at Base 0.3.4
- folks_debug_new at Base 0.3.4
- folks_favouritable_get_is_favourite at Base 0.3.4
- folks_favouritable_get_type at Base 0.3.4
- folks_favouritable_set_is_favourite at Base 0.3.4
- folks_groupable_change_group at Base 0.3.4
- folks_groupable_change_group_finish at Base 0.3.4
- folks_groupable_change_reason_get_type at Base 0.3.4
- folks_groupable_get_groups at Base 0.3.4
- folks_groupable_get_type at Base 0.3.4
- folks_groupable_set_groups at Base 0.3.4
- folks_imable_error_quark at Base 0.3.4
- folks_imable_get_im_addresses at Base 0.3.4
- folks_imable_get_type at Base 0.3.4
- folks_imable_normalise_im_address at Base 0.3.4
- folks_imable_set_im_addresses at Base 0.3.4
- folks_individual_aggregator_add_persona_from_details at Base 0.3.4
- folks_individual_aggregator_add_persona_from_details_finish at Base 0.3.4
- folks_individual_aggregator_construct at Base 0.3.4
- folks_individual_aggregator_error_quark at Base 0.3.4
- folks_individual_aggregator_get_individuals at Base 0.3.4
- folks_individual_aggregator_get_is_prepared at Base 0.3.4
- folks_individual_aggregator_get_type at Base 0.3.4
- folks_individual_aggregator_get_user at Base 0.3.4
- folks_individual_aggregator_link_personas at Base 0.3.4
- folks_individual_aggregator_link_personas_finish at Base 0.3.4
- folks_individual_aggregator_new at Base 0.3.4
- folks_individual_aggregator_prepare at Base 0.3.4
- folks_individual_aggregator_prepare_finish at Base 0.3.4
- folks_individual_aggregator_remove_individual at Base 0.3.4
- folks_individual_aggregator_remove_individual_finish at Base 0.3.4
- folks_individual_aggregator_remove_persona at Base 0.3.4
- folks_individual_aggregator_remove_persona_finish at Base 0.3.4
- folks_individual_aggregator_unlink_individual at Base 0.3.4
- folks_individual_aggregator_unlink_individual_finish at Base 0.3.4
- folks_individual_construct at Base 0.3.4
- folks_individual_get_id at Base 0.3.4
- folks_individual_get_is_user at Base 0.3.4
- folks_individual_get_personas at Base 0.3.4
- folks_individual_get_trust_level at Base 0.3.4
- folks_individual_get_type at Base 0.3.4
- folks_individual_new at Base 0.3.4
- folks_individual_replace at Base 0.3.4
- folks_individual_set_personas at Base 0.3.4
- folks_linked_hash_set_construct at Base 0.3.4
- folks_linked_hash_set_get_type at Base 0.3.4
- folks_linked_hash_set_new at Base 0.3.4
- folks_maybe_bool_get_type at Base 0.3.4
- folks_persona_build_uid at Base 0.3.4
- folks_persona_construct at Base 0.3.4
- folks_persona_get_display_id at Base 0.3.4
- folks_persona_get_iid at Base 0.3.4
- folks_persona_get_is_user at Base 0.3.4
- folks_persona_get_linkable_properties at Base 0.3.4
- folks_persona_get_store at Base 0.3.4
- folks_persona_get_type at Base 0.3.4
- folks_persona_get_uid at Base 0.3.4
- folks_persona_linkable_property_to_links at Base 0.3.4
- folks_persona_split_uid at Base 0.3.4
- folks_persona_store_add_persona_from_details at Base 0.3.4
- folks_persona_store_add_persona_from_details_finish at Base 0.3.4
- folks_persona_store_construct at Base 0.3.4
- folks_persona_store_error_quark at Base 0.3.4
- folks_persona_store_flush at Base 0.3.4
- folks_persona_store_flush_finish at Base 0.3.4
- folks_persona_store_get_can_add_personas at Base 0.3.4
- folks_persona_store_get_can_alias_personas at Base 0.3.4
- folks_persona_store_get_can_group_personas at Base 0.3.4
- folks_persona_store_get_can_remove_personas at Base 0.3.4
- folks_persona_store_get_display_name at Base 0.3.4
- folks_persona_store_get_id at Base 0.3.4
- folks_persona_store_get_is_prepared at Base 0.3.4
- folks_persona_store_get_is_writeable at Base 0.3.4
- folks_persona_store_get_personas at Base 0.3.4
- folks_persona_store_get_trust_level at Base 0.3.4
- folks_persona_store_get_type at Base 0.3.4
- folks_persona_store_get_type_id at Base 0.3.4
- folks_persona_store_prepare at Base 0.3.4
- folks_persona_store_prepare_finish at Base 0.3.4
- folks_persona_store_remove_persona at Base 0.3.4
- folks_persona_store_remove_persona_finish at Base 0.3.4
- folks_persona_store_set_is_writeable at Base 0.3.4
- folks_persona_store_set_trust_level at Base 0.3.4
- folks_persona_store_trust_get_type at Base 0.3.4
- folks_presence_owner_get_presence_message at Base 0.3.4
- folks_presence_owner_get_presence_type at Base 0.3.4
- folks_presence_owner_get_type at Base 0.3.4
- folks_presence_owner_is_online at Base 0.3.4
- folks_presence_owner_set_presence_message at Base 0.3.4
- folks_presence_owner_set_presence_type at Base 0.3.4
- folks_presence_owner_typecmp at Base 0.3.4
- folks_presence_type_get_type at Base 0.3.4
- folks_trust_level_get_type at Base 0.3.4
diff --git a/debian/libfolks20.install b/debian/libfolks21.install
similarity index 100%
rename from debian/libfolks20.install
rename to debian/libfolks21.install
diff --git a/debian/libfolks21.symbols b/debian/libfolks21.symbols
new file mode 100644
index 0000000..565d36b
--- /dev/null
+++ b/debian/libfolks21.symbols
@@ -0,0 +1,175 @@
+libfolks.so.21 libfolks21 #MINVER#
+* Build-Depends-Package: libfolks-dev
+ _folks_debug_register_domain at Base 0.3.6
+ folks_aliasable_get_alias at Base 0.3.6
+ folks_aliasable_get_type at Base 0.3.6
+ folks_aliasable_set_alias at Base 0.3.6
+ folks_avatar_owner_get_avatar at Base 0.3.6
+ folks_avatar_owner_get_type at Base 0.3.6
+ folks_avatar_owner_set_avatar at Base 0.3.6
+ folks_backend_construct at Base 0.3.6
+ folks_backend_get_is_prepared at Base 0.3.6
+ folks_backend_get_name at Base 0.3.6
+ folks_backend_get_persona_stores at Base 0.3.6
+ folks_backend_get_type at Base 0.3.6
+ folks_backend_prepare at Base 0.3.6
+ folks_backend_prepare_finish at Base 0.3.6
+ folks_backend_store_add_backend at Base 0.3.6
+ folks_backend_store_disable_backend at Base 0.3.6
+ folks_backend_store_disable_backend_finish at Base 0.3.6
+ folks_backend_store_dup at Base 0.3.6
+ folks_backend_store_dup_backend_by_name at Base 0.3.6
+ folks_backend_store_dup_enabled_backends at Base 0.3.6
+ folks_backend_store_enable_backend at Base 0.3.6
+ folks_backend_store_enable_backend_finish at Base 0.3.6
+ folks_backend_store_get_is_prepared at Base 0.3.6
+ folks_backend_store_get_type at Base 0.3.6
+ folks_backend_store_list_backends at Base 0.3.6
+ folks_backend_store_load_backends at Base 0.3.6
+ folks_backend_store_load_backends_finish at Base 0.3.6
+ folks_backend_store_prepare at Base 0.3.6
+ folks_backend_store_prepare_finish at Base 0.3.6
+ folks_backend_unprepare at Base 0.3.6
+ folks_backend_unprepare_finish at Base 0.3.6
+ folks_debug_construct at Base 0.3.6
+ folks_debug_dup at Base 0.3.6
+ folks_debug_get_type at Base 0.3.6
+ folks_debug_new at Base 0.3.6
+ folks_emailable_get_email_addresses at Base 0.3.6
+ folks_emailable_get_type at Base 0.3.6
+ folks_emailable_set_email_addresses at Base 0.3.6
+ folks_favouritable_get_is_favourite at Base 0.3.6
+ folks_favouritable_get_type at Base 0.3.6
+ folks_favouritable_set_is_favourite at Base 0.3.6
+ folks_field_details_add_parameter at Base 0.3.6
+ folks_field_details_construct at Base 0.3.6
+ folks_field_details_extend_parameters at Base 0.3.6
+ folks_field_details_get_parameter_values at Base 0.3.6
+ folks_field_details_get_parameters at Base 0.3.6
+ folks_field_details_get_type at Base 0.3.6
+ folks_field_details_get_value at Base 0.3.6
+ folks_field_details_new at Base 0.3.6
+ folks_field_details_remove_parameter_all at Base 0.3.6
+ folks_field_details_set_parameter at Base 0.3.6
+ folks_field_details_set_parameters at Base 0.3.6
+ folks_field_details_set_value at Base 0.3.6
+ folks_gender_get_type at Base 0.3.6
+ folks_gender_owner_get_gender at Base 0.3.6
+ folks_gender_owner_get_type at Base 0.3.6
+ folks_gender_owner_set_gender at Base 0.3.6
+ folks_groupable_change_group at Base 0.3.6
+ folks_groupable_change_group_finish at Base 0.3.6
+ folks_groupable_change_reason_get_type at Base 0.3.6
+ folks_groupable_get_groups at Base 0.3.6
+ folks_groupable_get_type at Base 0.3.6
+ folks_groupable_set_groups at Base 0.3.6
+ folks_imable_error_quark at Base 0.3.6
+ folks_imable_get_im_addresses at Base 0.3.6
+ folks_imable_get_type at Base 0.3.6
+ folks_imable_normalise_im_address at Base 0.3.6
+ folks_imable_set_im_addresses at Base 0.3.6
+ folks_individual_aggregator_add_persona_from_details at Base 0.3.6
+ folks_individual_aggregator_add_persona_from_details_finish at Base 0.3.6
+ folks_individual_aggregator_construct at Base 0.3.6
+ folks_individual_aggregator_error_quark at Base 0.3.6
+ folks_individual_aggregator_get_individuals at Base 0.3.6
+ folks_individual_aggregator_get_is_prepared at Base 0.3.6
+ folks_individual_aggregator_get_type at Base 0.3.6
+ folks_individual_aggregator_get_user at Base 0.3.6
+ folks_individual_aggregator_link_personas at Base 0.3.6
+ folks_individual_aggregator_link_personas_finish at Base 0.3.6
+ folks_individual_aggregator_new at Base 0.3.6
+ folks_individual_aggregator_prepare at Base 0.3.6
+ folks_individual_aggregator_prepare_finish at Base 0.3.6
+ folks_individual_aggregator_remove_individual at Base 0.3.6
+ folks_individual_aggregator_remove_individual_finish at Base 0.3.6
+ folks_individual_aggregator_remove_persona at Base 0.3.6
+ folks_individual_aggregator_remove_persona_finish at Base 0.3.6
+ folks_individual_aggregator_unlink_individual at Base 0.3.6
+ folks_individual_aggregator_unlink_individual_finish at Base 0.3.6
+ folks_individual_construct at Base 0.3.6
+ folks_individual_get_id at Base 0.3.6
+ folks_individual_get_is_user at Base 0.3.6
+ folks_individual_get_personas at Base 0.3.6
+ folks_individual_get_trust_level at Base 0.3.6
+ folks_individual_get_type at Base 0.3.6
+ folks_individual_new at Base 0.3.6
+ folks_individual_replace at Base 0.3.6
+ folks_individual_set_personas at Base 0.3.6
+ folks_linked_hash_set_construct at Base 0.3.6
+ folks_linked_hash_set_get_type at Base 0.3.6
+ folks_linked_hash_set_new at Base 0.3.6
+ folks_maybe_bool_get_type at Base 0.3.6
+ folks_name_owner_get_full_name at Base 0.3.6
+ folks_name_owner_get_nickname at Base 0.3.6
+ folks_name_owner_get_structured_name at Base 0.3.6
+ folks_name_owner_get_type at Base 0.3.6
+ folks_name_owner_set_full_name at Base 0.3.6
+ folks_name_owner_set_structured_name at Base 0.3.6
+ folks_persona_build_uid at Base 0.3.6
+ folks_persona_construct at Base 0.3.6
+ folks_persona_get_display_id at Base 0.3.6
+ folks_persona_get_iid at Base 0.3.6
+ folks_persona_get_is_user at Base 0.3.6
+ folks_persona_get_linkable_properties at Base 0.3.6
+ folks_persona_get_store at Base 0.3.6
+ folks_persona_get_type at Base 0.3.6
+ folks_persona_get_uid at Base 0.3.6
+ folks_persona_linkable_property_to_links at Base 0.3.6
+ folks_persona_split_uid at Base 0.3.6
+ folks_persona_store_add_persona_from_details at Base 0.3.6
+ folks_persona_store_add_persona_from_details_finish at Base 0.3.6
+ folks_persona_store_construct at Base 0.3.6
+ folks_persona_store_error_quark at Base 0.3.6
+ folks_persona_store_flush at Base 0.3.6
+ folks_persona_store_flush_finish at Base 0.3.6
+ folks_persona_store_get_can_add_personas at Base 0.3.6
+ folks_persona_store_get_can_alias_personas at Base 0.3.6
+ folks_persona_store_get_can_group_personas at Base 0.3.6
+ folks_persona_store_get_can_remove_personas at Base 0.3.6
+ folks_persona_store_get_display_name at Base 0.3.6
+ folks_persona_store_get_id at Base 0.3.6
+ folks_persona_store_get_is_prepared at Base 0.3.6
+ folks_persona_store_get_is_writeable at Base 0.3.6
+ folks_persona_store_get_personas at Base 0.3.6
+ folks_persona_store_get_trust_level at Base 0.3.6
+ folks_persona_store_get_type at Base 0.3.6
+ folks_persona_store_get_type_id at Base 0.3.6
+ folks_persona_store_prepare at Base 0.3.6
+ folks_persona_store_prepare_finish at Base 0.3.6
+ folks_persona_store_remove_persona at Base 0.3.6
+ folks_persona_store_remove_persona_finish at Base 0.3.6
+ folks_persona_store_set_is_writeable at Base 0.3.6
+ folks_persona_store_set_trust_level at Base 0.3.6
+ folks_persona_store_trust_get_type at Base 0.3.6
+ folks_phoneable_get_phone_numbers at Base 0.3.6
+ folks_phoneable_get_type at Base 0.3.6
+ folks_phoneable_set_phone_numbers at Base 0.3.6
+ folks_presence_owner_get_presence_message at Base 0.3.6
+ folks_presence_owner_get_presence_type at Base 0.3.6
+ folks_presence_owner_get_type at Base 0.3.6
+ folks_presence_owner_is_online at Base 0.3.6
+ folks_presence_owner_set_presence_message at Base 0.3.6
+ folks_presence_owner_set_presence_type at Base 0.3.6
+ folks_presence_owner_typecmp at Base 0.3.6
+ folks_presence_type_get_type at Base 0.3.6
+ folks_structured_name_construct at Base 0.3.6
+ folks_structured_name_construct_simple at Base 0.3.6
+ folks_structured_name_get_additional_names at Base 0.3.6
+ folks_structured_name_get_family_name at Base 0.3.6
+ folks_structured_name_get_given_name at Base 0.3.6
+ folks_structured_name_get_prefixes at Base 0.3.6
+ folks_structured_name_get_suffixes at Base 0.3.6
+ folks_structured_name_get_type at Base 0.3.6
+ folks_structured_name_is_empty at Base 0.3.6
+ folks_structured_name_new at Base 0.3.6
+ folks_structured_name_new_simple at Base 0.3.6
+ folks_structured_name_set_additional_names at Base 0.3.6
+ folks_structured_name_set_family_name at Base 0.3.6
+ folks_structured_name_set_given_name at Base 0.3.6
+ folks_structured_name_set_prefixes at Base 0.3.6
+ folks_structured_name_set_suffixes at Base 0.3.6
+ folks_trust_level_get_type at Base 0.3.6
+ folks_urlable_get_type at Base 0.3.6
+ folks_urlable_get_urls at Base 0.3.6
+ folks_urlable_set_urls at Base 0.3.6
diff --git a/debian/rules b/debian/rules
index 44321c4..875de5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,11 +11,11 @@ override_dh_auto_configure:
 	dh_auto_configure -- --enable-vala
 
 override_dh_strip:
-	dh_strip -plibfolks20 --dbg-package=libfolks-dbg
-	dh_strip -plibfolks-telepathy20 --dbg-package=libfolks-telepathy-dbg
+	dh_strip -plibfolks21 --dbg-package=libfolks-dbg
+	dh_strip -plibfolks-telepathy21 --dbg-package=libfolks-telepathy-dbg
 
 override_dh_makeshlibs:
-	dh_makeshlibs -plibfolks20 -X/backends/
-	dh_makeshlibs -plibfolks-telepathy20 -X/backends/
+	dh_makeshlibs -plibfolks21 -X/backends/
+	dh_makeshlibs -plibfolks-telepathy21 -X/backends/
 
 override_dh_auto_test:

-- 
folks packaging branch



More information about the Pkg-telepathy-commits mailing list