[Python-modules-commits] [python-django] 01/09: Add README.source with explanations about our git workflow

Raphaël Hertzog hertzog at moszumanska.debian.org
Tue Oct 13 10:20:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

hertzog pushed a commit to branch debian/experimental
in repository python-django.

commit 5c2bbb7640df2249435ef474ff57687f2138999f
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Tue Oct 13 11:14:33 2015 +0200

    Add README.source with explanations about our git workflow
---
 debian/README.source | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..265e298
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,28 @@
+Git packaging rules for python-django
+-------------------------------------
+
+The package is following DEP-14 for the branches layout:
+http://dep.debian.net/deps/dep14/
+
+Configure usage of pristine-tar
+-------------------------------
+Run the following command:
+git config dpm.pristineTarCommit true
+
+Coping with git-dpm limitations
+-------------------------------
+
+Until #801666 is fixed, you have to manually update your .git/config with the
+following commands (and update them again when a branch starts following
+a new upstream release):
+
+git config branch.debian/experimental.dpmUpstreamBranch upstream/1.8.x
+git config branch.debian/sid.dpmUpstreamBranch upstream/1.7.x
+git config branch.debian/jessie.dpmUpstreamBranch upstream/1.7.x
+git config branch.debian/wheezy.dpmUpstreamBranch upstream/1.4.x
+git config branch.debian/squeeze.dpmUpstreamBranch upstream/1.2.x
+git config branch.debian/experimental.dpmPatchedBranch debian/patched-experimental
+git config branch.debian/sid.dpmPatchedBranch debian/patched-sid
+git config branch.debian/jessie.dpmPatchedBranch debian/patched-jessie
+git config branch.debian/wheezy.dpmPatchedBranch debian/patched-wheezy
+git config branch.debian/squeeze.dpmPatchedBranch debian/patched-squeeze

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django.git



More information about the Python-modules-commits mailing list