[Pkg-mono-svn-commits] rev 2966 - in cli-common/trunk: . debian

Sebastian Dröge slomo at alioth.debian.org
Tue Feb 27 14:45:42 CET 2007


Author: slomo
Date: 2007-02-27 14:45:42 +0100 (Tue, 27 Feb 2007)
New Revision: 2966

Modified:
   cli-common/trunk/debian/changelog
   cli-common/trunk/dh_clideps
Log:
* update to 0.4.8


Modified: cli-common/trunk/debian/changelog
===================================================================
--- cli-common/trunk/debian/changelog	2007-02-27 13:35:34 UTC (rev 2965)
+++ cli-common/trunk/debian/changelog	2007-02-27 13:45:42 UTC (rev 2966)
@@ -1,11 +1,17 @@
-cli-common (0.4.8) unstable; urgency=low
+cli-common (0.4.8) experimental; urgency=low
+  
+  * Sebastian 'slomo' Dröge:
+    + debian/rules:
+      - Add binary-arch target (Closes: #395583)
+    + debian/control,
+      debian/cli-policy.sgml:
+      - Update to use my debian.org mail address
+  * Mirco 'meebey' Bauer':
+    + dh_clideps:
+      - Add support for kfreebsd-i386 and kfreebsd-amd64
 
-  * debian/control,
-    debian/cli-policy.sgml:
-    + Update to use my debian.org mail address
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 27 Feb 2007 14:37:02 +0100
 
- -- Sebastian Dröge <slomo at debian.org>  Mon,  8 Jan 2007 00:41:51 +0100
-
 cli-common (0.4.7) unstable; urgency=low
 
   * Mirco 'meebey' Bauer

Modified: cli-common/trunk/dh_clideps
===================================================================
--- cli-common/trunk/dh_clideps	2007-02-27 13:35:34 UTC (rev 2965)
+++ cli-common/trunk/dh_clideps	2007-02-27 13:45:42 UTC (rev 2966)
@@ -389,9 +389,11 @@
   $newpkgref =~ m/(\S+)(?:\s+(\(\S+\s+\S+\)))?/;
   my $pkgname = $1;
   my $ver = $2;
-  # hack for libc6, for ia64 and alpha the package name is libc6.1
-  if ($pkgname =~ m/^libc6/) {
-    $newpkgref = "libc6 $ver | libc6.1 $ver";
+  # hack for libc6,
+  # for ia64 and alpha the package name is libc6.1,
+  # for kfreebsd-i386 and kfreebsd-amd64 it is libc0.1
+  if ($pkgname =~ m/^libc[06]/) {
+    $newpkgref = "libc6 $ver | libc6.1 $ver | libc0.1 $ver";
   }
  
   my %overridedata;




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