[neon/neon-packaging/dbc-parser-cpp/Neon/unstable] /: initial package

Carlos De Maine null at kde.org
Thu Mar 2 04:11:47 GMT 2023


Git commit fa0e9dd73825f46d7305fb16801b1e5c733f4be7 by Carlos De Maine.
Committed on 02/03/2023 at 04:11.
Pushed by carlosdem into branch 'Neon/unstable'.

initial package

A  +5    -0    changelog
A  +24   -0    control
A  +0    -0    copyright
A  +2    -0    dbc-parser-cpp-dev.install
A  +1    -0    dbc-parser-cpp-doc.install
A  +9    -0    dbc-parser-cpp.doc-base
A  +1    -0    dbc-parser-cpp.install
A  +9    -0    rules
A  +1    -0    source/format
A  +6    -0    watch

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

diff --git a/changelog b/changelog
new file mode 100644
index 0000000..1a4c5d3
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+dbc-parser-cpp (0.1.1-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Carlos De Maine <carlosdemaine at gmail.com>  Thu, 02 Mar 2023 11:01:21 +1000
diff --git a/control b/control
new file mode 100644
index 0000000..57abf86
--- /dev/null
+++ b/control
@@ -0,0 +1,24 @@
+Source: dbc-parser-cpp
+Maintainer: Kde Neon <neon at kde.org>
+Section: misc
+Priority: optional
+Standards-Version: 4.1.2
+Build-Depends: debhelper-compat (= 13), fastfloat-dev, doxygen
+
+Package: dbc-parser-cpp
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description:  This is to provide a library header only file to read in DBC files.
+ This contains all the library components.
+
+Package: dbc-parser-cpp-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, dbc-parser-cpp
+Description:  This is to provide a library header only file to read in DBC files.
+ This contains all the library development files.
+
+Package: dbc-parser-cpp-doc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, dbc-parser-cpp
+Description:  This is to provide a library header only file to read in DBC files.
+ This contains all the library documenation.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..e69de29
diff --git a/dbc-parser-cpp-dev.install b/dbc-parser-cpp-dev.install
new file mode 100644
index 0000000..44800f5
--- /dev/null
+++ b/dbc-parser-cpp-dev.install
@@ -0,0 +1,2 @@
+usr/include/libdbc/
+usr/lib/*/pkgconfig/
diff --git a/dbc-parser-cpp-doc.install b/dbc-parser-cpp-doc.install
new file mode 100644
index 0000000..8ac716d
--- /dev/null
+++ b/dbc-parser-cpp-doc.install
@@ -0,0 +1 @@
+usr/share/doc/html/ /usr/share/dbc-parse-cpp/
diff --git a/dbc-parser-cpp.doc-base b/dbc-parser-cpp.doc-base
new file mode 100644
index 0000000..ac93c0e
--- /dev/null
+++ b/dbc-parser-cpp.doc-base
@@ -0,0 +1,9 @@
+Document: dbc-parser-cpp
+Title: Debian doc-base Manual
+Author: Christian Schwarz
+Abstract: This is the doxygen documentation for the dbd-parser-cpp package.
+Section: Education
+
+Format: HTML
+Index: /usr/share/doc/dbc-parser-cpp/html/index.html
+Files: /usr/share/doc/dbc-parser-cpp/html/*.html
diff --git a/dbc-parser-cpp.install b/dbc-parser-cpp.install
new file mode 100644
index 0000000..6893b91
--- /dev/null
+++ b/dbc-parser-cpp.install
@@ -0,0 +1 @@
+usr/lib/*/libdbc.a
diff --git a/rules b/rules
new file mode 100755
index 0000000..dabc6ad
--- /dev/null
+++ b/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+CMAKE_ARGS = -DENABLE_TESTS=OFF
+%:
+	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- $(CMAKE_ARGS)
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644
index 0000000..4f63007
--- /dev/null
+++ b/watch
@@ -0,0 +1,6 @@
+version=4
+opts="filenamemangle=s%archive/refs/tags/v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+   https://github.com/Technica-Engineering/vector_blf/tags \
+   archive/refs/tags/v?(\d[\d.]*)\.tar\.gz debian uupdate
+
+   #https://github.com/Technica-Engineering/vector_blf/archive/refs/tags/v2.3.1.tar.gz


More information about the Neon-commits mailing list