[maemo-commits] [maemo-commits] r10156 - in projects/haf/trunk/dpkg: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Feb 22 11:51:07 EET 2007
- Previous message: [maemo-commits] r10155 - in projects/haf/trunk/dpkg: . scripts
- Next message: [maemo-commits] r10157 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2007-02-22 11:51:05 +0200 (Thu, 22 Feb 2007) New Revision: 10156 Modified: projects/haf/trunk/dpkg/ChangeLog projects/haf/trunk/dpkg/configure projects/haf/trunk/dpkg/configure.ac projects/haf/trunk/dpkg/debian/changelog Log: Released 1.13.25.osso4 Modified: projects/haf/trunk/dpkg/ChangeLog =================================================================== --- projects/haf/trunk/dpkg/ChangeLog 2007-02-22 09:48:48 UTC (rev 10155) +++ projects/haf/trunk/dpkg/ChangeLog 2007-02-22 09:51:05 UTC (rev 10156) @@ -1,3 +1,11 @@ +2007-02-22 Marius Vollmer <marius.vollmer at nokia.com> + + Released 1.13.25.osso4. + + * ostable, scripts/controllib.pl, scripts/dpkg-architecture.pl: + applied triplet.patch that adds ABI information to the output of + dpkg-architecture and makes it work for gnueabi and armel systems. + 2007-02-16 Marius Vollmer <marius.vollmer at nokia.com> Released 1.13.25.osso0. Modified: projects/haf/trunk/dpkg/configure =================================================================== --- projects/haf/trunk/dpkg/configure 2007-02-22 09:48:48 UTC (rev 10155) +++ projects/haf/trunk/dpkg/configure 2007-02-22 09:51:05 UTC (rev 10156) @@ -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.osso3. +# Generated by GNU Autoconf 2.59 for dpkg 1.13.25.osso4. # # 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.osso3' -PACKAGE_STRING='dpkg 1.13.25.osso3' +PACKAGE_VERSION='1.13.25.osso4' +PACKAGE_STRING='dpkg 1.13.25.osso4' 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.osso3 to adapt to many kinds of systems. +\`configure' configures dpkg 1.13.25.osso4 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.osso3:";; + short | recursive ) echo "Configuration of dpkg 1.13.25.osso4:";; 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.osso3 +dpkg configure 1.13.25.osso4 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.osso3, which was +It was created by dpkg $as_me 1.13.25.osso4, 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.osso3' + VERSION='1.13.25.osso4' cat >>confdefs.h <<_ACEOF @@ -16425,7 +16425,7 @@ } >&5 cat >&5 <<_CSEOF -This file was extended by dpkg $as_me 1.13.25.osso3, which was +This file was extended by dpkg $as_me 1.13.25.osso4, 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.osso3 +dpkg config.status 1.13.25.osso4 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-02-22 09:48:48 UTC (rev 10155) +++ projects/haf/trunk/dpkg/configure.ac 2007-02-22 09:51:05 UTC (rev 10156) @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([dpkg], [1.13.25.osso3], [marius.vollmer at nokia.com]) +AC_INIT([dpkg], [1.13.25.osso4], [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-02-22 09:48:48 UTC (rev 10155) +++ projects/haf/trunk/dpkg/debian/changelog 2007-02-22 09:51:05 UTC (rev 10156) @@ -1,3 +1,11 @@ +dpkg (1.13.25.osso4) unstable; urgency=low + + [ Marius Vollmer, for maemo ] + + * Applied triplet.patch for armel support. + + -- Marius Vollmer <marius.vollmer at nokia.com> Wed, 21 Feb 2007 21:34:50 +0200 + dpkg (1.13.25.osso3) unstable; urgency=low [ Marius Vollmer, for maemo ]
- Previous message: [maemo-commits] r10155 - in projects/haf/trunk/dpkg: . scripts
- Next message: [maemo-commits] r10157 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]