Your message dated Fri, 10 Apr 2009 23:30:41 +0100
with message-id <[email protected]>
and subject line gtk+1.2 has been removed from Debian, closing #518885
has caused the Debian Bug report #518885,
regarding gtk+1.2: dh_makeshlibs does not accept a -l argument
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 [email protected]
immediately.)
--
518885: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518885
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gtk+1.2
Version: 1.2.10-18.1
gtk+1.2 fails to build from source because of a missing shlibs file.
The cause: dh_makeshlibs does not understand what to do when given the
-l option, so it does nothing. Probably the -l option was intended
for dh_shlibdeps; in any event, it is not necessary. With the patch
below, gtk+1.2 builds without problems.
diff -u gtk+1.2-1.2.10/debian/rules gtk+1.2-1.2.10/debian/rules
--- gtk+1.2-1.2.10/debian/rules
+++ gtk+1.2-1.2.10/debian/rules
@@ -173,7 +173,7 @@
dh_strip -a -Nlibgtk1.2-dbg
dh_compress -a
dh_fixperms -a
- dh_makeshlibs -plibgtk1.2 -V "libgtk1.2 (>= ${version}-4)" -l$(libpath)
+ dh_makeshlibs -plibgtk1.2 -V "libgtk1.2 (>= ${version}-4)"
dh_installdeb -a
# dh_perl -a
dh_shlibdeps -a
--- End Message ---
--- Begin Message ---
Version: 1.2.10-18.1+rm
The gtk+1.2 package has been removed from Debian so we are closing
the bugs that were still opened against it.
For more information about this package's removal, read
http://bugs.debian.org/520441 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Kind regards,
--
Marco Rodrigues
--- End Message ---