From: Uwe Kleine-König Date: Thu, 20 Nov 2008 09:53:47 +0000 (+0100) Subject: Implement installation of contrib/tg-completion.bash X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=commitdiff_plain;h=185a9e1f86867a19926ea92eca2252d7d45a3b10;hp=63e20771945d2ecf8a7b6fe90abc67bbb9a99997 Implement installation of contrib/tg-completion.bash Previously, the bash completion was not installed. This patch fixes that. Signed-off-by: Uwe Kleine-König Signed-off-by: martin f. krafft --- diff --git a/debian/changelog b/debian/changelog index 8ffd0a6..85b001c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ topgit (0.5-2) unstable; urgency=low * Provide new tg2quilt target tg-cleanexport, which recreates debian/patches in one step. + * Actually install the bash completion script; thanks to Uwe Kleine-König + for noticing and providing a patch (closes: #499072). -- martin f. krafft Wed, 19 Nov 2008 17:58:45 +0100 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 3bbe8d8..ec622c4 100644 --- a/debian/topgit.dirs +++ b/debian/topgit.dirs @@ -1,2 +1,3 @@ +etc/bash_completion.d usr/bin usr/share/topgit