[Pkg-ace-commits] [pkg-ace] r631 - in branches/5.6.3/debian: . patches

Thomas Girard tgg at alioth.debian.org
Sun Dec 13 10:57:36 UTC 2009


Author: tgg
Date: 2009-12-13 10:57:36 +0000 (Sun, 13 Dec 2009)
New Revision: 631

Modified:
   branches/5.6.3/debian/changelog
   branches/5.6.3/debian/control
   branches/5.6.3/debian/patches/90-patch-mpc-basedir.dpatch
Log:
Fix warnings spotted by lintian


Modified: branches/5.6.3/debian/changelog
===================================================================
--- branches/5.6.3/debian/changelog	2009-12-13 09:35:14 UTC (rev 630)
+++ branches/5.6.3/debian/changelog	2009-12-13 10:57:36 UTC (rev 631)
@@ -13,6 +13,7 @@
     Closes: #518735.
   * Add README.source.
   * Add Pau Garcia i Quiles to the list of maintainers.
+  * Fix many issues spotted by lintian.
 
   [ Pau Garcia i Quiles ]
   * Add new patches:
@@ -21,7 +22,7 @@
     - Run autoupdate and autoreconf in the ACE and TAO directories in order
       to update from libtool 1.5 (what upstream uses) to libtool 2.2
 
- -- Thomas Girard <thomas.g.girard at free.fr>  Wed, 11 Nov 2009 21:06:51 +0100
+ -- Thomas Girard <thomas.g.girard at free.fr>  Sun, 13 Dec 2009 11:47:50 +0100
 
 ace (5.6.3-5) unstable; urgency=low
 

Modified: branches/5.6.3/debian/control
===================================================================
--- branches/5.6.3/debian/control	2009-12-13 09:35:14 UTC (rev 630)
+++ branches/5.6.3/debian/control	2009-12-13 10:57:36 UTC (rev 631)
@@ -12,7 +12,6 @@
 
 Package: mpc-ace
 Architecture: all
-Section: devel
 Depends: ${perl:Depends}
 Recommends: make
 Replaces: libace-dev (= 5.6.3-4)
@@ -31,7 +30,7 @@
 Package: libace-5.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: C++ network programming framework
  This package contains the ADAPTIVE Communication Environment (ACE)
  framework.
@@ -54,7 +53,7 @@
 Package: libace-dev
 Architecture: any
 Section: libdevel
-Depends: libace-5.6.3 (= ${binary:Version})
+Depends: libace-5.6.3 (= ${binary:Version}), ${misc:Depends}
 Suggests: libace-doc, libtao-dev, pkg-config
 Replaces: mpc-ace (<< 5.6.3-4)
 Description: C++ network programming framework development files
@@ -72,7 +71,7 @@
 Package: libace-ssl-5.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ACE secure socket layer library
  This package contains wrappers that integrate the OpenSSL library in the
  ACE framework.
@@ -80,7 +79,7 @@
 Package: libace-ssl-dev
 Architecture: any
 Section: libdevel
-Depends: libace-ssl-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libssl-dev (>= 0.9.7d)
+Depends: libace-ssl-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libssl-dev (>= 0.9.7d), ${misc:Depends}
 Description: ACE secure socket layer library development files
  This package contains the header files and static library for the ACE
  SSL library.
@@ -88,7 +87,7 @@
 Package: libace-rmcast-5.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ACE reliable multicast library
  The RMCast library is a reliable source-ordered multicast protocol
  implementation.
@@ -99,7 +98,7 @@
 Package: libace-rmcast-dev
 Architecture: any
 Section: libdevel
-Depends: libace-rmcast-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version})
+Depends: libace-rmcast-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
 Description: ACE reliable multicast library development files
  This package contains the header files and static library for the ACE
  reliable multicast library.
@@ -107,7 +106,7 @@
 Package: libace-tmcast-5.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ACE transactional multicast library
  The TMCast library is a transaction multicast protocol implementation. 
  .
@@ -117,7 +116,7 @@
 Package: libace-tmcast-dev
 Architecture: any
 Section: libdevel
-Depends: libace-tmcast-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version})
+Depends: libace-tmcast-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
 Description: ACE transactional multicast library development files
  This package contains the header files and static library for the ACE
  transactional multicast library.
@@ -125,7 +124,7 @@
 Package: libace-htbp-5.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ACE protocol over HTTP tunneling library
  The HTTP Tunneling, Bidirectional, Protocol (HTBP) library enables
  the writing of stream-based protocols over HTTP.
@@ -136,15 +135,14 @@
 Package: libace-htbp-dev
 Architecture: any
 Section: libdevel
