[Pkg-mono-svn-commits] rev 4079 - mono-debugger/trunk/debian

Mirco Bauer meebey at alioth.debian.org
Fri Dec 25 12:59:14 UTC 2009


Author: meebey
Date: 2009-12-25 12:59:13 +0000 (Fri, 25 Dec 2009)
New Revision: 4079

Removed:
   mono-debugger/trunk/debian/shlibs
Modified:
   mono-debugger/trunk/debian/changelog
   mono-debugger/trunk/debian/rules
Log:
    + Dropped handcrafted shlibs, replace with versioned shlibs created with
      dh_makeshlibs.



Modified: mono-debugger/trunk/debian/changelog
===================================================================
--- mono-debugger/trunk/debian/changelog	2009-12-24 18:28:40 UTC (rev 4078)
+++ mono-debugger/trunk/debian/changelog	2009-12-25 12:59:13 UTC (rev 4079)
@@ -1,3 +1,13 @@
+mono-debugger (2.4.3-2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * debian/rules
+    debian/shlibs:
+    + Dropped handcrafted shlibs, replace with versioned shlibs created with
+      dh_makeshlibs.
+
+ -- Mirco Bauer <meebey at debian.org>  Fri, 25 Dec 2009 13:44:04 +0100
+
 mono-debugger (2.4.3-1) unstable; urgency=low
 
   * New upstream release

Modified: mono-debugger/trunk/debian/rules
===================================================================
--- mono-debugger/trunk/debian/rules	2009-12-24 18:28:40 UTC (rev 4078)
+++ mono-debugger/trunk/debian/rules	2009-12-25 12:59:13 UTC (rev 4079)
@@ -72,7 +72,7 @@
 	dh_compress
 	dh_fixperms
 	dh_clifixperms
-	#dh_makeshlibs
+	dh_makeshlibs -V
 	dh_makeclilibs -r
 	dh_installdeb
 	dh_shlibdeps

Deleted: mono-debugger/trunk/debian/shlibs
===================================================================
--- mono-debugger/trunk/debian/shlibs	2009-12-24 18:28:40 UTC (rev 4078)
+++ mono-debugger/trunk/debian/shlibs	2009-12-25 12:59:13 UTC (rev 4079)
@@ -1,2 +0,0 @@
-libmonodebuggerserver   0 mono-debugger
-libmonodebuggerreadline 0 mono-debugger




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