[darkradiant] 04/07: Removing 01-reproducible-build.patch -- no longer needed.

Tobias Frost tobi at moszumanska.debian.org
Tue Jul 4 18:05:30 UTC 2017


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

tobi pushed a commit to branch master
in repository darkradiant.

commit 81441e1023d90cb8c10a3a97536777b35104a59e
Author: Tobias Frost <tobi at coldtobi.de>
Date:   Tue Jul 4 07:03:34 2017 +0200

    Removing 01-reproducible-build.patch -- no longer needed.
---
 debian/changelog                           |  5 +++--
 debian/patches/01-reproducible-build.patch | 26 --------------------------
 debian/patches/series                      |  1 -
 3 files changed, 3 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 39d7555..a1b4d24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
 darkradiant (2.2.1-1) UNRELEASED; urgency=medium
 
-  * New upstream release 
-  * Removing 02-ftbfs-missing-include.patch -- applied upstream
+  * New upstream release.
+  * Removing 01-reproducible-build.patch -- no longer needed.
+  * Removing 02-ftbfs-missing-include.patch -- applied upstream.
 
  -- Tobias Frost <tobi at debian.org>  Mon, 03 Jul 2017 22:37:10 +0200
 
diff --git a/debian/patches/01-reproducible-build.patch b/debian/patches/01-reproducible-build.patch
deleted file mode 100644
index ca3e99b..0000000
--- a/debian/patches/01-reproducible-build.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Reproducible build -- replace build date with date from d/changelog
- d/rules defines the macro and this patch applies it
-Author: Tobias Frost <tobi at debian.org>
-Forwarded: no
-Last-Update: 2016-05-03
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/radiant/ui/about/AboutDialog.cpp
-+++ b/radiant/ui/about/AboutDialog.cpp
-@@ -41,12 +41,15 @@
- void AboutDialog::populateWindow()
- {
- 	loadNamedPanel(this, "AboutDialogPanel");
--
-+#ifdef DEB_BUILD_DATE
-+	std::string buildDate = DEB_BUILD_DATE;
-+#else
- 	std::string date = __DATE__;
- 	std::string time = __TIME__;
- 
- 	bool showBuildTime = registry::getValue<bool>(RKEY_SHOW_BUILD_TIME);
- 	std::string buildDate = (showBuildTime) ? date + " " + time : date;
-+#endif
- 
- 	wxStaticText* appTitle = findNamedObject<wxStaticText>(this, "AboutDialogAppTitle");
- 	wxFont appTitleFont = appTitle->GetFont().Bold();
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 04a070d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-reproducible-build.patch

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



More information about the Pkg-games-commits mailing list