[Pkg-mono-svn-commits] rev 983 - mcs/trunk/debian

Eduard Bloch blade@haydn.debian.org
Sat, 12 Jun 2004 17:23:24 -0600


Author: blade
Date: 2004-06-12 17:23:19 -0600 (Sat, 12 Jun 2004)
New Revision: 983

Modified:
   mcs/trunk/debian/changelog
   mcs/trunk/debian/control
   mcs/trunk/debian/rules
Log:
The versioned provides hook again, needed for syncronisation with
mono


Modified: mcs/trunk/debian/changelog
===================================================================
--- mcs/trunk/debian/changelog	2004-06-12 22:31:13 UTC (rev 982)
+++ mcs/trunk/debian/changelog	2004-06-12 23:23:19 UTC (rev 983)
@@ -4,7 +4,8 @@
     + New upstream release
     + debian/rules: added workaround patch for gacutil bug
   * Eduard Bloch
-    + changed to the dh scripts to manage dependency information
+    + changed to the dh scripts to manage dependency information, also removed
+      the manualy set libxslt dependency
     + Building additional net_2_0 profile, installed along with net_1_0.
       mscorlib.dll will still be from net_1_0
     + installation commands overhaul, away from dh_movefiles

Modified: mcs/trunk/debian/control
===================================================================
--- mcs/trunk/debian/control	2004-06-12 22:31:13 UTC (rev 982)
+++ mcs/trunk/debian/control	2004-06-12 23:23:19 UTC (rev 983)
@@ -10,8 +10,9 @@
 Package: mono-assemblies-base
 Section: libs
 Architecture: all
-Depends: libxslt1
+Depends: ${net:Depends}
 Recommends: mono-assemblies-arch
+Provides: mono-assemblies-base-${mono:upversion}
 Conflicts: mono-assemblies
 Description: the Mono .NET class libraries
  The Mono Project is an open development initiative sponsored by Ximian that is

Modified: mcs/trunk/debian/rules
===================================================================
--- mcs/trunk/debian/rules	2004-06-12 22:31:13 UTC (rev 982)
+++ mcs/trunk/debian/rules	2004-06-12 23:23:19 UTC (rev 983)
@@ -81,7 +81,7 @@
 	dh_installdeb -i
 	dh_makenetlibs -i -r
 	dh_netdeps -i
-	dh_gencontrol -i
+	dh_gencontrol -i -- -Vmono:upversion=$(UPVERSION)
 	dh_md5sums -i
 	dh_builddeb -i
 
@@ -102,7 +102,7 @@
 	dh_compress -s -Xskeleton.cs
 	dh_fixperms -s
 	dh_installdeb -s
-	dh_gencontrol -s
+	dh_gencontrol -s -- -Vmono:upversion=$(UPVERSION)
 	dh_md5sums -s
 	dh_builddeb -s