From 6defc42c6ca994611aa07fd575f3ad7e2003ae97 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 5 Feb 2008 17:27:43 +0000 Subject: [PATCH] fix exclusions from po/ --- debian/gfxboot-theme-ubuntu.install | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/gfxboot-theme-ubuntu.install b/debian/gfxboot-theme-ubuntu.install index 59c600e..1a56f7f 100644 --- a/debian/gfxboot-theme-ubuntu.install +++ b/debian/gfxboot-theme-ubuntu.install @@ -1 +1,2 @@ -Makefile langlist *.config *.fnt *.inc *.jpg install/bootlogo.tar.gz po usr/share/gfxboot-theme-ubuntu +Makefile langlist *.config *.fnt *.inc *.jpg install/bootlogo.tar.gz usr/share/gfxboot-theme-ubuntu +po/*.po po/Makefile po/README po/bin usr/share/gfxboot-theme-ubuntu/po diff --git a/debian/rules b/debian/rules index 4c32a0e..173224c 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ install: build dh_testdir dh_testroot dh_clean -k - dh_install -X en.tr -X text.inc + dh_install binary-arch: build install dh_testdir