[Pkg-utopia-commits] r738 - packages/unstable/avahi/debian

Sebastian Dröge slomo-guest at costa.debian.org
Mon Mar 6 14:03:08 UTC 2006


Author: slomo-guest
Date: 2006-03-06 14:03:07 +0000 (Mon, 06 Mar 2006)
New Revision: 738

Added:
   packages/unstable/avahi/debian/libavahi1.0-cil.install
Removed:
   packages/unstable/avahi/debian/libavahi-cil.install
Modified:
   packages/unstable/avahi/debian/changelog
   packages/unstable/avahi/debian/control
   packages/unstable/avahi/debian/rules
Log:
* renamed libavahi-cil to libavahi1.0-cil to conform with the CLI policy


Modified: packages/unstable/avahi/debian/changelog
===================================================================
--- packages/unstable/avahi/debian/changelog	2006-03-06 12:43:20 UTC (rev 737)
+++ packages/unstable/avahi/debian/changelog	2006-03-06 14:03:07 UTC (rev 738)
@@ -1,3 +1,9 @@
+avahi (0.6.9-4) unstable; urgency=low
+
+  * Renamed libavahi-cil to libavahi1.0-cil to conform with the CLI policy
+
+ -- Sebastian Dröge <slomo at ubuntu.com>  Mon,  6 Mar 2006 15:02:35 +0100
+
 avahi (0.6.9-3) unstable; urgency=low
 
   * Fix typo in libavahi-core4's description (Closes: #355402) 

Modified: packages/unstable/avahi/debian/control
===================================================================
--- packages/unstable/avahi/debian/control	2006-03-06 12:43:20 UTC (rev 737)
+++ packages/unstable/avahi/debian/control	2006-03-06 14:03:07 UTC (rev 738)
@@ -287,7 +287,7 @@
  This packages contains the compiled XML documentation for
  the CLI bindings of Avahi for MonoDoc.
 
-Package: libavahi-cil
+Package: libavahi1.0-cil
 Section: libs
 Architecture: all
 Depends: ${cli:Depends}, libavahi-client3, libavahi-glib1

Deleted: packages/unstable/avahi/debian/libavahi-cil.install
===================================================================
--- packages/unstable/avahi/debian/libavahi-cil.install	2006-03-06 12:43:20 UTC (rev 737)
+++ packages/unstable/avahi/debian/libavahi-cil.install	2006-03-06 14:03:07 UTC (rev 738)
@@ -1,2 +0,0 @@
-debian/tmp/usr/lib/mono/*
-debian/tmp/usr/lib/pkgconfig/avahi-sharp.pc

Copied: packages/unstable/avahi/debian/libavahi1.0-cil.install (from rev 737, packages/unstable/avahi/debian/libavahi-cil.install)

Modified: packages/unstable/avahi/debian/rules
===================================================================
--- packages/unstable/avahi/debian/rules	2006-03-06 12:43:20 UTC (rev 737)
+++ packages/unstable/avahi/debian/rules	2006-03-06 14:03:07 UTC (rev 738)
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/rules/buildvars.mk
 ifeq (,$(filter $(DEB_BUILD_ARCH), powerpc amd64 i386 ia64))
   DEB_INDEP_PACKAGES := \
-    $(filter-out libavahi-cil,$(DEB_INDEP_PACKAGES))
+    $(filter-out libavahi1.0-cil,$(DEB_INDEP_PACKAGES))
   DEB_INDEP_PACKAGES := \
     $(filter-out monodoc-avahi-manual,$(DEB_INDEP_PACKAGES))
   DEB_INDEP_REGULAR_PACKAGES := $(DEB_INDEP_PACKAGES)
@@ -36,8 +36,8 @@
 
 export MONO_SHARED_DIR=$(CURDIR)
 
-binary-predeb/libavahi-cil::
-	-find debian/libavahi-cil -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
+binary-predeb/libavahi1.0-cil::
+	-find debian/libavahi1.0-cil -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
 	dh_makeclilibs
 	dh_clideps
 




More information about the Pkg-utopia-commits mailing list