[SCM] lives packaging branch, master, updated. debian/1.1.8-1-32-g9b1ab25

hrickards-guest at users.alioth.debian.org hrickards-guest at users.alioth.debian.org
Tue Jan 12 08:44:37 UTC 2010


The following commit has been merged in the master branch:
commit 9b1ab25924e62cf21c17126bd42e8f23d46d5b70
Author: Harry Rickards <harry at linux.com>
Date:   Tue Jan 12 08:41:50 2010 +0000

    Added more detail to debian/README.source and updated for quilt

diff --git a/debian/README.source b/debian/README.source
index 1f2a959..d963f3c 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1 +1,31 @@
-See /usr/share/doc/dpatch/README.source.gz
+This package uses quilt in order to apply patches to the upstream source.  
+Patches are stored in debian/patches. For further details, see the man page for 
+quilt.
+
+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: 
+ 
+     export QUILT_PATCHES=debian/patches
+     quilt push -a
+
+ * 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 Modify_README.source, and then run:
+
+     export QUILT_PATCHES=debian/patches
+     quilt new Modify_README.source
+     quilt edit README.source
+
+   This will place you in your default editor to modify the file.
+   Once your are done editing, save the file and run:
+
+     quilt refresh
+
+ * To remove source modifications that are currently being applied when 
+   building the package, run:
+
+     export QUILT_PATCHES=debian/patches
+     quilt top
diff --git a/debian/changelog b/debian/changelog
index 15b1308..4b7653d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ lives (1.1.8-2) UNRELEASED; urgency=low
   * Removed libdirac-encoder0 and libdirac-decoder0 as they should
     be pulled in via shlibs.
   * Updated to use Debian fork of cdda2wav, icedax.
+  * Added more detail to debian/README.source and updated for quilt
   
   [ Alessio Treglia ]
   * debian/rules: Don't include quilt.make rules file, it's unnecessary.

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list