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

Bug#876724: marked as done (hamster-applet: find(1) call in debian/rules cannot delete all matched files)



Your message dated Fri, 22 Dec 2017 22:12:58 +0000
with message-id <[🔎] E1eSVYo-000DG0-8a@fasolo.debian.org>
and subject line Bug#884990: Removed package(s) from unstable
has caused the Debian Bug report #876724,
regarding hamster-applet: find(1) call in debian/rules cannot delete all matched files
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.)


-- 
876724: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876724
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: hamster-applet
Version: 2.91.3+git20120514.b9fec3e1-2
Severity: minor
Tags: patch

Hi,

The find(1) call in debian/rules will not delete all matched files
as -delete has high precedence; it will "bind" to the last -name "X"
clause only.

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index b186a06..4343838 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ binary-install/hamster-applet::
 		rm -rf usr/lib/bonobo && \
 		rm -f usr/lib/hamster-applet/hamster-applet && \
 		rm -f usr/share/applications/hamster-applet.desktop && \
-		find -name applet.py -o -name applet.ui -delete
+		find -name \( applet.py -o -name applet.ui \) -delete
 	dh_python2 -phamster-applet
 	dh_gconf -phamster-applet
 

--- End Message ---
--- Begin Message ---
Version: 2.91.3+git20120514.b9fec3e1-2+rm

Dear submitter,

as the package hamster-applet 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/884990

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

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

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

--- End Message ---

Reply to: