[maemo-commits] [maemo-commits] r12714 - in projects/haf/trunk/dpkg: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jul 11 15:05:26 EEST 2007
- Previous message: [maemo-commits] r12713 - projects/haf/trunk/dpkg/scripts
- Next message: [maemo-commits] r12715 - projects/haf/tags/dpkg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll
Date: 2007-07-11 15:05:23 +0300 (Wed, 11 Jul 2007)
New Revision: 12714
Modified:
projects/haf/trunk/dpkg/ChangeLog
projects/haf/trunk/dpkg/configure
projects/haf/trunk/dpkg/configure.ac
projects/haf/trunk/dpkg/debian/changelog
Log:
dpkg (1.13.25.osso9) unstable; urgency=low
[ Marius Vollmer, for maemo ]
* scripts/dpkg-divert.sh: Corrected quoting when passing $divertto to
awk. Thanks to Leif Ryge! Changed quotes around version to double
quotes so that the Makefile can modify it.
-- Marius Vollmer <marius.vollmer at nokia.com> Wed, 11 Jul 2007 14:41:06 +0300
Modified: projects/haf/trunk/dpkg/ChangeLog
===================================================================
--- projects/haf/trunk/dpkg/ChangeLog 2007-07-11 12:03:26 UTC (rev 12713)
+++ projects/haf/trunk/dpkg/ChangeLog 2007-07-11 12:05:23 UTC (rev 12714)
@@ -1,3 +1,11 @@
+2007-07-11 Marius Vollmer <marius.vollmer at nokia.com>
+
+ Released 1.13.25.osso9.
+
+ * scripts/dpkg-divert.sh: Corrected quoting when passing $divertto
+ to awk. Thanks to Leif Ryge! Changed quotes around version to
+ double quotes so that the Makefile can modify it.
+
2007-07-09 Marius Vollmer <marius.vollmer at nokia.com>
Released 1.13.25.osso8.
Modified: projects/haf/trunk/dpkg/configure
===================================================================
--- projects/haf/trunk/dpkg/configure 2007-07-11 12:03:26 UTC (rev 12713)
+++ projects/haf/trunk/dpkg/configure 2007-07-11 12:05:23 UTC (rev 12714)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for dpkg 1.13.25.osso6.
+# Generated by GNU Autoconf 2.59 for dpkg 1.13.25.osso9.
#
# Report bugs to <marius.vollmer at nokia.com>.
#
@@ -269,8 +269,8 @@
# Identity of this package.
PACKAGE_NAME='dpkg'
PACKAGE_TARNAME='dpkg'
-PACKAGE_VERSION='1.13.25.osso6'
-PACKAGE_STRING='dpkg 1.13.25.osso6'
+PACKAGE_VERSION='1.13.25.osso9'
+PACKAGE_STRING='dpkg 1.13.25.osso9'
PACKAGE_BUGREPORT='marius.vollmer at nokia.com'
ac_unique_file="lib/dpkg.h"
@@ -812,7 +812,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures dpkg 1.13.25.osso6 to adapt to many kinds of systems.
+\`configure' configures dpkg 1.13.25.osso9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -879,7 +879,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of dpkg 1.13.25.osso6:";;
+ short | recursive ) echo "Configuration of dpkg 1.13.25.osso9:";;
esac
cat <<\_ACEOF
@@ -1032,7 +1032,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-dpkg configure 1.13.25.osso6
+dpkg configure 1.13.25.osso9
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1046,7 +1046,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by dpkg $as_me 1.13.25.osso6, which was
+It was created by dpkg $as_me 1.13.25.osso9, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1838,7 +1838,7 @@
# Define the identity of the package.
PACKAGE='dpkg'
- VERSION='1.13.25.osso6'
+ VERSION='1.13.25.osso9'
cat >>confdefs.h <<_ACEOF
@@ -16425,7 +16425,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by dpkg $as_me 1.13.25.osso6, which was
+This file was extended by dpkg $as_me 1.13.25.osso9, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16488,7 +16488,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-dpkg config.status 1.13.25.osso6
+dpkg config.status 1.13.25.osso9
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Modified: projects/haf/trunk/dpkg/configure.ac
===================================================================
--- projects/haf/trunk/dpkg/configure.ac 2007-07-11 12:03:26 UTC (rev 12713)
+++ projects/haf/trunk/dpkg/configure.ac 2007-07-11 12:05:23 UTC (rev 12714)
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([dpkg], [1.13.25.osso8], [marius.vollmer at nokia.com])
+AC_INIT([dpkg], [1.13.25.osso9], [marius.vollmer at nokia.com])
AC_CONFIG_SRCDIR([lib/dpkg.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
Modified: projects/haf/trunk/dpkg/debian/changelog
===================================================================
--- projects/haf/trunk/dpkg/debian/changelog 2007-07-11 12:03:26 UTC (rev 12713)
+++ projects/haf/trunk/dpkg/debian/changelog 2007-07-11 12:05:23 UTC (rev 12714)
@@ -1,3 +1,13 @@
+dpkg (1.13.25.osso9) unstable; urgency=low
+
+ [ Marius Vollmer, for maemo ]
+
+ * scripts/dpkg-divert.sh: Corrected quoting when passing $divertto to
+ awk. Thanks to Leif Ryge! Changed quotes around version to double
+ quotes so that the Makefile can modify it.
+
+ -- Marius Vollmer <marius.vollmer at nokia.com> Wed, 11 Jul 2007 14:41:06 +0300
+
dpkg (1.13.25.osso8) unstable; urgency=low
[ Marius Vollmer, for maemo ]
- Previous message: [maemo-commits] r12713 - projects/haf/trunk/dpkg/scripts
- Next message: [maemo-commits] r12715 - projects/haf/tags/dpkg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
