diff --git a/debian/changelog b/debian/changelog index fcb9ce6c7..3b4386b93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux (3.2.21-4) UNRELEASED; urgency=low + + * linux-libc-dev: Fix redundant 'GNU glibc' in description (Closes: #631228) + + -- Ben Hutchings Fri, 29 Jun 2012 15:01:22 +0100 + linux (3.2.21-3) unstable; urgency=low * driver core: remove __must_check from device_create_file diff --git a/debian/templates/control.libc-dev.in b/debian/templates/control.libc-dev.in index 2564a3e8e..8e0b7d70d 100644 --- a/debian/templates/control.libc-dev.in +++ b/debian/templates/control.libc-dev.in @@ -7,4 +7,4 @@ Conflicts: linux-kernel-headers Multi-Arch: ${linux:Multi-Arch} Description: Linux support headers for userspace development This package provides userspaces headers from the Linux kernel. These headers - are used by the installed headers for GNU glibc and other system libraries. + are used by the installed headers for GNU libc and other system libraries.