[Pkg-mpd-commits] [SCM] Git repository for pkg-mpd branch, master, updated. debian/0.16.1-1-6-g1476f41

Alexander Wirt formorer at debian.org
Sat Feb 12 19:44:44 UTC 2011


The following commit has been merged in the master branch:
commit 1476f41bb6612326ab86d708d01f6a5bff4c2b40
Author: Alexander Wirt <formorer at debian.org>
Date:   Sat Feb 12 20:12:27 2011 +0100

    Add README.source

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..a144718
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,29 @@
+This package uses CDBS (and therefore simple-patchsys.mk) in order to 
+apply patches to the upstream source. Patches are stored in 
+debian/patches and their filenames usually end in .patch or .diff .
+For further details, see the man page for cdbs-edit-patch.
+
+All commands described below should be run from the top directory of the 
+package source tree, unless otherwise stated.
+
+* To generate the fully patched source, in a form ready for
+editing, that would be built to create Debian packages, run: 
+
+make -f debian/rules apply-patches
+
+* To modify the source and save those modifications so that
+they will be applied when building the package, pick a
+suitably informative patch file name, for example
+01_add_README.source_file.patch, and then run:
+
+cdbs-edit-patch 01_add_README.source_file.patch
+
+This will place you in a new shell in a temporary copy of the 
+source tree.  Make your desired modifications to it, and then 
+exit the shell to create the patch file containing them (this 
+		file will appear in debian/patches).
+
+* To remove source modifications that are currently being
+applied when building the package, run:
+
+make -f debian/rules reverse-patches

-- 
Git repository for pkg-mpd



More information about the Pkg-mpd-commits mailing list