tags 527667 + pending thanks Hi,
The attached file is the diff for my sineshaper 0.4.2-4.1 NMU. The associated changelog entry is: sineshaper (0.4.2-4.1) unstable; urgency=medium * Non-maintainer upload. * Specify sigc:: namespace to avoid conflicts with signal(2). (Closes: #527667) It will be uploaded to DELAYED/2. Please let me know ASAP if you wish me to cancel it (or simply upload your own fix). Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org `-
diff -Nru sineshaper-0.4.2/debian/changelog sineshaper-0.4.2/debian/changelog --- sineshaper-0.4.2/debian/changelog 2009-08-16 21:32:13.000000000 +0100 +++ sineshaper-0.4.2/debian/changelog 2009-08-16 21:32:14.000000000 +0100 @@ -1,3 +1,11 @@ +sineshaper (0.4.2-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Specify sigc:: namespace to avoid conflicts with signal(2). + (Closes: #527667) + + -- Chris Lamb <la...@debian.org> Sun, 16 Aug 2009 21:26:50 +0100 + sineshaper (0.4.2-4) unstable; urgency=low * debian/control: diff -Nru sineshaper-0.4.2/src/common/dssiuiclient.hpp sineshaper-0.4.2/src/common/dssiuiclient.hpp --- sineshaper-0.4.2/src/common/dssiuiclient.hpp 2005-10-29 00:14:08.000000000 +0100 +++ sineshaper-0.4.2/src/common/dssiuiclient.hpp 2009-08-16 21:32:14.000000000 +0100 @@ -99,13 +99,13 @@ // Host to UI /** This signal is emitted when the host sends a new control value. The parameters are the control port number and the new control value. */ - signal<void, int, float> control_received; + sigc::signal<void, int, float> control_received; /** Emitted when the host sends a program change. The parameters are the bank and program numbers. */ - signal<void, int, int> program_received; + sigc::signal<void, int, int> program_received; /** Emitted when the host sends a configuration value. The parameters are the configuration key and the configuration value. */ - signal<void, const string, const string> configure_received; + sigc::signal<void, const string, const string> configure_received; /** Emitted when the host wants the UI to be visible. A DSSI GUI should not show any windows until this signal is emitted. */ Dispatcher show_received; @@ -134,7 +134,7 @@ void* allocate_shared_memory(int bytes); /** Emitted when the plugin has attached to the shared memory segment. */ - signal<void> plugin_attached; + sigc::signal<void> plugin_attached; /** Returns true if the plugin has attached to the shared memory segment. */ bool plugin_has_attached(); diff -Nru sineshaper-0.4.2/src/sineshaper/sineshapergui.hpp sineshaper-0.4.2/src/sineshaper/sineshapergui.hpp --- sineshaper-0.4.2/src/sineshaper/sineshapergui.hpp 2005-10-29 00:14:08.000000000 +0100 +++ sineshaper-0.4.2/src/sineshaper/sineshapergui.hpp 2009-08-16 21:32:14.000000000 +0100 @@ -31,11 +31,11 @@ void program_selected(int bank, int program); /** This signal is emitted when the user selects a program in the GUI. */ - signal<void, unsigned long, unsigned long> signal_select_program; + sigc::signal<void, unsigned long, unsigned long> signal_select_program; /** This signal is emitted when the user has edited the programs and the plugin needs to reload the file with the user presets. */ - signal<void> signal_programs_changed; + sigc::signal<void> signal_programs_changed; protected:
signature.asc
Description: PGP signature