[Forensics-changes] [exifprobe] 01/01: Imported Debian patch 2.0.1-5
Joao Eriberto Mota Filho
eriberto at moszumanska.debian.org
Sat Feb 28 23:32:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
eriberto pushed a commit to branch debian
in repository exifprobe.
commit eacf7c9ce379b0a3f31bb25a40702ac0dc93c142
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date: Thu Feb 26 13:24:54 2015 -0300
Imported Debian patch 2.0.1-5
---
debian/changelog | 7 +++++++
debian/copyright | 4 ++--
debian/patches/fix-embed-build-time | 15 +++++++++++++++
debian/patches/series | 1 +
4 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 058ebab..e067d62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+exifprobe (2.0.1-5) experimental; urgency=medium
+
+ * debian/copyright: updated the packaging copyright years.
+ * debian/patches/fix-embed-build-time: created to fix an issue while building.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org> Thu, 26 Feb 2015 13:24:54 -0300
+
exifprobe (2.0.1-4) experimental; urgency=medium
* debian/control:
diff --git a/debian/copyright b/debian/copyright
index f424c43..fda4c88 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,8 +6,8 @@ Copyright: Duane H. Hesser <dhh at virtual-cafe.com>
License: BSD-2-Clause
Files: debian/*
-Copyright: 2007 Martin Albisetti <argentina at gmail.com>
- 2014 Joao Eriberto Mota Filho <eriberto at debian.org>
+Copyright: 2007 Martin Albisetti <argentina at gmail.com>
+ 2014-2015 Joao Eriberto Mota Filho <eriberto at debian.org>
License: GPL-3.0+
License: BSD-2-Clause
diff --git a/debian/patches/fix-embed-build-time b/debian/patches/fix-embed-build-time
new file mode 100644
index 0000000..9939e79
--- /dev/null
+++ b/debian/patches/fix-embed-build-time
@@ -0,0 +1,15 @@
+Description: fix an embed build time created by mkcomptime script.
+Author: Joao Eriberto Mota Filho <eriberto at debian.org>
+Last-Update: 2015-02-26
+Index: exifprobe-2.0.1/mkcomptime
+===================================================================
+--- exifprobe-2.0.1.orig/mkcomptime
++++ exifprobe-2.0.1/mkcomptime
+@@ -2,5 +2,6 @@
+ # @(#) $Id: mkcomptime,v 1.1 2003/01/06 19:31:55 alex Exp $
+
+ date=`date`
+-echo "char *Comptime = \"${date}\";"
++#echo "char *Comptime = \"${date}\";"
++echo "char *Comptime = \"no date\";"
+ exit 0
diff --git a/debian/patches/series b/debian/patches/series
index 5b4f621..3104a9e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ fix-manpages
fix_spelling_error
add_byteorder
Makefile
+fix-embed-build-time
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/exifprobe.git
More information about the forensics-changes
mailing list