Package: atlas Version: 3.6.0-21.3 Severity: normal Tags: patch Attached below is a patch for fixing the package names in the last sentences of the debconf templates.
-- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (650, 'testing'), (600, 'unstable'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/bash
diff -u atlas-3.6.0/debian/changelog atlas-3.6.0/debian/changelog --- atlas-3.6.0/debian/changelog +++ atlas-3.6.0/debian/changelog @@ -1,3 +1,10 @@ +atlas (3.6.0-21.4) unstable; urgency=low + + * debian/*.templates: Fix name of packages in last sentence of the + debconf templates + + -- Rafael Laboissiere <[EMAIL PROTECTED]> Sun, 23 Mar 2008 21:04:55 +0100 + atlas (3.6.0-21.3) unstable; urgency=low * Link using gfortran instead of gcc. diff -u atlas-3.6.0/debian/libatlas3gf-2.0.templates atlas-3.6.0/debian/libatlas3gf-2.0.templates --- atlas-3.6.0/debian/libatlas3gf-2.0.templates +++ atlas-3.6.0/debian/libatlas3gf-2.0.templates @@ -8 +8 @@ - this configuration with dpkg-reconfigure atlas3-2.0. + this configuration with dpkg-reconfigure libatlas3gf-2.0. diff -u atlas-3.6.0/debian/libatlas3gf-3dnow.templates atlas-3.6.0/debian/libatlas3gf-3dnow.templates --- atlas-3.6.0/debian/libatlas3gf-3dnow.templates +++ atlas-3.6.0/debian/libatlas3gf-3dnow.templates @@ -7,3 +7,3 @@ the runtime linker on this machine to use them. You can later perform - this configuration with dpkg-reconfigure atlas3-3dnow. + this configuration with dpkg-reconfigure libatlas3gf-3dnow. diff -u atlas-3.6.0/debian/libatlas3gf-altivec.templates atlas-3.6.0/debian/libatlas3gf-altivec.templates --- atlas-3.6.0/debian/libatlas3gf-altivec.templates +++ atlas-3.6.0/debian/libatlas3gf-altivec.templates @@ -8 +8 @@ - this configuration with dpkg-reconfigure atlas3-altivec. + this configuration with dpkg-reconfigure libatlas3gf-altivec. diff -u atlas-3.6.0/debian/libatlas3gf-ev6.templates atlas-3.6.0/debian/libatlas3gf-ev6.templates --- atlas-3.6.0/debian/libatlas3gf-ev6.templates +++ atlas-3.6.0/debian/libatlas3gf-ev6.templates @@ -8 +8 @@ - this configuration with dpkg-reconfigure atlas3-ev6. + this configuration with dpkg-reconfigure libatlas3gf-ev6. diff -u atlas-3.6.0/debian/libatlas3gf-sse.templates atlas-3.6.0/debian/libatlas3gf-sse.templates --- atlas-3.6.0/debian/libatlas3gf-sse.templates +++ atlas-3.6.0/debian/libatlas3gf-sse.templates @@ -11 +11 @@ - dpkg-reconfigure atlas3-sse. + dpkg-reconfigure libatlas3gf-sse. diff -u atlas-3.6.0/debian/libatlas3gf-sse2.templates atlas-3.6.0/debian/libatlas3gf-sse2.templates --- atlas-3.6.0/debian/libatlas3gf-sse2.templates +++ atlas-3.6.0/debian/libatlas3gf-sse2.templates @@ -11 +11 @@ - dpkg-reconfigure atlas3-sse2. + dpkg-reconfigure libatlas3gf-sse2. diff -u atlas-3.6.0/debian/libatlas3gf-v9.templates atlas-3.6.0/debian/libatlas3gf-v9.templates --- atlas-3.6.0/debian/libatlas3gf-v9.templates +++ atlas-3.6.0/debian/libatlas3gf-v9.templates @@ -8 +8 @@ - this configuration with dpkg-reconfigure atlas3-v9. + this configuration with dpkg-reconfigure libatlas3gf-v9.

