Guillem Jover лет назад: 18
Родитель
Сommit
3a1ce6fc0f
4 измененных файлов с 10 добавлено и 6 удалено
  1. 4 0
      ChangeLog
  2. 1 1
      configure.ac
  3. 4 4
      debian/changelog
  4. 1 1
      man/ChangeLog

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2007-11-29  Guillem Jover  <guillem@debian.org>
+
+	* configure.ac: Release 1.14.12.
+
 2007-11-29  Guillem Jover  <guillem@debian.org>
 
 	* scripts/dpkg-scanpackages.pl: Use Dpkg::Version.

+ 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.12~], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.12], [debian-dpkg@lists.debian.org])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])

+ 4 - 4
debian/changelog

@@ -1,4 +1,4 @@
-dpkg (1.14.12) UNRELEASED; urgency=low
+dpkg (1.14.12) unstable; urgency=low
 
   [ Raphael Hertzog ]
   * Add -I<file> option to dpkg-gensymbols to force the usage of a specific
@@ -18,10 +18,10 @@ dpkg (1.14.12) UNRELEASED; urgency=low
   * Define several private functions and variables as static.
   * Move extern declarations to header files and stop defining them as extern.
   * Unify parsing of Section and Priority in dpkg-gencontrol with Homepage.
-  * Change dpkg-scanpackages to use the Dpkg::ErrorHandling module.
-  * Change dpkg-scanpackages to use the Dpkg::Versions module.
+  * Switch dpkg-scanpackages to use the new Dpkg::ErrorHandling and
+    Dpkg::Versions modules.
 
- -- Guillem Jover <guillem@debian.org>  Sat, 24 Nov 2007 07:38:13 +0200
+ -- Guillem Jover <guillem@debian.org>  Thu, 29 Nov 2007 06:14:09 +0200
 
 dpkg (1.14.11) unstable; urgency=low
 

+ 1 - 1
man/ChangeLog

@@ -17,7 +17,7 @@
 
 2007-11-19  Helge Kreutzmann  <debian@helgefjell.de>
 
-        * po/de.po: Updated to 1303t0f41u.
+	* po/de.po: Updated to 1303t0f41u.
 
 2007-11-19  Guillem Jover  <guillem@debian.org>