Package: libfsoresource Version: 0.1.1~git20100517-1 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for libfsoresource (versioned as 0.1.1~git20100517-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -u libfsoresource-0.1.1~git20100517/debian/changelog libfsoresource-0.1.1~git20100517/debian/changelog --- libfsoresource-0.1.1~git20100517/debian/changelog +++ libfsoresource-0.1.1~git20100517/debian/changelog @@ -1,3 +1,11 @@ +libfsoresource (0.1.1~git20100517-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Switch to vala-0.10 (Closes: #629723). + * Don't ship .la files (Closes: #621682). + + -- Luk Claes <l...@debian.org> Fri, 01 Jul 2011 19:26:35 +0200 + libfsoresource (0.1.1~git20100517-1) unstable; urgency=low * New upstream snapshot diff -u libfsoresource-0.1.1~git20100517/debian/control libfsoresource-0.1.1~git20100517/debian/control --- libfsoresource-0.1.1~git20100517/debian/control +++ libfsoresource-0.1.1~git20100517/debian/control @@ -9,9 +9,9 @@ libfso-glib-dev (>= 2010.05.11.2), libfsobasics-dev (>= 0.9.0+git20100304), libfsoframework-dev (>= 0.2.4+git20100222), - libvala-dev (>= 0.7.10), + libvala-0.10-dev, pkg-config, - valac (>= 0.7.10) + valac-0.10 Standards-Version: 3.8.4 Section: libs Homepage: http://wiki.freesmartphone.org/index.php/Implementations/libfsoresource diff -u libfsoresource-0.1.1~git20100517/debian/libfsoresource-dev.install libfsoresource-0.1.1~git20100517/debian/libfsoresource-dev.install --- libfsoresource-0.1.1~git20100517/debian/libfsoresource-dev.install +++ libfsoresource-0.1.1~git20100517/debian/libfsoresource-dev.install @@ -3,3 +3,2 @@ usr/lib/pkgconfig/* -usr/lib/*.la usr/share/vala/vapi/fsoresource* only in patch2: unchanged: --- libfsoresource-0.1.1~git20100517.orig/configure +++ libfsoresource-0.1.1~git20100517/configure @@ -10816,12 +10816,12 @@ pkg_cv_VALA_CFLAGS="$VALA_CFLAGS" else if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"vala-1.0 >= \$VALA_REQUIRED\""; } >&5 - ($PKG_CONFIG --exists --print-errors "vala-1.0 >= $VALA_REQUIRED") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"vala-0.10 >= \$VALA_REQUIRED\""; } >&5 + ($PKG_CONFIG --exists --print-errors "vala-0.10 >= $VALA_REQUIRED") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_VALA_CFLAGS=`$PKG_CONFIG --cflags "vala-1.0 >= $VALA_REQUIRED" 2>/dev/null` + pkg_cv_VALA_CFLAGS=`$PKG_CONFIG --cflags "vala-0.10 >= $VALA_REQUIRED" 2>/dev/null` else pkg_failed=yes fi @@ -10834,12 +10834,12 @@ pkg_cv_VALA_LIBS="$VALA_LIBS" else if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"vala-1.0 >= \$VALA_REQUIRED\""; } >&5 - ($PKG_CONFIG --exists --print-errors "vala-1.0 >= $VALA_REQUIRED") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"vala-0.10 >= \$VALA_REQUIRED\""; } >&5 + ($PKG_CONFIG --exists --print-errors "vala-0.10 >= $VALA_REQUIRED") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_VALA_LIBS=`$PKG_CONFIG --libs "vala-1.0 >= $VALA_REQUIRED" 2>/dev/null` + pkg_cv_VALA_LIBS=`$PKG_CONFIG --libs "vala-0.10 >= $VALA_REQUIRED" 2>/dev/null` else pkg_failed=yes fi @@ -10858,14 +10858,14 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - VALA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "vala-1.0 >= $VALA_REQUIRED"` + VALA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "vala-0.10 >= $VALA_REQUIRED"` else - VALA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "vala-1.0 >= $VALA_REQUIRED"` + VALA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "vala-0.10 >= $VALA_REQUIRED"` fi # Put the nasty error message in config.log where it belongs echo "$VALA_PKG_ERRORS" >&5 - as_fn_error "Package requirements (vala-1.0 >= $VALA_REQUIRED) were not met: + as_fn_error "Package requirements (vala-0.10 >= $VALA_REQUIRED) were not met: $VALA_PKG_ERRORS only in patch2: unchanged: --- libfsoresource-0.1.1~git20100517.orig/configure.ac +++ libfsoresource-0.1.1~git20100517/configure.ac @@ -26,7 +26,7 @@ AC_PATH_PROG(VALAC, valac, valac) AC_SUBST(VALAC) PKG_CHECK_MODULES(VALA, - vala-1.0 >= $VALA_REQUIRED) + vala-0.10 >= $VALA_REQUIRED) # glib and friends PKG_CHECK_MODULES(GLIB,