Merge lp:~dev-nigelj/ubuntu/oneiric/zabbix/ftbfs-20110610 into lp:ubuntu/oneiric/zabbix

Proposed by Nigel Jones
Status: Merged
Merged at revision: 37
Proposed branch: lp:~dev-nigelj/ubuntu/oneiric/zabbix/ftbfs-20110610
Merge into: lp:ubuntu/oneiric/zabbix
Diff against target: 36 lines (+9/-2)
2 files modified
debian/changelog (+7/-0)
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~dev-nigelj/ubuntu/oneiric/zabbix/ftbfs-20110610
Reviewer Review Type Date Requested Status
Dave Walker (community) Approve
Ubuntu branches Pending
Review via email: mp+64149@code.launchpad.net

Description of the change

This fixes a FTBFS and bad debian/rules behaviour that was discovered as a result of the last merge.

The issue was not apparent in pbuilder and local build tests, but previous builds have been done without patches applied, this causes the 'prepare' rule to be called at the right time, and ensure that patches are applied before building. Also runs autoconf etc which is required for a pre-existing ./configure patch.

No Ubuntu bug for the FTBFS yet, and the debian/rules patch has been sent to Debian as http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630016

To post a comment you must log in.
Revision history for this message
Dave Walker (davewalker) wrote :

Uploading/Merging with a slight change:
=== modified file 'debian/changelog'
--- debian/changelog 2011-06-10 10:44:51 +0000
+++ debian/changelog 2011-06-10 11:22:49 +0000
@@ -3,6 +3,7 @@
   * debian/rules: change 'prepare' call placement, to ensure sources are
     patched & that autotools are run before building. (Fixes FTBFS as a
     result of ldap-linker-lp722300.patch)
+
  -- Nigel Jones <email address hidden> Fri, 10 Jun 2011 22:00:28 +1200

review: Approve
Revision history for this message
Dave Walker (davewalker) wrote :

Rather,
=== modified file 'debian/changelog'
--- debian/changelog 2011-06-10 10:44:51 +0000
+++ debian/changelog 2011-06-10 11:29:49 +0000
@@ -3,7 +3,8 @@
   * debian/rules: change 'prepare' call placement, to ensure sources are
     patched & that autotools are run before building. (Fixes FTBFS as a
     result of ldap-linker-lp722300.patch)
- -- Nigel Jones <email address hidden> Fri, 10 Jun 2011 22:00:28 +1200
+
+ -- Nigel Jones <email address hidden> Fri, 10 Jun 2011 22:00:28 +1200

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-05-21 21:37:06 +0000
3+++ debian/changelog 2011-06-10 10:49:26 +0000
4@@ -1,3 +1,10 @@
5+zabbix (1:1.8.5-1ubuntu2) oneiric; urgency=low
6+
7+ * debian/rules: change 'prepare' call placement, to ensure sources are
8+ patched & that autotools are run before building. (Fixes FTBFS as a
9+ result of ldap-linker-lp722300.patch)
10+ -- Nigel Jones <dev@nigelj.com> Fri, 10 Jun 2011 22:00:28 +1200
11+
12 zabbix (1:1.8.5-1ubuntu1) oneiric; urgency=low
13
14 * Merge from debian unstable (LP: #721707). Remaining changes:
15
16=== modified file 'debian/rules'
17--- debian/rules 2011-02-21 22:59:41 +0000
18+++ debian/rules 2011-06-10 10:49:26 +0000
19@@ -107,7 +107,7 @@
20
21 # Copy the source directory (without the 'debian' directory) to other locations
22 # to configure and compile the sources there for each database flavor.
23-extract: prepare $(foreach s,$(VARIANTS),extract-$(s)-stamp)
24+extract: $(foreach s,$(VARIANTS),extract-$(s)-stamp)
25 extract-%-stamp:
26 @echo "--------------------------"
27 @echo "Copying source directory to $(BUILDDIR)-$(*) for building the $(*) variant there"
28@@ -127,7 +127,7 @@
29 touch $@
30
31 # Compile the flavors
32-build: $(foreach s,$(VARIANTS),build-$(s)-stamp)
33+build: prepare $(foreach s,$(VARIANTS),build-$(s)-stamp)
34 build-%-stamp: configure-%-stamp
35 @echo "--------------------------"
36 @echo "Compiling the $(*) flavor in $(BUILDDIR)-$(*)"

Subscribers

People subscribed via source and target branches

to all changes: