]> err.no Git - dpkg/commitdiff
Move auxiliary autotools scripts to config/.
authorGuillem Jover <guillem@debian.org>
Fri, 17 Feb 2006 02:00:25 +0000 (02:00 +0000)
committerGuillem Jover <guillem@debian.org>
Fri, 17 Feb 2006 02:00:25 +0000 (02:00 +0000)
ChangeLog
configure.ac
debian/changelog

index 7f49fec12d3ce347845e1af343ec0787f93c61bf..eb471627d468954ef9f475774f410e8bea009ad4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-17  Guillem Jover  <guillem@debian.org>
+
+       * configure.ac: Use AC_CONFIG_AUX_DIR to move auxiliary scripts to
+       config/.
+
 2006-02-16  Frank Lichtenheld  <djpig@debian.org>
 
        * configure.ac: Bump version to 1.13.16~
index 2de8da7f8c3ef0b8990ac3236b803d6e19446eb9..1262b8a51572f7b75a4575afebfd8675b6105f32 100644 (file)
@@ -4,6 +4,7 @@ AC_PREREQ(2.59)
 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])
 
 AC_CANONICAL_SYSTEM
 AC_GNU_SOURCE
index 9239e5df1a0105f4f052a0797835b051486bb774..195a0bec000fd29e65f8c9b96673de9accce57a1 100644 (file)
@@ -1,3 +1,10 @@
+dpkg (1.13.16~) UNRELEASED; urgency=low
+
+  [ Guillem Jover ]
+  * Move auxiliary autotools scripts to config/.
+
+ -- Guillem Jover <guillem@debian.org>  Fri, 17 Feb 2006 03:52:59 +0200
+
 dpkg (1.13.15) unstable; urgency=low
 
   [ Guillem Jover ]