[Pkg-telepathy-commits] [SCM] pymsn packaging branch, debian, updated. 1ab2717a3aa856baad99778903c25b1e2c5b94c3

Simon McVittie smcv at debian.org
Thu Jan 8 02:07:56 UTC 2009


The following commit has been merged in the debian branch:
commit d47104db018e40ef63ddcdcdbc1816e713b60fe4
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Jan 8 02:02:25 2009 +0000

    Add README.source

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..e3cfce4
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,50 @@
+Patches
+=======
+
+This package uses cdbs simple-patch-system to store modifications to the
+upstream source.
+
+To get the fully patched source: make -f debian/rules patch
+
+To revert to what's in git: make -f debian/rules unpatch
+
+To add a patch: obtain a diff and put it in debian/patches, or see below
+
+To remove an existing patch: delete it from debian/patches
+
+Packaging using git
+===================
+
+The repository contains an appropriate debian/gbp.conf to build this package
+using git-buildpackage. The debian branch contains the latest upstream versions
+(for unstable, or experimental while a freeze is in progress). The debian-lenny
+branch contains versions targeted for lenny, etc.
+
+Here's how to build it:
+
+    git clone git://git.debian.org/git/pkg-telepathy/pymsn.git
+    cd pymsn
+    git checkout debian
+    git-buildpackage -us -uc
+
+or for testing/stable branches like debian-lenny:
+
+    git clone git://git.debian.org/git/pkg-telepathy/pymsn.git
+    cd pymsn
+    git checkout debian-lenny
+    git-buildpackage -us -uc --git-debian-branch=debian-lenny
+
+The branch 'upstream' is a copy of the contents of upstream tarballs. To import
+upstream tarballs use:
+
+    git checkout debian
+    git-import-orig ~/pymsn-0.x.tar.gz
+
+The branch 'debian-patches' is 'upstream' plus any patches needed for Debian.
+It should be rebased on 'upstream' after each upstream release:
+
+    git checkout debian-patches
+    git rebase upstream
+
+Similarly, the branch 'debian-lenny-patches' tracks patches for the
+debian-lenny branch.
diff --git a/debian/changelog b/debian/changelog
index fe168e7..e855906 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ pymsn (0.3.3-2) UNRELEASED; urgency=low
 
   [ Simon McVittie ]
   * Move packaging to git
+  * Add README.source
 
  -- Laurent Bigonville <bigon at bigon.be>  Wed, 03 Sep 2008 21:18:19 +0200
 

-- 
pymsn packaging



More information about the Pkg-telepathy-commits mailing list