Codebase list blueman / ad25866
Import Debian changes 2.1.1-1 blueman (2.1.1-1) unstable; urgency=low . * New release Christopher Schramm authored 4 years ago Christopher Schramm committed 3 years ago
15 changed file(s) with 356 addition(s) and 323 deletion(s). Raw diff Collapse all Expand all
1111 steps:
1212 - checkout
1313 - run: apt-get update
14 - run: apt-get install -y -qq --no-install-recommends sudo automake autoconf libglib2.0-dev libtool intltool python3-dev python-gi python-gi-dev cython python3-dbus dh-autoreconf libbluetooth-dev gtk-update-icon-cache python-pip
14 - run: apt-get install -y -qq --no-install-recommends sudo automake autoconf libglib2.0-dev libtool intltool python3-dev python-gi python-gi-dev cython dh-autoreconf libbluetooth-dev gtk-update-icon-cache python-pip
1515 - run: ./autogen.sh
1616 - run: make
1717 - run: make distcheck
4444 - run: python3 -m pip install --user flake8
4545 - run: python3 -m flake8
4646
47 flake8-3.8:
48 docker:
49 - image: circleci/python:3.8.0b1
50
51 steps:
52 - checkout
53 - run: python3 -m pip install --user flake8
54 - run: python3 -m flake8
55
4756 workflows:
4857 version: 2
4958 build_and_test:
5261 - flake8-3.4
5362 - flake8-3.6
5463 - flake8-3.7
64 - flake8-3.8
00 # Changelog
1
2 ## 2.1.1
3
4 ### Bugs fixed
5
6 * Using recent connections did not work
7 * Switching adapters did not work
8 * Errors when removing a device
9 * Error tracebacks from info dialog
110
211 ## 2.1
312
1414 * [pulseaudio](http://www.freedesktop.org/wiki/Software/PulseAudio/) (optional; its bluetooth module is required to actually use audio devices)
1515 * [pycairo](http://cairographics.org/pycairo/)
1616 * [PyGObject 3](https://wiki.gnome.org/PyGObject)
17 * [Python](http://www.python.org/) (>= 3.2)
17 * [Python](http://www.python.org/) (>= 3.3)
1818 * [net-tools](http://net-tools.sourceforge.net/) for blueman 2.0 and net-tools __or__ [iproute2](https://wiki.linuxfoundation.org/networking/iproute2) for blueman 2.1
1919 * [libnm](https://wiki.gnome.org/Projects/NetworkManager) For managing DUN and PANU connection (GI bindings)
2020
2222
2323 * [BlueZ 5](http://www.bluez.org/)
2424 * [Cython](http://www.cython.org/)
25 * [dbus-python](http://www.freedesktop.org/wiki/Software/DBusBindings/#python)
2625 * [GLib 2](http://www.gtk.org/) (>= 2.32)
2726 * [intltool](http://freedesktop.org/wiki/Software/intltool/)
2827 * [libtool](http://www.gnu.org/software/libtool/)
2928 * [PyGObject 3](https://wiki.gnome.org/PyGObject)
30 * [Python](http://www.python.org/) (>= 3.2)
29 * [Python](http://www.python.org/) (>= 3.3)
3130
3231 ## Additional dependencies for VCS version
3332
00 @%:@! /bin/sh
11 @%:@ Guess values for system-dependent variables and create Makefiles.
2 @%:@ Generated by GNU Autoconf 2.69 for blueman 2.1.
2 @%:@ Generated by GNU Autoconf 2.69 for blueman 2.1.1.
33 @%:@
44 @%:@ Report bugs to <https://github.com/blueman-project/blueman/issues>.
55 @%:@
589589 # Identity of this package.
590590 PACKAGE_NAME='blueman'
591591 PACKAGE_TARNAME='blueman'
592 PACKAGE_VERSION='2.1'
593 PACKAGE_STRING='blueman 2.1'
592 PACKAGE_VERSION='2.1.1'
593 PACKAGE_STRING='blueman 2.1.1'
594594 PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues'
595595 PACKAGE_URL=''
596596
14661466 # Omit some internal or obsolete options to make the list less imposing.
14671467 # This message is too long to be a string in the A/UX 3.1 sh.
14681468 cat <<_ACEOF
1469 \`configure' configures blueman 2.1 to adapt to many kinds of systems.
1469 \`configure' configures blueman 2.1.1 to adapt to many kinds of systems.
14701470
14711471 Usage: $0 [OPTION]... [VAR=VALUE]...
14721472
15371537
15381538 if test -n "$ac_init_help"; then
15391539 case $ac_init_help in
1540 short | recursive ) echo "Configuration of blueman 2.1:";;
1540 short | recursive ) echo "Configuration of blueman 2.1.1:";;
15411541 esac
15421542 cat <<\_ACEOF
15431543
17001700 test -n "$ac_init_help" && exit $ac_status
17011701 if $ac_init_version; then
17021702 cat <<\_ACEOF
1703 blueman configure 2.1
1703 blueman configure 2.1.1
17041704 generated by GNU Autoconf 2.69
17051705
17061706 Copyright (C) 2012 Free Software Foundation, Inc.
20692069 This file contains any messages produced by compilers while
20702070 running configure, to aid debugging if configure makes a mistake.
20712071
2072 It was created by blueman $as_me 2.1, which was
2072 It was created by blueman $as_me 2.1.1, which was
20732073 generated by GNU Autoconf 2.69. Invocation command line was
20742074
20752075 $ $0 $@
29352935
29362936 # Define the identity of the package.
29372937 PACKAGE='blueman'
2938 VERSION='2.1'
2938 VERSION='2.1.1'
29392939
29402940
29412941 cat >>confdefs.h <<_ACEOF
1580715807 # report actual input values of CONFIG_FILES etc. instead of their
1580815808 # values after options handling.
1580915809 ac_log="
15810 This file was extended by blueman $as_me 2.1, which was
15810 This file was extended by blueman $as_me 2.1.1, which was
1581115811 generated by GNU Autoconf 2.69. Invocation command line was
1581215812
1581315813 CONFIG_FILES = $CONFIG_FILES
1587315873 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1587415874 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1587515875 ac_cs_version="\\
15876 blueman config.status 2.1
15876 blueman config.status 2.1.1
1587715877 configured by $0, generated by GNU Autoconf 2.69,
1587815878 with options \\"\$ac_cs_config\\"
1587915879
00 @%:@! /bin/sh
11 @%:@ Guess values for system-dependent variables and create Makefiles.
2 @%:@ Generated by GNU Autoconf 2.69 for blueman 2.1.
2 @%:@ Generated by GNU Autoconf 2.69 for blueman 2.1.1.
33 @%:@
44 @%:@ Report bugs to <https://github.com/blueman-project/blueman/issues>.
55 @%:@
589589 # Identity of this package.
590590 PACKAGE_NAME='blueman'
591591 PACKAGE_TARNAME='blueman'
592 PACKAGE_VERSION='2.1'
593 PACKAGE_STRING='blueman 2.1'
592 PACKAGE_VERSION='2.1.1'
593 PACKAGE_STRING='blueman 2.1.1'
594594 PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues'
595595 PACKAGE_URL=''
596596
14661466 # Omit some internal or obsolete options to make the list less imposing.
14671467 # This message is too long to be a string in the A/UX 3.1 sh.
14681468 cat <<_ACEOF
1469 \`configure' configures blueman 2.1 to adapt to many kinds of systems.
1469 \`configure' configures blueman 2.1.1 to adapt to many kinds of systems.
14701470
14711471 Usage: $0 [OPTION]... [VAR=VALUE]...
14721472
15371537
15381538 if test -n "$ac_init_help"; then
15391539 case $ac_init_help in
1540 short | recursive ) echo "Configuration of blueman 2.1:";;
1540 short | recursive ) echo "Configuration of blueman 2.1.1:";;
15411541 esac
15421542 cat <<\_ACEOF
15431543
17001700 test -n "$ac_init_help" && exit $ac_status
17011701 if $ac_init_version; then
17021702 cat <<\_ACEOF
1703 blueman configure 2.1
1703 blueman configure 2.1.1
17041704 generated by GNU Autoconf 2.69
17051705
17061706 Copyright (C) 2012 Free Software Foundation, Inc.
20692069 This file contains any messages produced by compilers while
20702070 running configure, to aid debugging if configure makes a mistake.
20712071
2072 It was created by blueman $as_me 2.1, which was
2072 It was created by blueman $as_me 2.1.1, which was
20732073 generated by GNU Autoconf 2.69. Invocation command line was
20742074
20752075 $ $0 $@
29352935
29362936 # Define the identity of the package.
29372937 PACKAGE='blueman'
2938 VERSION='2.1'
2938 VERSION='2.1.1'
29392939
29402940
29412941 cat >>confdefs.h <<_ACEOF
1580315803 # report actual input values of CONFIG_FILES etc. instead of their
1580415804 # values after options handling.
1580515805 ac_log="
15806 This file was extended by blueman $as_me 2.1, which was
15806 This file was extended by blueman $as_me 2.1.1, which was
1580715807 generated by GNU Autoconf 2.69. Invocation command line was
1580815808
1580915809 CONFIG_FILES = $CONFIG_FILES
1586915869 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1587015870 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1587115871 ac_cs_version="\\
15872 blueman config.status 2.1
15872 blueman config.status 2.1.1
1587315873 configured by $0, generated by GNU Autoconf 2.69,
1587415874 with options \\"\$ac_cs_config\\"
1587515875
4848 'configure.ac'
4949 ],
5050 {
51 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
52 'LT_CMD_MAX_LEN' => 1,
53 'AM_MAKE_INCLUDE' => 1,
54 'AM_MAINTAINER_MODE' => 1,
55 'AM_SUBST_NOTMAKE' => 1,
56 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
57 'AC_LTDL_DLSYM_USCORE' => 1,
58 '_IT_SUBST' => 1,
59 'AM_MISSING_PROG' => 1,
60 '_LT_AC_LANG_CXX' => 1,
61 'LT_AC_PROG_GCJ' => 1,
62 'AC_LIBTOOL_DLOPEN' => 1,
51 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
52 '_AC_AM_CONFIG_HEADER_HOOK' => 1,
53 'AM_AUTOMAKE_VERSION' => 1,
54 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
55 '_LT_WITH_SYSROOT' => 1,
56 '_LT_AC_LOCK' => 1,
57 'AM_PROG_CC_C_O' => 1,
58 'AM_SET_DEPDIR' => 1,
59 'AC_DISABLE_STATIC' => 1,
60 'AM_PROG_INSTALL_STRIP' => 1,
61 '_LT_AC_LANG_C_CONFIG' => 1,
62 'AM_RUN_LOG' => 1,
63 'AC_PATH_MAGIC' => 1,
64 '_AM_SET_OPTION' => 1,
65 'LT_OUTPUT' => 1,
66 'IT_PO_SUBDIR' => 1,
67 'AC_LTDL_OBJDIR' => 1,
68 'AM_PROG_LD' => 1,
69 'AC_LIBTOOL_DLOPEN_SELF' => 1,
70 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
71 'AC_LIBTOOL_FC' => 1,
72 'AC_PROG_EGREP' => 1,
73 '_LT_LINKER_BOILERPLATE' => 1,
74 'AM_GLIB_DEFINE_LOCALEDIR' => 1,
75 'AC_LIBTOOL_PROG_CC_C_O' => 1,
76 '_LT_AC_TRY_DLOPEN_SELF' => 1,
77 '_LT_LINKER_OPTION' => 1,
78 '_LT_PROG_ECHO_BACKSLASH' => 1,
79 'AC_LIBLTDL_INSTALLABLE' => 1,
6380 '_AM_SUBST_NOTMAKE' => 1,
64 'AC_LTDL_SYSSEARCHPATH' => 1,
65 'AC_LTDL_PREOPEN' => 1,
66 'AC_LTDL_ENABLE_INSTALL' => 1,
67 'AC_LIBTOOL_PROG_CC_C_O' => 1,
68 '_LT_AC_SHELL_INIT' => 1,
69 'AM_INIT_AUTOMAKE' => 1,
70 'LT_PROG_GO' => 1,
71 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
72 'LTDL_INIT' => 1,
73 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
74 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
75 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
76 'LT_LANG' => 1,
81 'AM_CHECK_PYMOD' => 1,
82 'LT_SYS_MODULE_PATH' => 1,
83 '_LT_PROG_FC' => 1,
84 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
85 'LT_FUNC_ARGZ' => 1,
86 'AC_LIBTOOL_LANG_C_CONFIG' => 1,
87 'LTSUGAR_VERSION' => 1,
88 '_AM_IF_OPTION' => 1,
89 '_LT_DLL_DEF_P' => 1,
90 'AM_PROG_NM' => 1,
91 'LT_LIB_M' => 1,
7792 '_LT_AC_SYS_LIBPATH_AIX' => 1,
78 'LT_PATH_NM' => 1,
79 '_LT_COMPILER_BOILERPLATE' => 1,
80 'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
81 'AM_AUX_DIR_EXPAND' => 1,
82 '_LT_LIBOBJ' => 1,
83 'AC_PROG_LD' => 1,
84 'm4_pattern_forbid' => 1,
85 'AM_PROG_CC_C_O' => 1,
86 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
87 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
88 'AM_DISABLE_STATIC' => 1,
89 'LT_SYS_MODULE_PATH' => 1,
90 'LT_SYS_DLOPEN_SELF' => 1,
91 '_LT_PROG_LTMAIN' => 1,
92 'AM_PROG_LIBTOOL' => 1,
93 'include' => 1,
94 'IT_PO_SUBDIR' => 1,
95 'AC_LIBTOOL_CXX' => 1,
96 'GLIB_GSETTINGS' => 1,
97 '_LT_LINKER_OPTION' => 1,
98 'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
99 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
100 'LT_INIT' => 1,
101 'AC_CONFIG_MACRO_DIR_TRACE' => 1,
102 'PKG_INSTALLDIR' => 1,
103 '_AM_PROG_CC_C_O' => 1,
104 'PKG_CHECK_VAR' => 1,
105 'AC_CONFIG_MACRO_DIR' => 1,
93 'AC_LIBTOOL_PICMODE' => 1,
10694 'AM_SANITY_CHECK' => 1,
10795 'AC_PROG_LIBTOOL' => 1,
96 'AM_PROG_INSTALL_SH' => 1,
97 'LT_INIT' => 1,
10898 'LTDL_INSTALLABLE' => 1,
109 'LT_AC_PROG_SED' => 1,
110 'LT_WITH_LTDL' => 1,
111 '_LT_PROG_CXX' => 1,
112 'AM_PROG_INSTALL_STRIP' => 1,
113 'AM_SET_DEPDIR' => 1,
114 '_LT_PROG_FC' => 1,
115 'AC_LIBTOOL_GCJ' => 1,
116 'AM_PROG_LD' => 1,
117 '_LT_LINKER_BOILERPLATE' => 1,
118 'AC_PATH_TOOL_PREFIX' => 1,
119 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
120 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
121 'AC_DISABLE_STATIC' => 1,
99 'AM_INIT_AUTOMAKE' => 1,
122100 'AC_LTDL_SYMBOL_USCORE' => 1,
123 '_LT_AC_FILE_LTDLL_C' => 1,
124 'AC_LIBTOOL_FC' => 1,
125 'AM_PYTHON_CHECK_VERSION' => 1,
126 '_LT_COMPILER_OPTION' => 1,
127 '_LT_AC_SYS_COMPILER' => 1,
128 'AM_SET_LEADING_DOT' => 1,
129 'AC_PROG_INTLTOOL' => 1,
130 'LT_LIB_M' => 1,
131 'GLIB_GNU_GETTEXT' => 1,
132 'LT_SUPPORTED_TAG' => 1,
133 'AC_LTDL_OBJDIR' => 1,
134 '_LT_AC_LANG_RC_CONFIG' => 1,
135 'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
136 'AM_PATH_PYTHON' => 1,
137 '_LT_AC_LANG_CXX_CONFIG' => 1,
138 '_LT_DLL_DEF_P' => 1,
139 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
140 'AC_LIBTOOL_COMPILER_OPTION' => 1,
141 'LT_CONFIG_LTDL_DIR' => 1,
142 '_AM_SET_OPTION' => 1,
143 '_LT_PROG_F77' => 1,
144 'LTSUGAR_VERSION' => 1,
145 'LT_OUTPUT' => 1,
146 '_LT_PROG_ECHO_BACKSLASH' => 1,
147 '_AM_CONFIG_MACRO_DIRS' => 1,
148 '_AM_IF_OPTION' => 1,
149 'AC_LTDL_SHLIBEXT' => 1,
150 'm4_include' => 1,
151 'PKG_CHECK_MODULES_STATIC' => 1,
152 'AM_GLIB_GNU_GETTEXT' => 1,
153 '_LTDL_SETUP' => 1,
154 '_AM_PROG_TAR' => 1,
155 'LT_PROG_RC' => 1,
156 '_LT_AC_LANG_GCJ_CONFIG' => 1,
157 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
158 'LTVERSION_VERSION' => 1,
159 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
160 '_LT_AC_LANG_F77_CONFIG' => 1,
161 'AM_PROG_NM' => 1,
162 '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
163 'AM_GLIB_DEFINE_LOCALEDIR' => 1,
164 'AC_LIBTOOL_SETUP' => 1,
165 'LT_SYS_DLOPEN_DEPLIBS' => 1,
166 'GLIB_RUN_PROG' => 1,
167 'AC_ENABLE_FAST_INSTALL' => 1,
168 'AM_CONDITIONAL' => 1,
169 'AC_LIBTOOL_F77' => 1,
170 'AC_ENABLE_SHARED' => 1,
171 '_LT_AC_TRY_DLOPEN_SELF' => 1,
172 'AC_LIBTOOL_CONFIG' => 1,
173 'm4_pattern_allow' => 1,
174 'AC_LIBTOOL_PICMODE' => 1,
175 'AM_PROG_INSTALL_SH' => 1,
176 'AS_AC_EXPAND' => 1,
177 'LT_LIB_DLLOAD' => 1,
178 'LT_SYS_MODULE_EXT' => 1,
179 'AC_LIBLTDL_INSTALLABLE' => 1,
180 'AC_LIBTOOL_LANG_C_CONFIG' => 1,
181 'AC_DEFUN' => 1,
182 'AC_LTDL_DLLIB' => 1,
183 'AC_DISABLE_SHARED' => 1,
184 'AM_NLS' => 1,
185 'AC_ENABLE_STATIC' => 1,
186 'AM_RUN_LOG' => 1,
187 '_AM_DEPENDENCIES' => 1,
188 'AC_LIBLTDL_CONVENIENCE' => 1,
189 '_LT_AC_TAGVAR' => 1,
190 'LT_PROG_GCJ' => 1,
191 'LTOBSOLETE_VERSION' => 1,
192 'PKG_PROG_PKG_CONFIG' => 1,
193 'AC_WITH_LTDL' => 1,
194 'AC_LIBTOOL_RC' => 1,
195 'AM_CHECK_PYMOD' => 1,
196 'AC_LIBTOOL_WIN32_DLL' => 1,
197 '_LT_AC_LANG_C_CONFIG' => 1,
198 'AC_LIB_LTDL' => 1,
199 'LTOPTIONS_VERSION' => 1,
200 'AC_DEPLIBS_CHECK_METHOD' => 1,
201 'LT_FUNC_ARGZ' => 1,
202 'LT_PATH_LD' => 1,
203 'AM_MISSING_HAS_RUN' => 1,
204 'LT_FUNC_DLSYM_USCORE' => 1,
205 'AM_DEP_TRACK' => 1,
101 'LT_AC_PROG_EGREP' => 1,
102 '_AM_PROG_CC_C_O' => 1,
103 'AC_LIBTOOL_DLOPEN' => 1,
206104 'AM_SILENT_RULES' => 1,
207 'AC_LIBTOOL_DLOPEN_SELF' => 1,
208 '_GSETTINGS_SUBST' => 1,
209 '_LT_AC_CHECK_DLFCN' => 1,
210 'LTDL_CONVENIENCE' => 1,
211 '_LT_PREPARE_SED_QUOTE_VARS' => 1,
212 'AU_DEFUN' => 1,
213 'AC_CHECK_LIBM' => 1,
214 'AC_PROG_LD_RELOAD_FLAG' => 1,
215 '_m4_warn' => 1,
216 '_LT_CC_BASENAME' => 1,
217 '_AM_MANGLE_OPTION' => 1,
218 '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
219 '_LT_AC_TAGCONFIG' => 1,
220 '_LT_REQUIRED_DARWIN_CHECKS' => 1,
221 '_AM_SET_OPTIONS' => 1,
222 'LT_SYS_SYMBOL_USCORE' => 1,
223 'AM_DISABLE_SHARED' => 1,
224 'AC_DISABLE_FAST_INSTALL' => 1,
225 '_AC_AM_CONFIG_HEADER_HOOK' => 1,
226 'AM_ENABLE_STATIC' => 1,
227 'LT_AC_PROG_EGREP' => 1,
228 'AM_AUTOMAKE_VERSION' => 1,
229 'AC_LIBTOOL_LINKER_OPTION' => 1,
230 '_LT_AC_LANG_F77' => 1,
231 'AC_DEFUN_ONCE' => 1,
232 '_AM_AUTOCONF_VERSION' => 1,
233 'AC_LIBTOOL_OBJDIR' => 1,
234 'IT_PROG_INTLTOOL' => 1,
235 'AC_PATH_MAGIC' => 1,
236 'AM_CHECK_PYTHON_HEADERS' => 1,
237 '_LT_WITH_SYSROOT' => 1,
238 'AC_LTDL_SHLIBPATH' => 1,
239105 'AM_ENABLE_SHARED' => 1,
240106 '_AC_PROG_LIBTOOL' => 1,
107 'AM_SET_LEADING_DOT' => 1,
108 '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
109 'm4_pattern_allow' => 1,
110 'AC_LIBTOOL_SETUP' => 1,
111 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
112 '_LT_AC_LANG_RC_CONFIG' => 1,
113 'LT_SYS_DLOPEN_SELF' => 1,
114 'LT_PROG_RC' => 1,
115 '_AM_SET_OPTIONS' => 1,
116 '_m4_warn' => 1,
117 'LT_WITH_LTDL' => 1,
118 '_LT_COMPILER_BOILERPLATE' => 1,
119 'AM_DISABLE_SHARED' => 1,
120 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
121 'PKG_CHECK_EXISTS' => 1,
122 '_LT_AC_FILE_LTDLL_C' => 1,
123 '_LT_AC_LANG_GCJ_CONFIG' => 1,
124 'LT_SYS_DLOPEN_DEPLIBS' => 1,
125 '_LTDL_SETUP' => 1,
241126 '_LT_AC_LANG_GCJ' => 1,
127 'LT_PROG_GO' => 1,
128 'AC_LIBTOOL_LINKER_OPTION' => 1,
129 '_LT_AC_LANG_CXX' => 1,
130 'AC_PROG_LD_GNU' => 1,
131 'AC_LIBTOOL_RC' => 1,
132 'AM_MAINTAINER_MODE' => 1,
133 '_LT_PATH_TOOL_PREFIX' => 1,
134 'AM_PYTHON_CHECK_VERSION' => 1,
135 '_LT_AC_LANG_CXX_CONFIG' => 1,
136 'AM_CHECK_PYTHON_HEADERS' => 1,
137 'AC_ENABLE_STATIC' => 1,
138 'AC_WITH_LTDL' => 1,
139 'LT_FUNC_DLSYM_USCORE' => 1,
140 'PKG_CHECK_MODULES' => 1,
141 '_LT_CC_BASENAME' => 1,
142 'AM_MAKE_INCLUDE' => 1,
143 'LT_AC_PROG_RC' => 1,
144 'AC_PATH_TOOL_PREFIX' => 1,
145 'm4_include' => 1,
146 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
147 'AC_LIBLTDL_CONVENIENCE' => 1,
148 '_LT_AC_PROG_CXXCPP' => 1,
149 'AC_LTDL_SHLIBEXT' => 1,
150 'AC_DEPLIBS_CHECK_METHOD' => 1,
151 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
152 'AM_DISABLE_STATIC' => 1,
153 '_LT_AC_TAGVAR' => 1,
154 '_LT_AC_SYS_COMPILER' => 1,
155 'AC_LTDL_ENABLE_INSTALL' => 1,
156 'AC_CONFIG_MACRO_DIR_TRACE' => 1,
157 'LT_PROG_GCJ' => 1,
158 'LTDL_INIT' => 1,
159 'PKG_CHECK_VAR' => 1,
242160 'PKG_NOARCH_INSTALLDIR' => 1,
243 'AC_PROG_EGREP' => 1,
244 'PKG_CHECK_MODULES' => 1,
161 '_LT_REQUIRED_DARWIN_CHECKS' => 1,
162 'AC_CHECK_LIBM' => 1,
163 'AC_LIBTOOL_COMPILER_OPTION' => 1,
164 'LT_SYS_DLSEARCH_PATH' => 1,
165 'AM_CONDITIONAL' => 1,
166 'AM_NLS' => 1,
167 '_AM_PROG_TAR' => 1,
168 'AC_DEFUN_ONCE' => 1,
169 'AC_LIBTOOL_CXX' => 1,
170 'LT_LIB_DLLOAD' => 1,
171 'AM_MISSING_HAS_RUN' => 1,
172 'AS_AC_EXPAND' => 1,
173 '_AM_DEPENDENCIES' => 1,
174 'PKG_PROG_PKG_CONFIG' => 1,
175 'LT_AC_PROG_SED' => 1,
176 'AC_PROG_LD' => 1,
177 '_LT_COMPILER_OPTION' => 1,
178 '_LT_AC_CHECK_DLFCN' => 1,
179 '_LT_PREPARE_SED_QUOTE_VARS' => 1,
180 'AC_LTDL_DLLIB' => 1,
181 'AC_LTDL_PREOPEN' => 1,
182 'AC_LIBTOOL_WIN32_DLL' => 1,
183 'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
184 'AC_CONFIG_MACRO_DIR' => 1,
185 'LTOBSOLETE_VERSION' => 1,
186 'LT_SYS_SYMBOL_USCORE' => 1,
187 'PKG_INSTALLDIR' => 1,
188 'AC_PROG_INTLTOOL' => 1,
189 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
190 '_IT_SUBST' => 1,
191 'AM_GLIB_GNU_GETTEXT' => 1,
192 'AC_LIBTOOL_CONFIG' => 1,
193 'AC_PROG_LD_RELOAD_FLAG' => 1,
194 'AC_ENABLE_FAST_INSTALL' => 1,
195 'LT_LANG' => 1,
196 '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
197 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
198 '_AM_MANGLE_OPTION' => 1,
199 '_LT_PROG_LTMAIN' => 1,
200 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
201 'AM_PROG_LIBTOOL' => 1,
202 'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
203 'LTDL_CONVENIENCE' => 1,
204 'AC_PROG_NM' => 1,
205 'PKG_CHECK_MODULES_STATIC' => 1,
206 'include' => 1,
207 '_LT_AC_LANG_F77' => 1,
208 'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
209 '_LT_PROG_F77' => 1,
210 '_AM_CONFIG_MACRO_DIRS' => 1,
211 'AC_DISABLE_FAST_INSTALL' => 1,
212 '_LT_AC_TAGCONFIG' => 1,
213 'GLIB_RUN_PROG' => 1,
214 'LTVERSION_VERSION' => 1,
215 'AM_MISSING_PROG' => 1,
216 '_LT_AC_LANG_F77_CONFIG' => 1,
217 'IT_PROG_INTLTOOL' => 1,
218 'AU_DEFUN' => 1,
219 'LT_PATH_LD' => 1,
220 'AC_LTDL_DLSYM_USCORE' => 1,
221 'AC_ENABLE_SHARED' => 1,
222 '_GSETTINGS_SUBST' => 1,
223 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
224 '_LT_LIBOBJ' => 1,
225 'AC_LTDL_SHLIBPATH' => 1,
226 'GLIB_GSETTINGS' => 1,
227 'AC_DISABLE_SHARED' => 1,
228 '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
229 'GLIB_GNU_GETTEXT' => 1,
230 'AM_DEP_TRACK' => 1,
231 'AC_LTDL_SYSSEARCHPATH' => 1,
232 'AM_ENABLE_STATIC' => 1,
233 'LT_PATH_NM' => 1,
234 'AC_DEFUN' => 1,
235 'AC_LIBTOOL_OBJDIR' => 1,
236 'LT_CONFIG_LTDL_DIR' => 1,
237 'm4_pattern_forbid' => 1,
238 'AC_LIB_LTDL' => 1,
239 'LT_SUPPORTED_TAG' => 1,
240 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
241 '_LT_AC_SHELL_INIT' => 1,
242 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
243 'AC_LIBTOOL_GCJ' => 1,
244 'AC_LIBTOOL_F77' => 1,
245 '_LT_PROG_CXX' => 1,
246 'LTOPTIONS_VERSION' => 1,
247 'LT_AC_PROG_GCJ' => 1,
248 'AM_PATH_PYTHON' => 1,
245249 'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
246 'LT_SYS_DLSEARCH_PATH' => 1,
247 'AC_PROG_NM' => 1,
248 '_LT_PATH_TOOL_PREFIX' => 1,
249 'LT_AC_PROG_RC' => 1,
250 'AC_PROG_LD_GNU' => 1,
251 'PKG_CHECK_EXISTS' => 1,
252 '_LT_AC_PROG_CXXCPP' => 1,
253 '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
254 '_LT_AC_LOCK' => 1
250 'AM_AUX_DIR_EXPAND' => 1,
251 'LT_CMD_MAX_LEN' => 1,
252 'AM_SUBST_NOTMAKE' => 1,
253 '_AM_AUTOCONF_VERSION' => 1,
254 'LT_SYS_MODULE_EXT' => 1
255255 }
256256 ], 'Autom4te::Request' ),
257257 bless( [
266266 'configure.ac'
267267 ],
268268 {
269 'AC_CONFIG_HEADERS' => 1,
270 'AM_PROG_MOC' => 1,
271 'AC_CANONICAL_TARGET' => 1,
272 '_AM_SUBST_NOTMAKE' => 1,
273 'AM_MAINTAINER_MODE' => 1,
274 'AM_MAKEFILE_INCLUDE' => 1,
275 'AC_CANONICAL_SYSTEM' => 1,
276 'm4_pattern_forbid' => 1,
277 'LT_CONFIG_LTDL_DIR' => 1,
269278 '_AM_COND_IF' => 1,
270 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
271 'AC_CONFIG_HEADERS' => 1,
279 'AC_CANONICAL_HOST' => 1,
280 'LT_SUPPORTED_TAG' => 1,
281 'AM_PROG_AR' => 1,
282 'AC_FC_PP_DEFINE' => 1,
283 '_AM_COND_ENDIF' => 1,
284 'AC_CONFIG_AUX_DIR' => 1,
285 'AM_INIT_AUTOMAKE' => 1,
286 'AC_LIBSOURCE' => 1,
287 'AC_CONFIG_FILES' => 1,
288 'include' => 1,
289 'AM_EXTRA_RECURSIVE_TARGETS' => 1,
290 'AC_PROG_LIBTOOL' => 1,
291 'LT_INIT' => 1,
292 'AC_FC_FREEFORM' => 1,
293 'm4_include' => 1,
272294 '_AM_COND_ELSE' => 1,
273 'AC_CANONICAL_SYSTEM' => 1,
274 'AC_PROG_LIBTOOL' => 1,
275 'AM_SILENT_RULES' => 1,
276 'AC_SUBST' => 1,
277 'AM_ENABLE_MULTILIB' => 1,
278 'AC_DEFINE_TRACE_LITERAL' => 1,
295 'AC_SUBST_TRACE' => 1,
296 'AM_POT_TOOLS' => 1,
297 'AC_CANONICAL_BUILD' => 1,
298 'AM_PROG_LIBTOOL' => 1,
279299 'AC_FC_PP_SRCEXT' => 1,
280 'AC_CANONICAL_BUILD' => 1,
281 'AM_PROG_FC_C_O' => 1,
282 'AM_MAKEFILE_INCLUDE' => 1,
283 'm4_include' => 1,
284 'AM_MAINTAINER_MODE' => 1,
285 'AC_INIT' => 1,
286 '_LT_AC_TAGCONFIG' => 1,
287 'AM_POT_TOOLS' => 1,
288 'LT_SUPPORTED_TAG' => 1,
289 'AC_FC_PP_DEFINE' => 1,
290 'AM_AUTOMAKE_VERSION' => 1,
291 'AM_PROG_MKDIR_P' => 1,
292 'AM_PROG_CXX_C_O' => 1,
293 'AC_CANONICAL_TARGET' => 1,
294 'AC_LIBSOURCE' => 1,
295 'AM_PROG_MOC' => 1,
296 '_m4_warn' => 1,
297 '_AM_SUBST_NOTMAKE' => 1,
298 'AH_OUTPUT' => 1,
299 'AM_INIT_AUTOMAKE' => 1,
300 'm4_pattern_allow' => 1,
301 'AM_PROG_F77_C_O' => 1,
300 'AM_PATH_GUILE' => 1,
301 'AC_CONFIG_SUBDIRS' => 1,
302 'AM_PROG_CC_C_O' => 1,
302303 'AM_XGETTEXT_OPTION' => 1,
303304 'AM_CONDITIONAL' => 1,
304 'LT_CONFIG_LTDL_DIR' => 1,
305 'AC_CONFIG_SUBDIRS' => 1,
306 'AM_PROG_CC_C_O' => 1,
307 'AC_FC_FREEFORM' => 1,
308 'm4_pattern_forbid' => 1,
305 '_AM_MAKEFILE_INCLUDE' => 1,
306 'm4_pattern_allow' => 1,
307 'AM_NLS' => 1,
308 'AM_PROG_FC_C_O' => 1,
309 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
310 'AM_AUTOMAKE_VERSION' => 1,
311 'AM_PROG_CXX_C_O' => 1,
312 '_LT_AC_TAGCONFIG' => 1,
313 'AM_SILENT_RULES' => 1,
314 'AC_FC_SRCEXT' => 1,
309315 'AC_CONFIG_LINKS' => 1,
316 'AM_PROG_MKDIR_P' => 1,
317 'sinclude' => 1,
318 'AH_OUTPUT' => 1,
310319 'AC_REQUIRE_AUX_FILE' => 1,
311 'AM_PATH_GUILE' => 1,
312 'AC_FC_SRCEXT' => 1,
313 'AM_NLS' => 1,
314 '_AM_COND_ENDIF' => 1,
315 '_AM_MAKEFILE_INCLUDE' => 1,
316 'AM_PROG_AR' => 1,
320 '_m4_warn' => 1,
321 'AC_DEFINE_TRACE_LITERAL' => 1,
322 'm4_sinclude' => 1,
323 'AM_PROG_F77_C_O' => 1,
317324 'AC_CONFIG_LIBOBJ_DIR' => 1,
318 'AM_EXTRA_RECURSIVE_TARGETS' => 1,
319 'AC_CONFIG_FILES' => 1,
320 'AC_CANONICAL_HOST' => 1,
321 'LT_INIT' => 1,
322325 'AM_GNU_GETTEXT' => 1,
323 'include' => 1,
324 'AM_PROG_LIBTOOL' => 1,
325 'sinclude' => 1,
326 'm4_sinclude' => 1,
327 'AC_CONFIG_AUX_DIR' => 1,
328 'AC_SUBST_TRACE' => 1
326 'AM_ENABLE_MULTILIB' => 1,
327 'AC_INIT' => 1,
328 'AC_SUBST' => 1
329329 }
330330 ], 'Autom4te::Request' )
331331 );
11 m4trace:aclocal.m4:10838: -1- AC_SUBST_TRACE([am__quote])
22 m4trace:aclocal.m4:10838: -1- m4_pattern_allow([^am__quote$])
33 m4trace:aclocal.m4:11533: -1- m4_include([acinclude.m4])
4 m4trace:configure.ac:3: -1- AC_INIT([blueman], [2.1], [https://github.com/blueman-project/blueman/issues])
4 m4trace:configure.ac:3: -1- AC_INIT([blueman], [2.1.1], [https://github.com/blueman-project/blueman/issues])
55 m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?A[CHUM]_])
66 m4trace:configure.ac:3: -1- m4_pattern_forbid([_AC_])
77 m4trace:configure.ac:3: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
118118 row = self.get(tree_iter, "device")
119119 dev = row["device"]
120120
121 self.device_remove_event(dev, tree_iter)
121 self.device_remove_event(dev)
122122
123123 def on_selection_changed(self, selection):
124124 _model, tree_iter = selection.get_selected()
215215 def device_add_event(self, device):
216216 self.add_device(device)
217217
218 def device_remove_event(self, device, tree_iter):
218 def device_remove_event(self, device):
219219 logging.debug(device)
220 if tree_iter is None:
221 tree_iter = self.find_device(device)
220 tree_iter = self.find_device(device)
222221
223222 if self.compare(self.selected(), tree_iter):
224223 self.emit("device-selected", None, None)
230229 def set_adapter(self, adapter=None):
231230 self.clear()
232231 if self.discovering:
232 self.stop_discovery()
233233 self.emit("adapter-property-changed", self.Adapter, ("Discovering", False))
234 self.stop_discovery()
235234
236235 adapter = adapter_path_to_name(adapter)
237236
238 logging.debug(adapter)
239
240 # The pattern may be incorrect (ie removed adapter), see #590
241 try:
242 self.Adapter = self.manager.get_adapter(adapter)
243 except bluez.errors.DBusNoSuchAdapterError:
244 logging.info('Adapter pattern not valid, trying default adapter.')
245
246 try:
247 self.Adapter = self.manager.get_adapter()
248 self.__adapter_path = self.Adapter.get_object_path()
249 except bluez.errors.DBusNoSuchAdapterError as e:
250 logging.exception(e)
251 self.Adapter = None
252 self.__adapter_path = None
253 finally:
254 self.emit("adapter-changed", None)
237 logging.debug("Setting adapter to: %s " % adapter)
238
239 if adapter is not None:
240 try:
241 self.Adapter = self.manager.get_adapter(adapter)
242 self.__adapter_path = self.Adapter.get_object_path()
243 self.emit("adapter-changed", self.__adapter_path)
244 except bluez.errors.DBusNoSuchAdapterError:
245 logging.warning('Failed to set adapter, trying first available.')
246 self.set_adapter(None)
247 return
248 else:
249 adapters = self.manager.get_adapters()
250 if len(adapters) > 0:
251 self.Adapter = adapters[0]
252 self.__adapter_path = self.Adapter.get_object_path()
253 else:
254 self.Adapter = None
255 self.__adapter_path = None
256
257 self.emit("adapter-changed", self.__adapter_path)
255258
256259 def update_progress(self, time, totaltime):
257260 if not self.discovering:
332335 for i in self.liststore:
333336 tree_iter = i.iter
334337 device = self.get(tree_iter, "device")["device"]
335 self.device_remove_event(device, tree_iter)
338 self.device_remove_event(device)
336339 self.liststore.clear()
337340 self.emit("device-selected", None, None)
338341
344347 row = self.path_to_row[object_path]
345348 if row.valid():
346349 path = row.get_path()
347 tree_iter = self.get_model().get_iter(path)
350 tree_iter = self.liststore.get_iter(path)
348351 return tree_iter
349352 else:
350353 del self.path_to_row[object_path]
358361 row = self.path_to_row[path]
359362 if row.valid():
360363 path = row.get_path()
361 tree_iter = self.get_model().get_iter(path)
364 tree_iter = self.liststore.get_iter(path)
362365 return tree_iter
363366 else:
364367 del self.path_to_row[path]
383386
384387 if object_path:
385388 logging.info("Caching new device %s" % object_path)
386 self.path_to_row[object_path] = Gtk.TreeRowReference.new(self.get_model(),
387 self.get_model().get_path(tree_iter))
389 self.path_to_row[object_path] = Gtk.TreeRowReference.new(self.liststore,
390 self.liststore.get_path(tree_iter))
388391
389392 def append(self, **columns):
390393 tree_iter = GenericList.append(self, **columns)
201201
202202 return target
203203
204 def device_remove_event(self, device, tree_iter):
204 def device_remove_event(self, device):
205 tree_iter = self.find_device(device)
206
205207 row_fader = self.get(tree_iter, "row_fader")["row_fader"]
206
207 def on_finished(fader):
208
209 fader.disconnect(signal)
210 fader.freeze()
211 super().device_remove_event(device, tree_iter)
212
213 signal = row_fader.connect("animation-finished", on_finished)
208 row_fader.connect("animation-finished", self.__on_fader_finished, device, tree_iter)
214209 row_fader.thaw()
215210 self.emit("device-selected", None, None)
216211 row_fader.animate(start=row_fader.get_state(), end=0.0, duration=400)
212
213 def __on_fader_finished(self, fader, device, tree_iter):
214 fader.disconnect_by_func(self.__on_fader_finished)
215 fader.freeze()
216 super().device_remove_event(device)
217217
218218 def device_add_event(self, device):
219219 self.add_device(device)
110110 check_bluetooth_status(_("Bluetooth needs to be turned on for the device manager to function"),
111111 lambda: Gtk.main_quit())
112112
113 manager = bluez.Manager()
113114 try:
114 bluez.Manager().get_adapter(self.Config['last-adapter'])
115 manager.get_adapter(self.Config['last-adapter'])
115116 except bluez.errors.DBusNoSuchAdapterError:
116 logging.error('No bluetooth adapter(s) found.')
117 exit(1)
117 logging.error('Default adapter not found, trying first available.')
118 try:
119 manager.get_adapter(None)
120 except bluez.errors.DBusNoSuchAdapterError:
121 logging.error('No adapter(s) found, exiting')
122 exit(1)
118123
119124 self._applet_sig = self.Applet.connect('g-signal', on_applet_signal)
120125
208208 item["mitem"]["sensitive"] = True
209209 self.parent.Plugins.Menu.on_menu_changed()
210210
211 self.parent.DbusSvc.connect_service(item["device"], item["uuid"], reply, err)
211 self.parent.Plugins.DBusService.connect_service(item["device"], item["uuid"], reply, err)
212212
213213 def add_item(self, item):
214214 if not item["mitem"]:
7070 ('AddressType', None),
7171 ('Name', None),
7272 ('Alias', None),
73 ('Class', lambda x: x and "0x{:06x}".format(x)),
73 ('Class', lambda x: "0x{:06x}".format(x)),
7474 ('Appearance', lambda x: "0x{:04x}".format(x)),
7575 ('Icon', None),
7676 ('Paired', format_boolean),
8282 ('UUIDs', format_uuids),
8383 ('Modalias', None),
8484 ('Adapter', None),
85 ('ManufacturerData', None),
86 ('ServiceData', None),
87 ('AdvertisingData', None)
85 # FIXME below 3 we need some sample data to decode and display properly
86 ('ManufacturerData', str),
87 ('ServiceData', str),
88 ('AdvertisingData', str)
8889 )
8990 for name, func in properties:
9091 try:
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for blueman 2.1.
2 # Generated by GNU Autoconf 2.69 for blueman 2.1.1.
33 #
44 # Report bugs to <https://github.com/blueman-project/blueman/issues>.
55 #
589589 # Identity of this package.
590590 PACKAGE_NAME='blueman'
591591 PACKAGE_TARNAME='blueman'
592 PACKAGE_VERSION='2.1'
593 PACKAGE_STRING='blueman 2.1'
592 PACKAGE_VERSION='2.1.1'
593 PACKAGE_STRING='blueman 2.1.1'
594594 PACKAGE_BUGREPORT='https://github.com/blueman-project/blueman/issues'
595595 PACKAGE_URL=''
596596
14661466 # Omit some internal or obsolete options to make the list less imposing.
14671467 # This message is too long to be a string in the A/UX 3.1 sh.
14681468 cat <<_ACEOF
1469 \`configure' configures blueman 2.1 to adapt to many kinds of systems.
1469 \`configure' configures blueman 2.1.1 to adapt to many kinds of systems.
14701470
14711471 Usage: $0 [OPTION]... [VAR=VALUE]...
14721472
15371537
15381538 if test -n "$ac_init_help"; then
15391539 case $ac_init_help in
1540 short | recursive ) echo "Configuration of blueman 2.1:";;
1540 short | recursive ) echo "Configuration of blueman 2.1.1:";;
15411541 esac
15421542 cat <<\_ACEOF
15431543
17001700 test -n "$ac_init_help" && exit $ac_status
17011701 if $ac_init_version; then
17021702 cat <<\_ACEOF
1703 blueman configure 2.1
1703 blueman configure 2.1.1
17041704 generated by GNU Autoconf 2.69
17051705
17061706 Copyright (C) 2012 Free Software Foundation, Inc.
20692069 This file contains any messages produced by compilers while
20702070 running configure, to aid debugging if configure makes a mistake.
20712071
2072 It was created by blueman $as_me 2.1, which was
2072 It was created by blueman $as_me 2.1.1, which was
20732073 generated by GNU Autoconf 2.69. Invocation command line was
20742074
20752075 $ $0 $@
29352935
29362936 # Define the identity of the package.
29372937 PACKAGE='blueman'
2938 VERSION='2.1'
2938 VERSION='2.1.1'
29392939
29402940
29412941 cat >>confdefs.h <<_ACEOF
1580315803 # report actual input values of CONFIG_FILES etc. instead of their
1580415804 # values after options handling.
1580515805 ac_log="
15806 This file was extended by blueman $as_me 2.1, which was
15806 This file was extended by blueman $as_me 2.1.1, which was
1580715807 generated by GNU Autoconf 2.69. Invocation command line was
1580815808
1580915809 CONFIG_FILES = $CONFIG_FILES
1586915869 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1587015870 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1587115871 ac_cs_version="\\
15872 blueman config.status 2.1
15872 blueman config.status 2.1.1
1587315873 configured by $0, generated by GNU Autoconf 2.69,
1587415874 with options \\"\$ac_cs_config\\"
1587515875
00 AC_PREREQ(2.61)
11
2 AC_INIT([blueman], [2.1], [https://github.com/blueman-project/blueman/issues])
2 AC_INIT([blueman], [2.1.1], [https://github.com/blueman-project/blueman/issues])
33 AC_CONFIG_HEADERS(config.h)
44 AC_CONFIG_MACRO_DIRS([m4])
55 AM_INIT_AUTOMAKE([foreign dist-xz])
0 blueman (2.1.1-1) unstable; urgency=low
1
2 * New release
3
4 -- Christopher Schramm <debian@cschramm.eu> Wed, 03 Jul 2019 21:39:00 +0200
5
06 blueman (2.1-1) experimental; urgency=low
17
28 * New release