-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA384 Michael Schmitz dixit:
>On Fri, Nov 23, 2012 at 10:23:36PM +0100, Ingo Jürgensmann wrote: >> From the current point of view, I think it's too early to think of >> re-inclusion in Debian. Maybe we can manage to follow unstable and Right, that was my original plan, to have that in place for wheezy+1, but… >That's the best I'd hope for. And it will take quite a few people to >step up and take care of a buildd system to pull off. … that one is true here. >> keep up with it and manage it somehow to get the stable version as >> well built so that we can offer a stable distri to our users instead Maybe we can do a jessie-m68k like etch-m68k, basically a stabilised snapshot of unstable at that time (hand-picked, with edos-debcheck, to ensure installability)? We can’t do the normal release process, as that needs a testing distribution, which isn’t done in Debian-Ports, and we cannot normally just rebuild stable because ⓐ we often need patched packages (not that big a problem, we could just override these with packages from m68k-unstable/-unreleased or apply them to the stable versions, this is actually quite manageable, but best done outside of Debian-Ports too) ⓑ how would you go building them, considering we've got only unstable right now? Building a stable release from unstable is bound to introduce dependencies on newer packages than were in a stable release. That’s why I think this isn’t as easy as it sounds. (Besides, I’m running unstable on my laptop at work. Especially during the freeze, it’s very agreeable.) But right now, let’s not talk about releases. Let’s build unstable. To quote Theo: Shut up and hack^Wbuild! I don’t want to see any more blahblah about building (without any actual building going on) here before http://buildd.debian-ports.org/stats/graph2-week-big.png has the blue graph overtake the pink one ;-) That being said, this is what you should do (after gpg-verifying this message): somebox$ sudo apt-key add - <<'EOF' - -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.9 (MirBSD) mQENBEjCxooBCACytVdobmcvuc3u8QDORGDtocpl3siHq8w1tVLgvD5HyBZ7w3rv AQZYgm3tTxEVCMsAuj3aBJmWJvQdjfhl0lQEFilelEgQtA+Kbf5RnMVlElIALgJN Sx6g9tJDD+o2mpE83nFzk3V8qCyxu18TiZDnJOG9+xobzqpDoRJpmyhspLa7E8Io M2ZV5BHF6/i544UCOTlldHRAvSJIlxx4Rux9d2F1eC8aDbvIc1P4xqEFHPXJ3e3U xLtax87vYRmmCFnFJGE7YQvuoIKmkckpfcFcB9E2RIXajX3tvbgqybxv+cDxcO1f BbfKBiaKI+bKNtfjUs/FerH+rwl/COqELGUXABEBAAGJATcEHwECACEFAkjC1ZQX DIABkDGVXnqXpP2jKyuGdrU0sumQB+ACBwAACgkQ9+l06UBUIt2fqwf+Jz/c7xaG K5mGh+NHyQ/LXM20lAKMkt1VdLimKsIemOPeBpA9G/j183kuGRMvTy1GVgpI0rIX bxiJMff5TH+OBh5QhxiuIaNOmTK9WnFE1r3XM1POyBJgld0no9pO7gtBynQyIPmO AAPOSE9gpM4a+Xv+LcHMJLSWlQZ8SsZk2ccCRXvs9TGJsTmt+7l+LWCq9ixlUrm1 UQcnOk2oq+UZsRMY47CnlSuD21uzQBDRtfdBjQOM4gC7iM2ioikSXxHmI+ctLooN efOurLf0OWv42CoQohQPgxY4D9KaMJQOcehwd/+Oo2p8RHIug9VA/8rQHrtdRHrq dYi42GvvPR6HVbRDVGhvcnN0ZW4gR2xhc2VyIChQYWNrYWdlIHNpZ25pbmcga2V5 IGZvciB3dGYgZGVicykgPHRnQGZyZWV3cnQub3JnPokBOAQTAQIAIgIbAwIeAQIX gAQLCQQHAxUDCgMWAgAFAk5mYeIFCQlmAlMACgkQ9+l06UBUIt0wAQgAofuWIMu7 mAj7SnpGUIMgL8E2xYaKOREZv7sk9Z/9PoHp8aQRhjVD/UWkkIiYMJffU/XtAZuu qAtRO13/7tYf4rd7fhXkVS0VI4LO5Mk2yfmJLxAm8dUeIlk3/pRk82wpt/226+Dg l7OZALhVSLJwHl9BEGknRBQES+VJhbEvKTW+w/KUC9TmmPIGLgjerivvSlq8FWzA qrFvXGi0zfP8GhSUNbf9P7FHe285l8t78sg16nZr6SyVR1YGCcGLzKLcqZKLCRrg wesy709LHPePJhX26DcvJVwk7GWzsl+0+btkNHTO6FXG9b0Cf/ffSIXiHVGYm/ix 3ps4RepDTBCMgA== =z6WJ - -----END PGP PUBLIC KEY BLOCK----- EOF somebox$ sudo sh -c 'echo deb http://www.freewrt.org/~tg/dp cross main >>/etc/apt/sources.list' # note I choose the "cross" repo because it does not contain # any packages that would replace your normal debian packages # during a dist-upgrade, unlike some others of mine somebox$ sudo apt-get update somebox$ sudo apt-get install --no-install-recommends wtf-debian-keyring # now you can do, for example somebox$ sudo cowbuilder --create --mirror http://www.freewrt.org/~tg/dp \ --distribution sid --debootstrap debootstrap \ --debootstrapopts --keyring=/usr/share/keyrings/wtf-debian-keyring.gpg \ --debootstrapopts --variant=buildd \ --debootstrapopts --include=apt,wtf-debian-keyring,debian-ports-archive-keyring # or this (even with https); omit "--variant=buildd" to get # a regular debian installation somebox$ sudo debootstrap --variant=buildd \ --include=apt,wtf-debian-keyring,debian-ports-archive-keyring \ sid /target http://www.freewrt.org/~tg/dp # now go read https://www.freewrt.org/~tg/sources.txt bye, //mirabilos - -- "Write more code." "You have no idea how fucked we are" "Make more commits." "Stop slacking you lazy bum!" "optimism in man kind does not belong here" -- src/usr.bin/mg/theo.c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MirBSD) iQIcBAEBCQAGBQJQsLc6AAoJEHa1NLLpkAfgxw4P/RcktzuXrBeRoEs1UXFgXPSr v7LEf2vPyeZE1CHqxSca2Lo81D8QT0UFP2TLn7Q4uONJpRxNLzwRu+rbErmuP9VK taF4fIhj8HZlIkw2mFeFxm/nP7zLR3M+vbXc3cQKp5P26VS3LGjcmFX3YKpjifW5 Arz5PNmMj0hKI8Q/lLhDF0863AnfbiLAiCU6PuUT3t1NBWV0rwbF/x+HALc7qVjL TzBPkVqiDE/P/9iCqFcXmLhOjcNF2pN2/mbRdMSOxLIKJLIBc/idBtY1mpUwBwaB 9yQsz0mMWbPtz84PgROPMq8YZvgJ7ey4/199BA7a72EfNmLhks0Y2Z0RPsI3a8mT lesL3LYPTYQo7OdoF94OhmFCTHMxrTTWZkpXo5RDyeStFozap5Y8CN0CVvA1gi8t w09gGKTNEjrTwVBksZm+t1UQtkgvTYfcPZiD9tNWRltam5RnZbTtTes2/dLAM/Q8 tt/zT4EoI9ZKGMgY4hb4dZRMN/fhUs2rr0k+bCCc/n7ribDbBXg87hlV5b3f7D3b +mGICuduZfDIEaAd/S7xdq0uVpe5SP3iYhZ3v1mAAfboduMIuMvhQ8XKTDm386b/ trcXfYc2vOfnRyLHfEmewSquSNiRIO8gJj69KMpDHwEO+87kYTDlJ+0/bve78RAG 5HRRWFIMfHMEU7oBkh/X =ff5T -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

