Comment 44 for bug 569601

Revision history for this message
Matt Davey (mcdavey) wrote :

I have created a package for gnome-pilot-conduits 2.32.1. If you are running Ubuntu 10.10 and find that the time and memo-file conduits are missing, try building this v2.32.1 package.

NOTE: this package is not supported by me (or Canonical for that matter). I have tested it on my own box, but your mileage may vary. There's a good chance I'm missing some dependencies, etc., so please let me know if you have trouble building.

try the following:
     1. If you haven't already done so, download the deb build utilities
        using "sudo apt-get install dpkg-dev"
     2. Download the gnome-pilot build dependencies using "sudo apt-get
        build-dep gnome-pilot".
     3. download the files attached to comments #41, #42 and #43
         above into a single directory
     4. Now unpack using:
              "dpkg-source -x gnome-pilot-conduits_2.32.1-1.dsc"
     5. Now change directory into gnome-pilot-conduits-2.32.1 and run
              "dpkg-buildpackage -b"
         This should build a binary .deb file in the parent directory that you
         can install using "dpkg -i *deb"

Please post a comment if you have success/failure with the above.