[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.2.18-76-g497084a



The following commit has been merged in the master branch:
commit 30393baaae56cb38fe7ea892a074a57ed342db66
Author: Russ Allbery <rra@debian.org>
Date:   Fri Dec 25 16:10:07 2009 -0800

    Add emacs22 to obsolete emacs versions
    
    * checks/fields{,.desc}:
      + [RA] Add emacs22 to obsolete emacs versions.  Thanks, Sven Joachim.
        (Closes: #560053)

diff --git a/checks/fields b/checks/fields
index 6a3f6e9..20ffb4f 100644
--- a/checks/fields
+++ b/checks/fields
@@ -85,7 +85,7 @@ our %known_build_essential = map { $_ => 1 }
 
 # Still in the archive but shouldn't be the primary Emacs dependency.
 our %known_obsolete_emacs = map { $_ => 1 }
-    ('emacs21');
+    ('emacs21', 'emacs22');
 
 our %known_libstdcs = map { $_ => 1 }
     ('libstdc++2.9-glibc2.1', 'libstdc++2.10', 'libstdc++2.10-glibc2.2',
diff --git a/debian/changelog b/debian/changelog
index 3ac82f9..72684d2 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,6 +52,8 @@ lintian (2.3.0) UNRELEASED; urgency=low
     + [RA] Warn of build dependencies on python*-dev if no architecture-
       dependent packages are being built.  Patch from Luca Falavigna.
       (Closes: #551793)
+    + [RA] Add emacs22 to obsolete emacs versions.  Thanks, Sven Joachim.
+      (Closes: #560053)
   * checks/files{,.desc}:
     + [RA] New check for files present in both compressed and uncompressed
       form.  Patch from Raphael Geissert.  (Closes: #546174)

-- 
Debian package checker


Reply to: