chiark / gitweb /
update since HOWTO is gzipped after install
authormartin f. krafft <madduck@debian.org>
Wed, 19 Nov 2008 14:37:26 +0000 (15:37 +0100)
committermartin f. krafft <madduck@debian.org>
Wed, 19 Nov 2008 14:37:26 +0000 (15:37 +0100)
debian/NEWS
debian/README.source
debian/changelog
debian/tg2quilt.mk

index cd4a957cdeaf59d8cecbeed35d83d7e36f2806aa..fc39b7fa000fbbc0cd5dea79a30f528c5d4be7b5 100644 (file)
@@ -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
index dee9b2939ccb9591daeba55bc1b59876fb69202c..06bacffcaaa0ca802af7be5f2f2cdb8bcfe51d18 100644 (file)
@@ -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.
index 4ea074a9992e452d11c03c5eedad7586f6c54f79..62831d26f9a465aaa8d564baf3f980cc31528b36 100644 (file)
@@ -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.
index 0444aab18918ba7b463860a35a830deef1c22f72..031d7b1ae92e70f2bb06f1ba76e582aa380afbda 100644 (file)
 # The PATCHES_DIR variable can be set before including the file to override
 # the default debian/patches location.
 #
-# Copyright © 2008 martin f. krafft <madduck@debian.org>
-# 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 <madduck@debian.org> Released under terms
+# of the the Artistic Licence 2.0.
 #
 
 ifeq ($(shell tg summary -t),)