Your message dated Mon, 22 Aug 2011 00:02:46 +0000
with message-id <[email protected]>
and subject line Bug#632362: fixed in libfsoresource 0.9.0+git20110805-1
has caused the Debian Bug report #632362,
regarding libfsoresource: diff for NMU version 0.1.1~git20100517-1.1
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.)
--
632362: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632362
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 <[email protected]> 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,
--- End Message ---
--- Begin Message ---
Source: libfsoresource
Source-Version: 0.9.0+git20110805-1
We believe that the bug you reported is fixed in the latest version of
libfsoresource, which is due to be installed in the Debian FTP archive:
libfsoresource-dbg_0.9.0+git20110805-1_amd64.deb
to main/libf/libfsoresource/libfsoresource-dbg_0.9.0+git20110805-1_amd64.deb
libfsoresource-dev_0.9.0+git20110805-1_amd64.deb
to main/libf/libfsoresource/libfsoresource-dev_0.9.0+git20110805-1_amd64.deb
libfsoresource0_0.9.0+git20110805-1_amd64.deb
to main/libf/libfsoresource/libfsoresource0_0.9.0+git20110805-1_amd64.deb
libfsoresource_0.9.0+git20110805-1.debian.tar.gz
to main/libf/libfsoresource/libfsoresource_0.9.0+git20110805-1.debian.tar.gz
libfsoresource_0.9.0+git20110805-1.dsc
to main/libf/libfsoresource/libfsoresource_0.9.0+git20110805-1.dsc
libfsoresource_0.9.0+git20110805.orig.tar.gz
to main/libf/libfsoresource/libfsoresource_0.9.0+git20110805.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Reichel <[email protected]> (supplier of updated libfsoresource package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 22 Aug 2011 01:56:31 +0200
Source: libfsoresource
Binary: libfsoresource0 libfsoresource-dev libfsoresource-dbg
Architecture: source amd64
Version: 0.9.0+git20110805-1
Distribution: unstable
Urgency: low
Maintainer: Debian FreeSmartphone.Org Team
<[email protected]>
Changed-By: Sebastian Reichel <[email protected]>
Description:
libfsoresource-dbg - debugging symbols for use with libfsoresource
libfsoresource-dev - Development files for libfsoresource
libfsoresource0 - freesmartphone.org resource implementation library
Closes: 593899 632362
Changes:
libfsoresource (0.9.0+git20110805-1) unstable; urgency=low
.
[ Rico Rommel ]
* New upstream snapshot
* bump standards to 3.9.2
* fixed cleanfiles
* switch to vala-0.12
* add Rico Rommel <ricoqbierrommel.de> to uploaders
.
[ Sebastian Reichel ]
* add me to uploaders
* acknowledge NMU upload (Closes: #632362)
* applied Karl Goetz VCS field fix (Closes: #593899)
* add watch file
* update copyright and switch to DEP5 format
* add multi-arch support
* switch from cdbs to debhelper
* add initial symbols file
Checksums-Sha1:
ef5c528cce7fe73752c3ef3de6fdb87bb57590e3 2395
libfsoresource_0.9.0+git20110805-1.dsc
335ffa2f4764f8a5b2119e55e37c482a3d47838c 17830
libfsoresource_0.9.0+git20110805.orig.tar.gz
b30f4079ec448e6772c05046b2740a056987da8d 3021
libfsoresource_0.9.0+git20110805-1.debian.tar.gz
97b40d3a781be2d4d9d9a8a5dc7d934b2bfcdcc7 11524
libfsoresource0_0.9.0+git20110805-1_amd64.deb
93e1614cc046405b152e04649ee35994858601df 2646
libfsoresource-dev_0.9.0+git20110805-1_amd64.deb
9dbab81c2ec2c7beec59b2dfb08cc3344941590e 18766
libfsoresource-dbg_0.9.0+git20110805-1_amd64.deb
Checksums-Sha256:
0fa70d92ba420c2e8ad7f5cbb105930149542d20f1b109569053ff6cd556c699 2395
libfsoresource_0.9.0+git20110805-1.dsc
c51547db03f7ff252f11b180f1fc98fb91bf862a4a9d8a73e56565bad70269be 17830
libfsoresource_0.9.0+git20110805.orig.tar.gz
5c8c84cdb5b5f4bbddb2df84c5e173a670029a9ff055e1d0e1bc12b52c351130 3021
libfsoresource_0.9.0+git20110805-1.debian.tar.gz
fd0585d9fbc178fd1066de7bbdaad405ff20c0bdf716c8dff691051b8bedaf76 11524
libfsoresource0_0.9.0+git20110805-1_amd64.deb
5be15bd1bc5c65070daabefbbb5d111772d196d6698c8f975a34b6a2dffe098e 2646
libfsoresource-dev_0.9.0+git20110805-1_amd64.deb
b380319d6d6c06e07cb268f70bcdc6f4189088ab32b96c43b79696d7385c9fc2 18766
libfsoresource-dbg_0.9.0+git20110805-1_amd64.deb
Files:
4682397cb367d917de87af58f1af650d 2395 libs extra
libfsoresource_0.9.0+git20110805-1.dsc
ed9af861dd19645f820beac8580e9ff9 17830 libs extra
libfsoresource_0.9.0+git20110805.orig.tar.gz
0f9eb5f0822698895585bd49103702b1 3021 libs extra
libfsoresource_0.9.0+git20110805-1.debian.tar.gz
f9eedc813f05d61099b35baba74896c1 11524 libs extra
libfsoresource0_0.9.0+git20110805-1_amd64.deb
aee347d3136870f11aac7240e28227d7 2646 libdevel extra
libfsoresource-dev_0.9.0+git20110805-1_amd64.deb
509809e3bda796534be8a747aa268f6c 18766 debug extra
libfsoresource-dbg_0.9.0+git20110805-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJOUZvQAAoJENju1/PIO/qabksP/jLGDHj+eABXeu2uPACUCaq7
OiIe5bHR/g3tdbGzub7qAImZCrT04bv1Cn9DuRCkgUNn8aS/0PdP7QQxxID99nX7
JN0NWzaFWRo8rRcpLMIDdRFU/7zGvhsT3hx5dxOvmCk+rnA6RL47pFNp69JhUfss
Oisuqy9JFE0Du6m7vLoj7phURyoll1Tmy/KI2Z0iPVRpDsp+/2QjQ2r7VONM/Pf9
0aCokBsAwY7r8g4P3AbJmFDYL8gQPZJLzl34CXwG0ivdKALkAmaYNXM8oKXwqoCA
LWvgkfETzETATAniFMO0mNnfYhj4Zufk/vmlbvs/pt1t+DjnR9yUC7y5pf6CejJ7
GLxMBuOR2c7QXVPbXiagLUdYG2LH9KjsrV/K0+ib8lwdMYT5vzcdR1ajpKXJenRR
Wk3TDdyYhvg7dyG3O442ZxpGnX5Ambqibp86zw91kxfoP65DyX14nh6KRKHmFFXG
1HhE1DBQ8ko2RNJrVakuUD5iOClQ8eoi8UyPHzxWxrm8vi0q81AZMDIcKGkJ0RYJ
RdC7CabxZEfrSSvUemBBPzR093RwX/C+iYiA8M0P1vuJYbktIEOVugsrjhmxBf0V
fCphYzqbdBEAJiepf4HpiN2S08CQz2t1+BPFpBeGwPUthZJwa+nBkOgJZlaxU6Gq
YRKqvSo1lAQ2Ycncms3X
=+QNa
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-fso-maint mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-fso-maint