tags 339265 patch
thanks

Hi Andrea!

I've prepared an NMU to fix this bug in snmpkit.  The patch for the NMU is
attached, and I'll be uploading the package shortly to the NEW queue.  If
you disagree with any of the changes made, please make a maintainer upload
in its place.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/
diff -u snmpkit-0.9/debian/control snmpkit-0.9/debian/control
--- snmpkit-0.9/debian/control
+++ snmpkit-0.9/debian/control
@@ -1,23 +1,23 @@
 Source: snmpkit
 Section: libdevel
 Priority: optional
-Build-Depends: build-essential (>= 11), gcc (>=  4:4.0), g++ (>= 4:4.0), 
autoconf (>= 2.13-42), debhelper (>= 3), automake, libtool, m4
+Build-Depends: autoconf (>= 2.13-42), debhelper (>= 3), automake, libtool, m4
 Maintainer:  A Mennucc1 <[EMAIL PROTECTED]>
 Standards-Version: 3.6.1
 
 Package: libsnmpkit-dev
 Architecture: any
-Depends: libsnmpkit2c2 (= ${Source-Version}), libc6-dev
+Depends: libsnmpkit2c2a (= ${Source-Version}), libc6-dev
 Description: multithreaded SNMP connection library
  This package contains headers and static libraries for the libsnmpkit2
  package.
 
-Package: libsnmpkit2c2
+Package: libsnmpkit2c2a
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
-Conflicts: libsnmpkit1, libsnmpkit2, libsnmpkit2c102
-Replaces: libsnmpkit2c102
+Conflicts: libsnmpkit1, libsnmpkit2, libsnmpkit2c102, libsnmpkit2c2
+Replaces: libsnmpkit2c102, libsnmpkit2c2
 Description: multithreaded SNMP connection library
  This library allows a program to make large numbers of SNMP connections
  simultaneously.
diff -u snmpkit-0.9/debian/changelog snmpkit-0.9/debian/changelog
--- snmpkit-0.9/debian/changelog
+++ snmpkit-0.9/debian/changelog
@@ -1,3 +1,16 @@
+snmpkit (0.9-11.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Medium-urgency upload for RC bugfix.
+  * Rename libsnmpkit2c2 to libsnmpkit2c2a for the C++ mt allocator ABI
+    transition, and conflict/replace libsnmpkit2c2 accordingly
+    (closes: #339265).
+  * Drop stub library postinst; debhelper will populate this for us.
+  * Drop obsolete files debian/shlibs.local and debian/libsnmpkit2.files.
+  * Drop unnecessary build-dependencies on gcc, g++, and build-essential.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Sat,  3 Dec 2005 06:03:41 -0800
+
 snmpkit (0.9-11) unstable; urgency=low
 
   * put Replaces: libsnmp2c102  (closes: #324021)
reverted:
--- snmpkit-0.9/debian/shlibs.local
+++ snmpkit-0.9.orig/debian/shlibs.local
@@ -1 +0,0 @@
-libsnmpkit 1 snmpkit (>= 0.7-0)
reverted:
--- snmpkit-0.9/debian/libsnmpkit2c2.postinst
+++ snmpkit-0.9.orig/debian/libsnmpkit2c2.postinst
@@ -1,4 +0,0 @@
-#!/bin/sh -e
-
-#DEBHELPER#
-
reverted:
--- snmpkit-0.9/debian/libsnmpkit2.files
+++ snmpkit-0.9.orig/debian/libsnmpkit2.files
@@ -1 +0,0 @@
-usr/lib/libsnmpkit.so.2*
\ No newline at end of file
reverted:
--- snmpkit-0.9/debian/libsnmpkit2c2.files
+++ snmpkit-0.9.orig/debian/libsnmpkit2c2.files
@@ -1 +0,0 @@
-usr/lib/*.so.*
only in patch2:
unchanged:
--- snmpkit-0.9.orig/debian/libsnmpkit2c2a.files
+++ snmpkit-0.9/debian/libsnmpkit2c2a.files
@@ -0,0 +1 @@
+usr/lib/*.so.*

Attachment: signature.asc
Description: Digital signature

Reply via email to