[neon/backports-focal/iio-sensor-proxy/Neon/unstable] debian/patches: Drop patch fix-build-on-debian.patch

Ritesh Raj Sarraf null at kde.org
Fri Oct 9 07:46:06 BST 2020


Git commit 9c15fa55e77ebd33a58039cd358ba3faf4b76d85 by Ritesh Raj Sarraf.
Committed on 14/08/2015 at 12:01.
Pushed by bshah into tag 'Neon/unstable'.

Drop patch fix-build-on-debian.patch

D  +0    -41   debian/patches/fix-build-on-debian.patch
M  +0    -1    debian/patches/series

https://invent.kde.org/neon/backports-focal/iio-sensor-proxy/commit/9c15fa55e77ebd33a58039cd358ba3faf4b76d85

diff --git a/debian/patches/fix-build-on-debian.patch b/debian/patches/fix-build-on-debian.patch
deleted file mode 100644
index c5ece16..0000000
--- a/debian/patches/fix-build-on-debian.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Fix build on Debian.
-
-See bug: https://github.com/hadess/iio-sensor-proxy/issues/33
---- a/src/drivers.h
-+++ b/src/drivers.h
-@@ -58,7 +58,7 @@
- 	void     (*close)       (void);
- };
- 
--inline gboolean
-+static inline gboolean
- driver_discover (SensorDriver *driver,
- 		 GUdevDevice  *device)
- {
-@@ -69,7 +69,7 @@
- 	return driver->discover (device);
- }
- 
--inline gboolean
-+static inline gboolean
- driver_open (SensorDriver       *driver,
- 	     GUdevDevice        *device,
- 	     ReadingsUpdateFunc  callback_func,
-@@ -83,7 +83,7 @@
- 	return driver->open (device, callback_func, user_data);
- }
- 
--inline void
-+static inline void
- driver_set_polling (SensorDriver *driver,
- 		    gboolean      state)
- {
-@@ -95,7 +95,7 @@
- 	driver->set_polling (state);
- }
- 
--inline void
-+static inline void
- driver_close (SensorDriver *driver)
- {
- 	g_return_if_fail (driver);
diff --git a/debian/patches/series b/debian/patches/series
index 2c71def..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-fix-build-on-debian.patch



More information about the Neon-commits mailing list