[Glibc-bsd-commits] r2860 - in trunk/kfreebsd-8: . debian

Petr Salinger ps-guest at alioth.debian.org
Sat Nov 21 09:53:28 UTC 2009


Author: ps-guest
Date: 2009-11-21 09:53:28 +0000 (Sat, 21 Nov 2009)
New Revision: 2860

Modified:
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/rules
   trunk/kfreebsd-8/fetch
Log:
RELENG_8_0_0_RELEASE have been tagged



Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2009-11-20 19:00:47 UTC (rev 2859)
+++ trunk/kfreebsd-8/debian/changelog	2009-11-21 09:53:28 UTC (rev 2860)
@@ -1,7 +1,7 @@
-kfreebsd-8 (8.0~cvs20091113-1) EXPERIMENTAL; urgency=low
+kfreebsd-8 (8.0-1) UNSTABLE; urgency=low
 
   [ Petr Salinger ]
-  * New upstream snapshot of RELENG_8_0
+  * New upstream version (RELENG_8_0_0_RELEASE)
      - 011_brandinfo.diff dropped, fixed upstream
      - 010_ET_DYN.diff dropped, fixed upstream
      - 101_subsecond_timestamp.diff merged upstream
@@ -9,6 +9,8 @@
   * Update of some patches
   * Disable SSP, under QEMU it currently leads to panic :-(
      - 950_no_stack_protector.diff
+  * Detect the slashdot lookup for RENAME or REMOVE (from HEAD)
+     - 000_rename.diff
 
   [ Luca Favatella ]
   * Drop patches
@@ -18,7 +20,7 @@
   * Partially drop and refresh the rest
      - 001_misc.diff
 
- -- Aurelien Jarno <aurel32 at debian.org>  Fri, 13 Nov 2009 12:06:42 +0100
+ -- Aurelien Jarno <aurel32 at debian.org>  Wed, 25 Nov 2009 12:00:00 +0100
 
 kfreebsd-7 (7.2-9) unstable; urgency=high
 

Modified: trunk/kfreebsd-8/debian/rules
===================================================================
--- trunk/kfreebsd-8/debian/rules	2009-11-20 19:00:47 UTC (rev 2859)
+++ trunk/kfreebsd-8/debian/rules	2009-11-21 09:53:28 UTC (rev 2860)
@@ -16,7 +16,7 @@
 config_files	:= $(wildcard debian/arch/$(cpu)/*.config)
 flavours	:= $(config_files:debian/arch/$(cpu)/%.config=%)
 configfile	:= DEBCUSTOM
-abiname		:= 0
+abiname		:= 1
 
 SOURCE_PACKAGE	:= $(CURDIR)/debian/kfreebsd-source-$(version)
 IMAGE_PACKAGE	:= $(CURDIR)/debian/kfreebsd-image-$(version)-$(abiname)

Modified: trunk/kfreebsd-8/fetch
===================================================================
--- trunk/kfreebsd-8/fetch	2009-11-20 19:00:47 UTC (rev 2859)
+++ trunk/kfreebsd-8/fetch	2009-11-21 09:53:28 UTC (rev 2860)
@@ -2,7 +2,7 @@
 set -ex
 
 ANONCVS=anoncvs at anoncvs.fr.freebsd.org:/home/ncvs
-RELENG=RELENG_8_0
+RELENG=RELENG_8_0_0_RELEASE
 
 rm -rf src
 




More information about the Glibc-bsd-commits mailing list