Source: keylaunch
Version: 1.3.9
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

Whilst working on the "reproducible builds" effort [0], we noticed that
keylaunch could not be built reproducibly.

The attached patch removes an automatically-updated copyright date from
the build system. These are unlikely to be legally enforceable anyway.
Once applied, keylaunch can be built reproducibly using our reproducible
toolchain.

 [0] https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/keylaunch.c       2015-11-22 13:05:24.536974586 +0200
--- b/keylaunch.c       2015-11-22 13:07:51.222358939 +0200
@@ -311,7 +311,7 @@
 usage ()
 {
   printf ("%s %s\n", PACKAGE, VERSION);
-  printf ("%d (c) Stefan Pfetzing <dream...@dreamind.de>\n", YEAR);
+  printf ("(c) Stefan Pfetzing <dream...@dreamind.de>\n");
   printf ("Usage: %s\n", progname);
   printf ("%s, has no Options at all.\n", PACKAGE);
   printf ("You will need to create a ~/%s in order to use it.\n", RCFILE);

Reply via email to