[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4510 - glibc-package/trunk/debian



Author: clint
Date: 2011-02-09 03:31:07 +0000 (Wed, 09 Feb 2011)
New Revision: 4510

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/control
   glibc-package/trunk/debian/quiltrc
Log:
Patch from Nobuhiro Iwamatsu to cope with the removal of patch --unified-reject-files.  closes: #612540.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-02-08 23:36:28 UTC (rev 4509)
+++ glibc-package/trunk/debian/changelog	2011-02-09 03:31:07 UTC (rev 4510)
@@ -7,8 +7,12 @@
   * patches/any/submitted-sched_h.diff: Synchronize bits/sched.h with
     sysdeps/unix/sysv/linux/bits/sched.h (Closes: #527589)
 
- -- Samuel Thibault <sthibault@debian.org>  Mon, 07 Feb 2011 04:06:43 +0100
+  [ Clint Adams ]
+  * Patch from Nobuhiro Iwamatsu to cope with the removal of
+    patch --unified-reject-files.  closes: #612540.
 
+ -- Clint Adams <clint@debian.org>  Tue, 08 Feb 2011 22:29:28 -0500
+
 eglibc (2.11.2-11) unstable; urgency=low
 
   * patches/kfreebsd/local-sysdeps.diff: remove stub marks for at* 

Modified: glibc-package/trunk/debian/control
===================================================================
--- glibc-package/trunk/debian/control	2011-02-08 23:36:28 UTC (rev 4509)
+++ glibc-package/trunk/debian/control	2011-02-09 03:31:07 UTC (rev 4510)
@@ -10,7 +10,7 @@
  g++-4.4 (>= 4.4.2-2), g++-4.4-multilib [amd64 i386 kfreebsd-amd64 mips mipsel powerpc ppc64 s390 sparc]
 Build-Depends-Indep: perl, po-debconf (>= 1.0)
 Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-Uploaders: Clint Adams <clint@gnu.org>, Aurelien Jarno <aurel32@debian.org>, Pierre Habouzit <madcoder@debian.org>
+Uploaders: Clint Adams <clint@debian.org>, Aurelien Jarno <aurel32@debian.org>, Pierre Habouzit <madcoder@debian.org>
 Standards-Version: 3.8.4
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-glibc/glibc-package/
 Vcs-Svn: svn://svn.debian.org/pkg-glibc/glibc-package/

Modified: glibc-package/trunk/debian/quiltrc
===================================================================
--- glibc-package/trunk/debian/quiltrc	2011-02-08 23:36:28 UTC (rev 4509)
+++ glibc-package/trunk/debian/quiltrc	2011-02-09 03:31:07 UTC (rev 4510)
@@ -1,4 +1,4 @@
 QUILT_PATCHES="debian/patches"
-QUILT_PATCH_OPTS="--unified-reject-files"
+QUILT_PATCH_OPTS="--reject-format=unified"
 QUILT_DIFF_ARGS="--no-timestamps --no-index"
 QUILT_REFRESH_ARGS="-pab --no-timestamps --no-index --diffstat"


Reply to: