Sfoglia il codice sorgente

Lets release 1.13.16 since dpkg-scanpackages is essentially broken
when used with overrides

Frank Lichtenheld 20 anni fa
parent
commit
c968ce63ba
3 ha cambiato i file con 12 aggiunte e 3 eliminazioni
  1. 7 0
      ChangeLog
  2. 1 1
      configure.ac
  3. 4 2
      debian/changelog

+ 7 - 0
ChangeLog

@@ -1,5 +1,12 @@
+2006-02-18  Frank Lichtenheld  <djpig@debian.org>
+
+	* configure.ac: Release 1.13.16.
+
 2006-02-17  Frank Lichtenheld  <djpig@debian.org>
 
+	* man/ChangeLog: Start an own changelog for the
+	manpages.
+	
 	* scripts/dpkg-scanpackages.pl: Fix override handling
 	which was broken by the latest changes.
 

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

+ 4 - 2
debian/changelog

@@ -1,5 +1,7 @@
-dpkg (1.13.16~) UNRELEASED; urgency=low
+dpkg (1.13.16) unstable; urgency=low
 
+  * The "not really a brown paper bag needed but it's close" release
+  
   [ Guillem Jover ]
   * Move auxiliary autotools scripts to config/.
   * Require gettext 0.14.5.
@@ -22,7 +24,7 @@ dpkg (1.13.16~) UNRELEASED; urgency=low
     - update-alternatives.8 Closes: #353428
     - dpkg.1, dpkg.cfg.5 Closes: #353429
 
- -- Guillem Jover <guillem@debian.org>  Fri, 17 Feb 2006 03:52:59 +0200
+ -- Frank Lichtenheld <djpig@debian.org>  Sat, 18 Feb 2006 17:59:00 +0100
 
 dpkg (1.13.15) unstable; urgency=low