The branch, master has been updated
via 89a3cf48372ad2240f2f514f9f5e5fc45088ec20 (commit)
via 56eadac56ced0d1acee49e012d577d8cc57884f6 (commit)
via 9e09d9f0f8b57d61c8970a2d554add1714afb8d7 (commit)
via 57985cbe7726facd3cbf71777d49bd933f87886e (commit)
from deb14ee83d54c7f02ec14db688b0b5812608b261 (commit)
- Shortlog ------------------------------------------------------------
89a3cf4 Bump version to 1.14.15~
56eadac Release 1.14.14
9e09d9f Make dpkg-dev depend on dpkg (>= 1.14.13) as dpkg-source needs the
latest Dpkg.pm
57985cb Add libio-string-perl to Build-Depends
Summary of changes:
ChangeLog | 17 +++++++++++++++++
configure.ac | 2 +-
debian/changelog | 15 ++++++++++++---
debian/control | 5 +++--
4 files changed, 33 insertions(+), 6 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 89a3cf48372ad2240f2f514f9f5e5fc45088ec20
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Thu Dec 27 12:24:37 2007 +0100
Bump version to 1.14.15~
diff --git a/ChangeLog b/ChangeLog
index 9925621..98145b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-12-27 Raphael Hertzog <[EMAIL PROTECTED]>
+ * configure.ac: Bump version to 1.14.15~.
+
+2007-12-27 Raphael Hertzog <[EMAIL PROTECTED]>
+
* configure.ac: Release 1.14.14.
2007-12-27 Raphael Hertzog <[EMAIL PROTECTED]>
diff --git a/configure.ac b/configure.ac
index 509eede..45ded82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([dpkg], [1.14.14], [EMAIL PROTECTED])
+AC_INIT([dpkg], [1.14.15~], [EMAIL PROTECTED])
AC_CONFIG_SRCDIR([lib/dpkg.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
diff --git a/debian/changelog b/debian/changelog
index 06162b0..0b1ec48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dpkg (1.14.15) UNRELEASED; urgency=low
+
+ *
+
+ -- Raphael Hertzog <[EMAIL PROTECTED]> Thu, 27 Dec 2007 12:21:57 +0100
+
dpkg (1.14.14) unstable; urgency=low
* Fix override disparity: set priority of dselect to important.
commit 56eadac56ced0d1acee49e012d577d8cc57884f6
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Thu Dec 27 12:03:35 2007 +0100
Release 1.14.14
diff --git a/ChangeLog b/ChangeLog
index ec880dc..9925621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-12-27 Raphael Hertzog <[EMAIL PROTECTED]>
+
+ * configure.ac: Release 1.14.14.
+
+2007-12-27 Raphael Hertzog <[EMAIL PROTECTED]>
+
+ * debian/control: Bump dpkg dependency to >= 1.14.13 in dpkg-dev
+ as dpkg-source needs the latest Dpkg.pm.
+ * debian/control: Add libio-string-perl to Build-Depends as it's
+ needed for a non-regression test (200_Dpkg_Shlibs.t).
+ * debian/control: Fix priority of dselect to match the priority
+ set by ftpmasters.
+
2007-12-27 Guillem Jover <[EMAIL PROTECTED]>
* configure.ac: Bump version to 1.14.14~.
diff --git a/configure.ac b/configure.ac
index 7310694..509eede 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([dpkg], [1.14.14~], [EMAIL PROTECTED])
+AC_INIT([dpkg], [1.14.14], [EMAIL PROTECTED])
AC_CONFIG_SRCDIR([lib/dpkg.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([config])
diff --git a/debian/changelog b/debian/changelog
index 8e2cab9..06162b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dpkg (1.14.14) UNRELEASED; urgency=low
+dpkg (1.14.14) unstable; urgency=low
* Fix override disparity: set priority of dselect to important.
* Add libio-string-perl to Build-Depends as it's needed by a non-regression
commit 9e09d9f0f8b57d61c8970a2d554add1714afb8d7
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Thu Dec 27 11:47:45 2007 +0100
Make dpkg-dev depend on dpkg (>= 1.14.13) as dpkg-source needs the latest
Dpkg.pm
diff --git a/debian/changelog b/debian/changelog
index 5935a4b..8e2cab9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ dpkg (1.14.14) UNRELEASED; urgency=low
* Fix override disparity: set priority of dselect to important.
* Add libio-string-perl to Build-Depends as it's needed by a non-regression
test (fix FTBFS, thus a quick upload).
+ * Make dpkg-dev depend on dpkg (>= 1.14.13) as the latest Dpkg.pm is needed
+ for dpkg-source.
-- Raphael Hertzog <[EMAIL PROTECTED]> Thu, 27 Dec 2007 11:20:38 +0100
diff --git a/debian/control b/debian/control
index 431888b..a5ed512 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Package: dpkg-dev
Section: utils
Priority: optional
Architecture: all
-Depends: dpkg (>= 1.14.6), perl5, perl-modules, cpio (>= 2.4.2-2),
+Depends: dpkg (>= 1.14.13), perl5, perl-modules, cpio (>= 2.4.2-2),
patch (>= 2.2-1), make, binutils
Recommends: gcc | c-compiler, bzip2
Suggests: gnupg, debian-keyring
commit 57985cbe7726facd3cbf71777d49bd933f87886e
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Thu Dec 27 11:30:03 2007 +0100
Add libio-string-perl to Build-Depends
diff --git a/debian/changelog b/debian/changelog
index 44d00ed..5935a4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
dpkg (1.14.14) UNRELEASED; urgency=low
- [ Raphael Hertzog ]
* Fix override disparity: set priority of dselect to important.
+ * Add libio-string-perl to Build-Depends as it's needed by a non-regression
+ test (fix FTBFS, thus a quick upload).
- -- Guillem Jover <[EMAIL PROTECTED]> Thu, 27 Dec 2007 09:27:40 +0200
+ -- Raphael Hertzog <[EMAIL PROTECTED]> Thu, 27 Dec 2007 11:20:38 +0100
dpkg (1.14.13) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 3b56707..431888b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Vcs-Git: git://git.debian.org/git/dpkg/dpkg.git
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 4.1.81), pkg-config, po4a (>= 0.23),
libncurses5-dev | libncurses-dev, zlib1g-dev (>= 1:1.1.3-19.1), libbz2-dev,
- libselinux1-dev (>= 1.28-4) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
+ libselinux1-dev (>= 1.28-4) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
+ libio-string-perl
Package: dpkg
Architecture: any
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]