-Depends: libace-htbp-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version})
+Depends: libace-htbp-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
 Description: ACE protocol over HTTP tunneling library development files
  This package contains the header files and static library for the ACE
  HTBP library.
 
 Package: gperf-ace
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ACE perfect hash function generator
  gperf-ace is the ACE version of gperf.
  .
@@ -155,7 +153,7 @@
 Package: libacexml-5.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ACE SAX based XML parsing library
  This package provides interfaces for XML parsing based on Simple API
  for XML (SAX) 2.0, defined by David Megginson. This is an event-driven
@@ -167,7 +165,7 @@
 Package: libacexml-dev
 Architecture: any
 Section: libdevel
-Depends: libacexml-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version})
+Depends: libacexml-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
 Description: ACE SAX based XML parsing library development files
  This package contains the header files and static library for the ACE
  XML parsing library.
@@ -175,7 +173,7 @@
 Package: libkokyu-5.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libtao-1.6.3, libtao-orbsvcs-1.6.3
 Description: ACE scheduling and dispatching library
  Kokyu is a library designed to provide flexible scheduling and
@@ -187,7 +185,7 @@
 Package: libkokyu-dev
 Architecture: any
 Section: libdevel
-Depends: libkokyu-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version})
+Depends: libkokyu-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
 Description: ACE scheduling and dispatching library development files
  This package contains the header files and static library for the ACE
  scheduling and dispatching library.
@@ -195,7 +193,7 @@
 Package: libace-qtreactor-5.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ACE-GUI reactor integration for Qt
  Recognizing the need to write reactor-based GUI applications, the ACE
  community has created several reactor extensions for use with X Window
@@ -211,7 +209,7 @@
 Package: libace-qtreactor-dev
 Architecture: any
 Section: libdevel
-Depends: libace-qtreactor-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libqt4-dev
+Depends: libace-qtreactor-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libqt4-dev, ${misc:Depends}
 Description: ACE-GUI reactor integration for Qt development files
  This package contains header files and static library for the ACE-Qt
  reactor integration.
@@ -219,7 +217,7 @@
 Package: libace-xtreactor-5.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ACE-GUI reactor integration for Xt
  Recognizing the need to write reactor-based GUI applications, the ACE
  community has created several reactor extensions for use with X Window
@@ -234,7 +232,7 @@
 Package: libace-xtreactor-dev
 Architecture: any
 Section: libdevel
-Depends: libace-xtreactor-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libxt-dev (>= 4.3.0)
+Depends: libace-xtreactor-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libxt-dev (>= 4.3.0), ${misc:Depends}
 Description: ACE-GUI reactor integration for Xt development files
  This package contains header files and static library for the ACE-Xt
  reactor integration.
@@ -242,7 +240,7 @@
 Package: libace-tkreactor-5.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ACE-GUI reactor integration for Tk
  Recognizing the need to write reactor-based GUI applications, the ACE
  community has created several reactor extensions for use with X Window
@@ -257,7 +255,7 @@
 Package: libace-tkreactor-dev
 Architecture: any
 Section: libdevel
-Depends: libace-tkreactor-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), tk-dev (>= 8.4.7)
+Depends: libace-tkreactor-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), tk-dev (>= 8.4.7), ${misc:Depends}
 Description: ACE-GUI reactor integration for Tk development files
  This package contains header files and static library for the ACE-Tk
  reactor integration.
@@ -265,7 +263,7 @@
 Package: libace-flreactor-5.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ACE-GUI reactor integration for Fl
  Recognizing the need to write reactor-based GUI applications, the ACE
  community has created several reactor extensions for use with X Window
@@ -279,7 +277,7 @@
 Package: libace-flreactor-dev
 Architecture: any
 Section: libdevel
-Depends: libace-flreactor-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfltk1.1-dev (>= 1.1.4)
+Depends: libace-flreactor-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfltk1.1-dev (>= 1.1.4), ${misc:Depends}
 Description: ACE-GUI reactor integration for Fl development files
  This package contains header files and static library for the ACE-Fl
  reactor integration.
@@ -287,7 +285,7 @@
 Package: libace-foxreactor-5.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ACE-GUI reactor integration for FOX
  Recognizing the need to write reactor-based GUI applications, the ACE
  community has created several reactor extensions for use with X Window
@@ -301,7 +299,7 @@
 Package: libace-foxreactor-dev
 Architecture: any
 Section: libdevel
-Depends: libace-foxreactor-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfox-1.6-dev
+Depends: libace-foxreactor-5.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), libfox-1.6-dev, ${misc:Depends}
 Description: ACE-GUI reactor integration for FOX development files
  This package contains header files and static library for the ACE-FOX
  reactor integration.
