浏览代码

dpkg (1.13.6) experimental; urgency=low

  The "Just kidding about the God part" Release.

  * Fixed incorrect installation location of /etc/logrotate.d/dpkg caused
    by a mis-understanding of dh_install's abilities.

 -- Scott James Remnant <scott@netsplit.com>  Mon,  6 Jun 2005 05:58:36 +0100
Scott James Remnant 21 年之前
父节点
当前提交
994a818161
共有 6 个文件被更改,包括 29 次插入12 次删除
  1. 7 0
      ChangeLog
  2. 10 10
      configure
  3. 1 1
      configure.ac
  4. 9 0
      debian/changelog
  5. 0 1
      debian/dpkg.install
  6. 2 0
      debian/rules

+ 7 - 0
ChangeLog

@@ -1,5 +1,12 @@
 2005-06-06  Scott James Remnant  <scott@netsplit.com>
 
+	* debian/dpkg.install: Don't use dh_install to copy the logrotate
+	file because it can't rename things.
+	* debian/rules (binary-arch): Install and rename manually instead.
+	* configure.ac: Release 1.13.6 (Brown Paper Bag).
+
+	* configure.ac: Bump version to 1.13.6~.
+
 	* configure.ac: Release 1.13.5.
 
 2005-06-06  Philippe Batailler  <philippe.batailler@free.fr>

+ 10 - 10
configure

@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for dpkg 1.13.5.
+# Generated by GNU Autoconf 2.59 for dpkg 1.13.6.
 #
 # Report bugs to <debian-dpkg@lists.debian.org>.
 #
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='dpkg'
 PACKAGE_TARNAME='dpkg'
-PACKAGE_VERSION='1.13.5'
-PACKAGE_STRING='dpkg 1.13.5'
+PACKAGE_VERSION='1.13.6'
+PACKAGE_STRING='dpkg 1.13.6'
 PACKAGE_BUGREPORT='debian-dpkg@lists.debian.org'
 
 ac_unique_file="lib/dpkg.h"
@@ -816,7 +816,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures dpkg 1.13.5 to adapt to many kinds of systems.
+\`configure' configures dpkg 1.13.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -883,7 +883,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of dpkg 1.13.5:";;
+     short | recursive ) echo "Configuration of dpkg 1.13.6:";;
    esac
   cat <<\_ACEOF
 
@@ -1037,7 +1037,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-dpkg configure 1.13.5
+dpkg configure 1.13.6
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1051,7 +1051,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by dpkg $as_me 1.13.5, which was
+It was created by dpkg $as_me 1.13.6, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1841,7 +1841,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='dpkg'
- VERSION='1.13.5'
+ VERSION='1.13.6'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15388,7 +15388,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by dpkg $as_me 1.13.5, which was
+This file was extended by dpkg $as_me 1.13.6, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15451,7 +15451,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-dpkg config.status 1.13.5
+dpkg config.status 1.13.6
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 

+ 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.5], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.13.6], [debian-dpkg@lists.debian.org])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 

+ 9 - 0
debian/changelog

@@ -1,3 +1,12 @@
+dpkg (1.13.6) experimental; urgency=low
+  
+  The "Just kidding about the God part" Release.
+
+  * Fixed incorrect installation location of /etc/logrotate.d/dpkg caused
+    by a mis-understanding of dh_install's abilities.
+
+ -- Scott James Remnant <scott@netsplit.com>  Mon,  6 Jun 2005 05:58:36 +0100
+
 dpkg (1.13.5) experimental; urgency=low
   
   The "Flatulent Elm of West Ruislip" Release.

+ 0 - 1
debian/dpkg.install

@@ -1,5 +1,4 @@
 ../dpkg.cfg etc/dpkg
-../dpkg.logrotate etc/logrotate.d/dpkg
 ../archtable usr/share/dpkg
 
 etc/alternatives

+ 2 - 0
debian/rules

@@ -70,6 +70,8 @@ binary-arch: install
 	dh_testdir -a
 	dh_testroot -a
 	dh_install --sourcedir=debian/tmp -a
+	install -d debian/dpkg/etc/logrotate.d
+	install -m 644 debian/dpkg.logrotate debian/dpkg/etc/logrotate.d/dpkg
 
 	dh_installchangelogs -pdpkg ChangeLog
 	dh_installdocs -pdpkg