Your message dated Thu, 10 Sep 2015 12:46:50 +0000
with message-id <[email protected]>
and subject line Bug#797566: Removed package(s) from unstable
has caused the Debian Bug report #701835,
regarding Checks for pangox without needing it
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.)


-- 
701835: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701835
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gnotime
Version: 2.3.1~snapshot20091119-5
Severity: important
User: [email protected]
Usertags: oldlibs pangox

Hi,

gnotime checks for pangox but doesn't actually need it (there are no pango_x_ function calls or pangox.h includes).

pangox has been deprecated upstream for many years and has already been removed from pango.

Please consider applying (after the freeze) the attached patch to stop checking for pangox and so avoid problems with the new pango1.0 sources.

Note that the X11 check is kept as gnotime uses X11. However X_LIBS is not used in any Makefile. Ideally, $(X_LIBS) would be used in place of -lX11 in 01_fix_ftbfs_binutils-gold.diff

Thanks,
Emilio
Description: Don't check for pangox, it's not needed.
Bug-Debian: 
Author: Emilio Pozuelo Monfort <[email protected]>

--- a/configure.in
+++ b/configure.in
@@ -238,26 +238,12 @@
 dnl X development libraries check
 dnl ************************************************
 
-if $PKG_CONFIG --exists pangoxft ; then
-  PANGO_PACKAGES="pangox pangoxft"
-else
-  PANGO_PACKAGES="pangox"
-fi
-
-x_libs="`$PKG_CONFIG --libs $PANGO_PACKAGES`"
-case x_libs in
-  *-lX11*) pango_omitted_x_deps=no ;;
-  *)       pango_omitted_x_deps=yes ;;
-esac
+AC_PATH_XTRA
 
-if test $pango_omitted_x_deps = yes ; then
-  AC_PATH_XTRA
-
-  if test x$no_x = xyes ; then
-    AC_MSG_ERROR([X development libraries not found])
-  else
-    X_LIBS="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
-  fi
+if test x$no_x = xyes ; then
+  AC_MSG_ERROR([X development libraries not found])
+else
+  X_LIBS="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
 fi
 
 AC_SUBST(X_LIBS)
--- a/configure
+++ b/configure
@@ -8866,20 +8866,7 @@
 
 
 
-if $PKG_CONFIG --exists pangoxft ; then
-  PANGO_PACKAGES="pangox pangoxft"
-else
-  PANGO_PACKAGES="pangox"
-fi
-
-x_libs="`$PKG_CONFIG --libs $PANGO_PACKAGES`"
-case x_libs in
-  *-lX11*) pango_omitted_x_deps=no ;;
-  *)       pango_omitted_x_deps=yes ;;
-esac
-
-if test $pango_omitted_x_deps = yes ; then
-  if test "$no_x" = yes; then
+if test "$no_x" = yes; then
   # Not all programs may use this symbol, but it does not hurt to define it.
 
 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
@@ -9370,11 +9357,10 @@ fi
 fi
 
 
-  if test x$no_x = xyes ; then
-    as_fn_error "X development libraries not found" "$LINENO" 5
-  else
-    X_LIBS="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
-  fi
+if test x$no_x = xyes ; then
+  as_fn_error "X development libraries not found" "$LINENO" 5
+else
+  X_LIBS="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
 fi
 
 

--- End Message ---
--- Begin Message ---
Version: 2.4.1-1+rm

Dear submitter,

as the package gnotime 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/797566

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
[email protected].

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

--- End Message ---

Reply via email to