@@ -309,7 +307,7 @@
 Package: libtao-1.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ACE based CORBA ORB core libraries
  The ACE ORB (TAO) is an open-source Common Object Request Broker 
  Architecture (CORBA) 2.x-compliant Object Request Broker (ORB).  It
@@ -320,7 +318,7 @@
 Package: libtao-dev
 Architecture: any
 Section: libdevel
-Depends: libtao-1.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version})
+Depends: libtao-1.6.3 (= ${binary:Version}), libace-dev (= ${binary:Version}), ${misc:Depends}
 Suggests: libtao-doc, libtao-orbsvcs-dev
 Description: ACE based CORBA ORB core libraries development files
  This package contains the header files for TAO.  Due to the size of the
@@ -338,14 +336,14 @@
 Package: libtao-orbsvcs-1.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO CORBA services libraries
  This package contains libraries that are needed by many TAO programs.
 
 Package: libtao-orbsvcs-dev
 Architecture: any
 Section: libdevel
-Depends: libtao-orbsvcs-1.6.3 (= ${binary:Version}), libtao-dev (= ${binary:Version})
+Depends: libtao-orbsvcs-1.6.3 (= ${binary:Version}), libtao-dev (= ${binary:Version}), ${misc:Depends}
 Description: TAO CORBA services development files
  This package contains the header files for the TAO CORBA services.
  .
@@ -355,14 +353,14 @@
 Package: libtao-qtresource-1.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Depends}
 Description: TAO-GUI reactor integration for Qt
  The Qt resource factory integrates ACE QtReactor into TAO ORB reactor.
 
 Package: libtao-qtresource-dev
 Architecture: any
 Section: libdevel
-Depends: libtao-qtresource-1.6.3 (= ${binary:Version}), libace-qtreactor-dev (= ${binary:Version}), libtao-dev (= ${binary:Version})
+Depends: libtao-qtresource-1.6.3 (= ${binary:Version}), libace-qtreactor-dev (= ${binary:Version}), libtao-dev (= ${binary:Version}), ${misc:Depends}
 Description: TAO-GUI reactor integration for Qt development files
  This package contains header files and static library for the TAO-Qt
  reactor integration.
@@ -370,14 +368,14 @@
 Package: libtao-xtresource-1.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO-GUI reactor integration for Xt
  The Xt resource factory integrates ACE XtReactor into TAO ORB reactor.
 
 Package: libtao-xtresource-dev
 Architecture: any
 Section: libdevel
-Depends: libtao-xtresource-1.6.3 (= ${binary:Version}), libace-xtreactor-dev (= ${binary:Version}), libtao-dev (= ${binary:Version})
+Depends: libtao-xtresource-1.6.3 (= ${binary:Version}), libace-xtreactor-dev (= ${binary:Version}), libtao-dev (= ${binary:Version}), ${misc:Depends}
 Description: TAO-GUI reactor integration for Xt development files
  This package contains header files and static library for the TAO-Xt
  reactor integration.
@@ -385,14 +383,14 @@
 Package: libtao-flresource-1.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO-GUI reactor integration for Fl
  The Fl resource factory integrates ACE FlReactor into TAO ORB reactor.
 
 Package: libtao-flresource-dev
 Architecture: any
 Section: libdevel
-Depends: libtao-flresource-1.6.3 (= ${binary:Version}), libace-flreactor-dev (= ${binary:Version}), libtao-dev (= ${binary:Version})
+Depends: libtao-flresource-1.6.3 (= ${binary:Version}), libace-flreactor-dev (= ${binary:Version}), libtao-dev (= ${binary:Version}), ${misc:Depends}
 Description: TAO-GUI reactor integration for Fl development files
  This package contains header files and static library for the TAO-Fl
  reactor integration.
@@ -400,14 +398,14 @@
 Package: libtao-tkresource-1.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
-Description: TAO-GUI reactor integration for Tk development files
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: TAO-GUI reactor integration for Tk
  The Tk resource factory integrates ACE TkReactor into TAO ORB reactor.
 
 Package: libtao-tkresource-dev
 Architecture: any
 Section: libdevel
-Depends: libtao-tkresource-1.6.3 (= ${binary:Version}), libace-tkreactor-dev (= ${binary:Version}), libtao-dev (= ${binary:Version})
+Depends: libtao-tkresource-1.6.3 (= ${binary:Version}), libace-tkreactor-dev (= ${binary:Version}), libtao-dev (= ${binary:Version}), ${misc:Depends}
 Description: TAO-GUI reactor integration for Tk development files
  This package contains header files and static library for the TAO-Tk
  reactor integration.
