[Pkg-php-commits] [php/debian-experimental] add information about quilt use to README.source
Ondrej Sury
ondrej at howl.office.nic.cz
Tue Aug 25 14:57:23 UTC 2009
---
debian/README.source | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index 1d78d2e..31a1146 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,8 +1,16 @@
-
== Generation of the php5-dbg package Depends ==
- The following command can be used to generate a heuristic list of packages
-the php5-dbg package probably needs to Depend on:
+The following command can be used to generate a heuristic list of
+packages the php5-dbg package probably needs to Depend on:
+
dh_testdir && egrep '^Package' debian/control | cut '-d ' -f2 | \
egrep -v '(^php5|dbg|dev|common|pear)$' | tr "\n" "|" | sed 's/|$//' |\
sed -r 's/([^|]+)(\||$)/ \1 (= ${binary:Version}) \2/g'; echo
+
+ == Used patch system ==
+
+This package uses quilt to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
--
1.5.6.5
More information about the Pkg-php-commits
mailing list