Package: sleepyhead / 1.0.0-beta-2+dfsg-2

Metadata

Package Version Patches format
sleepyhead 1.0.0-beta-2+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Do not use bundled libraries.patch | (download)

sleepyhead/sleepyhead.pro | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 do not use bundled libraries

Upstream ships with bundled libraries (e.g., quazip), but we do not
need to use them because Debian already provides their packages.

0002 Create install rule on Makefile.patch | (download)

sleepyhead/sleepyhead.pro | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 create install rule on makefile


0003 Adapt source code to generate reproducible builds.patch | (download)

sleepyhead/mainwindow.cpp | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 adapt source code to generate reproducible builds

Due to the use of __TIME__ and __DATE__ macros, it was not possible to
generate reproducible builds.  This patch removes the use of those
macros.  It was proposed upstream, and if accepted it will be dropped
from the package.