Przeglądaj źródła

Release 1.14.14

Raphael Hertzog 18 lat temu
rodzic
commit
56eadac56c
3 zmienionych plików z 15 dodań i 2 usunięć
  1. 13 0
      ChangeLog
  2. 1 1
      configure.ac
  3. 1 1
      debian/changelog

+ 13 - 0
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~.

+ 1 - 1
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~], [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])

+ 1 - 1
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