The following commit has been merged in the README branch:
commit da7b6952d39ab310a4dc627843974b2d53fdb022
Author: Samuel Thibault <[email protected]>
Date: Sun Apr 8 22:58:37 2012 +0200
document the dde pull into debian branch in incubator
diff --git a/README b/README
index faa0851..39acc0f 100644
--- a/README
+++ b/README
@@ -2,8 +2,11 @@ In order to merge the upstream libpthread and procfs into the
hurd sources, the
files have to be moved to subdirectories. This is what '*-moved' branches are
for, i.e. the merge process is:
-$ git checkout dde
+$ git checkout dde-upstream
$ git pull upstream-dde
+$ git checkout dde
+$ git pull . dde-upstream
+$ git push dde-upstream:upstream-dde-debian
$ git tag -a upstream/dde/<date>
$ git checkout dde-clean
$ git pull . dde
--
Debian GNU Hurd packaging