[Pkg-mono-svn-commits] rev 2139 - ipod-sharp/trunk/debian non-group/njb-sharp/trunk/debian

Sebastian Dröge slomo-guest at costa.debian.org
Fri Dec 30 15:59:53 UTC 2005


Author: slomo-guest
Date: 2005-12-30 15:59:52 +0000 (Fri, 30 Dec 2005)
New Revision: 2139

Removed:
   ipod-sharp/trunk/debian/ipod-sharp.dll.config
Modified:
   ipod-sharp/trunk/debian/changelog
   ipod-sharp/trunk/debian/libipod-cil.install
   ipod-sharp/trunk/debian/rules
   non-group/njb-sharp/trunk/debian/changelog
   non-group/njb-sharp/trunk/debian/rules
Log:
* don't use dh_makeclilibs for ipod-sharp and njb-sharp for now and some other minor changes to ipod-sharp


Modified: ipod-sharp/trunk/debian/changelog
===================================================================
--- ipod-sharp/trunk/debian/changelog	2005-12-30 14:49:03 UTC (rev 2138)
+++ ipod-sharp/trunk/debian/changelog	2005-12-30 15:59:52 UTC (rev 2139)
@@ -1,3 +1,13 @@
+ipod-sharp (0.5.12-2) experimental; urgency=low
+
+  * Install the .config file from ipod-sharp instead of our own now
+  * Don't call dh_makeclilibs as this library is a) not in the GAC anyway and
+    b) is copied into the pkglibdirs of each program until now because of
+    unstable interfaces
+  * Call list-missing on the -indep rule instead of the -arch one
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Fri, 30 Dec 2005 16:32:47 +0100
+
 ipod-sharp (0.5.12-1) experimental; urgency=low
 
   * Initial revision (Closes: #326764)

Deleted: ipod-sharp/trunk/debian/ipod-sharp.dll.config
===================================================================
--- ipod-sharp/trunk/debian/ipod-sharp.dll.config	2005-12-30 14:49:03 UTC (rev 2138)
+++ ipod-sharp/trunk/debian/ipod-sharp.dll.config	2005-12-30 15:59:52 UTC (rev 2139)
@@ -1,6 +0,0 @@
-<configuration>
-	<dllmap dll="ipoddevice" target="libipoddevice.so.0"/>
-	<dllmap dll="libgobject-2.0.so.0" target="libgobject-2.0.so.0"/>
-	<dllmap dll="libglib-2.0.so.0" target="libglib-2.0.so.0"/>
-	<dllmap dll="libdbus-glib-1.so.1" target="libdbus-glib-1.so.1"/>
-</configuration>

Modified: ipod-sharp/trunk/debian/libipod-cil.install
===================================================================
--- ipod-sharp/trunk/debian/libipod-cil.install	2005-12-30 14:49:03 UTC (rev 2138)
+++ ipod-sharp/trunk/debian/libipod-cil.install	2005-12-30 15:59:52 UTC (rev 2139)
@@ -1,3 +1,4 @@
 debian/tmp/usr/lib/ipod-sharp/ipod-sharp.dll usr/lib/ipod-sharp
+src/ipod-sharp.dll.config usr/lib/ipod-sharp
 debian/tmp/usr/lib/pkgconfig/ipod-sharp.pc usr/lib/pkgconfig
 

Modified: ipod-sharp/trunk/debian/rules
===================================================================
--- ipod-sharp/trunk/debian/rules	2005-12-30 14:49:03 UTC (rev 2138)
+++ ipod-sharp/trunk/debian/rules	2005-12-30 15:59:52 UTC (rev 2139)
@@ -4,19 +4,14 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-common-binary-post-install-arch:: list-missing
+common-binary-post-install-indep:: list-missing
 
 export MONO_SHARED_DIR=$(CURDIR)
 
-UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2 | sed 's,-.*,,')
-NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(UPVERSION))
-
 common-binary-predeb-indep::
-	dh_makeclilibs -m $(UPVERSION) -l $(NEXT_UPVERSION)
 	dh_clideps
 
 install/libipod-cil::
-	dh_install debian/ipod-sharp.dll.config usr/lib/ipod-sharp
 	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
 
 install/libipodui-cil::

Modified: non-group/njb-sharp/trunk/debian/changelog
===================================================================
--- non-group/njb-sharp/trunk/debian/changelog	2005-12-30 14:49:03 UTC (rev 2138)
+++ non-group/njb-sharp/trunk/debian/changelog	2005-12-30 15:59:52 UTC (rev 2139)
@@ -1,6 +1,9 @@
 njb-sharp (0.2.2-1) unstable; urgency=low
 
   * Initial revision (Closes: #341774)
+  * Don't call dh_makeclilibs as this library is a) not in the GAC anyway and
+    b) is copied into the pkglibdirs of each program until now because of
+    unstable interfaces
 
  -- Sebastian Dröge <slomo at ubuntu.com>  Fri, 23 Dec 2005 13:01:48 +0100
 

Modified: non-group/njb-sharp/trunk/debian/rules
===================================================================
--- non-group/njb-sharp/trunk/debian/rules	2005-12-30 14:49:03 UTC (rev 2138)
+++ non-group/njb-sharp/trunk/debian/rules	2005-12-30 15:59:52 UTC (rev 2139)
@@ -9,11 +9,7 @@
 
 export MONO_SHARED_DIR=$(CURDIR)
 
-UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2 | sed 's,-.*,,')
-NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(UPVERSION))
-
 common-binary-predeb-arch::
-	dh_makeclilibs -m $(UPVERSION) -l $(NEXT_UPVERSION)
 	dh_clideps
 
 install/libnjb-cil::




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