]> err.no Git - dpkg/commitdiff
Release 1.14.14
authorRaphael Hertzog <hertzog@debian.org>
Thu, 27 Dec 2007 11:03:35 +0000 (12:03 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Thu, 27 Dec 2007 11:08:09 +0000 (12:08 +0100)
ChangeLog
configure.ac
debian/changelog

index ec880dc655cd855107917ffe0db03adb22650182..99256213bb08d1b85a503dc6413db03fd2bb7c10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-12-27  Raphael Hertzog  <hertzog@debian.org>
+
+       * configure.ac: Release 1.14.14.
+
+2007-12-27  Raphael Hertzog  <hertzog@debian.org>
+
+       * 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  <guillem@debian.org>
 
        * configure.ac: Bump version to 1.14.14~.
index 731069469cb623a851d8a1d44d78995280c18718..509eede785a46c87bcc8360efbdb1ad3d98ade23 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([dpkg], [1.14.14~], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.14], [debian-dpkg@lists.debian.org])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])
index 8e2cab92de425bc9f8f58b34092a89b3bbc914f3..06162b050e01d59d73a580ab8df03fdfe0fa7855 100644 (file)
@@ -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