Changeset 79cf64a for irc_user.c


Ignore:
Timestamp:
2016-06-12T21:15:37Z (8 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Children:
6c7c574
Parents:
14f912d
git-author:
Jelmer Vernooij <jelmer@…> (15-05-16 17:12:24)
git-committer:
Wilmer van der Gaast <wilmer@…> (12-06-16 21:15:37)
Message:

Remove the ARCH / CPU defines.

These only reflect on what arch/cpu bitlbee was built, not on which
it is running. This makes the Debian package unreproducible.
See e.g.
https://tests.reproducible-builds.org/rb-pkg/testing/i386/bitlbee.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_user.c

    r14f912d r79cf64a  
    251251        if (g_strcasecmp(ctcp[0], "VERSION") == 0) {
    252252                irc_send_msg_f(iu, "NOTICE", iu->irc->user->nick, "\001%s %s\001",
    253                                ctcp[0], PACKAGE " " BITLBEE_VERSION " " ARCH "/" CPU);
     253                               ctcp[0], PACKAGE " " BITLBEE_VERSION);
    254254        } else if (g_strcasecmp(ctcp[0], "PING") == 0) {
    255255                irc_send_msg_f(iu, "NOTICE", iu->irc->user->nick, "\001%s %s\001",
Note: See TracChangeset for help on using the changeset viewer.