From 9eb22fa94007443877a51ce2744d71eb757ffe43 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Mon, 12 Mar 2018 20:45:25 -0400 Subject: [PATCH] Revert "Make build reproducible (Closes: Bug#883359)" This reverts commit cf0439f13819c10ea8292fccbd4c67e05d1708cd. --- debian/changelog | 7 ------- debian/patches/reproducible-build.patch | 28 ------------------------- debian/patches/series | 1 - 3 files changed, 36 deletions(-) delete mode 100644 debian/patches/reproducible-build.patch diff --git a/debian/changelog b/debian/changelog index e7a0fb4..4e6ff97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,3 @@ -at-spi2-core (2.26.2-3) UNRELEASED; urgency=medium - - [ Chris Lamb ] - * Make build reproducible (Closes: Bug#883359). - - -- Samuel Thibault Sun, 03 Dec 2017 14:39:37 +0100 - at-spi2-core (2.26.2-2) unstable; urgency=medium * Team upload diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch deleted file mode 100644 index 0288e30..0000000 --- a/debian/patches/reproducible-build.patch +++ /dev/null @@ -1,28 +0,0 @@ -Description: Make the build reproducible -Author: Chris Lamb -Last-Update: 2017-12-02 - -https://bugzilla.gnome.org/show_bug.cgi?id=791167 - ---- at-spi2-core-2.26.2.orig/atspi/atspi-enum-types.c.template -+++ at-spi2-core-2.26.2/atspi/atspi-enum-types.c.template -@@ -4,7 +4,7 @@ - /*** END file-header ***/ - - /*** BEGIN file-production ***/ --/* enumerations from "@filename@" */ -+/* enumerations from "@basename@" */ - #include "@filename@" - - /*** END file-production ***/ ---- at-spi2-core-2.26.2.orig/atspi/atspi-enum-types.h.template -+++ at-spi2-core-2.26.2/atspi/atspi-enum-types.h.template -@@ -9,7 +9,7 @@ G_BEGIN_DECLS - /*** END file-header ***/ - - /*** BEGIN file-production ***/ --/* Enumerations from "@filename@" */ -+/* Enumerations from "@basename@" */ - - /*** END file-production ***/ - diff --git a/debian/patches/series b/debian/patches/series index a40cc91..54237f3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ at-spi-by-default -reproducible-build.patch -- GitLab