aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorribet2007-04-26 09:00:00 +0000
committerribet2007-04-26 09:00:00 +0000
commit0934db35d1c2784d0c9f61c2cbe8e8acc7c115bb (patch)
treef05e68ecb8b142c009084646026487994bccaf2f
parent1ac70d34922aece32446c7d896a8dc81301b74d4 (diff)
downloadmtc-0934db35d1c2784d0c9f61c2cbe8e8acc7c115bb.zip
mtc-0934db35d1c2784d0c9f61c2cbe8e8acc7c115bb.tar.gz
mtc-0934db35d1c2784d0c9f61c2cbe8e8acc7c115bb.tar.bz2
mtc-0934db35d1c2784d0c9f61c2cbe8e8acc7c115bb.tar.xz
Changing package name because mtools is a standard debian package
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 00b25cc..057287c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mtools (1.0-1) unstable; urgency=low
+mtools-perl (1.0-1) unstable; urgency=low
* Initial Debian release
diff --git a/debian/control b/debian/control
index 0d241ae..8279838 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
-Source: mtools
+Source: mtools-perl
Priority: optional
Maintainer: Philippe Ribet <ribet@cena.fr>
Build-Depends: debhelper (>= 4.0.0), zinc-perl
Standards-Version: 3.6.1
Section: tools
-Package: mtools
+Package: mtools-perl
Section: x11
Architecture: any
Depends: ${misc:Depends}, zinc-perl, ivy-perl, librecogest-perl, perl-anim, libxml-parser-perl, perl-modules
diff --git a/debian/rules b/debian/rules
index 4ae3c13..8881262 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
# $Id$
#
-package=mtools
+package=mtools-perl
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1