[magics] 01/03: Drop timestamps from headers. Closes: #792824.
Alastair McKinstry
mckinstry at moszumanska.debian.org
Thu Jul 23 06:16:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository magics.
commit 355db3fc50da2927523dc51f4ee0b4060878486e
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Mon Jul 20 01:59:26 2015 +0100
Drop timestamps from headers. Closes: #792824.
---
debian/changelog | 6 ++++++
debian/patches/drop-timestamps.patch | 26 ++++++++++++++++++++++++++
debian/patches/series | 2 ++
3 files changed, 34 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f369cbc..72933b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+magics++ (2.24.7-2) UNRELEASED; urgency=medium
+
+ * Drop timestamps from headers. Closes: #792824.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Mon, 20 Jul 2015 01:57:50 +0100
+
magics++ (2.24.7-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/patches/drop-timestamps.patch b/debian/patches/drop-timestamps.patch
new file mode 100644
index 0000000..a793189
--- /dev/null
+++ b/debian/patches/drop-timestamps.patch
@@ -0,0 +1,26 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Don't put timestamps into header files.
+Bugs-Debian: https://bugs.debian.org/792824
+Last-Updated: 2015-07-20
+Forwarded: no
+
+Index: magics++-2.24.7/tools/xml2cc_new.pl
+===================================================================
+--- magics++-2.24.7.orig/tools/xml2cc_new.pl
++++ magics++-2.24.7/tools/xml2cc_new.pl
+@@ -164,7 +164,6 @@ foreach my $object (keys %{$info->{magic
+ This file is automatically generated.
+ Do Not Edit!
+
+- Generated: $string
+ */
+
+
+@@ -339,7 +338,6 @@ EOF
+ This file is automatically generated.
+ Do Not Edit!
+
+- Generated: $string
+ */
+
+ #include "$object\Attributes.h"
diff --git a/debian/patches/series b/debian/patches/series
index 2bb594a..f375483 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,5 @@ geotiff.patch
soname-version.patch
# qt5.patch
grib-cmake.patch
+drop-timestamps.patch
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/magics.git
More information about the debian-science-commits
mailing list