Your message dated Sat, 03 Dec 2005 08:17:06 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#341782: fixed in arabtex 3.11-8
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Dec 2005 00:10:14 +0000
>From [EMAIL PROTECTED] Fri Dec 02 16:10:14 2005
Return-path: <[EMAIL PROTECTED]>
Received: from alpha.logic.tuwien.ac.at ([128.130.175.20])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EiKyj-0007og-CT
for [EMAIL PROTECTED]; Fri, 02 Dec 2005 16:10:14 -0800
Received: from host75-221.pool80183.interbusiness.it
([80.183.221.75] helo=gandalf ident=Debian-exim)
by alpha.logic.tuwien.ac.at with asmtp (Exim 3.35 #1)
id 1EiKyh-0000aT-00; Sat, 03 Dec 2005 01:10:11 +0100
Received: from norbert by gandalf with local (Exim 4.60)
(envelope-from <[EMAIL PROTECTED]>)
id 1EiKyf-0004EZ-9L; Sat, 03 Dec 2005 01:10:09 +0100
Date: Sat, 3 Dec 2005 01:10:09 +0100
From: Norbert Preining <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Cc: [email protected]
Subject: arabtex: does not work with current tetex (and texlive) (patch
included)
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="IJpNTDwzlM2Ie8A6"
Content-Disposition: inline
X-Reportbug-Version: 3.18
X-Debbugs-Cc: [EMAIL PROTECTED]
User-Agent: Mutt/1.5.11
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-10.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
RCVD_IN_SORBS,X_DEBBUGS_CC autolearn=ham
version=2.60-bugs.debian.org_2005_01_02
--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: arabtex
Version: 3.11-7
Severity: important
Tags: patch
Hi Clint!
arabtex does not work with the new tetex 3 layout, please see the TeX
Policy in the tex-common package for details.
I have taken the liberty to patch your packages so that it works with
current tetex (and with the upcoming texlive packages).
Attached is an diff on top of an unpacked arabtex package 3.11-7. I
included it here also with some comments:
updmap.cfg is deleted as map installation is done with
dh_installtexfonts to get all the features of the new system without any
hassles.
--- arabtex-3.11/debian/updmap.cfg
+++ arabtex-3.11.orig/debian/updmap.cfg
@@ -1,2 +0,0 @@
-# arabtex map file
-Map arabtex.map
The rules file is reworked for comapatibility level 4 and usage of
debhelper scripts, see the interdiff for the fulls stuff:
diff -u arabtex-3.11/debian/rules arabtex-3.11/debian/rules
--- arabtex-3.11/debian/rules
+++ arabtex-3.11/debian/rules
@@ -4,57 +4,44 @@
...
one comment: the files arabtex.tex and hebtex.tex should be installed
into tex/generic/arabtex as they are NOT latex input files but for plain
tex.
+ cp tex/latex/arabtex/* $(tmpdir)/usr/share/texmf/tex/latex/arabtex
+ mv $(tmpdir)/usr/share/texmf/tex/latex/arabtex/arabtex.tex
$(tmpdir)/usr/share/texmf/tex/generic/arabtex
+ mv $(tmpdir)/usr/share/texmf/tex/latex/arabtex/hebtex.tex
$(tmpdir)/usr/share/texmf/tex/generic/arabtex
the map file is moved from /etc/texmf/dvips FIRST to
/etc/texmf/fonts/map/dvips and as soon as tetex has moved all its map
files to /usr/share/texmf than it can be moved also to /usr/share/texmf.
It makes more sense there, as it can be overriden easily by putting a
copy into /etc/texmf/fonts/map
See also the preinst script which does the config file change.
+ cp fonts/type1/arabtex/arabtex.map $(tmpdir)/etc/texmf/fonts/map/dvips
The call to dh_installtexfonts installes the updmap.d config file and
the related file in /var/lib/tex-common/...
Furthermore, it should be a MixedMap and not a Map
+ dh_installtexfonts MixedMap=arabtex.map
Lots of your commands replaced by dh_ scripts.
+ dh_installchangelogs doc/arabtex/txt/changes.txt
+
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
control changed to depend on debhelper, on tex-common, and on either
tetex or texlive.
diff -u arabtex-3.11/debian/control arabtex-3.11/debian/control
--- arabtex-3.11/debian/control
+++ arabtex-3.11/debian/control
@@ -2,11 +2,12 @@
Section: tex
Priority: optional
Maintainer: Clint Adams <[EMAIL PROTECTED]>
-Standards-Version: 3.6.1
+Build-Depends-Indep: tex-common (>= 0.11), debhelper (>= 4)
+Standards-Version: 3.6.2.1
Package: arabtex
Architecture: all
-Depends: tetex-bin (>= 2), tetex-extra
+Depends: tex-common (>= 0.11), tetex-bin (>= 2) | texlive-latex-base,
tetex-extra | texlive-latex-base
Description: Arabic/Hebrew macros for TeX/LaTeX
ArabTeX is a package extending the capabilities of TeX/LaTeX to generate
the arabic writing from an ASCII transliteration for texts in several
reverted:
postrm and postinst is REMOVED as it is *automatically* generated from
debhelper/dh_installtexfonts. You don't have to care for this anymore.
--- arabtex-3.11/debian/postrm
+++ arabtex-3.11.orig/debian/postrm
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-case "$1" in
- remove|purge)
- mktexlsr || true
- ;;
-esac
dirs adapted to the new layout
diff -u arabtex-3.11/debian/dirs arabtex-3.11/debian/dirs
--- arabtex-3.11/debian/dirs
+++ arabtex-3.11/debian/dirs
@@ -3,5 +3,6 @@
usr/share/texmf/tex/latex/arabtex
+usr/share/texmf/tex/generic/arabtex
usr/share/doc/arabtex
usr/share/texmf/fonts/type1/arabtex
-etc/texmf/dvips
+etc/texmf/fonts/map/dvips
etc/texmf/updmap.d
postinst removed, see above
--- arabtex-3.11/debian/postinst
+++ arabtex-3.11.orig/debian/postinst
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-DVIPSCONFIG=/usr/share/texmf/dvips/config
-
-update-updmap
-mktexlsr
-updmap
changelog entry for my changes
diff -u arabtex-3.11/debian/changelog arabtex-3.11/debian/changelog
--- arabtex-3.11/debian/changelog
+++ arabtex-3.11/debian/changelog
@@ -1,3 +1,12 @@
+arabtex (3.11-7.1) unstable; urgency=low
+
+ * NMU upload to get it working with current tetex
+ * adaption to new tetex font configuration
+ * first move of map files to /etc/texmf/fonts/map/dvips
+ * dependency on texlive added
+
+ -- Norbert Preining <[EMAIL PROTECTED]> Sat, 3 Dec 2005 00:12:30 +0100
+
arabtex (3.11-7) unstable; urgency=low
* Update apatch.sty to 3.11m.
fix an error/warning from lintian, this is a syntax error!
@@ -154,10 +163,10 @@
-- Clint Adams <[EMAIL PROTECTED]> Sun, 28 Mar 1999 08:42:55 -0500
-arabtex (3.06-2) unstable; urgency=medium, closes=14014
+arabtex (3.06-2) unstable; urgency=medium
* Renamed hcbase_p.mf to hcbase_pc.mf so that Hebrew support
- will work properly with the hclassic font.
+ will work properly with the hclassic font. (Closes: #14014)
-- Clint Adams <[EMAIL PROTECTED]> Tue, 17 Feb 1998 21:21:37 -0500
conffiles removed, with compat=4 this is done automatically
--- arabtex-3.11/debian/conffiles
+++ arabtex-3.11.orig/debian/conffiles
@@ -1,2 +0,0 @@
-/etc/texmf/dvips/arabtex.map
-/etc/texmf/updmap.d/10arabtex.cfg
new is the preinst script which tries to move changes done by the admin
to the new conf file location
only in patch2:
unchanged:
--- arabtex-3.11.orig/debian/preinst
+++ arabtex-3.11/debian/preinst
@@ -0,0 +1,46 @@
+#!/bin/sh -e
+
+config_move ()
+{
+ oldfile=$1
+ oldmd5sum=$2
+ newloc=$3
+
+ if ! [ -r $oldfile ] ; then
+ return 0
+ fi
+ oldloc=`dirname $1`
+ newmd5sum=`md5sum $oldfile | cut -d ' ' -f 1`
+ if [ "$newmd5sum" = "$oldmd5sum" ] ; then
+ echo "Removing obsolete, unchanged conffile $oldfile"
+ rm $oldfile
+ else
+ if [ "X$newloc" = "X" ] ; then
+ echo "Conffile $oldfile was changed, leaving it at the same place"
+ else
+ echo "Conffile $oldfile was changed, moving it to new location
$newloc"
+ mkdir -p $newloc
+ mv $oldfile $newloc
+ fi
+ fi
+ test -d $oldloc && rmdir --ignore-fail-on-non-empty $oldloc || true
+}
+
+case "$1" in
+ upgrade|install)
+ set -e
+ config_move /etc/texmf/dvips/arabtex.map
42298450172bb0f033c4844ded62280e /etc/texmf/fonts/map/dvips/
+ ;;
+ abort-upgrade)
+ ;;
+
+ *)
+ echo "preinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
+
set the compatibility level to 4
only in patch2:
unchanged:
--- arabtex-3.11.orig/debian/compat
+++ arabtex-3.11/debian/compat
@@ -0,0 +1 @@
+4
That's it. I hope this is ok for you. I came around this since I want to
get most packages either working with tetex and texlive, or see what I
can leave out of texlive as it is in Debian already.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-rc3-mm1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
--IJpNTDwzlM2Ie8A6
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="arabtex-inter.diff"
reverted:
--- arabtex-3.11/debian/updmap.cfg
+++ arabtex-3.11.orig/debian/updmap.cfg
@@ -1,2 +0,0 @@
-# arabtex map file
-Map arabtex.map
diff -u arabtex-3.11/debian/rules arabtex-3.11/debian/rules
--- arabtex-3.11/debian/rules
+++ arabtex-3.11/debian/rules
@@ -4,57 +4,44 @@
+tmpdir=$(CURDIR)/debian/$(package)
build:
- $(checkdir)
+ dh_testdir
touch build
clean:
- $(checkdir)
+ dh_testdir
+ dh_clean -k
-rm -f build
-rm -f `find . -name "*~"`
-rm -rf debian/tmp debian/files* core debian/substvars
-binary-indep: checkroot build
- $(checkdir)
- -rm -rf debian/tmp
- install -d debian/tmp
- cd debian/tmp && install -d `cat ../dirs`
- cp fonts/tfm/arabtex/*.tfm debian/tmp/usr/share/texmf/fonts/tfm/arabtex
- cp fonts/source/arabtex/*.mf
debian/tmp/usr/share/texmf/fonts/source/arabtex
-# mv debian/tmp/usr/share/texmf/fonts/source/arabtex/hcbase_p.mf
debian/tmp/usr/share/texmf/fonts/source/arabtex/hcbase_pc.mf
- cp tex/latex/arabtex/* debian/tmp/usr/share/texmf/tex/latex/arabtex
- cp fonts/type1/arabtex/*.pfb
debian/tmp/usr/share/texmf/fonts/type1/arabtex
- cp fonts/type1/arabtex/arabtex.map debian/tmp/etc/texmf/dvips
- cp debian/updmap.cfg debian/tmp/etc/texmf/updmap.d/10arabtex.cfg
-
- cp -a doc/arabtex/* debian/tmp/usr/share/doc/arabtex
- install -g 0 -o 0 -m 644 -p debian/copyright
debian/tmp/usr/share/doc/arabtex/copyright
- install -g 0 -o 0 -m 644 -p doc/arabtex/txt/changes.txt
debian/tmp/usr/share/doc/arabtex/changelog
-
- install -d debian/tmp/DEBIAN
- install -o 0 -g 0 -p -m755 debian/postinst debian/tmp/DEBIAN/postinst
- install -o 0 -g 0 -p -m755 debian/postrm debian/tmp/DEBIAN/postrm
- install -o 0 -g 0 -p -m644 debian/changelog
debian/tmp/usr/share/doc/arabtex/changelog.Debian
- install -p -m644 debian/conffiles debian/tmp/DEBIAN/conffiles
-
- chmod a-x debian/tmp/usr/share/doc/arabtex/changelog.Debian
debian/tmp/usr/share/doc/arabtex/changelog
debian/tmp/usr/share/doc/arabtex/txt/arabtex.doc
debian/tmp/usr/share/doc/arabtex/txt/arwindoc.tex
debian/tmp/usr/share/doc/arabtex/txt/changes2.txt
debian/tmp/usr/share/doc/arabtex/txt/hebrew.305
debian/tmp/usr/share/doc/arabtex/txt/readme.305
debian/tmp/usr/share/doc/arabtex/txt/sindhi.tex
debian/tmp/usr/share/doc/arabtex/txt/readme.txt
- gzip -9f debian/tmp/usr/share/doc/arabtex/changelog.Debian
debian/tmp/usr/share/doc/arabtex/changelog
debian/tmp/usr/share/doc/arabtex/txt/arabtex.doc
debian/tmp/usr/share/doc/arabtex/txt/arwindoc.tex
debian/tmp/usr/share/doc/arabtex/txt/changes2.txt
debian/tmp/usr/share/doc/arabtex/txt/hebrew.305
debian/tmp/usr/share/doc/arabtex/txt/readme.305
debian/tmp/usr/share/doc/arabtex/txt/sindhi.tex
debian/tmp/usr/share/doc/arabtex/txt/readme.txt
-
- cd debian/tmp && find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs
-r0 md5sum > DEBIAN/md5sums
-
- dpkg-gencontrol -isp
- chown -R root.root debian/tmp
- chmod -R go=rX debian/tmp
- dpkg --build debian/tmp ..
-
-define checkdir
- test -f debian/rules
-endef
-
-# Below here is fairly generic really
+binary-indep: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ cp fonts/tfm/arabtex/*.tfm $(tmpdir)/usr/share/texmf/fonts/tfm/arabtex
+ cp fonts/source/arabtex/*.mf
$(tmpdir)/usr/share/texmf/fonts/source/arabtex
+ cp tex/latex/arabtex/* $(tmpdir)/usr/share/texmf/tex/latex/arabtex
+ mv $(tmpdir)/usr/share/texmf/tex/latex/arabtex/arabtex.tex
$(tmpdir)/usr/share/texmf/tex/generic/arabtex
+ mv $(tmpdir)/usr/share/texmf/tex/latex/arabtex/hebtex.tex
$(tmpdir)/usr/share/texmf/tex/generic/arabtex
+ cp fonts/type1/arabtex/*.pfb
$(tmpdir)/usr/share/texmf/fonts/type1/arabtex
+ cp fonts/type1/arabtex/arabtex.map $(tmpdir)/etc/texmf/fonts/map/dvips
+ #
+ # install fonts
+ #
+ dh_installtexfonts MixedMap=arabtex.map
+
+ cp -a doc/arabtex/* $(tmpdir)/usr/share/doc/arabtex
+ dh_installdocs
+ dh_installchangelogs doc/arabtex/txt/changes.txt
+
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
binary: binary-indep
-checkroot:
- $(checkdir)
- test root = "`whoami`"
-
-.PHONY: binary binary-arch binary-indep clean checkroot
+.PHONY: binary binary-arch binary-indep clean
diff -u arabtex-3.11/debian/control arabtex-3.11/debian/control
--- arabtex-3.11/debian/control
+++ arabtex-3.11/debian/control
@@ -2,11 +2,12 @@
Section: tex
Priority: optional
Maintainer: Clint Adams <[EMAIL PROTECTED]>
-Standards-Version: 3.6.1
+Build-Depends-Indep: tex-common (>= 0.11), debhelper (>= 4)
+Standards-Version: 3.6.2.1
Package: arabtex
Architecture: all
-Depends: tetex-bin (>= 2), tetex-extra
+Depends: tex-common (>= 0.11), tetex-bin (>= 2) | texlive-latex-base,
tetex-extra | texlive-latex-base
Description: Arabic/Hebrew macros for TeX/LaTeX
ArabTeX is a package extending the capabilities of TeX/LaTeX to generate
the arabic writing from an ASCII transliteration for texts in several
reverted:
--- arabtex-3.11/debian/postrm
+++ arabtex-3.11.orig/debian/postrm
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-case "$1" in
- remove|purge)
- mktexlsr || true
- ;;
-esac
diff -u arabtex-3.11/debian/dirs arabtex-3.11/debian/dirs
--- arabtex-3.11/debian/dirs
+++ arabtex-3.11/debian/dirs
@@ -3,5 +3,6 @@
usr/share/texmf/tex/latex/arabtex
+usr/share/texmf/tex/generic/arabtex
usr/share/doc/arabtex
usr/share/texmf/fonts/type1/arabtex
-etc/texmf/dvips
+etc/texmf/fonts/map/dvips
etc/texmf/updmap.d
reverted:
--- arabtex-3.11/debian/postinst
+++ arabtex-3.11.orig/debian/postinst
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-DVIPSCONFIG=/usr/share/texmf/dvips/config
-
-update-updmap
-mktexlsr
-updmap
diff -u arabtex-3.11/debian/changelog arabtex-3.11/debian/changelog
--- arabtex-3.11/debian/changelog
+++ arabtex-3.11/debian/changelog
@@ -1,3 +1,12 @@
+arabtex (3.11-7.1) unstable; urgency=low
+
+ * NMU upload to get it working with current tetex
+ * adaption to new tetex font configuration
+ * first move of map files to /etc/texmf/fonts/map/dvips
+ * dependency on texlive added
+
+ -- Norbert Preining <[EMAIL PROTECTED]> Sat, 3 Dec 2005 00:12:30 +0100
+
arabtex (3.11-7) unstable; urgency=low
* Update apatch.sty to 3.11m.
@@ -154,10 +163,10 @@
-- Clint Adams <[EMAIL PROTECTED]> Sun, 28 Mar 1999 08:42:55 -0500
-arabtex (3.06-2) unstable; urgency=medium, closes=14014
+arabtex (3.06-2) unstable; urgency=medium
* Renamed hcbase_p.mf to hcbase_pc.mf so that Hebrew support
- will work properly with the hclassic font.
+ will work properly with the hclassic font. (Closes: #14014)
-- Clint Adams <[EMAIL PROTECTED]> Tue, 17 Feb 1998 21:21:37 -0500
reverted:
--- arabtex-3.11/debian/conffiles
+++ arabtex-3.11.orig/debian/conffiles
@@ -1,2 +0,0 @@
-/etc/texmf/dvips/arabtex.map
-/etc/texmf/updmap.d/10arabtex.cfg
only in patch2:
unchanged:
--- arabtex-3.11.orig/debian/preinst
+++ arabtex-3.11/debian/preinst
@@ -0,0 +1,46 @@
+#!/bin/sh -e
+
+config_move ()
+{
+ oldfile=$1
+ oldmd5sum=$2
+ newloc=$3
+
+ if ! [ -r $oldfile ] ; then
+ return 0
+ fi
+ oldloc=`dirname $1`
+ newmd5sum=`md5sum $oldfile | cut -d ' ' -f 1`
+ if [ "$newmd5sum" = "$oldmd5sum" ] ; then
+ echo "Removing obsolete, unchanged conffile $oldfile"
+ rm $oldfile
+ else
+ if [ "X$newloc" = "X" ] ; then
+ echo "Conffile $oldfile was changed, leaving it at the same place"
+ else
+ echo "Conffile $oldfile was changed, moving it to new location
$newloc"
+ mkdir -p $newloc
+ mv $oldfile $newloc
+ fi
+ fi
+ test -d $oldloc && rmdir --ignore-fail-on-non-empty $oldloc || true
+}
+
+case "$1" in
+ upgrade|install)
+ set -e
+ config_move /etc/texmf/dvips/arabtex.map
42298450172bb0f033c4844ded62280e /etc/texmf/fonts/map/dvips/
+ ;;
+ abort-upgrade)
+ ;;
+
+ *)
+ echo "preinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
+
only in patch2:
unchanged:
--- arabtex-3.11.orig/debian/compat
+++ arabtex-3.11/debian/compat
@@ -0,0 +1 @@
+4
--IJpNTDwzlM2Ie8A6--
---------------------------------------
Received: (at 341782-close) by bugs.debian.org; 3 Dec 2005 16:21:17 +0000
>From [EMAIL PROTECTED] Sat Dec 03 08:21:17 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Eia4Q-0003ng-5X; Sat, 03 Dec 2005 08:17:06 -0800
From: Clint Adams <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#341782: fixed in arabtex 3.11-8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 03 Dec 2005 08:17:06 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: arabtex
Source-Version: 3.11-8
We believe that the bug you reported is fixed in the latest version of
arabtex, which is due to be installed in the Debian FTP archive:
arabtex_3.11-8.diff.gz
to pool/main/a/arabtex/arabtex_3.11-8.diff.gz
arabtex_3.11-8.dsc
to pool/main/a/arabtex/arabtex_3.11-8.dsc
arabtex_3.11-8_all.deb
to pool/main/a/arabtex/arabtex_3.11-8_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Clint Adams <[EMAIL PROTECTED]> (supplier of updated arabtex package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 3 Dec 2005 10:23:58 -0500
Source: arabtex
Binary: arabtex
Architecture: source all
Version: 3.11-8
Distribution: unstable
Urgency: medium
Maintainer: Clint Adams <[EMAIL PROTECTED]>
Changed-By: Clint Adams <[EMAIL PROTECTED]>
Description:
arabtex - Arabic/Hebrew macros for TeX/LaTeX
Closes: 341782
Changes:
arabtex (3.11-8) unstable; urgency=medium
.
* Bump to Standards-Version 3.6.2.
* Add Build-Depends-Indep on tex-common.
* Add texlive dependencies.
* Use Norbert Preining's preinst to move arabtex.map
conffile. closes: #341782.
Files:
30fe6c0edce5f0782e764530315a5051 580 tex optional arabtex_3.11-8.dsc
f01e511e22b5f8de8fb46017af036547 16878 tex optional arabtex_3.11-8.diff.gz
adfd30a9a3c97f293b271c238b73c758 377286 tex optional arabtex_3.11-8_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Debian!
iD8DBQFDkcO85m0u66uWM3ARAlYfAKCZKc13RyueGmAcB1NQWrQpxvlz3QCfWMtY
JL1OnYXrpFuzHG3wgNHlzfM=
=6B5z
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]