[SCM] libfreebob packaging branch, master, updated. upstream/1.0.11-24-g906ebe6

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu Feb 26 22:33:28 UTC 2009


The following commit has been merged in the master branch:
commit 50b0d8e0b4ec9b4482f40bdc379ebc6ec9665333
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Thu Feb 26 22:17:46 2009 +0100

    take notes to manage this cdbs managed package based on
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485069

diff --git a/debian/README.Debian-Source b/debian/README.Debian-Source
index a4053c0..6dfbd44 100644
--- a/debian/README.Debian-Source
+++ b/debian/README.Debian-Source
@@ -12,3 +12,38 @@ $ xsltproc -''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docb
 (xsltproc and docbook-xsl packages must be installeds).
 
  -- Marcio Roberto Teixeira <marciotex at gmail.com>, Sat, 14 Oct 2006 17:45:00 -0200
+
+Source Package Format
+---------------------
+
+This package uses the "cdbs" package for its rules file and the
+"simple-patchsys.mk" rule for managing the source and patches.  The rest
+of this file describes standard procedures for packages that use cdbs in
+this way (so you don't have to read it if you are already familiar with
+that technique).
+
+To produce the full source of the package in a form
+that is ready for editing, please run
+
+./debian/rules patch
+
+from the extracted package directory.
+
+To remove patches that have already been applied, run
+
+./debian/rules reverse-patches
+
+If you need to make additional modifications, you will need to save
+the original file and create a patch.  Do this as follows:
+
+cp somedir/somefile.c somedir/somefile.c.orig
+(edit somedir/somefile.c)
+diff -u somedir/somefile.c.orig somedir/somefile.c > ../../debian/patches/patchname.patch
+
+You may include multiple changes in the same patch file, and you may
+create multiple patch files as needed.  Please ensure that your patch
+files are named in such a way that applying them in lexical order will
+work.  You should test your patches by starting with a clean extract
+of the source package (using dpkg-source -x package.dsc) and applying
+the patches with ./debian/rules patch.
+

-- 
libfreebob packaging



More information about the pkg-multimedia-commits mailing list