On Fri, 19 Jul 2013, Sebastian Ramacher escribió: > On 2013-07-19 08:21:21, Rodolfo García Peñas (kix) wrote: > > I am not familiar with NMU uploads, but IMHO you can contact with me > > again or tell me that you will do an NMU first, but anyway, it is done > > now :-) I will create a new version for this package this weekend, I > > need to include other changes, like the maintainer email from > > k...@kix.es to k...@debian.org. Please, increase the delay from > > DELAYED/1 to (at least) DELAYED/4. > > Done, rescheduled to DELAYED/4. If you want me to delay the upload further or > cancel it, please say so and I'll happily reschedule or cancel it. > > Regards > -- > Sebastian Ramacher
Hi Sebastian, the patch proposed is not valid :-( With your patch, wmauda could be builded, but the application cannot run: --------8<-------------- kix@osaka:~/src$ wmauda (wmauda:30782): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported `trap' para punto de parada/seguimiento kix@osaka:~/src$ --------8<-------------- I saw this problem some time ago, trying to update to 0.9 version. I will try to patch it, but I need some time. Your help is appreciated. I did these changes too: --------8<-------------- wmauda (0.8-3) unstable; urgency=low * debian/patches/link-against-missing-libraries.patch: Link against libdbus-glib-1 and libX11. Patch created by Sebastian Ramacher <sramac...@debian.org> (Closes: #713481). * Updated maintainer email address from k...@kix.es to k...@debian.org. * Bump Standards-Version to 3.9.4 (no changes). * Debhelper compatibility bumped to 9. * debian/rules + Added DEB_CFLAGS_MAINT_APPEND to include hardening flags. This change avoids the lintian warning "hardening-no-relro usr/bin/wmauda". * Added debian/lintian-overrides file to avoid lintian warning about no-upstream-changelog. --------8<-------------- The new debian/rules file is: --------8<-------------- #!/usr/bin/make -f #export DH_VERBOSE=1 export CFLAGS=$(shell dpkg-buildflags --get CFLAGS) export DEB_CFLAGS_MAINT_APPEND += $(shell dpkg-buildflags --get LDFLAGS) %: dh $@ override_dh_auto_build: CFLAGS="$(CFLAGS)" $(MAKE) override_dh_auto_install: # Add here commands to install the package into debian/wmauda. $(MAKE) DESTDIR=$(CURDIR)/debian/wmauda PREFIX=/usr install --------8<-------------- Finally, the version 0.9 only includes minor changes. These changes are not related to this problem. Rodolfo (kix) -- ||// //\\// Rodolfo "kix" Garcia ||\\// //\\ http://www.kix.es/ -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org