[libterralib] 13/24: Imported Debian patch 3.3.1-8

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Aug 1 23:04:28 UTC 2015


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

sebastic pushed a commit to branch master
in repository libterralib.

commit b548542e6a177faef48f2812098444ea496f86d4
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Jan 25 13:52:16 2010 +0000

    Imported Debian patch 3.3.1-8
---
 debian/changelog                      |  6 +++++
 debian/patches/debian-changes-3.3.1-8 | 44 +++++++++++++++++++++++++++++++++++
 debian/patches/series                 |  1 +
 debian/rules                          |  8 ++-----
 4 files changed, 53 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d1dc76b..57f5321 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libterralib (3.3.1-8) unstable; urgency=low
+
+  * Do chmod of examples in build stage, for safety. 
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Mon, 25 Jan 2010 13:52:16 +0000
+
 libterralib (3.3.1-7) experimental; urgency=low
 
   * Build in experimental with DH_VERBOSE=1 to show problems I can't
diff --git a/debian/patches/debian-changes-3.3.1-8 b/debian/patches/debian-changes-3.3.1-8
new file mode 100644
index 0000000..92c036f
--- /dev/null
+++ b/debian/patches/debian-changes-3.3.1-8
@@ -0,0 +1,44 @@
+Description: Upstream changes introduced in version 3.3.1-8
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ libterralib (3.3.1-8) unstable; urgency=low
+ .
+   * Do chmod of examples in build stage, for safety.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Alastair McKinstry <mckinstry at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- libterralib-3.3.1.orig/terralibx/image_processing/makepdi
++++ libterralib-3.3.1/terralibx/image_processing/makepdi
+@@ -1,6 +1,6 @@
+ #############################################################################
+ # Makefile for building: libterralibpdi.so.1.0.0
+-# Generated by qmake (1.07a) (Qt 3.3.8b) on: Fri Jan 22 03:57:43 2010
++# Generated by qmake (1.07a) (Qt 3.3.8b) on: Sun Jan 24 15:36:57 2010
+ # Project:  terralibpdi.pro
+ # Template: lib
+ # Command: $(QMAKE) -o makepdi terralibpdi.pro
+--- libterralib-3.3.1.orig/terralibx/stat/makeStat
++++ libterralib-3.3.1/terralibx/stat/makeStat
+@@ -1,6 +1,6 @@
+ #############################################################################
+ # Makefile for building: libstat.so.1.0.0
+-# Generated by qmake (1.07a) (Qt 3.3.8b) on: Fri Jan 22 03:57:29 2010
++# Generated by qmake (1.07a) (Qt 3.3.8b) on: Sun Jan 24 15:36:34 2010
+ # Project:  stat.pro
+ # Template: lib
+ # Command: $(QMAKE) -o makeStat stat.pro
diff --git a/debian/patches/series b/debian/patches/series
index 6c8b071..baee7df 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ kfreebsd-build.patch
 linking.patch
 pkg-config.patch
 debian-changes-3.3.1-6
+debian-changes-3.3.1-8
diff --git a/debian/rules b/debian/rules
index 78c3a6a..d7eade8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,10 @@
 	dh $@
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+# export DH_VERBOSE=1
 
 override_dh_auto_build:
+	find examples -type f -exec chmod 644 {} \;
 	$(MAKE) -C terralibx/terralib
 	$(MAKE) -C terralibx/stat
 	$(MAKE) -C terralibx/image_processing
@@ -16,11 +17,6 @@ override_dh_auto_build:
 	ar rcs libstat.a terralibx/Release/.obj/stat/*.o
 	ar rcs libterralibpdi.a terralibx/Release/.obj/libpdi/*.o
 
-
-override_dh_fixperms:
-	dh_fixperms
-	find debian/libterralib1-doc/usr/share/doc/libterralib1-doc/examples -type f -exec chmod 644 {} \;
-
 override_dh_clean:
 	dh_clean
 	$(MAKE) -C terralibx/terralib clean

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



More information about the Pkg-grass-devel mailing list