[Glibc-bsd-commits] r5083 - trunk/freebsd-libs/debian

Robert Millan rmh at alioth.debian.org
Sun Oct 20 13:27:45 UTC 2013


Author: rmh
Date: 2013-10-20 13:27:45 +0000 (Sun, 20 Oct 2013)
New Revision: 5083

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/control
Log:
Fix description for libelf packages.

Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2013-10-20 13:20:10 UTC (rev 5082)
+++ trunk/freebsd-libs/debian/changelog	2013-10-20 13:27:45 UTC (rev 5083)
@@ -1,9 +1,13 @@
 freebsd-libs (9.2+ds1-2) UNRELEASED; urgency=low
 
+  [ Guillem Jover ]
   * Remove myself from Uploaders.
 
- -- Guillem Jover <guillem at debian.org>  Wed, 16 Oct 2013 21:35:48 +0200
+  [ Robert Millan ]
+  * Fix description for libelf packages.
 
+ -- Robert Millan <rmh at debian.org>  Sun, 20 Oct 2013 15:27:23 +0200
+
 freebsd-libs (9.2+ds1-1) experimental; urgency=low
 
   * Add libelf and libdwarf, this time changing the SONAME to avoid namespace

Modified: trunk/freebsd-libs/debian/control
===================================================================
--- trunk/freebsd-libs/debian/control	2013-10-20 13:20:10 UTC (rev 5082)
+++ trunk/freebsd-libs/debian/control	2013-10-20 13:27:45 UTC (rev 5083)
@@ -67,19 +67,18 @@
 Package: libelf-freebsd-1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: library to consume and produce DWARF debug information (FreeBSD version)
- The libdwarf package provides a shared library which allows reading/consumer
- and writing/producer of DWARF debugging information from object files, shared
- libraries, and executables.
+Description-en: library to read and write ELF files
+ The libelf package provides a shared library which allows reading and
+ writing ELF files on a high level.
 
 Package: libelf-freebsd-dev
 Section: libdevel
 Architecture: any
 Depends: libelf-freebsd-1 (= ${binary:Version}), ${misc:Depends}, libc0.1-dev | libc-dev
 Conflicts: libelf-dev, libelfg0-dev
-Description: Development files for libdwarf (FreeBSD version)
+Description: Development files for libelf (FreeBSD version)
  This package contains the header files and static library needed to
- compile applications that use libdwarf.
+ compile applications that use libelf.
 
 Package: libcam6
 Architecture: kfreebsd-any




More information about the Glibc-bsd-commits mailing list