]> git.sven.stormbind.net Git - sven/mysqltcl.git/commitdiff
Strip down the README.source to the bare minimum
authorSven Hoexter <sven@timegate.de>
Sun, 18 Jan 2009 09:11:19 +0000 (09:11 +0000)
committerSven Hoexter <sven@timegate.de>
Sun, 18 Jan 2009 09:11:19 +0000 (09:11 +0000)
debian/README.source
debian/changelog

index 41ee3d44a90fecc8d36ffa0b7281bd01703333a7..3d5f55cc43ef608010f774a60eba7a53f064c5d8 100644 (file)
@@ -1,84 +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.
-Thus you've the patch and unpatch target available to take a look at what
-the patched source will look like.
-
-It follows a short introduction on how you can interact with quilt and this
-package. If you wan't to know more plase take a look at
-/usr/share/doc/quilt/README.source
-
-
-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.
-
-
-Modify this package with quilt
-==============================
-
-This is a small example to get you started with quilt on a similar 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 <patch> /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.
index 1feca825905ed21700a38dcd5dfec445c7282937..34b0102d9af682aec58de2ddb902048a12c774da 100644 (file)
@@ -9,7 +9,7 @@ mysqltcl (3.05-2) unstable; urgency=low
   * Stretch the long description a bit with footage from the manpage.
     (Noted by Ondrej Certik)
 
- -- Sven Hoexter <sven@timegate.de>  Sat, 27 Dec 2008 19:42:58 +0100
+ -- Sven Hoexter <sven@timegate.de>  Sun, 18 Jan 2009 10:10:52 +0100
 
 mysqltcl (3.05-1) unstable; urgency=low