[Glibc-bsd-commits] r2104 - in trunk/freebsd6-buildutils/debian: . patches

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Thu Jan 10 13:07:00 UTC 2008


Author: aurel32
Date: 2008-01-10 13:06:59 +0000 (Thu, 10 Jan 2008)
New Revision: 2104

Modified:
   trunk/freebsd6-buildutils/debian/changelog
   trunk/freebsd6-buildutils/debian/control
   trunk/freebsd6-buildutils/debian/patches/000_7-current_support_in_bsd.own.mk.diff
Log:
  * Bumped Standard-Versions to 3.7.3 (no changes).
  * Gzip manpages with -9.



Modified: trunk/freebsd6-buildutils/debian/changelog
===================================================================
--- trunk/freebsd6-buildutils/debian/changelog	2008-01-10 13:03:03 UTC (rev 2103)
+++ trunk/freebsd6-buildutils/debian/changelog	2008-01-10 13:06:59 UTC (rev 2104)
@@ -3,8 +3,12 @@
   [ Petr Salinger ]
   * New upstream version (RELENG_6_3_0_RELEASE)
 
- -- Aurelien Jarno <aurel32 at debian.org>  Mon, 3 Dec 2007 13:38:31 +0100
+  [ Aurelien Jarno ]
+  * Bumped Standard-Versions to 3.7.3 (no changes).
+  * Gzip manpages with -9.
 
+ -- Aurelien Jarno <aurel32 at debian.org>  Thu, 10 Jan 2008 14:03:04 +0100
+
 freebsd6-buildutils (6.2-1) unreleased; urgency=low
 
   [ Petr Salinger ]

Modified: trunk/freebsd6-buildutils/debian/control
===================================================================
--- trunk/freebsd6-buildutils/debian/control	2008-01-10 13:03:03 UTC (rev 2103)
+++ trunk/freebsd6-buildutils/debian/control	2008-01-10 13:06:59 UTC (rev 2104)
@@ -4,7 +4,7 @@
 Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
 Uploaders: Aurelien Jarno <aurel32 at debian.org>, Guillem Jover <guillem at debian.org>
 Build-Depends: patchutils (>= 0.2.25), debhelper (>= 4.1.0), pmake, flex, bison, libbsd-dev, gcc-3.4
-Standards-Version: 3.6.2
+Standards-Version: 3.7.3
 
 Package: freebsd6-buildutils
 Architecture: any

Modified: trunk/freebsd6-buildutils/debian/patches/000_7-current_support_in_bsd.own.mk.diff
===================================================================
--- trunk/freebsd6-buildutils/debian/patches/000_7-current_support_in_bsd.own.mk.diff	2008-01-10 13:03:03 UTC (rev 2103)
+++ trunk/freebsd6-buildutils/debian/patches/000_7-current_support_in_bsd.own.mk.diff	2008-01-10 13:06:59 UTC (rev 2104)
@@ -4,7 +4,7 @@
 --- src/share/mk/bsd.own.mk.old	2006-05-06 13:05:37.000000000 +0200
 +++ src/share/mk/bsd.own.mk	2006-05-06 13:07:25.000000000 +0200
 @@ -165,4 +165,285 @@
- COMPRESS_CMD?=	gzip -cn
+ COMPRESS_CMD?=	gzip -9 -cn
  COMPRESS_EXT?=	.gz
  
 +#




More information about the Glibc-bsd-commits mailing list