From f9b13f0182fb4d5fbdeb2dae1ba65dd38c2738a9 Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Mon, 9 Oct 2006 19:39:29 +0000 Subject: [PATCH] FLAIM change. Needed to exclude the .diff file from the Ubuntu package. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@972 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- flaim/Makefile | 4 ++-- flaim/debian/control | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flaim/Makefile b/flaim/Makefile index d94e671..96ec9f5 100644 --- a/flaim/Makefile +++ b/flaim/Makefile @@ -2041,8 +2041,8 @@ ubuntusrc: srcdist $(ec)$(gprintf) "Moving packages to UBUNTU directory ...\n" $(ec)$(call copycmd,$(ubuntu_stage_dir)/*.dsc,$(package_ubuntu_dir)) $(ec)$(call rmcmd,$(ubuntu_stage_dir)/*.dsc) - $(ec)$(call copycmd,$(ubuntu_stage_dir)/*.gz,$(package_ubuntu_dir)) - $(ec)$(call rmcmd,$(ubuntu_stage_dir)/*.gz) + $(ec)$(call copycmd,$(ubuntu_stage_dir)/*.tar.gz,$(package_ubuntu_dir)) + $(ec)$(call rmcmd,$(ubuntu_stage_dir)/*.tar.gz) $(ec)$(call copycmd,$(ubuntu_stage_dir)/*.changes,$(package_ubuntu_dir)) $(ec)$(call rmcmd,$(ubuntu_stage_dir)/*.changes) diff --git a/flaim/debian/control b/flaim/debian/control index 03c78e5..c6b23f0 100644 --- a/flaim/debian/control +++ b/flaim/debian/control @@ -1,6 +1,6 @@ Source: libflaim Priority: optional -Maintainer: Martin Meredith +Maintainer: Andrew Hodgkinson (Sr. Software Engineer) Build-Depends: debhelper (>= 5.0), libncurses-dev Standards-Version: 3.7.2 Section: libs @@ -29,4 +29,4 @@ Description: Embeddable cross-platform database engine and robust. It is available on a wide variety of 32 bit and 64 bit platforms. . - Homepage: http://www.bandit-project.org/index.php/FLAIM \ No newline at end of file + Homepage: http://www.bandit-project.org/index.php/FLAIM