[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#993564: marked as done (bullseye-pu: package dlt-viewer/2.21.2+dfsg-2+deb11u1)



Your message dated Sat, 09 Oct 2021 12:09:40 +0100
with message-id <81741a2f4e370c14a3bec08b7fe6e2b10c32267b.camel@adam-barratt.org.uk>
and subject line Closing p-u bugs for updates in 11.1
has caused the Debian Bug report #993564,
regarding bullseye-pu: package dlt-viewer/2.21.2+dfsg-2+deb11u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
993564: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993564
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
User: release.debian.org@packages.debian.org
Usertags: pu
Tags: bullseye
Severity: normal

[ Reason ]
Hello, for some reasons some headers in the -dev file were not
installed, leading to an error in building external plugins.
I opened RC: #993562 to track this issue, and I would like to fix also
bullseye since the fix is trivial

[ Impact ]
Headers files are now installed into the include directory (4 missing
files)

[ Tests ]
I did compile custom plugins successfully with the fixed package

[ Risks ]
Risk is really low, I'm just installing 4 more header files into the system.

[ Checklist ]
  [x] *all* changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in (old)stable
  [x] the issue is verified as fixed in unstable

[ Changes ]
I would like to use a regex instead of manually listing all the files,
like I did on sid.

diff --git a/debian/changelog b/debian/changelog
index 132a972..7d5c5a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dlt-viewer (2.21.2+dfsg-2+deb11u1) bullseye; urgency=medium
+
+  * Add missing qdlt/qdlt*.h header files to dev package
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 01 Sep 2021 11:42:30 +0200
+
 dlt-viewer (2.21.2+dfsg-2) unstable; urgency=medium

   * Revert compat level bump to let package migrate to testing.
diff --git a/debian/dlt-viewer-dev.install b/debian/dlt-viewer-dev.install
index 231bd86..b8ee2ee 100644
--- a/debian/dlt-viewer-dev.install
+++ b/debian/dlt-viewer-dev.install
@@ -1,19 +1,3 @@
 usr/lib/*/*.a
 qdlt/plugininterface.h         /usr/include
-qdlt/qdltbase.h                        /usr/include
-qdlt/qdltargument.h            /usr/include
-qdlt/qdltmsg.h                 /usr/include
-qdlt/qdltfilter.h              /usr/include
-qdlt/qdltfilterlist.h          /usr/include
-qdlt/qdltfilterindex.h         /usr/include
-qdlt/qdltdefaultfilter.h       /usr/include
-qdlt/qdltfile.h                        /usr/include
-qdlt/qdltcontrol.h             /usr/include
-qdlt/qdltconnection.h          /usr/include
-qdlt/qdltipconnection.h                /usr/include
-qdlt/qdlttcpconnection.h       /usr/include
-qdlt/qdltudpconnection.h       /usr/include
-qdlt/qdltserialconnection.h    /usr/include
-qdlt/qdltplugin.h              /usr/include
-qdlt/qdltpluginmanager.h       /usr/include
-qdlt/qdlt.h                    /usr/include
+qdlt/qdl*.h                    /usr/include


[ Other info ]
None.

thanks for caring!
Gianfranco
diff -Nru dlt-viewer-2.21.2+dfsg/debian/changelog dlt-viewer-2.21.2+dfsg/debian/changelog
--- dlt-viewer-2.21.2+dfsg/debian/changelog	2021-04-04 11:22:20.000000000 +0200
+++ dlt-viewer-2.21.2+dfsg/debian/changelog	2021-09-01 11:42:30.000000000 +0200
@@ -1,3 +1,9 @@
+dlt-viewer (2.21.2+dfsg-2+deb11u1) bullseye; urgency=medium
+
+  * Add missing qdlt/qdlt*.h header files to dev package
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 01 Sep 2021 11:42:30 +0200
+
 dlt-viewer (2.21.2+dfsg-2) unstable; urgency=medium
 
   * Revert compat level bump to let package migrate to testing.
diff -Nru dlt-viewer-2.21.2+dfsg/debian/dlt-viewer-dev.install dlt-viewer-2.21.2+dfsg/debian/dlt-viewer-dev.install
--- dlt-viewer-2.21.2+dfsg/debian/dlt-viewer-dev.install	2021-03-27 09:29:15.000000000 +0100
+++ dlt-viewer-2.21.2+dfsg/debian/dlt-viewer-dev.install	2021-09-01 11:42:30.000000000 +0200
@@ -1,19 +1,3 @@
 usr/lib/*/*.a
 qdlt/plugininterface.h		/usr/include
-qdlt/qdltbase.h			/usr/include
-qdlt/qdltargument.h		/usr/include
-qdlt/qdltmsg.h			/usr/include
-qdlt/qdltfilter.h 		/usr/include
-qdlt/qdltfilterlist.h		/usr/include
-qdlt/qdltfilterindex.h		/usr/include
-qdlt/qdltdefaultfilter.h	/usr/include
-qdlt/qdltfile.h			/usr/include
-qdlt/qdltcontrol.h		/usr/include
-qdlt/qdltconnection.h		/usr/include
-qdlt/qdltipconnection.h		/usr/include
-qdlt/qdlttcpconnection.h	/usr/include
-qdlt/qdltudpconnection.h	/usr/include
-qdlt/qdltserialconnection.h	/usr/include
-qdlt/qdltplugin.h		/usr/include
-qdlt/qdltpluginmanager.h	/usr/include
-qdlt/qdlt.h			/usr/include
+qdlt/qdl*.h			/usr/include

--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 11.1

Hi,

The updates relating to these bugs were included in this morning's 11.1
point release for bullseye.

Regards,

Adam

--- End Message ---

Reply to: