tags 620946 + patch
tags 620946 + pending
thanks
Dear maintainer,
I've prepared an NMU for libpthread-stubs (versioned as 0.3-2.1) and
uploaded it.
Regards.
reverted:
--- libpthread-stubs-0.3/libpthread-stubs.la
+++ libpthread-stubs-0.3.orig/libpthread-stubs.la
@@ -1,41 +0,0 @@
-# libpthread-stubs.la - a libtool library file
-# Generated by ltmain.sh (GNU libtool) 2.2.6 Debian-2.2.6a-4
-#
-# Please DO NOT delete this file!
-# It is necessary for linking the library.
-
-# The name that we can dlopen(3).
-dlname='libpthread-stubs.so.0'
-
-# Names of this library.
-library_names='libpthread-stubs.so.0.0.0 libpthread-stubs.so.0 libpthread-stubs.so'
-
-# The name of the static archive.
-old_library='libpthread-stubs.a'
-
-# Linker flags that can not go in dependency_libs.
-inherited_linker_flags=''
-
-# Libraries that this one depends upon.
-dependency_libs=''
-
-# Names of additional weak libraries provided by this library
-weak_library_names=''
-
-# Version information for libpthread-stubs.
-current=0
-age=0
-revision=0
-
-# Is this an already installed library?
-installed=no
-
-# Should we warn about portability when linking against -modules?
-shouldnotlink=no
-
-# Files to dlopen/dlpreopen
-dlopen=''
-dlpreopen=''
-
-# Directory that this library needs to be installed in:
-libdir='//lib'
diff -u libpthread-stubs-0.3/debian/rules libpthread-stubs-0.3/debian/rules
--- libpthread-stubs-0.3/debian/rules
+++ libpthread-stubs-0.3/debian/rules
@@ -6,6 +6,7 @@
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS=--prefix=/
+DEB_DH_MAKESHLIBS_ARGS_libpthread-stubs0=--add-udeb=libpthread-stubs0-udeb
debian/copyright: debian/copyright.debian COPYING
cat $+ > $@
@@ -19,6 +20,10 @@
if test -f debian/tmp/lib/libpthread-stubs.so.0.0.0; then dh_install -p$(cdbs_curpkg) debian/tmp/lib/libpthread-stubs.so.0.0.0; fi
if test -L debian/tmp/lib/libpthread-stubs.so.0; then dh_install -p$(cdbs_curpkg) debian/tmp/lib/libpthread-stubs.so.0; fi
+install/libpthread-stubs0-udeb::
+ if test -f debian/tmp/lib/libpthread-stubs.so.0.0.0; then dh_install -p$(cdbs_curpkg) debian/tmp/lib/libpthread-stubs.so.0.0.0; fi
+ if test -L debian/tmp/lib/libpthread-stubs.so.0; then dh_install -p$(cdbs_curpkg) debian/tmp/lib/libpthread-stubs.so.0; fi
+
install/libpthread-stubs0-dev::
if test -f debian/tmp/lib/libpthread-stubs.a; then dh_install -p$(cdbs_curpkg) debian/tmp/lib/libpthread-stubs.a usr/lib; ln -s /lib/libpthread-stubs.so.0.0.0 debian/libpthread-stubs0-dev/usr/lib/libpthread-stubs.so; fi
dh_install -p$(cdbs_curpkg) debian/tmp/lib/pkgconfig/pthread-stubs.pc usr/share/pkgconfig/
diff -u libpthread-stubs-0.3/debian/control libpthread-stubs-0.3/debian/control
--- libpthread-stubs-0.3/debian/control
+++ libpthread-stubs-0.3/debian/control
@@ -22,6 +22,14 @@
platforms which already supply all the necessary pthread stubs, this
package has no content.
+Package: libpthread-stubs0-udeb
+Section: debian-installer
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Package-Type: udeb
+Description: pthread stubs not provided by native libc - udeb
+ This is a udeb, or a microdeb, for the debian-installer.
+
Package: libpthread-stubs0-dev
Section: libdevel
Architecture: any
diff -u libpthread-stubs-0.3/debian/changelog libpthread-stubs-0.3/debian/changelog
--- libpthread-stubs-0.3/debian/changelog
+++ libpthread-stubs-0.3/debian/changelog
@@ -1,3 +1,10 @@
+libpthread-stubs (0.3-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add libpthread-stubs-udeb (Closes: #620946)
+
+ -- Samuel Thibault <[email protected]> Mon, 13 Jun 2011 22:01:38 +0000
+
libpthread-stubs (0.3-2) unstable; urgency=low
* Fix bogus symlink (Closes: #556222)