From 763dc5d5a07ff4b358f7ec2f66f3f9f0aae1c46c Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 10 Nov 2010 20:32:29 +0100 Subject: [PATCH] Fixed package building on Debian The chimara-player.install file was misnamed, and I also added a .gitignore file for the debian/ directory. --- debian/.gitignore | 10 ++++++++++ debian/chimara-player.install | 4 ++++ debian/libchimara-player.install | 3 --- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 debian/.gitignore create mode 100644 debian/chimara-player.install delete mode 100644 debian/libchimara-player.install diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..6ed22bd --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,10 @@ +chimara-player +files +libchimara-dev +libchimara-doc +libchimara0 +tmp +stamp* +*.debhelper.log +*.substvars +*.debhelper diff --git a/debian/chimara-player.install b/debian/chimara-player.install new file mode 100644 index 0000000..6e8625e --- /dev/null +++ b/debian/chimara-player.install @@ -0,0 +1,4 @@ +debian/tmp/usr/bin/chimara +debian/tmp/usr/share/chimara/chimara.ui +debian/tmp/usr/share/chimara/chimara.menus +debian/tmp/usr/share/chimara/style.css diff --git a/debian/libchimara-player.install b/debian/libchimara-player.install deleted file mode 100644 index 1a09ec8..0000000 --- a/debian/libchimara-player.install +++ /dev/null @@ -1,3 +0,0 @@ -debian/tmp/usr/bin/chimara -debian/tmp/usr/share/chimara/chimara.ui -debian/tmp/usr/share/chimara/chimara.menus \ No newline at end of file -- 2.30.2