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
  • protocols/jabber/iq.c

    r14f912d r79cf64a  
    6767                        xt_add_child(reply, xt_new_node("name", set_getstr(&ic->acc->set, "user_agent"), NULL));
    6868                        xt_add_child(reply, xt_new_node("version", BITLBEE_VERSION, NULL));
    69                         xt_add_child(reply, xt_new_node("os", ARCH, NULL));
    7069                } else if (strcmp(s, XMLNS_TIME_OLD) == 0) {
    7170                        time_t time_ep;
Note: See TracChangeset for help on using the changeset viewer.