Changeset 79cf64a for irc_send.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_send.c

    r14f912d r79cf64a  
    4141{
    4242        irc_send_num(irc,   1, ":Welcome to the %s gateway, %s", PACKAGE, irc->user->nick);
    43         irc_send_num(irc,   2, ":Host %s is running %s %s %s/%s.", irc->root->host,
    44                      PACKAGE, BITLBEE_VERSION, ARCH, CPU);
     43        irc_send_num(irc,   2, ":Host %s is running %s %s.", irc->root->host,
     44                     PACKAGE, BITLBEE_VERSION);
    4545        irc_send_num(irc,   3, ":%s", IRCD_INFO);
    4646        irc_send_num(irc,   4, "%s %s %s %s", irc->root->host, BITLBEE_VERSION, UMODES UMODES_PRIV, CMODES);
Note: See TracChangeset for help on using the changeset viewer.