[Glibc-bsd-commits] r3365 - trunk/freebsd-buildutils/debian

Guillem Jover guillem at alioth.debian.org
Mon May 30 19:48:48 UTC 2011


Author: guillem
Date: 2011-05-30 19:48:48 +0000 (Mon, 30 May 2011)
New Revision: 3365

Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/control
Log:
Intersperse Depends description comments between the actual dependencies


Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2011-05-30 06:18:01 UTC (rev 3364)
+++ trunk/freebsd-buildutils/debian/changelog	2011-05-30 19:48:48 UTC (rev 3365)
@@ -28,6 +28,7 @@
   * Install the man pages. (Closes: #493898)
   * Change ‘unix’ freebsd-make variable to “We run Debian, not UNIX.” and
     remove ‘.FreeBSD’ freebsd-make variable. (Closes: #493841)
+  * Intersperse Depends description comments between the actual dependencies.
 
  -- Robert Millan <rmh at debian.org>  Thu, 13 Jan 2011 18:29:12 +0100
 

Modified: trunk/freebsd-buildutils/debian/control
===================================================================
--- trunk/freebsd-buildutils/debian/control	2011-05-30 06:18:01 UTC (rev 3364)
+++ trunk/freebsd-buildutils/debian/control	2011-05-30 19:48:48 UTC (rev 3365)
@@ -10,12 +10,12 @@
 
 Package: freebsd-buildutils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, bsdmainutils, unzip, patchutils, original-awk, make
-#
-# The following dependencies are needed because of symlinks in /usr/lib/freebsd:
+Depends: ${shlibs:Depends}, ${misc:Depends}, bsdmainutils, unzip, patchutils,
+# Dependencies needed because of symlinks in /usr/lib/freebsd:
 #   awk -> original-awk
+ original-awk,
 #   gmake -> make
-#
+ make
 Conflicts: freebsd5-buildutils, freebsd6-buildutils, pmake
 Provides: freebsd6-buildutils, freebsd7-buildutils
 Description: Utilities for building FreeBSD sources




More information about the Glibc-bsd-commits mailing list