Control: tags -1 patch

On 15.12.2013 22:56, Kamil Ignacak wrote:
>> During a rebuild of all packages in sid, your package failed to build on
>> amd64.
>>
> [...]
>>
> 
> Hi!
> 
> Version 0.9.5-2 of cwdaemon fixes this problem. Files necessary to build
> new package are available here:
> http://sourceforge.net/projects/cwdaemon/files/cwdaemon%200.9.5/cwdaemon-0.9.5-2/

I propose a slightly different fix, attached here versioned as a nmu:

cwdaemon (0.9.5-1.1) unstable; urgency=medium

 * Non-maintainer upload.
 * debian/rules:
   - Only run dh_auto_clean if the .deps directory exists to fix:
     make[1]: *** No rule to make target `.deps/ttys.Po'.  Stop.
     (Closes: #724156)

That way you don't need to carry a lot of unnecessary diff in the debian
patch.

Thanks for your time!

-- 
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru cwdaemon-0.9.5/debian/changelog cwdaemon-0.9.5/debian/changelog
--- cwdaemon-0.9.5/debian/changelog     2012-04-05 20:24:19.000000000 +0200
+++ cwdaemon-0.9.5/debian/changelog     2014-02-02 19:09:47.000000000 +0100
@@ -1,3 +1,13 @@
+cwdaemon (0.9.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules:
+    - Only run dh_auto_clean if the .deps directory exists to fix:
+      make[1]: *** No rule to make target `.deps/ttys.Po'.  Stop.
+      (Closes: #724156)
+
+ -- Andreas Moog <andreas.m...@warperbbs.de>  Sun, 02 Feb 2014 18:30:39 +0100
+
 cwdaemon (0.9.5-1) unstable; urgency=low
 
   * New version of upstream package;
diff -Nru cwdaemon-0.9.5/debian/rules cwdaemon-0.9.5/debian/rules
--- cwdaemon-0.9.5/debian/rules 2012-01-28 18:00:20.000000000 +0100
+++ cwdaemon-0.9.5/debian/rules 2014-02-02 18:36:27.000000000 +0100
@@ -2,3 +2,6 @@
 
 %:
        dh $@
+
+override_dh_auto_clean:
+       [ ! -d .deps ] || dh_auto_clean

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to