summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieu.cousy2021-11-17 09:28:08 +0100
committermathieu.cousy2021-11-17 09:28:08 +0100
commitae4aa17cfa44057428937133e3bf826bd4f3f407 (patch)
treef6b2866db725cb6eef3f51263ed7c3f86e3a9ecd
parent8b2043beb06b5cd3debb0df3a97573d9a7bcc53f (diff)
downloadtransduct-ae4aa17cfa44057428937133e3bf826bd4f3f407.zip
transduct-ae4aa17cfa44057428937133e3bf826bd4f3f407.tar.gz
transduct-ae4aa17cfa44057428937133e3bf826bd4f3f407.tar.bz2
transduct-ae4aa17cfa44057428937133e3bf826bd4f3f407.tar.xz
corrections du packaging et version 0.3
-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