[maemo-commits] [maemo-commits] r15377 - in projects/haf/trunk/dpkg: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Apr 10 14:32:15 EEST 2008
Author: marivoll
Date: 2008-04-10 14:32:15 +0300 (Thu, 10 Apr 2008)
New Revision: 15377

Modified:
   projects/haf/trunk/dpkg/configure.ac
   projects/haf/trunk/dpkg/debian/changelog
   projects/haf/trunk/dpkg/debian/control
Log:
  * Added dependency on perl-base to dpkg since perl-base is needed but
    not included in our configurations despite being essential.


Modified: projects/haf/trunk/dpkg/configure.ac
===================================================================
--- projects/haf/trunk/dpkg/configure.ac	2008-04-09 13:33:17 UTC (rev 15376)
+++ projects/haf/trunk/dpkg/configure.ac	2008-04-10 11:32:15 UTC (rev 15377)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([dpkg], [1.14.7maemo4], [maemo-developers at maemo.org])
+AC_INIT([dpkg], [1.14.7maemo5], [maemo-developers at maemo.org])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])

Modified: projects/haf/trunk/dpkg/debian/changelog
===================================================================
--- projects/haf/trunk/dpkg/debian/changelog	2008-04-09 13:33:17 UTC (rev 15376)
+++ projects/haf/trunk/dpkg/debian/changelog	2008-04-10 11:32:15 UTC (rev 15377)
@@ -1,3 +1,12 @@
+dpkg (1.14.7maemo5) unstable; urgency=low
+
+  [ Marius Vollmer, for maemo ]
+
+  * Added dependency on perl-base to dpkg since perl-base is needed but
+    not included in our configurations despite being essential.
+
+ -- Marius Vollmer <marius.vollmer at nokia.com>  Thu, 10 Apr 2008 14:29:01 +0300
+
 dpkg (1.14.7maemo4) unstable; urgency=low
 
   [ Marius Vollmer, for maemo ]

Modified: projects/haf/trunk/dpkg/debian/control
===================================================================
--- projects/haf/trunk/dpkg/debian/control	2008-04-09 13:33:17 UTC (rev 15376)
+++ projects/haf/trunk/dpkg/debian/control	2008-04-10 11:32:15 UTC (rev 15377)
@@ -20,6 +20,7 @@
 Replaces: dpkg-doc-ja, dpkg-static, manpages-de (<= 0.4-3),
  manpages-pl (<= 20051117-1)
 Suggests: apt, lzma
+Depends: perl-base
 Description: package maintenance system for Debian
  This package contains the low-level commands for handling the installation
  and removal of packages on your system.


More information about the maemo-commits mailing list