From 4ea144cc44e49aea04afc8443f29cea21cb9c8c6 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Fri, 10 May 2013 17:39:03 +0200 Subject: [PATCH] Fix ITP bugnumber. Use lua-unit on description. --- debian/changelog | 6 +++--- debian/control | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e374e1e..b125147 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -lua-lemock (0.6-1) UNRELEASED; urgency=low +lua-lemock (0.6-1.1) UNRELEASED; urgency=low - * Initial release. (Closes: #703166) + * Initial release. (Closes: #707713) - -- Victor Seva Thu, 07 Mar 2013 20:18:14 +0100 + -- Victor Seva Fri, 10 May 2013 17:37:37 +0200 diff --git a/debian/control b/debian/control index 3f8cf9f..f18d4df 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Suggests: lua-unit XB-Lua-Versions: ${lua:Versions} Description: LeMock (Lua Easy Mock) for unit test LeMock is a mock creation module intended for use together - with a unit test framework such as lunit or lunity. It is inspired by + with a unit test framework such as lua-unit. It is inspired by EasyMock (for Java), and strives to be easy to use. Package: lua-lemock-dev @@ -31,7 +31,7 @@ Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: LeMock (Lua Easy Mock) for unit test LeMock is a mock creation module intended for use together - with a unit test framework such as lunit or lunity. It is inspired by + with a unit test framework such as lua-unit. It is inspired by EasyMock (for Java), and strives to be easy to use. . This package contains docs and test files.