From: martin f. krafft Date: Wed, 19 Nov 2008 14:37:26 +0000 (+0100) Subject: update since HOWTO is gzipped after install X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=commitdiff_plain;h=9a7cc21f755e7561a22f8cce332a349b749cad81 update since HOWTO is gzipped after install --- diff --git a/debian/NEWS b/debian/NEWS index cd4a957..fc39b7f 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -3,8 +3,8 @@ topgit (0.5-1) unstable; urgency=low The Debian topgit package now provides a Makefile snippet for inclusion from debian/rules, to facilitate the creation of a quilt series from TopGit branches during the package build (and cleanup) step. Please refer to - /usr/share/doc/topgit/HOWTO-tg2quilt and /usr/share/topgit/tg2quilt.mk for - more information. You can see it in action in the topgit package itself. + /usr/share/doc/topgit/HOWTO-tg2quilt.gz and /usr/share/topgit/tg2quilt.mk + for more information. You can see it in action in the topgit package itself. To stop the proliferation of TopGit boilerplate, which could make later maintenance and changes more difficult, you are encouraged to make use of diff --git a/debian/README.source b/debian/README.source index dee9b29..06bacff 100644 --- a/debian/README.source +++ b/debian/README.source @@ -6,7 +6,7 @@ refer to /usr/share/doc/quilt/README.source for information about how to use quilt for source packages. The quilt series is generated from the Git repository, using TopGit itself. -This process is documented in /usr/share/doc/topgit/HOWTO-tg2quilt. +This process is documented in /usr/share/doc/topgit/HOWTO-tg2quilt.gz . The topgit packages uses the branch layout described in the aforementioned document. diff --git a/debian/changelog b/debian/changelog index 4ea074a..62831d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ topgit (0.5-1) unstable; urgency=low * Upstream added bash completion (closes: #499072). * Provide the tg2quilt Makefile snippet for inclusion from debian/rules to facilitate generation of the quilt series from TopGit branches. See - /usr/share/doc/topgit/HOWTO-tg2quilt for details; thanks to Stefano + /usr/share/doc/topgit/HOWTO-tg2quilt.gz for details; thanks to Stefano Zacchiroli for the idea that led to this (closes: #501991). * Update the README.source workflow to refer to HOWTO-tg2quilt. * Add a NEWS file to make sure people get notified of this change. diff --git a/debian/tg2quilt.mk b/debian/tg2quilt.mk index 0444aab..031d7b1 100644 --- a/debian/tg2quilt.mk +++ b/debian/tg2quilt.mk @@ -44,8 +44,11 @@ # The PATCHES_DIR variable can be set before including the file to override # the default debian/patches location. # -# Copyright © 2008 martin f. krafft -# Released under terms of the the Artistic Licence 2.0. +# More information, particularly for people working on TopGit-using packages, +# can be found in /usr/share/doc/topgit/HOWTO-tg2quilt.gz . +# +# Copyright © 2008 martin f. krafft Released under terms +# of the the Artistic Licence 2.0. # ifeq ($(shell tg summary -t),)