[SCM] epr-api branch, master, updated. debian/2.2-1-15-g43b0d8d

Antonio Valentino antonio.valentino at tiscali.it
Sat Mar 17 18:55:25 UTC 2012


The following commit has been merged in the master branch:
commit 8bc1624e5ad8cdd603961a4cac16450700f84e07
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Mar 17 19:03:37 2012 +0100

    New patch for generating the static library

diff --git a/debian/changelog b/debian/changelog
index d5890b5..b75496c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ epr-api (2.2-3) UNRELEASED; urgency=low
     - fixed formatting of the package descripton
   * debian/patches
     - patches regenerated with gbp-pq
+    - new patch for generating the static library
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 17 Mar 2012 18:49:44 +0100
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 17 Mar 2012 19:02:28 +0100
 
 epr-api (2.2-2) unstable; urgency=low
 
diff --git a/debian/patches/0003-static-lib.patch b/debian/patches/0003-static-lib.patch
new file mode 100644
index 0000000..20403ed
--- /dev/null
+++ b/debian/patches/0003-static-lib.patch
@@ -0,0 +1,23 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Sat, 17 Mar 2012 18:57:06 +0100
+Subject: static lib
+
+---
+ makefile |    3 +++
+ 1 files changed, 3 insertions(+), 0 deletions(-)
+
+diff --git a/makefile b/makefile
+index 6824a71..0a9bdd0 100644
+--- a/makefile
++++ b/makefile
+@@ -118,6 +118,9 @@ clean:
+ ###############################################
+ 
+ 
++$(OUTDIR)/libepr_api.a : $(OBJECTS)
++	$(AR) rcs $@ $(OBJECTS)
++
+ $(TARGET) : $(OBJECTS)
+ 	$(LINK) $(LDFLAGS) -o $@ $(OBJECTS) -lm -lc
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 6b55c2c..32b1d47 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-fix-build-flags.patch
 0002-spelling.patch
+0003-static-lib.patch

-- 
ENVISAT Product Reader API for C



More information about the Pkg-grass-devel mailing list