[Pkg-mono-svn-commits] rev 3226 - cli-common/trunk/debian

Mirco Bauer meebey-guest at alioth.debian.org
Wed Jul 4 19:17:02 UTC 2007


Author: meebey-guest
Date: 2007-07-04 19:17:01 +0000 (Wed, 04 Jul 2007)
New Revision: 3226

Modified:
   cli-common/trunk/debian/changelog
   cli-common/trunk/debian/control
Log:
- updated to 0.4.9



Modified: cli-common/trunk/debian/changelog
===================================================================
--- cli-common/trunk/debian/changelog	2007-06-29 19:24:32 UTC (rev 3225)
+++ cli-common/trunk/debian/changelog	2007-07-04 19:17:01 UTC (rev 3226)
@@ -1,12 +1,17 @@
-cli-common (0.4.9~pre1) unstable; urgency=low
+cli-common (0.4.9) unstable; urgency=low
 
-  * NOT RELEASED YET
   * Mirco 'meebey' Bauer':
+    + debian/control:
+      - Added dh_installcligac, dh_createclipolicy, dh_clifixperms and
+        dh_clistrip to cli-common-dev package description.
+      - Added perl-modules to cli-common and cli-common-dev dependencies.
+        (Closes: #431586)
+      - Using my Debian email address now.
     + dh_clistrip:
       - New debhelper tool similar to dh_strip to strip (delete) or move
         debugging symbols of CLI applications and libraries.
 
- -- Mirco Bauer <meebey at debian.org>  Mon, 21 May 2007 01:43:14 +0200
+ -- Mirco Bauer <meebey at debian.org>  Wed, 04 Jul 2007 20:44:13 +0200
 
 cli-common (0.4.8) unstable; urgency=low
 

Modified: cli-common/trunk/debian/control
===================================================================
--- cli-common/trunk/debian/control	2007-06-29 19:24:32 UTC (rev 3225)
+++ cli-common/trunk/debian/control	2007-07-04 19:17:01 UTC (rev 3226)
@@ -2,13 +2,14 @@
 Section: interpreters
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
-Uploaders: Mirco Bauer <meebey at meebey.net>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Mirco Bauer <meebey at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: debiandoc-sgml, texlive-base-bin, texlive-base, texlive-latex-base, texlive-latex-extra, texlive-fonts-recommended, texlive-latex-recommended
 Standards-Version: 3.7.2
 
 Package: cli-common
 Architecture: all
+Depends: perl-modules
 Description: common files between all CLI (.NET) packages
  This package must be installed if a CLI (Common Language Infrastructure)/.NET
  runtime environment is desired.
@@ -23,7 +24,7 @@
 Package: cli-common-dev
 Architecture: all
 Replaces: cli-common (<< 0.4.0)
-Depends: debhelper (>= 5.0.0), mono-utils | cil-disassembler, mono-mcs | strong-name-tool, libxml-dom-perl
+Depends: debhelper (>= 5.0.0), perl-modules, mono-utils | cil-disassembler, mono-mcs | strong-name-tool, libxml-dom-perl
 Description: common files for building CLI (.NET) packages
  This package must be installed if a CLI (Common Language Infrastructure)/.NET
  packaging environment is desired.
@@ -32,3 +33,7 @@
  between native libraries, CLI libraries and CLI applications:
   * dh_clideps to generate cli:Depends information for debian/control
   * dh_makeclilibs to create clilibs files that are needed/used by dh_clideps
+  * dh_installcligac to register assemblies to be late installed into a GAC
+  * dh_createclipolicy to create the CLI policy files for installing into a GAC
+  * dh_clifixperms to fix permissions of files in CLI package build directories
+  * dh_clistrip to strip CLI debug symbols from package build directories




More information about the Pkg-mono-svn-commits mailing list