From ae4aa17cfa44057428937133e3bf826bd4f3f407 Mon Sep 17 00:00:00 2001 From: mathieu.cousy Date: Wed, 17 Nov 2021 09:28:08 +0100 Subject: corrections du packaging et version 0.3 --- debian/README.debian | 3 ++- debian/changelog | 5 +++++ debian/compat | 1 + debian/rules | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 debian/compat diff --git a/debian/README.debian b/debian/README.debian index ba64366..42b45eb 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -1,6 +1,7 @@ -voiceplugin for DEBIAN +IVY messages translations ---------------------- Comments regarding the Package +Listen to a regexp with matches and re emits a modified message Gwenael Bothorel , Fri, 23 Apr 1999 16:25:58 +0200 diff --git a/debian/changelog b/debian/changelog index b10e76d..d50c83c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +transduct (0.3) stable; urgency=low + * Evolution : remplacement globaux dans la regexp + + -- Mathieu Cousy Wed, 10 Nov 2021 14:06:50 +0100 + transduct (0.2) unstable; urgency=low * Evolution diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/rules b/debian/rules index 77c1b01..4db9595 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ install: build dh_testroot dh_clean -k dh_installdirs - install -m755 src/$(package) $(CURDIR)/debian/tmp/usr/bin/$(package) + install -m755 src/$(package) $(CURDIR)/debian/$(package)/usr/bin/$(package) binary-indep: build install binary-arch: build install -- cgit v1.1