Hi,
As mentioned with the initial patch, I'll upload pyg any minute
now. During testing, I noticed a missing shlibs:Depends, which
I think is warrants fixing with this upload.
The following is the updated diff for my pyg 0.9.6-4.2 NMU.
Kind regards
T.
diff -Nru pyg-0.9.6/debian/changelog pyg-0.9.6/debian/changelog
--- pyg-0.9.6/debian/changelog 2006-08-12 14:04:48.000000000 +0200
+++ pyg-0.9.6/debian/changelog 2008-04-20 16:49:53.000000000 +0200
@@ -1,3 +1,12 @@
+pyg (0.9.6-4.2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Add BLDSHARED to Makefile.pre.in for python2.5 compatibility.
+ Closes: #476160
+ * Add shlibs:Depends in debian/control.
+
+ -- Thomas Viehmann <[EMAIL PROTECTED]> Sun, 20 Apr 2008 16:49:23 +0200
+
pyg (0.9.6-4.1) unstable; urgency=low
* Non-maintainer upload.
diff -Nru /tmp/l55UwLYZkM/pyg-0.9.6/debian/control
/tmp/xVeC0rEGjn/pyg-0.9.6/debian/control
--- pyg-0.9.6/debian/control 2006-08-12 14:04:42.000000000 +0200
+++ pyg-0.9.6/debian/control 2008-04-20 16:48:22.000000000 +0200
@@ -7,7 +7,7 @@
Package: pyg
Architecture: any
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${shlibs:Depends}
Suggests: news-transport-system , mail-transport-agent, procmail
Description: Python Mail <-> News Gateway
Python Gateway Script from news to mail and vice versa.
diff -Nru /tmp/l55UwLYZkM/pyg-0.9.6/wlp/module/Makefile.pre.in
/tmp/xVeC0rEGjn/pyg-0.9.6/wlp/module/Makefile.pre.in
--- pyg-0.9.6/wlp/module/Makefile.pre.in 2003-11-06 23:46:26.000000000
+0100
+++ pyg-0.9.6/wlp/module/Makefile.pre.in 2008-04-20 16:40:51.000000000
+0200
@@ -126,6 +126,7 @@
MACHDEP= @MACHDEP@
SO= @SO@
LDSHARED= @LDSHARED@
+BLDSHARED= @BLDSHARED@
CCSHARED= @CCSHARED@
LINKFORSHARED= @LINKFORSHARED@
CXX= @CXX@
@@ -264,6 +265,7 @@
-e '/^MACHDEP=/s/^MACHDEP=[ ]*\(.*\)/[EMAIL PROTECTED]@]%\1%/p' \
-e '/^SO=/s/^SO=[ ]*\(.*\)/[EMAIL PROTECTED]@]%\1%/p' \
-e '/^LDSHARED=/s/^LDSHARED=[ ]*\(.*\)/[EMAIL PROTECTED]@]%\1%/p' \
+ -e '/^BLDSHARED=/s/^BLDSHARED=[ ]*\(.*\)/[EMAIL
PROTECTED]@]%\1%/p' \
-e '/^CCSHARED=/s/^CCSHARED=[ ]*\(.*\)/[EMAIL PROTECTED]@]%\1%/p' \
-e '/^SGI_ABI=/s/^SGI_ABI=[ ]*\(.*\)/[EMAIL PROTECTED]@]%\1%/p' \
-e '/^$L=/s/^$L=[ ]*\(.*\)/[EMAIL PROTECTED]@]%\1%/p' \
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]