The 99_autoreconf.patch patch reverts the changes of the dont_build_libevent.patch patch

Bug #510776 reported by Christoph Korn
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
transmission (Ubuntu)
Fix Released
Low
Chris Coulson

Bug Description

Binary package hint: transmission

The dont_build_libevent.patch makes the following changes to the configure script:
-ac_subdirs_all='third-party/libevent'
+#ac_subdirs_all='third-party/libevent'

and

-subdirs="$subdirs third-party/libevent"
+#subdirs="$subdirs third-party/libevent"

However the 99_autoreconf.patch patch which gets applied afterwards reverts these changes again:
-#ac_subdirs_all='third-party/libevent'
+ac_subdirs_all='third-party/libevent'

and

-#subdirs="$subdirs third-party/libevent"
+subdirs="$subdirs third-party/libevent"

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Thanks for spotting that!

Changed in transmission (Ubuntu):
assignee: nobody → Chris Coulson (chrisccoulson)
importance: Undecided → Low
status: New → Triaged
Changed in transmission (Ubuntu):
status: Triaged → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package transmission - 1.83-0ubuntu1

---------------
transmission (1.83-0ubuntu1) lucid; urgency=low

  [ Krzysztof Klimonda ]
  * New upstream release (LP: #512391)
  * Fixes bugs:
    - transmission consistently reports having downloading 115-130% of the
      required data with no corresponding corrupt download data numbers
      (LP: #499964)
  * debian/patches/99_autoreconf.patch:
    - Refreshed for the new changes

  [ Chris Coulson ]
  * debian/patches/01_lpi.patch:
    - Updated to use a pkg-config check at configure time, and not hard
      code the library name in transmission_LDADD
  * debian/patches/dont_build_libevent.patch:
    - Updated to patch configure.ac rather than configure. This stops
      it from breaking with an autoconf run (LP: #510776)
 -- Krzysztof Klimonda <email address hidden> Thu, 21 Jan 2010 18:23:05 +0000

Changed in transmission (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.