[Pkg-running-devel] [antpm] 01/01: reproducible build, team upload

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Sun Jun 28 12:15:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch master
in repository antpm.

commit 881366453666d6e4757e1246cb156a0acc3d501f
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Sun Jun 28 13:02:34 2015 +0200

    reproducible build, team upload
---
 debian/changelog                                | 11 +++++++++++
 debian/patches/no_date_reproducible_build.patch | 11 +++++++++++
 debian/patches/series                           |  1 +
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dc8cfbd..f368500 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+antpm (1.16-9) unstable; urgency=low
+
+  * Team upload
+
+  [ RALOVICH, Kristof ]
+  * Remove timestamp macro from source code to make package build reproducible.
+    Original patch from Dhole <dhole at openmailbox.org>.
+    Closes: #788754
+
+ -- Kristof Ralovich <ralovich at in.tum.de>  Sun, 28 Jun 2015 12:58:40 +0200
+
 antpm (1.16-8) unstable; urgency=low
 
   * Team upload
diff --git a/debian/patches/no_date_reproducible_build.patch b/debian/patches/no_date_reproducible_build.patch
new file mode 100644
index 0000000..5958b2d
--- /dev/null
+++ b/debian/patches/no_date_reproducible_build.patch
@@ -0,0 +1,11 @@
+--- a/src/common.cpp
++++ b/src/common.cpp
+@@ -296,7 +296,7 @@
+ {
+   return std::string("") + APP_NAME
+       + " v" + std::string(BOOST_STRINGIZE(ANTPM_VERSION))
+-      + " built " __DATE__ " " + __TIME__ + "" //+#ANTPM_SERIAL_IMPL
++      + " built "
+       + " under "
+ #ifdef __linux__
+ # ifdef __LP64__
diff --git a/debian/patches/series b/debian/patches/series
index b39222b..26fbf7d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ link-boost-atomic.patch
 02-try-fixing-FTBFS-under-hurd-i386-kfreebsd-amd64-kfre
 03-gant-try-fixing-FTBFS-under-hurd-i386
 link-boost-atomic2.patch
+no_date_reproducible_build.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list