[neon/neon-packaging/dbc-parser-cpp/Neon/unstable] debian/patches: try again

Carlos De Maine null at kde.org
Sat Apr 1 04:53:07 BST 2023


Git commit 4a3f79df7998598a62e793aaee7f3ae59ed65da2 by Carlos De Maine.
Committed on 01/04/2023 at 03:53.
Pushed by carlosdem into branch 'Neon/unstable'.

try again

M  +2    -2    debian/patches/0001_labplot_patches
M  +4    -3    debian/patches/0002_labplot_patches

https://invent.kde.org/neon/neon-packaging/dbc-parser-cpp/commit/4a3f79df7998598a62e793aaee7f3ae59ed65da2

diff --git a/debian/patches/0001_labplot_patches b/debian/patches/0001_labplot_patches
index 82aad7b..2d07321 100644
--- a/debian/patches/0001_labplot_patches
+++ b/debian/patches/0001_labplot_patches
@@ -1,7 +1,7 @@
 From 120ba2b46149ea6f8ea3b9f87adbd65d84e65de3 Mon Sep 17 00:00:00 2001
 From: Martin Marmsoler <martin.marmsoler at gmail.com>
 Date: Fri, 6 Jan 2023 09:50:48 +0100
-Subject: [PATCH 1/2] value can be negative example:  SG_ Signal : 16|11 at 1+
+Subject: [PATCH] value can be negative example:  SG_ Signal : 16|11 at 1+
  (0.1,-102) [-102|102] "%"  DEVICE
 
 ---
@@ -20,4 +20,4 @@ index c92cc3e..c1ea0f4 100644
 +				signal_re("\\s(SG_)\\s(\\w+)\\s\\:\\s(\\d+)\\|(\\d+)\\@(\\d+)(\\+|\\-)\\s\\((-?\\d+\\.?(\\d+)?)\\,(-?\\d+\\.?(\\d+)?)\\)\\s\\[(-?\\d+\\.?(\\d+)?)\\|(-?\\d+\\.?(\\d+)?)\\]\\s\"(\\w*)\"\\s([\\w\\,]+|Vector__XXX)*") {
  
  	}
-  
\ No newline at end of file
+ 
diff --git a/debian/patches/0002_labplot_patches b/debian/patches/0002_labplot_patches
index 63a4f5e..57ef909 100644
--- a/debian/patches/0002_labplot_patches
+++ b/debian/patches/0002_labplot_patches
@@ -1,8 +1,8 @@
 From 076057bffe6e5da4748467d97fc7e353f93376c2 Mon Sep 17 00:00:00 2001
 From: Martin Marmsoler <martin.marmsoler at gmail.com>
 Date: Fri, 6 Jan 2023 10:01:10 +0100
-Subject: [PATCH 2/2] - signals can also contain special characters: SG_ Speed
- : 0|8 at 1+ (1,0) [0|204] "Km/h"  DEVICE1,DEVICE2,DEVICE3 - multiple whitespaces
+Subject: [PATCH] - signals can also contain special characters: SG_ Speed :
+ 0|8 at 1+ (1,0) [0|204] "Km/h"  DEVICE1,DEVICE2,DEVICE3 - multiple whitespaces
  at the end:  SG_ TEMPERATURE : 48|16 at 1+ (0.01,-40) [-40|125] "C" 
  DEVICE1,DEVICE2,DEVICE3
 
@@ -21,4 +21,5 @@ index c1ea0f4..24bfad7 100644
 -				signal_re("\\s(SG_)\\s(\\w+)\\s\\:\\s(\\d+)\\|(\\d+)\\@(\\d+)(\\+|\\-)\\s\\((-?\\d+\\.?(\\d+)?)\\,(-?\\d+\\.?(\\d+)?)\\)\\s\\[(-?\\d+\\.?(\\d+)?)\\|(-?\\d+\\.?(\\d+)?)\\]\\s\"(\\w*)\"\\s([\\w\\,]+|Vector__XXX)*") {
 +				signal_re("\\s(SG_)\\s(\\w+)\\s\\:\\s(\\d+)\\|(\\d+)\\@(\\d+)(\\+|\\-)\\s\\((-?\\d+\\.?(\\d+)?)\\,(-?\\d+\\.?(\\d+)?)\\)\\s\\[(-?\\d+\\.?(\\d+)?)\\|(-?\\d+\\.?(\\d+)?)\\]\\s\"(.*)\"\\s+([\\w\\,]+|Vector__XXX)*") {
  
- 	}
\ No newline at end of file
+ 	}
+ 


More information about the Neon-commits mailing list