Your message dated Fri, 23 Jul 2010 19:34:22 -0700
with message-id <[email protected]>
and subject line zoneminder: Target dependencies in debian/rules lead to double
build
has caused the Debian Bug report #587815,
regarding zoneminder: Target dependencies in debian/rules lead to double build
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.)
--
587815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587815
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zoneminder
Version: 1.24.2-4
Severity: minor
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
At the moment zoneminder compiles everything twice; I think this is
caused by the inter-target dependencies in debian/rules, esp. by
using "patch".
The attached minimal patch fixes this issue; of course using
/usr/share/dpatch/dpatch.make or just converting to source format "3.0
(quilt)" would be more elgant.
Cheers,
gregor
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJMLPMqAAoJELs6aAGGSaoGfqQP/jDgNoYU/1SB+TabNwJAlEzY
6gQnCPIucxLZpM24sOLgiSX6RWnm0XT+buerxDPE1ewzxJErythU1yTWzMxOESvy
7loMH38MYMlo20vSRKqAAu5qkWecJSkEQ+pY3QPCyPLmYLsagUhitWpTMKx5U6/F
w+/mVXxPRFMqJMg4WSULXspuqAn0L2doKRUGdtpZlu1uUlbCnA5R+8JO1/DHciiF
rXZH1qepEGC9pD1mf1j6jVjI/s/P5Upnnh/ULaww4a0DcJHkCgzIjAaIog6fS8eA
SwLvl3xwo8lfv+0opDP46vAKM5ag8gKuoeFheeSrBTDbMlO1mACuH4lJtpc5FWQq
9pE6XyDn3bEsxcx4knLvuBKmX6/kd2fMVKzYhHoXjC3u+9/HlnmkY5sxaemBs7uQ
aLq2tWwUCQKuJIdz2WnU6c1ZrV1YzSby2Mm2zGQ2pyVvLgjX1Z9ZxUktg9IymRLE
fVVRRYfMbiz3LIUg8uqRaNFrYSCTConoq0d45HvD2ymYmdcd4tZ8UoxuRcKiUgFi
q9H9yII5EnGkTqJSolu5zle65FYyhy6dQosx2Udcizji34pNH3FsIyDM6lB1tuN0
bIACaOj7kwcPmAyr5xTSnckCkMcj0f2gfuZvKj1dWUay97GPExvk/J74QZKP6OPv
15LIxG/1DtwIOuLRw8d0
=vsiY
-----END PGP SIGNATURE-----
diff -u zoneminder-1.24.2/debian/changelog zoneminder-1.24.2/debian/changelog
--- zoneminder-1.24.2/debian/changelog
+++ zoneminder-1.24.2/debian/changelog
@@ -1,3 +1,10 @@
+zoneminder (1.24.2-4.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix target dependencies in debian/rules to avoid building twice.
+
+ -- gregor herrmann <[email protected]> Thu, 01 Jul 2010 21:50:18 +0200
+
zoneminder (1.24.2-4.1) unstable; urgency=low
* Non-maintainer upload.
diff -u zoneminder-1.24.2/debian/rules zoneminder-1.24.2/debian/rules
--- zoneminder-1.24.2/debian/rules
+++ zoneminder-1.24.2/debian/rules
@@ -23,7 +23,7 @@
CFLAGS += -O2
endif
-config.status: patch configure
+config.status: patch-stamp configure
dh_testdir
# Add here commands to configure the package.
autoreconf
--- End Message ---
--- Begin Message ---
Version: 1.24.2-5
chose the elegant route: switched to using source format "3.0 (quilt)".
live well,
vagrant
--- End Message ---