Merge lp:~kim0/ubuntu/natty/bacula/ftbfs-fix into lp:ubuntu/natty/bacula

Proposed by Ahmed Kamal
Status: Merged
Merged at revision: 60
Proposed branch: lp:~kim0/ubuntu/natty/bacula/ftbfs-fix
Merge into: lp:ubuntu/natty/bacula
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
src/lib/Makefile.in (+1/-1)
To merge this branch: bzr merge lp:~kim0/ubuntu/natty/bacula/ftbfs-fix
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+43327@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jonathan Riddell (jr) wrote :

Shouldn't this be a patch? Otherwise it'll get lost in the next version upgrade.

Revision history for this message
Ahmed Kamal (kim0) wrote :

Bacula does not use a proper patch system. In the diff.gz file there's a lot of direct patching of the source anyway

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-12-09 16:43:46 +0000
+++ debian/changelog 2010-12-10 10:12:58 +0000
@@ -1,3 +1,10 @@
1bacula (5.0.2-2ubuntu3) natty; urgency=low
2
3 * Added libssl explicit build dependency in src/lib/Makefile.in for libbac.
4 Closes: (LP: #687968)
5
6 -- Ahmed Kamal <kim0@ubuntu.com> Fri, 10 Dec 2010 10:30:04 +0200
7
1bacula (5.0.2-2ubuntu2) natty; urgency=low8bacula (5.0.2-2ubuntu2) natty; urgency=low
29
3 * Rebuild with python 2.7 as the python default.10 * Rebuild with python 2.7 as the python default.
411
=== modified file 'src/lib/Makefile.in'
--- src/lib/Makefile.in 2010-03-03 08:38:35 +0000
+++ src/lib/Makefile.in 2010-12-10 10:12:58 +0000
@@ -126,7 +126,7 @@
126126
127libbac.la: Makefile $(LIBBAC_LOBJS)127libbac.la: Makefile $(LIBBAC_LOBJS)
128 @echo "Making $@ ..."128 @echo "Making $@ ..."
129 $(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -o $@ $(LIBBAC_LOBJS) -export-dynamic -rpath $(libdir) -release $(LIBBAC_LT_CURRENT).$(LIBBAC_LT_REVISION).$(LIBBAC_LT_AGE) $(WRAPLIBS) $(CAP_LIBS)129 $(LIBTOOL_LINK) $(CXX) $(DEFS) $(DEBUG) $(LDFLAGS) -lssl -o $@ $(LIBBAC_LOBJS) -export-dynamic -rpath $(libdir) -release $(LIBBAC_LT_CURRENT).$(LIBBAC_LT_REVISION).$(LIBBAC_LT_AGE) $(WRAPLIBS) $(CAP_LIBS)
130130
131libbaccfg.a: $(LIBBACCFG_OBJS) 131libbaccfg.a: $(LIBBACCFG_OBJS)
132 @echo "Making $@ ..."132 @echo "Making $@ ..."

Subscribers

People subscribed via source and target branches

to all changes: