From 2e78f75dc5e33fe6d804e71d999f9cab933afd91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 15 May 2016 17:12:24 +0000 Subject: 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 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1b3b6cb8..f76e5ade 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +bitlbee (3.4.2-1) UNRELEASED; urgency=medium + + * Make the build reproducible by not encoding ARCH / CPU defines in + the binary. + + -- Jelmer Vernooij Sun, 15 May 2016 17:15:13 +0000 + bitlbee (3.4.1-1) unstable; urgency=medium * Fix copyright info (Closes: #764181) -- cgit v1.2.3 From d3b99b6f68a7b030c653c4086de7bbba76a30636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 15 May 2016 18:36:09 +0000 Subject: Fix Vcs-* control headers after migration to Git. --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index f76e5ade..8e423588 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ bitlbee (3.4.2-1) UNRELEASED; urgency=medium * Make the build reproducible by not encoding ARCH / CPU defines in the binary. + * Fix Vcs-* control headers after migration to Git. -- Jelmer Vernooij Sun, 15 May 2016 17:15:13 +0000 diff --git a/debian/control b/debian/control index 435d8d06..d5283d6e 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Uploaders: Jelmer Vernooij Standards-Version: 3.9.5 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls28-dev | libgnutls-dev | gnutls-dev, po-debconf, libpurple-dev, libotr5-dev, debhelper (>= 6.0.7~) Homepage: http://www.bitlbee.org/ -Vcs-Bzr: http://code.bitlbee.org/bitlbee/ +Vcs-Git: https://github.com/bitlbee/bitlbee +Vcs-Browser: https://github.com/bitlbee/bitlbee Package: bitlbee Architecture: any -- cgit v1.2.3