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

Mirco Bauer meebey-guest@costa.debian.org
Sat, 23 Apr 2005 10:44:35 +0000


Author: meebey-guest
Date: 2005-04-23 10:44:34 +0000 (Sat, 23 Apr 2005)
New Revision: 1671

Modified:
   cli-common/trunk/debian/changelog
   cli-common/trunk/dh_clideps
   cli-common/trunk/dh_makeclilibs
Log:
- checking now build-dep-indep too



Modified: cli-common/trunk/debian/changelog
===================================================================
--- cli-common/trunk/debian/changelog	2005-04-17 19:21:20 UTC (rev 1670)
+++ cli-common/trunk/debian/changelog	2005-04-23 10:44:34 UTC (rev 1671)
@@ -1,3 +1,10 @@
+cli-common (0.1.2) experimental; urgency=low
+
+  * Mirco 'meebey' Bauer
+    + build-dep check for cli-common applies also now to buil-dep-indep.
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat, 23 Apr 2005 12:44:14 +0200
+
 cli-common (0.1.1) experimental; urgency=low
 
   * Mirco 'meebey' Bauer

Modified: cli-common/trunk/dh_clideps
===================================================================
--- cli-common/trunk/dh_clideps	2005-04-17 19:21:20 UTC (rev 1670)
+++ cli-common/trunk/dh_clideps	2005-04-23 10:44:34 UTC (rev 1671)
@@ -83,8 +83,8 @@
   open(FILE, 'debian/control');
   my @filedata = <FILE>;
   close FILE;
-  if (!($filedata[0] =~ /Build-Depends: .*cli-common \(>= 0\.1\.1\)/)) {
-      warning("Warning! No Build-Depends on cli-common (>= 0.1.1)!");
+  if (!($filedata[0] =~ /Build-Depends(-Indep)?: .*cli-common \(>= 0\.1\.1\)/)) {
+      warning("Warning! No Build-Depends(-Indep) on cli-common (>= 0.1.1)!");
   }
 }
 

Modified: cli-common/trunk/dh_makeclilibs
===================================================================
--- cli-common/trunk/dh_makeclilibs	2005-04-17 19:21:20 UTC (rev 1670)
+++ cli-common/trunk/dh_makeclilibs	2005-04-23 10:44:34 UTC (rev 1671)
@@ -144,8 +144,8 @@
   open(FILE, 'debian/control');
   my @filedata = <FILE>;
   close FILE;
-  if (!($filedata[0] =~ /Build-Depends: .*cli-common \(>= 0\.1\.1\)/)) {
-      warning("Warning! No Build-Depends on cli-common (>= 0.1.1)!");
+  if (!($filedata[0] =~ /Build-Depends(-Indep)?: .*cli-common \(>= 0\.1\.1\)/)) {
+      warning("Warning! No Build-Depends(-Indep) on cli-common (>= 0.1.1)!");
   }
 }