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