Package: release.debian.org Severity: normal Please unblock new fbreader in unstable. It fixes recently reported RC bug #596575. Full diff attached. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -u fbreader-0.10.7dfsg/debian/changelog fbreader-0.10.7dfsg/debian/changelog
--- fbreader-0.10.7dfsg/debian/changelog
+++ fbreader-0.10.7dfsg/debian/changelog
@@ -1,3 +1,14 @@
+fbreader (0.10.7dfsg-4) unstable; urgency=medium
+
+ * debian/control:
+ - Use source:Version for dependencies on arch-independent packages.
+ Thanks to Julien Cristau for the report. Fixes FTBFS on BinNMUs.
+ (Closes: #596575)
+ - Updated my mail address.
+ - Removed DM-Upload-Allowed, not needed anymore.
+
+ -- Eugene V. Lyubimkin <jackyf@debian.org> Sun, 12 Sep 2010 21:23:29 +0300
+
fbreader (0.10.7dfsg-3) unstable; urgency=low
* debian/control:
diff -u fbreader-0.10.7dfsg/debian/control fbreader-0.10.7dfsg/debian/control
--- fbreader-0.10.7dfsg/debian/control
+++ fbreader-0.10.7dfsg/debian/control
@@ -1,8 +1,7 @@
Source: fbreader
Section: text
Priority: optional
-Maintainer: Eugene V. Lyubimkin <jackyf.devel@gmail.com>
-DM-Upload-Allowed: yes
+Maintainer: Eugene V. Lyubimkin <jackyf@debian.org>
Standards-Version: 3.8.3
Build-Depends: debhelper (>= 7), libgtk2.0-dev, libqt3-mt-dev, libqt4-dev,
libexpat1-dev, libbz2-dev, libz-dev, libhildon-1-dev, libosso-dev,
@@ -39,7 +38,7 @@
Package: libzlcore0.10
Section: libs
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore-data (>= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore-data (>= ${source:Version})
Conflicts: fbreader-gtk, fbreader-qt, fbreader-qt4
Description: ZLibrary cross-platform development library (shared library)
This is the core of ZLibrary, the library that the fbreader e-book reader
@@ -65,7 +64,7 @@
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libzlcore0.10 (= ${binary:Version}),
- libzltext-data (>= ${binary:Version})
+ libzltext-data (>= ${source:Version})
Description: ZLibrary text model/viewer part (shared library)
This package provides text model/viewer part of ZLibrary. See also
libzlcore0.10 package.