[Glibc-bsd-commits] r4952 - trunk/kfreebsd-9/debian/patches

Steven Chamberlain stevenc-guest at alioth.debian.org
Fri Sep 20 21:52:05 UTC 2013


Author: stevenc-guest
Date: 2013-09-20 21:52:05 +0000 (Fri, 20 Sep 2013)
New Revision: 4952

Modified:
   trunk/kfreebsd-9/debian/patches/923_newvers_timestamp.diff
Log:
fix typo


Modified: trunk/kfreebsd-9/debian/patches/923_newvers_timestamp.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/923_newvers_timestamp.diff	2013-09-20 21:51:24 UTC (rev 4951)
+++ trunk/kfreebsd-9/debian/patches/923_newvers_timestamp.diff	2013-09-20 21:52:05 UTC (rev 4952)
@@ -16,7 +16,7 @@
 +if [ -f "${SYSDIR}/../../debian/changelog" ] ; then
 +	# Use timestamp from the most recent debian/changelog entry,
 +	# instead of the exact time of the build.
-+	t=`dpkg-parsechangelog -f"${SYSDIR}/../../debian/changelog" -S"Date"`
++	t=`dpkg-parsechangelog -l"${SYSDIR}/../../debian/changelog" -S"Date"`
 +fi
 +
  for dir in /bin /usr/bin /usr/local/bin; do




More information about the Glibc-bsd-commits mailing list