Your message dated Fri, 18 Nov 2016 16:48:55 +0000 (UTC)
with message-id <[email protected]>
and subject line Re: Bug#844734: RFS: dvbcut/0.7.1-1
has caused the Debian Bug report #844734,
regarding RFS: dvbcut/0.7.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.)
--
844734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844734
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal
Dear mentors,
I am looking for a sponsor for my package "dvbcut"
* Package name : dvbcut
Version : 0.7.1-1
Upstream Author : Bernhard Übelacker
* URL : https://github.com/bernhardu/dvbcut-deb
* License : GPL-2+
Section : graphics
It builds those binary packages:
dvbcut - Qt application for cutting parts out of DVB streams
To access further information about this package, please visit the following
URL:
https://mentors.debian.net/package/dvbcut
Alternatively, one can download the package with dget using this command:
dget -x
https://mentors.debian.net/debian/pool/main/d/dvbcut/dvbcut_0.7.1-1.dsc
More information about hello can be obtained from
https://github.com/bernhardu/dvbcut-deb .
Changes since the last upload:
dvbcut (0.7.1-1) unstable; urgency=low
[ Bernhard Übelacker ]
* Avoid redraw of intermediate steps while
dragging sliders with the mouse.
* Remove outdated Recommends mplayer2 and unused mpv.
(Closes: #841183) Thanks to James Cowgill.
* Add facility to search for duplicate frames (Thanks to Olaf Dietsche).
* Remove some gcc 6 warnings.
-- Bernhard Übelacker <[email protected]> Fri, 18 Nov 2016 14:31:12 +0100
Regards,
Bernhard Übelacker
--- End Message ---
--- Begin Message ---
Hi, I'm sponsoring but please note something that is nice to have fixed:
dh $@ --buildsystem=autoconf --with=autoreconf,autotools-dev --parallel
this is useless with compat level 10 (at least it should be)
please bump compat to 10 and debhelper >=10 :)
also, consider dropping them as build-dependencies
[ Bernhard Übelacker ]
^^ this line is useless in changelog you did all the changes here
[ Bernhard Übelacker ]
* Avoid redraw of intermediate steps while
dragging sliders with the mouse.
* Remove outdated Recommends mplayer2 and unused mpv.
(Closes: #841183) Thanks to James Cowgill.
* Add facility to search for duplicate frames (Thanks to Olaf Dietsche).
* Remove some gcc 6 warnings.
this is wrong: you should do something like
* New upstream release 0.7.1
- fixes build failures/warnings
- add search duplicate foo
- allow bar
* Remove outdated Recommends
this would have split the fixes into "new upstream fixes" and "Debian specific
fixes"
why does it runtime depend on
libqt5gui5,
libqt5widgets5,
libqt5core5a,
???
shlibs:Depends should already pick them up, I don't see dlopen or similar, so I
think
it should(TM) work
override_dh_auto_clean:
[ ! -f Makefile ] || make -f Makefile distclean
dh_clean dvbcut.desktop src/Makefile configure
dh_clean
dh_auto_clean
why calling dh_clean in dh_auto_clean?
why overriding dh_auto_install?
probably not overriding it and removing the debian/*.install debian/*.dirs will
result in the whole
job done
(or most of it, in case patch the pro file and submit the patch upstream)
http://debomatic-amd64.debian.net/distribution#unstable/dvbcut/0.7.1-2/buildlog
I did almost everything, I'll leave the last improvements to you if you want to
adopt them
G.
--- End Message ---