Your message dated Sun, 09 Jun 2024 04:30:20 +0000
with message-id <[email protected]>
and subject line Bug#1072784: Removed package(s) from unstable
has caused the Debian Bug report #1058831,
regarding squeak-plugins-scratch: let dh_installudev pick location of udev rules
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 [email protected]
immediately.)


-- 
1058831: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058831
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: squeak-plugins-scratch
Version: 1.4.0.2~svn.r83-3.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: dep17m2

Dear Maintainer,

your package installs files related to udev, into /lib. These
files need to be moved to /usr/lib as part of Debian's usr-merge
effort [1].

Attached you will find a patch using dh_installudev to install
the udev rule. When dh_installudev gets changed in unstable, your
package will benefit via a binNMU or the next normal upload.
This is safe to do now.

Later during the trixie cycle I expect this bug class to raise in
priority.

If during the trixie cycle your package will undergo structural
changes or any other file moves, please see the wiki and upload
to experimental first when these changes are done.

Thank you for considering,
Chris

[1] https://wiki.debian.org/UsrMerge
diff -Nru squeak-plugins-scratch-1.4.0.2~svn.r83/debian/95-wedo.rules squeak-plugins-scratch-1.4.0.2~svn.r83/debian/95-wedo.rules
--- squeak-plugins-scratch-1.4.0.2~svn.r83/debian/95-wedo.rules	2022-12-01 21:18:32.000000000 +0100
+++ squeak-plugins-scratch-1.4.0.2~svn.r83/debian/95-wedo.rules	1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-ATTRS{idVendor}=="0694", ATTRS{idProduct}=="0003", SUBSYSTEMS=="usb", ACTION=="add", MODE="0666", GROUP="plugdev"
-
diff -Nru squeak-plugins-scratch-1.4.0.2~svn.r83/debian/changelog squeak-plugins-scratch-1.4.0.2~svn.r83/debian/changelog
--- squeak-plugins-scratch-1.4.0.2~svn.r83/debian/changelog	2022-12-01 21:18:32.000000000 +0100
+++ squeak-plugins-scratch-1.4.0.2~svn.r83/debian/changelog	2023-12-16 23:21:32.000000000 +0100
@@ -1,3 +1,10 @@
+squeak-plugins-scratch (1.4.0.2~svn.r83-3.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Let dh_installudev install udev rules. (Closes: #-1)
+
+ -- Chris Hofstaedtler <[email protected]>  Sat, 16 Dec 2023 23:21:32 +0100
+
 squeak-plugins-scratch (1.4.0.2~svn.r83-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru squeak-plugins-scratch-1.4.0.2~svn.r83/debian/control squeak-plugins-scratch-1.4.0.2~svn.r83/debian/control
--- squeak-plugins-scratch-1.4.0.2~svn.r83/debian/control	2022-12-01 21:18:32.000000000 +0100
+++ squeak-plugins-scratch-1.4.0.2~svn.r83/debian/control	2023-12-16 23:21:32.000000000 +0100
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Miriam Ruiz <[email protected]>
-Build-Depends: debhelper, dh-buildinfo,
+Build-Depends: debhelper (>= 13), dh-buildinfo,
  libcairo2-dev (>= 1.8.6), libpango1.0-dev (>= 1.24.1),
  libglib2.0-dev (>= 2.20.1), libv4l-dev (>= 0.5.8)
 Standards-Version: 4.2.1.4
diff -Nru squeak-plugins-scratch-1.4.0.2~svn.r83/debian/rules squeak-plugins-scratch-1.4.0.2~svn.r83/debian/rules
--- squeak-plugins-scratch-1.4.0.2~svn.r83/debian/rules	2022-12-01 21:18:32.000000000 +0100
+++ squeak-plugins-scratch-1.4.0.2~svn.r83/debian/rules	2023-12-16 23:21:32.000000000 +0100
@@ -68,6 +68,7 @@
 	dh_installexamples -a
 	dh_install -a
 	dh_installman -a
+	dh_installudev -a --priority=95 --name=wedo
 	dh_link -a
 	dh_strip -a --dbg-package=squeak-plugins-scratch-dbg
 	dh_compress -a
diff -Nru squeak-plugins-scratch-1.4.0.2~svn.r83/debian/squeak-plugins-scratch.install squeak-plugins-scratch-1.4.0.2~svn.r83/debian/squeak-plugins-scratch.install
--- squeak-plugins-scratch-1.4.0.2~svn.r83/debian/squeak-plugins-scratch.install	2022-12-01 21:18:32.000000000 +0100
+++ squeak-plugins-scratch-1.4.0.2~svn.r83/debian/squeak-plugins-scratch.install	2023-12-16 23:21:32.000000000 +0100
@@ -3,4 +3,3 @@
 unicode/so.UnicodePlugin usr/lib/scratch/plugins/
 wedo/so.WeDoPlugin usr/lib/scratch/plugins/
 debian/run-scratch usr/share/doc/squeak-plugins-scratch/scripts/
-debian/95-wedo.rules lib/udev/rules.d/
diff -Nru squeak-plugins-scratch-1.4.0.2~svn.r83/debian/squeak-plugins-scratch.wedo.udev squeak-plugins-scratch-1.4.0.2~svn.r83/debian/squeak-plugins-scratch.wedo.udev
--- squeak-plugins-scratch-1.4.0.2~svn.r83/debian/squeak-plugins-scratch.wedo.udev	1970-01-01 01:00:00.000000000 +0100
+++ squeak-plugins-scratch-1.4.0.2~svn.r83/debian/squeak-plugins-scratch.wedo.udev	2022-12-01 21:18:32.000000000 +0100
@@ -0,0 +1,2 @@
+ATTRS{idVendor}=="0694", ATTRS{idProduct}=="0003", SUBSYSTEMS=="usb", ACTION=="add", MODE="0666", GROUP="plugdev"
+

--- End Message ---
--- Begin Message ---
Version: 1.4.0.2~svn.r83-3.1+rm

Dear submitter,

as the package squeak-plugins-scratch has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1072784

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to