[libosmocore] 05/05: Updated debian files

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Nov 29 13:33:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository libosmocore.

commit a7cc2cd37049fc91455097340ee5edb3bf166609
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Nov 29 14:24:06 2015 +0100

    Updated debian files
---
 debian/changelog                                   |  8 ++++++
 debian/control                                     |  6 ++--
 debian/libosmocore-dev.install                     |  1 -
 debian/libosmocore6.symbols                        | 32 ++++++++++++++++++++++
 .../{libosmovty2.install => libosmovty3.install}   |  0
 .../{libosmovty2.symbols => libosmovty3.symbols}   |  6 +++-
 6 files changed, 48 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 76f3009..be7f5fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libosmocore (0.9.0-1) unstable; urgency=medium
+
+  * New upstream relase
+  * debian/rules:
+    - Fixed reproducibility (Closes: #806551)
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Sun, 29 Nov 2015 13:53:16 +0100
+
 libosmocore (0.8.3-1) unstable; urgency=low
 
   * Initial release (Closes: 646276)
diff --git a/debian/control b/debian/control
index a4bdecb..5ff4554 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Depends: libosmocodec0 (= ${binary:Version}),
          libosmocore6 (= ${binary:Version}),
          libosmogb4 (= ${binary:Version}),
          libosmogsm5 (= ${binary:Version}),
-         libosmovty2 (= ${binary:Version}),
+         libosmovty3 (= ${binary:Version}),
          libosmoctrl0 (= ${binary:Version}),
          libosmosim0 (= ${binary:Version}),
          ${misc:Depends}
@@ -141,7 +141,7 @@ Description: Documentation for the Osmo GSM utility library
  .
  This package contains the documentation for the libosmogsm library.
 
-Package: libosmovty2
+Package: libosmovty3
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
@@ -205,7 +205,7 @@ Depends: libosmocodec0 (= ${binary:Version}),
          libosmocore6 (= ${binary:Version}),
          libosmogb4 (= ${binary:Version}),
          libosmogsm5 (= ${binary:Version}),
-         libosmovty2 (= ${binary:Version}),
+         libosmovty3 (= ${binary:Version}),
          libosmoctrl0 (= ${binary:Version}),
          libosmosim0 (= ${binary:Version}),
          ${misc:Depends}
diff --git a/debian/libosmocore-dev.install b/debian/libosmocore-dev.install
index 5c82148..234169b 100644
--- a/debian/libosmocore-dev.install
+++ b/debian/libosmocore-dev.install
@@ -1,5 +1,4 @@
 usr/include/*
-usr/lib/*/lib*.a
 usr/lib/*/lib*.so
 usr/lib/*/lib*.la
 usr/lib/*/pkgconfig/*
diff --git a/debian/libosmocore6.symbols b/debian/libosmocore6.symbols
index fe5111b..1d19d14 100644
--- a/debian/libosmocore6.symbols
+++ b/debian/libosmocore6.symbols
@@ -98,6 +98,7 @@ libosmocore.so.6 libosmocore6 #MINVER#
  osmo_conv_get_input_length at Base 0.8.3
  osmo_conv_get_output_length at Base 0.8.3
  osmo_counter_alloc at Base 0.8.3
+ osmo_counter_difference at Base 0.9.0
  osmo_counter_free at Base 0.8.3
  osmo_counter_get_by_name at Base 0.8.3
  osmo_counters_for_each at Base 0.8.3
@@ -152,6 +153,34 @@ libosmocore.so.6 libosmocore6 #MINVER#
  osmo_sock_unix_init at Base 0.8.3
  osmo_sock_unix_init_ofd at Base 0.8.3
  osmo_sockaddr_is_local at Base 0.8.3
+ osmo_stat_item_discard at Base 0.9.0
+ osmo_stat_item_discard_all at Base 0.9.0
+ osmo_stat_item_for_each_group at Base 0.9.0
+ osmo_stat_item_for_each_item at Base 0.9.0
+ osmo_stat_item_get_by_name at Base 0.9.0
+ osmo_stat_item_get_group_by_name_idx at Base 0.9.0
+ osmo_stat_item_get_next at Base 0.9.0
+ osmo_stat_item_group_alloc at Base 0.9.0
+ osmo_stat_item_group_free at Base 0.9.0
+ osmo_stat_item_init at Base 0.9.0
+ osmo_stat_item_set at Base 0.9.0
+ osmo_stats_config at Base 0.9.0
+ osmo_stats_init at Base 0.9.0
+ osmo_stats_report at Base 0.9.0
+ osmo_stats_reporter_alloc at Base 0.9.0
+ osmo_stats_reporter_create_log at Base 0.9.0
+ osmo_stats_reporter_create_statsd at Base 0.9.0
+ osmo_stats_reporter_disable at Base 0.9.0
+ osmo_stats_reporter_enable at Base 0.9.0
+ osmo_stats_reporter_find at Base 0.9.0
+ osmo_stats_reporter_free at Base 0.9.0
+ osmo_stats_reporter_set_local_addr at Base 0.9.0
+ osmo_stats_reporter_set_max_class at Base 0.9.0
+ osmo_stats_reporter_set_mtu at Base 0.9.0
+ osmo_stats_reporter_set_name_prefix at Base 0.9.0
+ osmo_stats_reporter_set_remote_addr at Base 0.9.0
+ osmo_stats_reporter_set_remote_port at Base 0.9.0
+ osmo_stats_set_interval at Base 0.9.0
  osmo_stderr_target at Base 0.8.3
  osmo_str2lower at Base 0.8.3
  osmo_str2upper at Base 0.8.3
@@ -178,6 +207,9 @@ libosmocore.so.6 libosmocore6 #MINVER#
  osmo_wqueue_enqueue at Base 0.8.3
  osmo_wqueue_init at Base 0.8.3
  rate_ctr_add at Base 0.8.3
+ rate_ctr_difference at Base 0.9.0
+ rate_ctr_for_each_counter at Base 0.9.0
+ rate_ctr_for_each_group at Base 0.9.0
  rate_ctr_get_by_name at Base 0.8.3
  rate_ctr_get_group_by_name_idx at Base 0.8.3
  rate_ctr_group_alloc at Base 0.8.3
diff --git a/debian/libosmovty2.install b/debian/libosmovty3.install
similarity index 100%
rename from debian/libosmovty2.install
rename to debian/libosmovty3.install
diff --git a/debian/libosmovty2.symbols b/debian/libosmovty3.symbols
similarity index 93%
rename from debian/libosmovty2.symbols
rename to debian/libosmovty3.symbols
index 06e3c8a..0755da7 100644
--- a/debian/libosmovty2.symbols
+++ b/debian/libosmovty3.symbols
@@ -1,4 +1,4 @@
-libosmovty.so.2 libosmovty2 #MINVER#
+libosmovty.so.3 libosmovty3 #MINVER#
  Vvty_serv_thread at Base 0.8.3
  active_connections at Base 0.8.3
  argv_concat at Base 0.8.3
@@ -18,6 +18,7 @@ libosmovty.so.2 libosmovty2 #MINVER#
  cfg_description_cmd at Base 0.8.3
  cfg_log_node at Base 0.8.3
  cfg_no_description_cmd at Base 0.8.3
+ cfg_stats_node at Base 0.9.0
  cmd_complete_command at Base 0.8.3
  cmd_describe_command at Base 0.8.3
  cmd_execute_command at Base 0.8.3
@@ -44,6 +45,7 @@ libosmovty.so.2 libosmovty2 #MINVER#
  log_target_create_vty at Base 0.8.3
  logging_vty_add_cmds at Base 0.8.3
  osmo_log_vty2tgt at Base 0.8.3
+ osmo_stats_vty_add_cmds at Base 0.9.0
  osmo_vty_save_config_file at Base 0.8.3
  osmo_vty_write_config_file at Base 0.8.3
  print_version at Base 0.8.3
@@ -89,6 +91,8 @@ libosmovty.so.2 libosmovty2 #MINVER#
  vty_out at Base 0.8.3
  vty_out_newline at Base 0.8.3
  vty_out_rate_ctr_group at Base 0.8.3
+ vty_out_stat_item_group at Base 0.9.0
+ vty_out_statistics_full at Base 0.9.0
  vty_read at Base 0.8.3
  vty_read_config_file at Base 0.8.3
  vty_reset at Base 0.8.3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libosmocore.git



More information about the debian-science-commits mailing list