Control: tags 744582 + pending Control: tags 777882 + pending Dear maintainer,
I've prepared an NMU for gnokii (versioned as 0.6.30+dfsg-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Spider Murphy Gang: Autostop
diff -Nru gnokii-0.6.30+dfsg/debian/changelog gnokii-0.6.30+dfsg/debian/changelog
--- gnokii-0.6.30+dfsg/debian/changelog 2011-04-24 00:06:19.000000000 +0200
+++ gnokii-0.6.30+dfsg/debian/changelog 2015-07-22 18:15:24.000000000 +0200
@@ -1,3 +1,19 @@
+gnokii (0.6.30+dfsg-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "ftbfs with GCC-5":
+ debian/rules: add "-fgnu89-inline" to CFLAGS.
+ (Closes: #777882)
+ * Fix "run dh-autoreconf to update config.{sub,guess} and
+ {libtool,aclocal}.m4": apply patch from Brahadambal Srinivasan to use
+ dh-autoreconf in debian/{control,rules}.
+ (Closes: #744582)
+ * debian/control: add "(metapackage)" to gnokii's short description.
+ Otherwise we run into lintian's "W: gnokii: empty-binary-package",
+ which is flagged by lintian's --ftp-master-rejects.
+
+ -- gregor herrmann <[email protected]> Wed, 22 Jul 2015 18:14:03 +0200
+
gnokii (0.6.30+dfsg-1) unstable; urgency=low
* new upstream release
diff -Nru gnokii-0.6.30+dfsg/debian/control gnokii-0.6.30+dfsg/debian/control
--- gnokii-0.6.30+dfsg/debian/control 2011-04-23 22:46:15.000000000 +0200
+++ gnokii-0.6.30+dfsg/debian/control 2015-07-22 18:14:01.000000000 +0200
@@ -5,7 +5,7 @@
Build-Depends: debhelper (>= 7.0.50~), libxpm-dev, libxt-dev, libglib2.0-dev, libgtk2.0-dev,
gettext, libmysqlclient-dev, libpq-dev,
libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libusb-dev,
- libpcsclite-dev (>= 1.7.0), autotools-dev, libical-dev, libxml-parser-perl, intltool,
+ libpcsclite-dev (>= 1.7.0), dh-autoreconf, libical-dev, libxml-parser-perl, intltool,
libreadline-dev, flex
Standards-Version: 3.9.2
Homepage: http://gnokii.org
@@ -16,7 +16,7 @@
Architecture: all
Depends: gnokii-cli (>= ${source:Version}), xgnokii (>= ${source:Version}),
gnokii-common (= ${source:Version}), ${misc:Depends}
-Description: Datasuite for mobile phone management
+Description: Datasuite for mobile phone management (metapackage)
Gnokii is a suite of programs that allows communication with mobile phones.
It currently supports many Nokia mobile phones, all AT capable ones as well as
many Symbian based.
diff -Nru gnokii-0.6.30+dfsg/debian/rules gnokii-0.6.30+dfsg/debian/rules
--- gnokii-0.6.30+dfsg/debian/rules 2011-04-24 00:04:28.000000000 +0200
+++ gnokii-0.6.30+dfsg/debian/rules 2015-07-22 18:08:53.000000000 +0200
@@ -4,7 +4,7 @@
.NOTPARALLEL:
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -fgnu89-inline
#LDFLAGS = -Wl,--as-needed,-z,defs
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -22,16 +22,13 @@
rm -f config/config.guess config/config.sub
+ dh_autoreconf_clean
dh_clean
configure: configure-stamp
configure-stamp:
dh_testdir
- # Update config.{sub,guess} before running configure
- -test -r /usr/share/misc/config.sub && \
- cp -f /usr/share/misc/config.sub config/config.sub
- -test -r /usr/share/misc/config.guess && \
- cp -f /usr/share/misc/config.guess config/config.guess
+ dh_autoreconf
./configure --prefix=/usr --mandir=/usr/share/man \
--with-x --enable-nls --enable-security \
--enable-smsd --enable-libpcsclite --enable-bluetooth \
signature.asc
Description: Digital Signature