@@ -415,22 +413,21 @@
 Package: libtao-foxresource-1.6.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO-GUI reactor integration for FOX
  The Fl resource factory integrates ACE FoxReactor into TAO ORB reactor.
 
 Package: libtao-foxresource-dev
 Architecture: any
 Section: libdevel
-Depends: libtao-foxresource-1.6.3 (= ${binary:Version}), libace-foxreactor-dev (= ${binary:Version}), libtao-dev (= ${binary:Version})
+Depends: libtao-foxresource-1.6.3 (= ${binary:Version}), libace-foxreactor-dev (= ${binary:Version}), libtao-dev (= ${binary:Version}), ${misc:Depends}
 Description: TAO-GUI reactor integration for FOX development files
  This package contains header files and static library for the TAO-FOX
  reactor integration.
 
 Package: tao-idl
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO IDL to C++ compiler
  This package provides a Interface Definition Language (IDL) to C++ compiler.
  .
@@ -439,8 +436,7 @@
 
 Package: tao-ifr
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO interface repository
  CORBA-aware programs can contact an interface repository to get objects
  interfaces at run-time. Then they can use the Dynamic Invocation
@@ -452,8 +448,7 @@
 
 Package: tao-imr
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO implementation repository
  An implementation repository activates CORBA servers on demand.
  .
@@ -464,8 +459,7 @@
 
 Package: tao-ft
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO fault tolerant services
  TAO supports Fault Tolerance for CORBA Objects.
  .
@@ -476,8 +470,7 @@
 
 Package: tao-utils
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: tao-naming
 Description: TAO naming service and IOR utilities
  This package includes programs to query or control a CORBA naming
@@ -491,8 +484,7 @@
 
 Package: tao-naming
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: tao-utils
 Description: TAO naming service
  TAO implementation of CORBA interoperable naming service (INS).
@@ -503,8 +495,7 @@
 
 Package: tao-trading
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO trading service
  TAO implementation of CORBA trading service.
  .
@@ -513,8 +504,7 @@
 
 Package: tao-event
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO event service
  An event service creates channels where suppliers and consumers
  can push or pull events. This channel enables asynchronous, message
@@ -525,8 +515,7 @@
 
 Package: tao-rtevent
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO real-time event service
  Another TAO implementation of CORBA event service. For more information on
  CORBA event service have a look at tao-event package.
@@ -536,8 +525,7 @@
 
 Package: tao-ftrtevent
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO fault-tolerant real-time event service
  TAO fault-tolerant, real-time CORBA event service. For more information on
  CORBA event service have a look at tao-event package.
@@ -549,8 +537,7 @@
 
 Package: tao-notify
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO notification service
  A notification service enhances an event service. For more information on
  CORBA event service have a look at tao-event package.
@@ -561,8 +548,7 @@
 
 Package: tao-load
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO load balancing service
  TAO implementation of OMG Load Balancing and Monitoring specification.
  .
@@ -572,8 +558,7 @@
 
 Package: tao-log
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO telecom log services
  TAO implementations of CORBA telecom log service.
  .
@@ -585,8 +570,7 @@
 
 Package: tao-scheduling
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO scheduling service
  TAO implementation of CORBA scheduling service.
  .
@@ -596,8 +580,7 @@
 
 Package: tao-concurrency
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO concurrency service
  A concurrency service provides a mechanism to acquire and release locks in
  a distributed system.
@@ -606,8 +589,7 @@
 
 Package: tao-lifecycle
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO lifecycle service
  The CORBA lifecycle service allows clients to create, delete, copy and move
  objects.
@@ -616,8 +598,7 @@
 
 Package: tao-time
 Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: TAO time service
  A time service offers globally synchronized time to clients.
  .

Modified: branches/5.6.3/debian/patches/90-patch-mpc-basedir.dpatch
===================================================================
--- branches/5.6.3/debian/patches/90-patch-mpc-basedir.dpatch	2009-12-13 09:35:14 UTC (rev 630)
+++ branches/5.6.3/debian/patches/90-patch-mpc-basedir.dpatch	2009-12-13 10:57:36 UTC (rev 631)
@@ -2,7 +2,7 @@
 ## 90-patch-mpc-basedir.dpatch by Thomas Girard <thomas.g.girard at free.fr>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description
+## DP: Use /usr/share/ace/bin/MakeProjectCreator path for MPC.
 
 @DPATCH@
 --- ACE_wrappers.orig/bin/mwc.pl




More information about the Pkg-ace-commits mailing list