[Pkg-shadow-commits] r251 - in trunk/debian: . patches

Nicolas FRANCOIS pkg-shadow-devel@lists.alioth.debian.org
Mon, 13 Jun 2005 23:07:21 +0000


Author: nekral-guest
Date: 2005-06-13 23:07:20 +0000 (Mon, 13 Jun 2005)
New Revision: 251

Modified:
   trunk/debian/patches/README.patches
   trunk/debian/rules
Log:
It seems everyone is convinced by the Quilt Power, so I kill the old cruft
regarding dpatch.


Modified: trunk/debian/patches/README.patches
===================================================================
--- trunk/debian/patches/README.patches	2005-06-13 22:05:22 UTC (rev 250)
+++ trunk/debian/patches/README.patches	2005-06-13 23:07:20 UTC (rev 251)
@@ -60,55 +60,3 @@
 manual, with tutorial.
 
 
-
-
-Short HOWTO for dpatch (old cruft we should kill once everyone is convinced by the Quilt Power)
-======================
-
-Applying a patch
-----------------
-* dpatch apply <name>
-  <name> is the name of the patch without the .dpatch extension
-
-* dpatch apply-all
-  will apply allpatches from the debian/patches/00list file
-
-Creating a new patch
---------------------
-Here is a way to create a new dpatch patch.
- * extract the original archive (shadow_4.0.3.orig.tar.gz)
- * put the debian directory from the sid branch inside the shadow-4.0.3
-   directory
- * prepare the creation of the new patch (I assume you want to create
-   the 314_lastlog_usage_249611 dpatch):
-
-       dpatch-edit-patch patch 314_lastlog_usage_249611 131_tl
-
-   (131_tl indicates that I want all patches up to 131_tl to be applied)
-
-   if there is no dependency with any other patch, you can use:
-       dpatch-edit-patch 314_lastlog_usage_249611
-
- * A new temporary directory should have been created, and a new shell
-   is invoked (by dpatch-edit-patch) in this directory.
- * You can make you modifications in this directory.
- * When you have made all you modifications, you just have to exit the
-   new shell created by dpatch-edit-patch, and the patch will be created
-   in the debian/patches directory.
-
-   You can also cancel the operation with an "exit 230".
- * The last step is to add the patch to debian/patches/00list, at the right
-   place if the patch has some dependancies.
-   If you don't want it to be applied automatically by a "dpatch apply-all",
-   you can comment it.
-   This is used to 
-
-If you have an existing standard patch, you can convert it with dpatch
-(see the dpatch man page).
-
-Editing an existing patch
--------------------------
-If you want to modify an existing dpatch (and if the modification cannot
-be performed easily by editing the patch), you can use:
-dpatch-edit-patch <name-of-the-existing-patch>
-

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-06-13 22:05:22 UTC (rev 250)
+++ trunk/debian/rules	2005-06-13 23:07:20 UTC (rev 251)
@@ -22,8 +22,6 @@
 
 export DH_COMPAT=3
 
-#include /usr/share/dpatch/dpatch.make
-
 # The autotools target adds forced build-time dependencies on
 # autotools-dev (for /usr/share/misc/config.*) and devscripts (for dch)
 # It's also a .PHONY make target.