[SCM] libmusicbrainz/master: Bump SONAME
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Wed Jul 8 18:55:35 UTC 2015
The following commit has been merged in the master branch:
commit cdd53f7cd26f8ca612d8cd29e7462d5a85dcbaf7
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Wed Jul 8 20:46:06 2015 +0200
Bump SONAME
diff --git a/debian/control b/debian/control
index d315347..b3d4f82 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,8 @@ Section: libdevel
Architecture: any
Depends:
${misc:Depends},
- libmusicbrainz5-1 (= ${binary:Version}),
+ libmusicbrainz5-2 (= ${binary:Version}),
+ libmusicbrainz5cc2 (= ${binary:Version}),
libneon27-gnutls-dev | libneon-dev,
libxml2-dev
Suggests:
@@ -43,7 +44,7 @@ Description: Library to access the MusicBrainz.org database (developer documenta
.
This package contains the developer documentation.
-Package: libmusicbrainz5-1
+Package: libmusicbrainz5-2
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
@@ -51,8 +52,22 @@ Depends:
${shlibs:Depends},
${misc:Depends}
Multi-Arch: same
-Description: Library to access the MusicBrainz.org database
+Description: Library to access the MusicBrainz.org database (C wrapper functions)
MusicBrainz is a community music metadatabase that attempts to create a
comprehensive music information site.
.
- This package contains the library to access the data from C or C++.
+ This package contains the shared library for the C wrapper functions.
+
+Package: libmusicbrainz5cc2
+Architecture: any
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Multi-Arch: same
+Description: Library to access the MusicBrainz.org database (C wrapper functions)
+ MusicBrainz is a community music metadatabase that attempts to create a
+ comprehensive music information site.
+ .
+ This package contains the shared library.
diff --git a/debian/libmusicbrainz5-1.install b/debian/libmusicbrainz5-1.install
deleted file mode 100644
index 3ddde58..0000000
--- a/debian/libmusicbrainz5-1.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff --git a/debian/libmusicbrainz5-2.install b/debian/libmusicbrainz5-2.install
new file mode 100644
index 0000000..db64c6e
--- /dev/null
+++ b/debian/libmusicbrainz5-2.install
@@ -0,0 +1 @@
+usr/lib/*/libmusicbrainz5.so.*
diff --git a/debian/libmusicbrainz5-2.symbols b/debian/libmusicbrainz5-2.symbols
new file mode 100644
index 0000000..32fee5e
--- /dev/null
+++ b/debian/libmusicbrainz5-2.symbols
@@ -0,0 +1,478 @@
+libmusicbrainz5.so.2 libmusicbrainz5-2 #MINVER#
+* Build-Depends-Package: libmusicbrainz5-dev
+ mb5_alias_clone at Base 5.1.0+git20150707
+ mb5_alias_delete at Base 5.1.0+git20150707
+ mb5_alias_get_begindate at Base 5.1.0+git20150707
+ mb5_alias_get_enddate at Base 5.1.0+git20150707
+ mb5_alias_get_locale at Base 5.1.0+git20150707
+ mb5_alias_get_primary at Base 5.1.0+git20150707
+ mb5_alias_get_sortname at Base 5.1.0+git20150707
+ mb5_alias_get_text at Base 5.1.0+git20150707
+ mb5_alias_get_type at Base 5.1.0+git20150707
+ mb5_alias_list_clone at Base 5.1.0+git20150707
+ mb5_alias_list_delete at Base 5.1.0+git20150707
+ mb5_alias_list_get_count at Base 5.1.0+git20150707
+ mb5_alias_list_get_offset at Base 5.1.0+git20150707
+ mb5_alias_list_item at Base 5.1.0+git20150707
+ mb5_alias_list_size at Base 5.1.0+git20150707
+ mb5_annotation_clone at Base 5.1.0+git20150707
+ mb5_annotation_delete at Base 5.1.0+git20150707
+ mb5_annotation_get_entity at Base 5.1.0+git20150707
+ mb5_annotation_get_name at Base 5.1.0+git20150707
+ mb5_annotation_get_text at Base 5.1.0+git20150707
+ mb5_annotation_get_type at Base 5.1.0+git20150707
+ mb5_annotation_list_clone at Base 5.1.0+git20150707
+ mb5_annotation_list_delete at Base 5.1.0+git20150707
+ mb5_annotation_list_get_count at Base 5.1.0+git20150707
+ mb5_annotation_list_get_offset at Base 5.1.0+git20150707
+ mb5_annotation_list_item at Base 5.1.0+git20150707
+ mb5_annotation_list_size at Base 5.1.0+git20150707
+ mb5_artist_clone at Base 5.1.0+git20150707
+ mb5_artist_delete at Base 5.1.0+git20150707
+ mb5_artist_get_aliaslist at Base 5.1.0+git20150707
+ mb5_artist_get_country at Base 5.1.0+git20150707
+ mb5_artist_get_disambiguation at Base 5.1.0+git20150707
+ mb5_artist_get_gender at Base 5.1.0+git20150707
+ mb5_artist_get_id at Base 5.1.0+git20150707
+ mb5_artist_get_ipilist at Base 5.1.0+git20150707
+ mb5_artist_get_labellist at Base 5.1.0+git20150707
+ mb5_artist_get_lifespan at Base 5.1.0+git20150707
+ mb5_artist_get_name at Base 5.1.0+git20150707
+ mb5_artist_get_rating at Base 5.1.0+git20150707
+ mb5_artist_get_recordinglist at Base 5.1.0+git20150707
+ mb5_artist_get_relationlistlist at Base 5.1.0+git20150707
+ mb5_artist_get_releasegrouplist at Base 5.1.0+git20150707
+ mb5_artist_get_releaselist at Base 5.1.0+git20150707
+ mb5_artist_get_sortname at Base 5.1.0+git20150707
+ mb5_artist_get_taglist at Base 5.1.0+git20150707
+ mb5_artist_get_type at Base 5.1.0+git20150707
+ mb5_artist_get_userrating at Base 5.1.0+git20150707
+ mb5_artist_get_usertaglist at Base 5.1.0+git20150707
+ mb5_artist_get_worklist at Base 5.1.0+git20150707
+ mb5_artist_list_clone at Base 5.1.0+git20150707
+ mb5_artist_list_delete at Base 5.1.0+git20150707
+ mb5_artist_list_get_count at Base 5.1.0+git20150707
+ mb5_artist_list_get_offset at Base 5.1.0+git20150707
+ mb5_artist_list_item at Base 5.1.0+git20150707
+ mb5_artist_list_size at Base 5.1.0+git20150707
+ mb5_artistcredit_clone at Base 5.1.0+git20150707
+ mb5_artistcredit_delete at Base 5.1.0+git20150707
+ mb5_artistcredit_get_namecreditlist at Base 5.1.0+git20150707
+ mb5_attribute_clone at Base 5.1.0+git20150707
+ mb5_attribute_delete at Base 5.1.0+git20150707
+ mb5_attribute_get_text at Base 5.1.0+git20150707
+ mb5_attribute_list_clone at Base 5.1.0+git20150707
+ mb5_attribute_list_delete at Base 5.1.0+git20150707
+ mb5_attribute_list_get_count at Base 5.1.0+git20150707
+ mb5_attribute_list_get_offset at Base 5.1.0+git20150707
+ mb5_attribute_list_item at Base 5.1.0+git20150707
+ mb5_attribute_list_size at Base 5.1.0+git20150707
+ mb5_cdstub_clone at Base 5.1.0+git20150707
+ mb5_cdstub_delete at Base 5.1.0+git20150707
+ mb5_cdstub_get_artist at Base 5.1.0+git20150707
+ mb5_cdstub_get_barcode at Base 5.1.0+git20150707
+ mb5_cdstub_get_comment at Base 5.1.0+git20150707
+ mb5_cdstub_get_id at Base 5.1.0+git20150707
+ mb5_cdstub_get_nonmbtracklist at Base 5.1.0+git20150707
+ mb5_cdstub_get_title at Base 5.1.0+git20150707
+ mb5_cdstub_list_clone at Base 5.1.0+git20150707
+ mb5_cdstub_list_delete at Base 5.1.0+git20150707
+ mb5_cdstub_list_get_count at Base 5.1.0+git20150707
+ mb5_cdstub_list_get_offset at Base 5.1.0+git20150707
+ mb5_cdstub_list_item at Base 5.1.0+git20150707
+ mb5_cdstub_list_size at Base 5.1.0+git20150707
+ mb5_collection_clone at Base 5.1.0+git20150707
+ mb5_collection_delete at Base 5.1.0+git20150707
+ mb5_collection_get_editor at Base 5.1.0+git20150707
+ mb5_collection_get_id at Base 5.1.0+git20150707
+ mb5_collection_get_name at Base 5.1.0+git20150707
+ mb5_collection_get_releaselist at Base 5.1.0+git20150707
+ mb5_collection_list_clone at Base 5.1.0+git20150707
+ mb5_collection_list_delete at Base 5.1.0+git20150707
+ mb5_collection_list_get_count at Base 5.1.0+git20150707
+ mb5_collection_list_get_offset at Base 5.1.0+git20150707
+ mb5_collection_list_item at Base 5.1.0+git20150707
+ mb5_collection_list_size at Base 5.1.0+git20150707
+ mb5_disc_clone at Base 5.1.0+git20150707
+ mb5_disc_delete at Base 5.1.0+git20150707
+ mb5_disc_get_id at Base 5.1.0+git20150707
+ mb5_disc_get_offsetlist at Base 5.1.0+git20150707
+ mb5_disc_get_releaselist at Base 5.1.0+git20150707
+ mb5_disc_get_sectors at Base 5.1.0+git20150707
+ mb5_disc_list_clone at Base 5.1.0+git20150707
+ mb5_disc_list_delete at Base 5.1.0+git20150707
+ mb5_disc_list_get_count at Base 5.1.0+git20150707
+ mb5_disc_list_get_offset at Base 5.1.0+git20150707
+ mb5_disc_list_item at Base 5.1.0+git20150707
+ mb5_disc_list_size at Base 5.1.0+git20150707
+ mb5_entity_ext_attribute_name at Base 5.1.0+git20150707
+ mb5_entity_ext_attribute_value at Base 5.1.0+git20150707
+ mb5_entity_ext_attributes_size at Base 5.1.0+git20150707
+ mb5_entity_ext_element_name at Base 5.1.0+git20150707
+ mb5_entity_ext_element_value at Base 5.1.0+git20150707
+ mb5_entity_ext_elements_size at Base 5.1.0+git20150707
+ mb5_freedbdisc_clone at Base 5.1.0+git20150707
+ mb5_freedbdisc_delete at Base 5.1.0+git20150707
+ mb5_freedbdisc_get_artist at Base 5.1.0+git20150707
+ mb5_freedbdisc_get_category at Base 5.1.0+git20150707
+ mb5_freedbdisc_get_id at Base 5.1.0+git20150707
+ mb5_freedbdisc_get_nonmbtracklist at Base 5.1.0+git20150707
+ mb5_freedbdisc_get_title at Base 5.1.0+git20150707
+ mb5_freedbdisc_get_year at Base 5.1.0+git20150707
+ mb5_freedbdisc_list_clone at Base 5.1.0+git20150707
+ mb5_freedbdisc_list_delete at Base 5.1.0+git20150707
+ mb5_freedbdisc_list_get_count at Base 5.1.0+git20150707
+ mb5_freedbdisc_list_get_offset at Base 5.1.0+git20150707
+ mb5_freedbdisc_list_item at Base 5.1.0+git20150707
+ mb5_freedbdisc_list_size at Base 5.1.0+git20150707
+ mb5_ipi_clone at Base 5.1.0+git20150707
+ mb5_ipi_delete at Base 5.1.0+git20150707
+ mb5_ipi_get_ipi at Base 5.1.0+git20150707
+ mb5_ipi_list_clone at Base 5.1.0+git20150707
+ mb5_ipi_list_delete at Base 5.1.0+git20150707
+ mb5_ipi_list_get_count at Base 5.1.0+git20150707
+ mb5_ipi_list_get_offset at Base 5.1.0+git20150707
+ mb5_ipi_list_item at Base 5.1.0+git20150707
+ mb5_ipi_list_size at Base 5.1.0+git20150707
+ mb5_isrc_clone at Base 5.1.0+git20150707
+ mb5_isrc_delete at Base 5.1.0+git20150707
+ mb5_isrc_get_id at Base 5.1.0+git20150707
+ mb5_isrc_get_recordinglist at Base 5.1.0+git20150707
+ mb5_isrc_list_clone at Base 5.1.0+git20150707
+ mb5_isrc_list_delete at Base 5.1.0+git20150707
+ mb5_isrc_list_get_count at Base 5.1.0+git20150707
+ mb5_isrc_list_get_offset at Base 5.1.0+git20150707
+ mb5_isrc_list_item at Base 5.1.0+git20150707
+ mb5_isrc_list_size at Base 5.1.0+git20150707
+ mb5_iswc_clone at Base 5.1.0+git20150707
+ mb5_iswc_delete at Base 5.1.0+git20150707
+ mb5_iswc_get_iswc at Base 5.1.0+git20150707
+ mb5_iswc_list_clone at Base 5.1.0+git20150707
+ mb5_iswc_list_delete at Base 5.1.0+git20150707
+ mb5_iswc_list_get_count at Base 5.1.0+git20150707
+ mb5_iswc_list_get_offset at Base 5.1.0+git20150707
+ mb5_iswc_list_item at Base 5.1.0+git20150707
+ mb5_iswc_list_size at Base 5.1.0+git20150707
+ mb5_label_clone at Base 5.1.0+git20150707
+ mb5_label_delete at Base 5.1.0+git20150707
+ mb5_label_get_aliaslist at Base 5.1.0+git20150707
+ mb5_label_get_country at Base 5.1.0+git20150707
+ mb5_label_get_disambiguation at Base 5.1.0+git20150707
+ mb5_label_get_id at Base 5.1.0+git20150707
+ mb5_label_get_ipilist at Base 5.1.0+git20150707
+ mb5_label_get_labelcode at Base 5.1.0+git20150707
+ mb5_label_get_lifespan at Base 5.1.0+git20150707
+ mb5_label_get_name at Base 5.1.0+git20150707
+ mb5_label_get_rating at Base 5.1.0+git20150707
+ mb5_label_get_relationlistlist at Base 5.1.0+git20150707
+ mb5_label_get_releaselist at Base 5.1.0+git20150707
+ mb5_label_get_sortname at Base 5.1.0+git20150707
+ mb5_label_get_taglist at Base 5.1.0+git20150707
+ mb5_label_get_type at Base 5.1.0+git20150707
+ mb5_label_get_userrating at Base 5.1.0+git20150707
+ mb5_label_get_usertaglist at Base 5.1.0+git20150707
+ mb5_label_list_clone at Base 5.1.0+git20150707
+ mb5_label_list_delete at Base 5.1.0+git20150707
+ mb5_label_list_get_count at Base 5.1.0+git20150707
+ mb5_label_list_get_offset at Base 5.1.0+git20150707
+ mb5_label_list_item at Base 5.1.0+git20150707
+ mb5_label_list_size at Base 5.1.0+git20150707
+ mb5_labelinfo_clone at Base 5.1.0+git20150707
+ mb5_labelinfo_delete at Base 5.1.0+git20150707
+ mb5_labelinfo_get_catalognumber at Base 5.1.0+git20150707
+ mb5_labelinfo_get_label at Base 5.1.0+git20150707
+ mb5_labelinfo_list_clone at Base 5.1.0+git20150707
+ mb5_labelinfo_list_delete at Base 5.1.0+git20150707
+ mb5_labelinfo_list_get_count at Base 5.1.0+git20150707
+ mb5_labelinfo_list_get_offset at Base 5.1.0+git20150707
+ mb5_labelinfo_list_item at Base 5.1.0+git20150707
+ mb5_labelinfo_list_size at Base 5.1.0+git20150707
+ mb5_lifespan_clone at Base 5.1.0+git20150707
+ mb5_lifespan_delete at Base 5.1.0+git20150707
+ mb5_lifespan_get_begin at Base 5.1.0+git20150707
+ mb5_lifespan_get_end at Base 5.1.0+git20150707
+ mb5_lifespan_get_ended at Base 5.1.0+git20150707
+ mb5_medium_clone at Base 5.1.0+git20150707
+ mb5_medium_contains_discid at Base 5.1.0+git20150707
+ mb5_medium_delete at Base 5.1.0+git20150707
+ mb5_medium_get_disclist at Base 5.1.0+git20150707
+ mb5_medium_get_format at Base 5.1.0+git20150707
+ mb5_medium_get_position at Base 5.1.0+git20150707
+ mb5_medium_get_title at Base 5.1.0+git20150707
+ mb5_medium_get_tracklist at Base 5.1.0+git20150707
+ mb5_medium_list_clone at Base 5.1.0+git20150707
+ mb5_medium_list_delete at Base 5.1.0+git20150707
+ mb5_medium_list_get_count at Base 5.1.0+git20150707
+ mb5_medium_list_get_offset at Base 5.1.0+git20150707
+ mb5_medium_list_get_trackcount at Base 5.1.0+git20150707
+ mb5_medium_list_item at Base 5.1.0+git20150707
+ mb5_medium_list_size at Base 5.1.0+git20150707
+ mb5_message_clone at Base 5.1.0+git20150707
+ mb5_message_delete at Base 5.1.0+git20150707
+ mb5_message_get_text at Base 5.1.0+git20150707
+ mb5_metadata_clone at Base 5.1.0+git20150707
+ mb5_metadata_delete at Base 5.1.0+git20150707
+ mb5_metadata_get_annotationlist at Base 5.1.0+git20150707
+ mb5_metadata_get_artist at Base 5.1.0+git20150707
+ mb5_metadata_get_artistlist at Base 5.1.0+git20150707
+ mb5_metadata_get_cdstub at Base 5.1.0+git20150707
+ mb5_metadata_get_cdstublist at Base 5.1.0+git20150707
+ mb5_metadata_get_collection at Base 5.1.0+git20150707
+ mb5_metadata_get_collectionlist at Base 5.1.0+git20150707
+ mb5_metadata_get_created at Base 5.1.0+git20150707
+ mb5_metadata_get_disc at Base 5.1.0+git20150707
+ mb5_metadata_get_freedbdisclist at Base 5.1.0+git20150707
+ mb5_metadata_get_generator at Base 5.1.0+git20150707
+ mb5_metadata_get_isrc at Base 5.1.0+git20150707
+ mb5_metadata_get_isrclist at Base 5.1.0+git20150707
+ mb5_metadata_get_label at Base 5.1.0+git20150707
+ mb5_metadata_get_labelinfolist at Base 5.1.0+git20150707
+ mb5_metadata_get_labellist at Base 5.1.0+git20150707
+ mb5_metadata_get_message at Base 5.1.0+git20150707
+ mb5_metadata_get_puid at Base 5.1.0+git20150707
+ mb5_metadata_get_rating at Base 5.1.0+git20150707
+ mb5_metadata_get_recording at Base 5.1.0+git20150707
+ mb5_metadata_get_recordinglist at Base 5.1.0+git20150707
+ mb5_metadata_get_release at Base 5.1.0+git20150707
+ mb5_metadata_get_releasegroup at Base 5.1.0+git20150707
+ mb5_metadata_get_releasegrouplist at Base 5.1.0+git20150707
+ mb5_metadata_get_releaselist at Base 5.1.0+git20150707
+ mb5_metadata_get_taglist at Base 5.1.0+git20150707
+ mb5_metadata_get_userrating at Base 5.1.0+git20150707
+ mb5_metadata_get_usertaglist at Base 5.1.0+git20150707
+ mb5_metadata_get_work at Base 5.1.0+git20150707
+ mb5_metadata_get_worklist at Base 5.1.0+git20150707
+ mb5_metadata_get_xmlns at Base 5.1.0+git20150707
+ mb5_metadata_get_xmlnsext at Base 5.1.0+git20150707
+ mb5_namecredit_clone at Base 5.1.0+git20150707
+ mb5_namecredit_delete at Base 5.1.0+git20150707
+ mb5_namecredit_get_artist at Base 5.1.0+git20150707
+ mb5_namecredit_get_joinphrase at Base 5.1.0+git20150707
+ mb5_namecredit_get_name at Base 5.1.0+git20150707
+ mb5_namecredit_list_clone at Base 5.1.0+git20150707
+ mb5_namecredit_list_delete at Base 5.1.0+git20150707
+ mb5_namecredit_list_get_count at Base 5.1.0+git20150707
+ mb5_namecredit_list_get_offset at Base 5.1.0+git20150707
+ mb5_namecredit_list_item at Base 5.1.0+git20150707
+ mb5_namecredit_list_size at Base 5.1.0+git20150707
+ mb5_nonmbtrack_clone at Base 5.1.0+git20150707
+ mb5_nonmbtrack_delete at Base 5.1.0+git20150707
+ mb5_nonmbtrack_get_artist at Base 5.1.0+git20150707
+ mb5_nonmbtrack_get_length at Base 5.1.0+git20150707
+ mb5_nonmbtrack_get_title at Base 5.1.0+git20150707
+ mb5_nonmbtrack_list_clone at Base 5.1.0+git20150707
+ mb5_nonmbtrack_list_delete at Base 5.1.0+git20150707
+ mb5_nonmbtrack_list_get_count at Base 5.1.0+git20150707
+ mb5_nonmbtrack_list_get_offset at Base 5.1.0+git20150707
+ mb5_nonmbtrack_list_item at Base 5.1.0+git20150707
+ mb5_nonmbtrack_list_size at Base 5.1.0+git20150707
+ mb5_offset_clone at Base 5.1.0+git20150707
+ mb5_offset_delete at Base 5.1.0+git20150707
+ mb5_offset_get_offset at Base 5.1.0+git20150707
+ mb5_offset_get_position at Base 5.1.0+git20150707
+ mb5_offset_list_clone at Base 5.1.0+git20150707
+ mb5_offset_list_delete at Base 5.1.0+git20150707
+ mb5_offset_list_get_count at Base 5.1.0+git20150707
+ mb5_offset_list_get_offset at Base 5.1.0+git20150707
+ mb5_offset_list_item at Base 5.1.0+git20150707
+ mb5_offset_list_size at Base 5.1.0+git20150707
+ mb5_puid_clone at Base 5.1.0+git20150707
+ mb5_puid_delete at Base 5.1.0+git20150707
+ mb5_puid_get_id at Base 5.1.0+git20150707
+ mb5_puid_get_recordinglist at Base 5.1.0+git20150707
+ mb5_puid_list_clone at Base 5.1.0+git20150707
+ mb5_puid_list_delete at Base 5.1.0+git20150707
+ mb5_puid_list_get_count at Base 5.1.0+git20150707
+ mb5_puid_list_get_offset at Base 5.1.0+git20150707
+ mb5_puid_list_item at Base 5.1.0+git20150707
+ mb5_puid_list_size at Base 5.1.0+git20150707
+ mb5_query_add_collection_entries at Base 5.1.0+git20150707
+ mb5_query_clone at Base 5.1.0+git20150707
+ mb5_query_delete at Base 5.1.0+git20150707
+ mb5_query_delete_collection_entries at Base 5.1.0+git20150707
+ mb5_query_get_lasterrormessage at Base 5.1.0+git20150707
+ mb5_query_get_lasthttpcode at Base 5.1.0+git20150707
+ mb5_query_get_lastresult at Base 5.1.0+git20150707
+ mb5_query_get_version at Base 5.1.0+git20150707
+ mb5_query_lookup_discid at Base 5.1.0+git20150707
+ mb5_query_lookup_release at Base 5.1.0+git20150707
+ mb5_query_new at Base 5.1.0+git20150707
+ mb5_query_query at Base 5.1.0+git20150707
+ mb5_query_set_password at Base 5.1.0+git20150707
+ mb5_query_set_proxyhost at Base 5.1.0+git20150707
+ mb5_query_set_proxypassword at Base 5.1.0+git20150707
+ mb5_query_set_proxyport at Base 5.1.0+git20150707
+ mb5_query_set_proxyusername at Base 5.1.0+git20150707
+ mb5_query_set_username at Base 5.1.0+git20150707
+ mb5_rating_clone at Base 5.1.0+git20150707
+ mb5_rating_delete at Base 5.1.0+git20150707
+ mb5_rating_get_rating at Base 5.1.0+git20150707
+ mb5_rating_get_votescount at Base 5.1.0+git20150707
+ mb5_recording_clone at Base 5.1.0+git20150707
+ mb5_recording_delete at Base 5.1.0+git20150707
+ mb5_recording_get_artistcredit at Base 5.1.0+git20150707
+ mb5_recording_get_disambiguation at Base 5.1.0+git20150707
+ mb5_recording_get_id at Base 5.1.0+git20150707
+ mb5_recording_get_isrclist at Base 5.1.0+git20150707
+ mb5_recording_get_length at Base 5.1.0+git20150707
+ mb5_recording_get_puidlist at Base 5.1.0+git20150707
+ mb5_recording_get_rating at Base 5.1.0+git20150707
+ mb5_recording_get_relationlistlist at Base 5.1.0+git20150707
+ mb5_recording_get_releaselist at Base 5.1.0+git20150707
+ mb5_recording_get_taglist at Base 5.1.0+git20150707
+ mb5_recording_get_title at Base 5.1.0+git20150707
+ mb5_recording_get_userrating at Base 5.1.0+git20150707
+ mb5_recording_get_usertaglist at Base 5.1.0+git20150707
+ mb5_recording_list_clone at Base 5.1.0+git20150707
+ mb5_recording_list_delete at Base 5.1.0+git20150707
+ mb5_recording_list_get_count at Base 5.1.0+git20150707
+ mb5_recording_list_get_offset at Base 5.1.0+git20150707
+ mb5_recording_list_item at Base 5.1.0+git20150707
+ mb5_recording_list_size at Base 5.1.0+git20150707
+ mb5_relation_clone at Base 5.1.0+git20150707
+ mb5_relation_delete at Base 5.1.0+git20150707
+ mb5_relation_get_artist at Base 5.1.0+git20150707
+ mb5_relation_get_attributelist at Base 5.1.0+git20150707
+ mb5_relation_get_begin at Base 5.1.0+git20150707
+ mb5_relation_get_direction at Base 5.1.0+git20150707
+ mb5_relation_get_end at Base 5.1.0+git20150707
+ mb5_relation_get_ended at Base 5.1.0+git20150707
+ mb5_relation_get_label at Base 5.1.0+git20150707
+ mb5_relation_get_recording at Base 5.1.0+git20150707
+ mb5_relation_get_release at Base 5.1.0+git20150707
+ mb5_relation_get_releasegroup at Base 5.1.0+git20150707
+ mb5_relation_get_target at Base 5.1.0+git20150707
+ mb5_relation_get_type at Base 5.1.0+git20150707
+ mb5_relation_get_work at Base 5.1.0+git20150707
+ mb5_relation_list_clone at Base 5.1.0+git20150707
+ mb5_relation_list_delete at Base 5.1.0+git20150707
+ mb5_relation_list_get_count at Base 5.1.0+git20150707
+ mb5_relation_list_get_offset at Base 5.1.0+git20150707
+ mb5_relation_list_get_targettype at Base 5.1.0+git20150707
+ mb5_relation_list_item at Base 5.1.0+git20150707
+ mb5_relation_list_size at Base 5.1.0+git20150707
+ mb5_relationlist_list_clone at Base 5.1.0+git20150707
+ mb5_relationlist_list_delete at Base 5.1.0+git20150707
+ mb5_relationlist_list_get_count at Base 5.1.0+git20150707
+ mb5_relationlist_list_get_offset at Base 5.1.0+git20150707
+ mb5_relationlist_list_item at Base 5.1.0+git20150707
+ mb5_relationlist_list_size at Base 5.1.0+git20150707
+ mb5_release_clone at Base 5.1.0+git20150707
+ mb5_release_delete at Base 5.1.0+git20150707
+ mb5_release_get_artistcredit at Base 5.1.0+git20150707
+ mb5_release_get_asin at Base 5.1.0+git20150707
+ mb5_release_get_barcode at Base 5.1.0+git20150707
+ mb5_release_get_collectionlist at Base 5.1.0+git20150707
+ mb5_release_get_country at Base 5.1.0+git20150707
+ mb5_release_get_date at Base 5.1.0+git20150707
+ mb5_release_get_disambiguation at Base 5.1.0+git20150707
+ mb5_release_get_id at Base 5.1.0+git20150707
+ mb5_release_get_labelinfolist at Base 5.1.0+git20150707
+ mb5_release_get_mediumlist at Base 5.1.0+git20150707
+ mb5_release_get_packaging at Base 5.1.0+git20150707
+ mb5_release_get_quality at Base 5.1.0+git20150707
+ mb5_release_get_relationlistlist at Base 5.1.0+git20150707
+ mb5_release_get_releasegroup at Base 5.1.0+git20150707
+ mb5_release_get_status at Base 5.1.0+git20150707
+ mb5_release_get_textrepresentation at Base 5.1.0+git20150707
+ mb5_release_get_title at Base 5.1.0+git20150707
+ mb5_release_list_clone at Base 5.1.0+git20150707
+ mb5_release_list_delete at Base 5.1.0+git20150707
+ mb5_release_list_get_count at Base 5.1.0+git20150707
+ mb5_release_list_get_offset at Base 5.1.0+git20150707
+ mb5_release_list_item at Base 5.1.0+git20150707
+ mb5_release_list_size at Base 5.1.0+git20150707
+ mb5_release_media_matching_discid at Base 5.1.0+git20150707
+ mb5_releasegroup_clone at Base 5.1.0+git20150707
+ mb5_releasegroup_delete at Base 5.1.0+git20150707
+ mb5_releasegroup_get_artistcredit at Base 5.1.0+git20150707
+ mb5_releasegroup_get_disambiguation at Base 5.1.0+git20150707
+ mb5_releasegroup_get_firstreleasedate at Base 5.1.0+git20150707
+ mb5_releasegroup_get_id at Base 5.1.0+git20150707
+ mb5_releasegroup_get_primarytype at Base 5.1.0+git20150707
+ mb5_releasegroup_get_rating at Base 5.1.0+git20150707
+ mb5_releasegroup_get_relationlistlist at Base 5.1.0+git20150707
+ mb5_releasegroup_get_releaselist at Base 5.1.0+git20150707
+ mb5_releasegroup_get_secondarytypelist at Base 5.1.0+git20150707
+ mb5_releasegroup_get_taglist at Base 5.1.0+git20150707
+ mb5_releasegroup_get_title at Base 5.1.0+git20150707
+ mb5_releasegroup_get_userrating at Base 5.1.0+git20150707
+ mb5_releasegroup_get_usertaglist at Base 5.1.0+git20150707
+ mb5_releasegroup_list_clone at Base 5.1.0+git20150707
+ mb5_releasegroup_list_delete at Base 5.1.0+git20150707
+ mb5_releasegroup_list_get_count at Base 5.1.0+git20150707
+ mb5_releasegroup_list_get_offset at Base 5.1.0+git20150707
+ mb5_releasegroup_list_item at Base 5.1.0+git20150707
+ mb5_releasegroup_list_size at Base 5.1.0+git20150707
+ mb5_secondarytype_clone at Base 5.1.0+git20150707
+ mb5_secondarytype_delete at Base 5.1.0+git20150707
+ mb5_secondarytype_get_secondarytype at Base 5.1.0+git20150707
+ mb5_secondarytype_list_clone at Base 5.1.0+git20150707
+ mb5_secondarytype_list_delete at Base 5.1.0+git20150707
+ mb5_secondarytype_list_get_count at Base 5.1.0+git20150707
+ mb5_secondarytype_list_get_offset at Base 5.1.0+git20150707
+ mb5_secondarytype_list_item at Base 5.1.0+git20150707
+ mb5_secondarytype_list_size at Base 5.1.0+git20150707
+ mb5_tag_clone at Base 5.1.0+git20150707
+ mb5_tag_delete at Base 5.1.0+git20150707
+ mb5_tag_get_count at Base 5.1.0+git20150707
+ mb5_tag_get_name at Base 5.1.0+git20150707
+ mb5_tag_list_clone at Base 5.1.0+git20150707
+ mb5_tag_list_delete at Base 5.1.0+git20150707
+ mb5_tag_list_get_count at Base 5.1.0+git20150707
+ mb5_tag_list_get_offset at Base 5.1.0+git20150707
+ mb5_tag_list_item at Base 5.1.0+git20150707
+ mb5_tag_list_size at Base 5.1.0+git20150707
+ mb5_textrepresentation_clone at Base 5.1.0+git20150707
+ mb5_textrepresentation_delete at Base 5.1.0+git20150707
+ mb5_textrepresentation_get_language at Base 5.1.0+git20150707
+ mb5_textrepresentation_get_script at Base 5.1.0+git20150707
+ mb5_track_clone at Base 5.1.0+git20150707
+ mb5_track_delete at Base 5.1.0+git20150707
+ mb5_track_get_artistcredit at Base 5.1.0+git20150707
+ mb5_track_get_length at Base 5.1.0+git20150707
+ mb5_track_get_number at Base 5.1.0+git20150707
+ mb5_track_get_position at Base 5.1.0+git20150707
+ mb5_track_get_recording at Base 5.1.0+git20150707
+ mb5_track_get_title at Base 5.1.0+git20150707
+ mb5_track_list_clone at Base 5.1.0+git20150707
+ mb5_track_list_delete at Base 5.1.0+git20150707
+ mb5_track_list_get_count at Base 5.1.0+git20150707
+ mb5_track_list_get_offset at Base 5.1.0+git20150707
+ mb5_track_list_item at Base 5.1.0+git20150707
+ mb5_track_list_size at Base 5.1.0+git20150707
+ mb5_userrating_clone at Base 5.1.0+git20150707
+ mb5_userrating_delete at Base 5.1.0+git20150707
+ mb5_userrating_get_userrating at Base 5.1.0+git20150707
+ mb5_usertag_clone at Base 5.1.0+git20150707
+ mb5_usertag_delete at Base 5.1.0+git20150707
+ mb5_usertag_get_name at Base 5.1.0+git20150707
+ mb5_usertag_list_clone at Base 5.1.0+git20150707
+ mb5_usertag_list_delete at Base 5.1.0+git20150707
+ mb5_usertag_list_get_count at Base 5.1.0+git20150707
+ mb5_usertag_list_get_offset at Base 5.1.0+git20150707
+ mb5_usertag_list_item at Base 5.1.0+git20150707
+ mb5_usertag_list_size at Base 5.1.0+git20150707
+ mb5_work_clone at Base 5.1.0+git20150707
+ mb5_work_delete at Base 5.1.0+git20150707
+ mb5_work_get_aliaslist at Base 5.1.0+git20150707
+ mb5_work_get_artistcredit at Base 5.1.0+git20150707
+ mb5_work_get_disambiguation at Base 5.1.0+git20150707
+ mb5_work_get_id at Base 5.1.0+git20150707
+ mb5_work_get_iswclist at Base 5.1.0+git20150707
+ mb5_work_get_language at Base 5.1.0+git20150707
+ mb5_work_get_rating at Base 5.1.0+git20150707
+ mb5_work_get_relationlistlist at Base 5.1.0+git20150707
+ mb5_work_get_taglist at Base 5.1.0+git20150707
+ mb5_work_get_title at Base 5.1.0+git20150707
+ mb5_work_get_type at Base 5.1.0+git20150707
+ mb5_work_get_userrating at Base 5.1.0+git20150707
+ mb5_work_get_usertaglist at Base 5.1.0+git20150707
+ mb5_work_list_clone at Base 5.1.0+git20150707
+ mb5_work_list_delete at Base 5.1.0+git20150707
+ mb5_work_list_get_count at Base 5.1.0+git20150707
+ mb5_work_list_get_offset at Base 5.1.0+git20150707
+ mb5_work_list_item at Base 5.1.0+git20150707
+ mb5_work_list_size at Base 5.1.0+git20150707
+ (optional|c++|regex)".*MusicBrainz5::CListImpl<.*>.*@Base" 5.1.0+git20150707
+ (optional|c++|regex)"std::.*@Base" 5.1.0+git20150707
diff --git a/debian/libmusicbrainz5cc2.install b/debian/libmusicbrainz5cc2.install
new file mode 100644
index 0000000..5d95c7a
--- /dev/null
+++ b/debian/libmusicbrainz5cc2.install
@@ -0,0 +1 @@
+usr/lib/*/libmusicbrainz5cc.so.*
diff --git a/debian/libmusicbrainz5cc2.shlibs b/debian/libmusicbrainz5cc2.shlibs
new file mode 100644
index 0000000..6645910
--- /dev/null
+++ b/debian/libmusicbrainz5cc2.shlibs
@@ -0,0 +1 @@
+libmusicbrainz5cc 2 libmusicbrainz5cc2 (>= 5.1)
--
Library to access the MusicBrainz.org database
More information about the pkg-multimedia-commits
mailing list