Your message dated Tue, 13 Feb 2018 06:05:53 +0000
with message-id <e1eltiz-0008ob...@fasolo.debian.org>
and subject line Bug#888790: Removed package(s) from unstable
has caused the Debian Bug report #565298,
regarding avahi-sharp: diff for NMU version 0.6.19-4.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
565298: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565298
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: avahi-sharp
Version: 0.6.19-4
Severity: normal
Tags: patch

Dear maintainer,

I've prepared an NMU for avahi-sharp (versioned as 0.6.19-4.1) and
uploaded it to unstable.

Regards.
reverted:
--- avahi-sharp-0.6.19/debian/monodoc-avahi-manual.postinst
+++ avahi-sharp-0.6.19.orig/debian/monodoc-avahi-manual.postinst
@@ -1,10 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ -x /usr/lib/monodoc/browser.exe ]; then
-        echo "generating monodoc search index..."
-        monodoc --make-index > /dev/null
-fi
-
-#DEBHELPER#
-
diff -u avahi-sharp-0.6.19/debian/changelog avahi-sharp-0.6.19/debian/changelog
--- avahi-sharp-0.6.19/debian/changelog
+++ avahi-sharp-0.6.19/debian/changelog
@@ -1,3 +1,17 @@
+avahi-sharp (0.6.19-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Replace library build-depends with -dev counterparts which
+    now contain the pcfiles.
+  * debian/rules: Update compiler to mono-csc per latest CLI policy (Closes:
+    #562268).
+  * debian/control, debian/*-dev.install: Create -dev packages containing
+    pcfiles. These should now be depended on by Debian packages (Closes:
+    #564886).
+  * debian/monodoc-avahi-manual.postinst: Delete, now handled by triggers.
+
+ -- Iain Lane <la...@ubuntu.com>  Wed, 13 Jan 2010 22:28:38 +0000
+
 avahi-sharp (0.6.19-4) unstable; urgency=low
 
   * debian/patches/01_configurable_compiler.patch:
diff -u avahi-sharp-0.6.19/debian/libavahi-ui0.0-cil.install 
avahi-sharp-0.6.19/debian/libavahi-ui0.0-cil.install
--- avahi-sharp-0.6.19/debian/libavahi-ui0.0-cil.install
+++ avahi-sharp-0.6.19/debian/libavahi-ui0.0-cil.install
@@ -2 +1,0 @@
-debian/tmp/usr/lib/pkgconfig/avahi-ui-sharp.pc
diff -u avahi-sharp-0.6.19/debian/libavahi1.0-cil.install 
avahi-sharp-0.6.19/debian/libavahi1.0-cil.install
--- avahi-sharp-0.6.19/debian/libavahi1.0-cil.install
+++ avahi-sharp-0.6.19/debian/libavahi1.0-cil.install
@@ -2 +1,0 @@
-debian/tmp/usr/lib/pkgconfig/avahi-sharp.pc
diff -u avahi-sharp-0.6.19/debian/control avahi-sharp-0.6.19/debian/control
--- avahi-sharp-0.6.19/debian/control
+++ avahi-sharp-0.6.19/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Utopia Maintenance Team 
<pkg-utopia-maintain...@lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <sl...@debian.org>, Sjoerd Simons 
<sjo...@debian.org>
-Build-Depends: debhelper (>= 5), cdbs, libavahi-glib-dev (>= 0.6.19), 
libavahi-client-dev (>= 0.6.19), libavahi-ui-dev (>= 0.6.19), cli-common-dev 
(>= 0.4.9), mono-devel (>= 2.0.0), monodoc-base (>= 1.1.9), libgtk2.0-cil
+Build-Depends: debhelper (>= 5), cdbs, libavahi-glib-dev (>= 0.6.19), 
libavahi-client-dev (>= 0.6.19), libavahi-ui-dev (>= 0.6.19), cli-common-dev 
(>= 0.4.9), mono-devel (>= 2.4.2.3), monodoc-base (>= 1.1.9), libgtk2.0-cil-dev
 Standards-Version: 3.8.0
 
 Package: monodoc-avahi-manual
@@ -50,0 +51,30 @@
+
+Package: libavahi-cil-dev
+Section: libdevel
+Architecture: all
+Depends: libavahi1.0-cil (= ${binary:Version}), ${misc:Depends}
+Replaces: libavahi1.0-cil (<< 0.6.19-4.1~), libavahi-cil
+Description: CLI bindings for Avahi
+ Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
+ It allows programs to publish and discover services and hosts
+ running on a local network with no specific configuration.  For
+ example you can plug into a network and instantly find printers to
+ print to, files to look at and people to talk to.
+ .
+ This package contains development files for the avahi-sharp library, and
+ should be used for compilation.
+
+Package: libavahi-ui-cil-dev
+Section: libdevel
+Architecture: all
+Depends: libavahi-ui0.0-cil (= ${binary:Version}), libgtk2.0-cil-dev, 
${misc:Depends}
+Replaces: libavahi-ui0.0-cil (<< 0.6.19-4.1~)
+Description: CLI bindings for Avahi Ui
+ Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
+ It allows programs to publish and discover services and hosts
+ running on a local network with no specific configuration.  For
+ example you can plug into a network and instantly find printers to
+ print to, files to look at and people to talk to.
+ .
+ This package contains development files for the avahi-ui-sharp library, and
+ should be used for compilation.
diff -u avahi-sharp-0.6.19/debian/rules avahi-sharp-0.6.19/debian/rules
--- avahi-sharp-0.6.19/debian/rules
+++ avahi-sharp-0.6.19/debian/rules
@@ -11,7 +11,7 @@
 
 common-binary-post-install-indep:: list-missing
 
-DEB_CONFIGURE_EXTRA_FLAGS += MCS=/usr/bin/csc
+DEB_CONFIGURE_EXTRA_FLAGS += MCS=/usr/bin/mono-csc
 
 install/libavahi1.0-cil::
        # copy files to the location required by the CLI policy
only in patch2:
unchanged:
--- avahi-sharp-0.6.19.orig/debian/libavahi-cil-dev.install
+++ avahi-sharp-0.6.19/debian/libavahi-cil-dev.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/pkgconfig/avahi-sharp.pc
only in patch2:
unchanged:
--- avahi-sharp-0.6.19.orig/debian/libavahi-ui-cil-dev.install
+++ avahi-sharp-0.6.19/debian/libavahi-ui-cil-dev.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/pkgconfig/avahi-ui-sharp.pc



--- End Message ---
--- Begin Message ---
Version: 0.6.19-4.3+rm

Dear submitter,

as the package avahi-sharp has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/888790

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to