Package: topgit Version: 0.5-1 Followup-For: Bug #499172 Hello,
here comes a patch I'm not sure if changing debian/changelog was right (and done right). Adopt it to your needs. Best regards Uwe --->8--- >From 07f9c3baa8cce45067b25bb1877c6d72bd5968c1 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König <[EMAIL PROTECTED]> Date: Thu, 20 Nov 2008 10:42:28 +0100 Subject: [PATCH] ship bash completion MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Signed-off-by: Uwe Kleine-König <[EMAIL PROTECTED]> --- debian/changelog | 4 ++++ debian/rules | 1 + debian/topgit.dirs | 1 + 3 files changed, 6 insertions(+), 0 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ffd0a6..b9689ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ topgit (0.5-2) unstable; urgency=low + [ martin f. krafft ] * Provide new tg2quilt target tg-cleanexport, which recreates debian/patches in one step. + [ Uwe Kleine-König ] + * ship bash completion + -- martin f. krafft <[EMAIL PROTECTED]> Wed, 19 Nov 2008 17:58:45 +0100 topgit (0.5-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 3c814d7..30f025c 100755 --- a/debian/rules +++ b/debian/rules @@ -27,6 +27,7 @@ install: build $(MAKE) DESTDIR=$(CURDIR)/debian/topgit prefix=/usr install rm -f $(wildcard $(CURDIR)/debian/topgit/usr/share/topgit/*.txt) dh_install + install -m644 contrib/tg-completion.bash debian/topgit/etc/bash_completion.d/topgit binary-arch: build install diff --git a/debian/topgit.dirs b/debian/topgit.dirs index 0f9bb2e..b41310c 100644 --- a/debian/topgit.dirs +++ b/debian/topgit.dirs @@ -1,3 +1,4 @@ +etc/bash_completion.d usr/bin usr/share/topgit usr/share/topgit -- 1.5.6.5 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]