Your message dated Sat, 07 Jun 2008 20:47:09 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#442151: fixed in cedilla 0.6+20080607-1 has caused the Debian Bug report #442151, regarding Wrong font paths in /etc/cedilla-config.lisp 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 442151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=442151 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: cedilla Version: 0.6-1 Severity: normal The path to font files in /etc/cedilla-config.lisp should be changed from /usr/share/texmf-tetex/fonts/... to /usr/share/texmf-telive/fonts/... to conform to the change to texlive. See patch above. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22.1 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages cedilla depends on: ii clisp 1:2.41-1 GNU CLISP, a Common Lisp implement ii common-lisp-controller 6.11 Common Lisp source and compiler ma cedilla recommends no packages. -- no debconf information --- cedilla-config.lisp.orig 2007-09-13 16:45:08.000000000 +0200 +++ cedilla-config.lisp 2007-09-13 16:45:29.000000000 +0200 @@ -18,38 +18,38 @@ ;;; Font sets using standard PS fonts. (define-fontset "courier" - `((:afm "/usr/share/texmf-tetex/fonts/afm/adobe/courier/pcrr8a.afm" + `((:afm "/usr/share/texmf-texlive/fonts/afm/adobe/courier/pcrr8a.afm" :omit ,*greek-glyph-names*) (:built-in :width 600 :cap-height 562 :x-height 426) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) (define-fontset "times" - `((:afm "/usr/share/texmf-tetex/fonts/afm/adobe/times/ptmr8a.afm" + `((:afm "/usr/share/texmf-texlive/fonts/afm/adobe/times/ptmr8a.afm" :omit ,*greek-glyph-names*) (:built-in :width 667 :figure-width 500 :cap-height 662 :x-height 450) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) (define-fontset "helvetica" - `((:afm "/usr/share/texmf-tetex/fonts/afm/adobe/helvetic/phvr8a.afm" + `((:afm "/usr/share/texmf-texlive/fonts/afm/adobe/helvetic/phvr8a.afm" :omit ,*greek-glyph-names*) (:built-in :width 722 :figure-width 556 :cap-height 718 :x-height 523) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) ;;; Just like Courier, but with narrower spaces. (define-fontset "courier-space" `((:space :width 300) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/courier/pcrr8a.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/courier/pcrr8a.afm" :omit ,*greek-glyph-names*) (:built-in :width 600 :cap-height 562 :x-height 426) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) ;;; Random free fonts. @@ -63,8 +63,8 @@ :resources ("/usr/X11R6/lib/X11/fonts/Type1/cour.pfa") :omit ,*greek-glyph-names*) (:built-in :width 600 :cap-height 562 :x-height 426) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) ;;; An Adobe font that found its way into X11R5. @@ -74,8 +74,8 @@ :resources ("/usr/X11R6/lib/X11/fonts/Type1/UTRG____.pfa") :omit ,*greek-glyph-names*) (:built-in :width 684 :figure-width 530 :cap-height 692 :x-height 509) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) ;;; The Luxi fonts, included with XFree86 4.2.0. @@ -85,8 +85,8 @@ :resources ("/usr/X11R6/lib/X11/fonts/Type1/l047013t.pfa") :omit ,*greek-glyph-names*) (:built-in :width 600 :cap-height 692 :x-height 509) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) (define-fontset "luxi-sans" @@ -94,8 +94,8 @@ :resources ("/usr/X11R6/lib/X11/fonts/Type1/l048013t.pfa") :omit ,*greek-glyph-names*) (:built-in :width 722 :figure-width 556 :cap-height 723 :x-height 530) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) (define-fontset "luxi-serif" @@ -103,8 +103,8 @@ :resources ("/usr/X11R6/lib/X11/fonts/Type1/l049013t.pfa") :omit ,*greek-glyph-names*) (:built-in :width 667 :figure-width 500 :cap-height 723 :x-height 530) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) ;;; The Omega Serif fonts, a set of international fonts provided with @@ -119,48 +119,48 @@ (defparameter *omega-serif-fonts* `( ;; Omega Serif Common - (:afm "/usr/share/texmf-tetex/fonts/afm/public/omega/omseco.afm" - :resources ("/usr/share/texmf-tetex/fonts/type1/public/omega/omseco.pfb") + (:afm "/usr/share/texmf-texlive/fonts/afm/public/omega/omseco.afm" + :resources ("/usr/share/texmf-texlive/fonts/type1/public/omega/omseco.pfb") :encoding ,#'omega-encoding) ;; Omega Serif Latin - (:afm "/usr/share/texmf-tetex/fonts/afm/public/omega/omsela.afm" - :resources ("/usr/share/texmf-tetex/fonts/type1/public/omega/omsela.pfb") + (:afm "/usr/share/texmf-texlive/fonts/afm/public/omega/omsela.afm" + :resources ("/usr/share/texmf-texlive/fonts/type1/public/omega/omsela.pfb") :encoding ,#'omega-encoding) ;; Omega Serif Greek - (:afm "/usr/share/texmf-tetex/fonts/afm/public/omega/omsegr.afm" - :resources ("/usr/share/texmf-tetex/fonts/type1/public/omega/omsegr.pfb") + (:afm "/usr/share/texmf-texlive/fonts/afm/public/omega/omsegr.afm" + :resources ("/usr/share/texmf-texlive/fonts/type1/public/omega/omsegr.pfb") :encoding ,#'omega-encoding) ;; Omega Serif Cyrillic and Cyrillic Extended - (:afm "/usr/share/texmf-tetex/fonts/afm/public/omega/omsecy.afm" - :resources ("/usr/share/texmf-tetex/fonts/type1/public/omega/omsecy.pfb") + (:afm "/usr/share/texmf-texlive/fonts/afm/public/omega/omsecy.afm" + :resources ("/usr/share/texmf-texlive/fonts/type1/public/omega/omsecy.pfb") :encoding ,#'omega-encoding) #+ignore - (:afm "/usr/share/texmf-tetex/fonts/afm/public/omega/omsecx.afm" - :resources ("/usr/share/texmf-tetex/fonts/type1/public/omega/omsecx.pfb") + (:afm "/usr/share/texmf-texlive/fonts/afm/public/omega/omsecx.afm" + :resources ("/usr/share/texmf-texlive/fonts/type1/public/omega/omsecx.pfb") :encoding ,#'omega-encoding) ;; Omega Serif Armenian #+ignore - (:afm "/usr/share/texmf-tetex/fonts/afm/public/omega/omseha.afm" - :resources ("/usr/share/texmf-tetex/fonts/type1/public/omega/omseha.pfb") + (:afm "/usr/share/texmf-texlive/fonts/afm/public/omega/omseha.afm" + :resources ("/usr/share/texmf-texlive/fonts/type1/public/omega/omseha.pfb") :encoding ,#'omega-encoding) ;; Omega Serif Hebrew #+ignore - (:afm "/usr/share/texmf-tetex/fonts/afm/public/omega/omsehe.afm" - :resources ("/usr/share/texmf-tetex/fonts/type1/public/omega/omsehe.pfb") + (:afm "/usr/share/texmf-texlive/fonts/afm/public/omega/omsehe.afm" + :resources ("/usr/share/texmf-texlive/fonts/type1/public/omega/omsehe.pfb") :encoding ,#'omega-encoding) ;; Omega Serif Tifinagh #+ignore - (:afm "/usr/share/texmf-tetex/fonts/afm/public/omega/omseti.afm" - :resources ("/usr/share/texmf-tetex/fonts/type1/public/omega/omseti.pfb") + (:afm "/usr/share/texmf-texlive/fonts/afm/public/omega/omseti.afm" + :resources ("/usr/share/texmf-texlive/fonts/type1/public/omega/omseti.pfb") :encoding ,#'omega-encoding) ;; Omega Serif IPA #+ignore - (:afm "/usr/share/texmf-tetex/fonts/afm/public/omega/omseip.afm" - :resources ("/usr/share/texmf-tetex/fonts/type1/public/omega/omseip.pfb") + (:afm "/usr/share/texmf-texlive/fonts/afm/public/omega/omseip.afm" + :resources ("/usr/share/texmf-texlive/fonts/type1/public/omega/omseip.pfb") :encoding ,#'omega-encoding) (:built-in :width 667 :figure-width 500 :cap-height 662 :x-height 450) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) ) @@ -173,30 +173,30 @@ ;;; The alternative is to use them with the Times-Roman font, with ;;; which they blend well (define-fontset "times-omega-serif" - `((:afm "/usr/share/texmf-tetex/fonts/afm/adobe/times/ptmr8a.afm" + `((:afm "/usr/share/texmf-texlive/fonts/afm/adobe/times/ptmr8a.afm" :omit ,*greek-glyph-names*) ,@*omega-serif-fonts*)) ;;; Antykwa Poltawskiego. (define-fontset "antp" - `((:afm "/usr/share/texmf-tetex/fonts/afm/public/antp/antpr.afm" + `((:afm "/usr/share/texmf-texlive/fonts/afm/public/antp/antpr.afm" :omit ,*greek-glyph-names* - :resources ("/usr/share/texmf-tetex/fonts/type1/public/antp/antpr.pfb")) + :resources ("/usr/share/texmf-texlive/fonts/type1/public/antp/antpr.pfb")) (:built-in :width 656 :figure-width 480 :cap-height 700 :x-height 440) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) ;;; Antykwa Torunska. (define-fontset "antt" - `((:afm "/usr/share/texmf-tetex/fonts/afm/public/antt/anttr.afm" + `((:afm "/usr/share/texmf-texlive/fonts/afm/public/antt/anttr.afm" :omit ,*greek-glyph-names* - :resources ("/usr/share/texmf-tetex/fonts/type1/public/antt/anttr.pfb")) + :resources ("/usr/share/texmf-texlive/fonts/type1/public/antt/anttr.pfb")) (:built-in :width 763 :figure-width 520 :cap-height 714 :x-height 504) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) ;;; The URW++ fonts included with Ghostscript. The versions included @@ -208,8 +208,8 @@ :resources ("/usr/share/fonts/type1/gsfonts/a010013l.pfb") :omit ,*greek-glyph-names*) (:built-in :width 813 :figure-width 554 :cap-height 739 :x-height 547) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) (define-fontset "bookman" @@ -217,8 +217,8 @@ :resources ("/usr/share/fonts/type1/gsfonts/b018012l.pfb") :omit ,*greek-glyph-names*) (:built-in :width 740 :figure-width 620 :cap-height 681 :x-height 485) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) (define-fontset "century-schoolbook" @@ -226,8 +226,8 @@ :resources ("/usr/share/fonts/type1/gsfonts/c059013l.pfb") :omit ,*greek-glyph-names*) (:built-in :width 722 :figure-width 556 :cap-height 722 :x-height 466) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) (define-fontset "palladio" @@ -235,8 +235,8 @@ :resources ("/usr/share/fonts/type1/gsfonts/p052003l.pfb") :omit ,*greek-glyph-names*) (:built-in :width 709 :figure-width 500 :cap-height 692 :x-height 469) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) ;;; Cedilla really should compensate for the font's ItalicAngle when @@ -247,8 +247,8 @@ :resources ("/usr/share/fonts/type1/gsfonts/z003034l.pfb") :omit ,*greek-glyph-names*) (:built-in :width 520 :figure-width 440 :cap-height 678 :x-height 411) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) ;;; This is a Cyrillic font that uses standard glyph names -- no @@ -263,8 +263,8 @@ :resources ("/usr/X11R6/lib/X11/fonts/Type1/n022003d.pfb") :omit ("uni0259" ,@*greek-glyph-names*)) (:built-in :width 600 :cap-height 562 :x-height 426) - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/symbol/psyr.afm") - (:afm "/usr/share/texmf-tetex/fonts/afm/adobe/zapfding/pzdr.afm" + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/symbol/psyr.afm") + (:afm "/usr/share/texmf-texlive/fonts/afm/adobe/zapfding/pzdr.afm" :encoding ,#'zapf-dingbats-encoding))) ;;; Paper sizes. See macros.lisp for additional keyword arguments.
--- End Message ---
--- Begin Message ---Source: cedilla Source-Version: 0.6+20080607-1 We believe that the bug you reported is fixed in the latest version of cedilla, which is due to be installed in the Debian FTP archive: cedilla_0.6+20080607-1.diff.gz to pool/main/c/cedilla/cedilla_0.6+20080607-1.diff.gz cedilla_0.6+20080607-1.dsc to pool/main/c/cedilla/cedilla_0.6+20080607-1.dsc cedilla_0.6+20080607-1_all.deb to pool/main/c/cedilla/cedilla_0.6+20080607-1_all.deb cedilla_0.6+20080607.orig.tar.gz to pool/main/c/cedilla/cedilla_0.6+20080607.orig.tar.gz 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. Luca Capello <[EMAIL PROTECTED]> (supplier of updated cedilla 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.8 Date: Sat, 07 Jun 2008 22:18:04 +0200 Source: cedilla Binary: cedilla Architecture: source all Version: 0.6+20080607-1 Distribution: unstable Urgency: low Maintainer: Debian Common Lisp Team <[EMAIL PROTECTED]> Changed-By: Luca Capello <[EMAIL PROTECTED]> Description: cedilla - A best-effort Unicode plain text printer Closes: 427522 442151 Changes: cedilla (0.6+20080607-1) unstable; urgency=low . * cedilla-config.lisp: - restore upstream version, modifications to upstream files must be managed through a Debian-specific patch system. . * debian/control: + add myself to Uploaders:. + add Vcs-Browser field. + fix line width for the long Description:. + fix capitalization for Cedilla and Unicode. + build-depend on quilt to manage patches. + the TeX fonts are now provided by texlive-fonts-recommended, texlive-omega, texlive-lang-polish and texlive-fonts-extra instead of tetex-extra. + recommend texlive-fonts-recommended, since it provides basic fontsets (really Closes: #427522). . * debian/patches/series: new file. * debian/patches/01_correct-font-paths-for-texlive.patch: + correct TeX font paths (really Closes: #442151). * debian/patches/02_correct-font-paths-for-t1-xfree86.patch: + correct t1-xfree86 (IBM Courier and B&H Luxi) font paths. * debian/patches/03_correct-font-paths-for-t1-cyrillic.patch: + correct t1-cyrillic font paths. . * debian/rules: + adapt to quilt. Checksums-Sha1: e4b237dcd43580a35d88f7e235e801aafdf43622 1491 cedilla_0.6+20080607-1.dsc 417e058f05ea713013cf047df29b037b0ff57ea8 120703 cedilla_0.6+20080607.orig.tar.gz 7b0f29311bc2e1ddd2ca7b1ee2a4f26f8abee6fc 5617 cedilla_0.6+20080607-1.diff.gz 6010f14ead4de0cc5927eb30d813decac8e60578 119916 cedilla_0.6+20080607-1_all.deb Checksums-Sha256: 0bb4e1c54b6e8c2836d0f51281ae284d7e29cfce86e2c2c1c8049946788cc737 1491 cedilla_0.6+20080607-1.dsc 78dce8592ce024fe57465836b21976e61c1a566268599603c3098f41340a4cd4 120703 cedilla_0.6+20080607.orig.tar.gz fea7aea76754ec005c050ce238fe036a5bb73919fb1996496f6bbf76689935b1 5617 cedilla_0.6+20080607-1.diff.gz 6eb40792a87dd8b2e2c729534179e411e810936e81c71ae33b4c87bd365c0e3d 119916 cedilla_0.6+20080607-1_all.deb Files: 821a403b11523e9df3b727b8f377812a 1491 text optional cedilla_0.6+20080607-1.dsc 7e04786fbd3a46d354e22dd859ec861c 120703 text optional cedilla_0.6+20080607.orig.tar.gz 0e6f93e5dc690db98238f150d30e375d 5617 text optional cedilla_0.6+20080607-1.diff.gz 2285354066c64f1f47df59b5f3bf2946 119916 text optional cedilla_0.6+20080607-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iJwEAQECAAYFAkhK8K4ACgkQZwOMsWhEDTORBAQAw9/Q08ZvGGVZDe8i0yAKU2xM 8Cb54Ny/rW3og0/oH3Gjt1b0ABLREgeJDgDir0JXkjl/ACUmJTHEfI74BNHga3fP NMH/n16maYSJCSxt4eRUKtiUub/uQHjMLBwDhfiivM64ikzaNg87uojY2MK28043 O0wuh/OUQQLYyVmi1KY= =unYT -----END PGP SIGNATURE-----
--- End Message ---

