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
This commit is contained in:
ahodgkinson
2006-10-09 19:39:29 +00:00
parent 60b604e5b3
commit f9b13f0182
2 changed files with 4 additions and 4 deletions

View File

@@ -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)

View File

@@ -1,6 +1,6 @@
Source: libflaim
Priority: optional
Maintainer: Martin Meredith <mez@ubuntu.com>
Maintainer: Andrew Hodgkinson (Sr. Software Engineer) <ahodgkinson@novell.com>
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
Homepage: http://www.bandit-project.org/index.php/FLAIM