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

Bug#609631: permission to upload lsb/3.2-23.2squeeze1 to testing-proposed-updates



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: freeze-exception

This upload would fix #609325, allowing lsb_release to properly
identify squeeze as Debian 6.0.  The patch (one line) is attached for
your reference.

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.36.2 (SMP w/4 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
diff -Nru lsb-3.2/debian/changelog lsb-3.2/debian/changelog
--- lsb-3.2/debian/changelog	2010-03-26 15:35:10.000000000 -0500
+++ lsb-3.2/debian/changelog	2011-01-10 20:39:13.000000000 -0600
@@ -1,3 +1,9 @@
+lsb (3.2-23.2squeeze1) testing-proposed-updates; urgency=high
+
+  * Add Debian 6.0 codename (squeeze) to lsb_release.py.  (Closes: #609325)
+
+ -- Chris Lawrence <lawrencc@debian.org>  Mon, 10 Jan 2011 20:39:12 -0600
+
 lsb (3.2-23.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru lsb-3.2/lsb_release.py lsb-3.2/lsb_release.py
--- lsb-3.2/lsb_release.py	2009-07-21 03:54:43.000000000 -0500
+++ lsb-3.2/lsb_release.py	2011-01-10 20:39:37.000000000 -0600
@@ -36,6 +36,7 @@
     '3.1' : 'sarge',
     '4.0' : 'etch',
     '5.0' : 'lenny',
+    '6.0' : 'squeeze',
     }
 
 TESTING_CODENAME = 'unknown.new.testing'

Reply to: