[Pkg-voip-commits] r5015 - /README
kilian at alioth.debian.org
kilian at alioth.debian.org
Tue Dec 4 08:16:11 UTC 2007
Author: kilian
Date: Tue Dec 4 08:16:11 2007
New Revision: 5015
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5015
Log:
fix typo in header. Make explanation about "patch/unpatch" and it's phonyness a
bit more verbose.
Modified:
README
Modified: README
URL: http://svn.debian.org/wsvn/pkg-voip/README?rev=5015&op=diff
==============================================================================
--- README (original)
+++ README Tue Dec 4 08:16:11 2007
@@ -204,12 +204,14 @@
6.1. dpatch
~~~~~~~~~~~
-Using quilt is as easy as putting
+Using dpatch is as easy as putting
-------------------------------------------------
include /usr/share/dpatch/dpatch.make
-------------------------------------------------
-to your debian/rules. This creates two new targets, "patch" and "unpatch"
-which may depended upon on configure and clean respectively.
+to your debian/rules. This creates three new targets, "patch" and "unpatch"
+which are phony and patch-stamp that's not phony which can be used as depends
+upon on configure and clean respectively. For clean you'll need to make sure
+unpatch is run after the regular cleanup or rerun builds will fail in clean.
6.2. quilt
~~~~~~~~~~
@@ -217,8 +219,11 @@
-------------------------------------------------
include /usr/share/quilt/quilt.make
-------------------------------------------------
-to your debian/rules. This creates two new targets, "patch" and "unpatch"
-which may depended upon on configure and clean respectively.
+to your debian/rules. This creates three new targets, "patch" and "unpatch"
+which are phony and patch-stamp that's not phony which can be used as depends
+upon on configure and clean respectively. For clean you'll need to make sure
+unpatch is run after the regular cleanup or rerun builds will fail in clean.
+
It is recommended to use these settings so that you can move around on your
series with quilt:
More information about the Pkg-voip-commits
mailing list