From 6199bbf36672f14fc3f88968d081266ed82da797 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Tue, 4 Aug 2009 14:03:53 +0000 Subject: [PATCH] Copy in the short README.source from mysqltcl --- debian/README.source | 84 ++------------------------------------------ debian/changelog | 2 +- 2 files changed, 4 insertions(+), 82 deletions(-) diff --git a/debian/README.source b/debian/README.source index 2728b1e..3d5f55c 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,81 +1,3 @@ -================================== -Quilt using package in your hands -================================== - -This package makes use of a debian/patches/ directory maintained -with quilt. The integration of the actual patches in the build process -is done with the inclusion of /usr/share/quilt/quilt.make in debian/rules. - - -Modify this package -=================== - -You can still modify this package (e.g. for NMUs) through editing -the source but be aware that this might collide with patches integrated -in the patch system. - -Since one of the patches strips linking flags from the configure and -configure.in files re-libtoolizing etc. pp. will result in build problems. - - -Modify this package with quilt -============================== - -This is a small example to get you started with quilt on this package -and is far from beeing complete. - -dpkg-source -x the package and change into that directory - -// Set the path to the patches correctly so that quilt can find them -tclcurl-7.19.0$ export QUILT_PATCHES=debian/patches - -// Check on the different patches available -tclcurl-7.19.0$ quilt series -man-section -reformat-tclcurl3 -correct-linking - -// Apply the correct-linking patch, this will cause quilt to apply all patches -// stacked on the selected one first. -tclcurl-7.19.0$ quilt push correct-linking -[...] - -// Take a look at the current diff -tclcurl-7.19.0$ quilt diff -[...] - - -// Open configure for editing -tclcurl-7.19.0$ quilt edit configure -[...] - -// Refresh the patch you're working on -tclcurl-7.19.0$ quilt refresh -Refreshed patch correct-linking - -// Remove the patch from your working stack -tclcurl-7.19.0$ quilt pop -Removing patch correct-linking -Restoring configure -Restoring configure.in - -Now at patch reformat-tclcurl3 - -// Add a new patch -tclcurl-7.19.0$ quilt new my-patch -Patch my-patch is now on top - -You can now edit, refresh and pop this patch of the stack -when you're done. - -// Importing an external patch is also possible -tclcurl-7.19.0$ quilt import -P /path/to/ext-patch - - - -Adding patches to quilt without actually using it -================================================= - -You can operate without using quilt. You just need -to add a proper patch to debian/patches and add the -name to the series file in the same directory. +This package uses quilt to manage the patches in debian/patches. +For further information please install the quilt package and read +/usr/share/doc/quilt/README.source. diff --git a/debian/changelog b/debian/changelog index 1373cec..3187fac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ tclcurl (7.19.0-1) UNRELEASED; urgency=low + Build-Depend at least on libcurl4 (>= 7.19.0). * Update mail address of the upstream maintainer in debian/copyright. * Bump Standards-Version to 3.8.2. - + Add a debian/README.source file with an introduction to quilt. + + Add a debian/README.source file. * Update debian/copyright with copyright information for Makefile.in and tclconfig/tcl.m4. Thanks to Ondrej Certik for the pointer in mysqltcl which has to applied here aswell. -- 2.39.2