summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.debian3
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rwxr-xr-xdebian/rules2
4 files changed, 9 insertions, 2 deletions
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 <bothorel@cena.dgac.fr>, 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 <mathieu.cousy@enac.fr> 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