Changes between Version 2 and Version 3 of apt.mayfirst.org


Ignore:
Timestamp:
Apr 16, 2014, 2:18:28 PM (10 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • apt.mayfirst.org

    v2 v3  
    5858MF/PL servers are running the `amd64` platform.  Please find a way to build the packages on that platform.
    5959
     60Here's an example of me building the mailman jessie package for the wheezy platform:
     61
     62 * Use a wheezy amd64 machine
     63 * Add to /etc/apt/sources.list.d/jessie.list:
     64{{{
     65deb-src http://mirror.cc.columbia.edu/debian/ jessie main
     66}}}
     67 * `mkdir /tmp/mailman && cd /tmp/mailman`
     68 * `apt-get update`
     69 * `apt-get build-dep mailman`
     70 * `apt-get source mailman/jessie`
     71 * `cd mailman-2.1.16/`
     72 * `dch --local ~mfplwheezy --distribution wheezy-mfpl "Rebuild for wheezy-mfpl."` (return warning because wheezy-mfpl not recognized as distro)
     73 * `dpkg-buildpackage -us -uc -sa`
     74
    6075=== Adding your package ===
    6176