[Pkg-mono-svn-commits] rev 2838 - nini/trunk/debian

Sebastian Dröge slomo-guest at costa.debian.org
Wed Oct 25 04:59:06 UTC 2006


Author: slomo-guest
Date: 2006-10-25 04:59:05 +0000 (Wed, 25 Oct 2006)
New Revision: 2838

Modified:
   nini/trunk/debian/changelog
   nini/trunk/debian/control
   nini/trunk/debian/rules
Log:
* fix nini build failure


Modified: nini/trunk/debian/changelog
===================================================================
--- nini/trunk/debian/changelog	2006-10-24 22:51:41 UTC (rev 2837)
+++ nini/trunk/debian/changelog	2006-10-25 04:59:05 UTC (rev 2838)
@@ -1,3 +1,14 @@
+nini (1.1.0+dfsg-2) unstable; urgency=low
+
+  * debian/rules:
+    + Run dh_install before dh_installcligac (Closes: #395043)
+  * debian/control:
+    + Raise Build-Depends on cli-common-dev to (>= 0.4.4) to remove warnings
+      at build time
+    + Update Standards-Version to 3.7.2
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Wed, 25 Oct 2006 06:53:05 +0200
+
 nini (1.1.0+dfsg-1) unstable; urgency=low
 
   * Initial Revision (Closes: #355926)

Modified: nini/trunk/debian/control
===================================================================
--- nini/trunk/debian/control	2006-10-24 22:51:41 UTC (rev 2837)
+++ nini/trunk/debian/control	2006-10-25 04:59:05 UTC (rev 2838)
@@ -4,8 +4,8 @@
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at ubuntu.com>
 Build-Depends: debhelper (>= 5), dpatch
-Build-Depends-Indep: cli-common-dev (>= 0.4.0), mono-mcs (>= 1.1.9) | c-sharp-compiler, mono-gac, sharutils
-Standards-Version: 3.7.0
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-mcs (>= 1.1.9) | c-sharp-compiler, mono-gac, sharutils
+Standards-Version: 3.7.2
 
 Package: libnini1.1-cil
 Architecture: all

Modified: nini/trunk/debian/rules
===================================================================
--- nini/trunk/debian/rules	2006-10-24 22:51:41 UTC (rev 2837)
+++ nini/trunk/debian/rules	2006-10-25 04:59:05 UTC (rev 2838)
@@ -47,8 +47,8 @@
 	dh_installchangelogs CHANGELOG.txt
 	dh_installdocs
 	dh_installdirs
+	dh_install
 	dh_installcligac
-	dh_install
 	dh_installman
 	dh_compress
 	dh_fixperms




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