[DebianGIS-dev] r2739 - in packages/gdal-ecw/branches/1.7: . debian
aboudreault-guest at alioth.debian.org
aboudreault-guest at alioth.debian.org
Thu Feb 25 20:44:55 UTC 2010
Author: aboudreault-guest
Date: 2010-02-25 20:44:54 +0000 (Thu, 25 Feb 2010)
New Revision: 2739
Added:
packages/gdal-ecw/branches/1.7/debian/libgdal-ecw-src.install.in
packages/gdal-ecw/branches/1.7/libgdal-ecw-1.7.1.tar.gz
Removed:
packages/gdal-ecw/branches/1.7/debian/gdal-ecw-src.install.in
packages/gdal-ecw/branches/1.7/gdal-ecw-1.6.1.tar.gz
packages/gdal-ecw/branches/1.7/patches/
Modified:
packages/gdal-ecw/branches/1.7/debian/changelog
packages/gdal-ecw/branches/1.7/debian/control
packages/gdal-ecw/branches/1.7/debian/rules
packages/gdal-ecw/branches/1.7/gdal-ecw-build.in
Log:
Update gdal-ecw for 1.7.0
Modified: packages/gdal-ecw/branches/1.7/debian/changelog
===================================================================
--- packages/gdal-ecw/branches/1.7/debian/changelog 2010-02-25 20:32:29 UTC (rev 2738)
+++ packages/gdal-ecw/branches/1.7/debian/changelog 2010-02-25 20:44:54 UTC (rev 2739)
@@ -1,3 +1,11 @@
+libgdal-ecw (1.7.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * Files updated for 1.7.0.
+ * Modified package name to libgdal-ecw.
+
+ -- Alan Boudreault <aboudreault at mapgears.com> Thu, 18 Feb 2010 22:02:06 -0500
+
gdal-ecw (1.6.1-1) experimental; urgency=low
* New upstream release.
Modified: packages/gdal-ecw/branches/1.7/debian/control
===================================================================
--- packages/gdal-ecw/branches/1.7/debian/control 2010-02-25 20:32:29 UTC (rev 2738)
+++ packages/gdal-ecw/branches/1.7/debian/control 2010-02-25 20:44:54 UTC (rev 2739)
@@ -1,4 +1,4 @@
-Source: gdal-ecw
+Source: libgdal-ecw
Section: contrib/science
Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
@@ -9,7 +9,7 @@
Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/gdal-ecw/trunk
Homepage: http://www.gdal.org/
-Package: gdal-ecw-src
+Package: libgdal-ecw-src
Section: libs
Architecture: all
Depends: libgdal1-dev (>=1.6.0), build-essential
Deleted: packages/gdal-ecw/branches/1.7/debian/gdal-ecw-src.install.in
===================================================================
--- packages/gdal-ecw/branches/1.7/debian/gdal-ecw-src.install.in 2010-02-25 20:32:29 UTC (rev 2738)
+++ packages/gdal-ecw/branches/1.7/debian/gdal-ecw-src.install.in 2010-02-25 20:44:54 UTC (rev 2739)
@@ -1,2 +0,0 @@
-usr/src/gdal-ecw- at VERSION@.tar.gz
-usr/bin/gdal-ecw-build
Added: packages/gdal-ecw/branches/1.7/debian/libgdal-ecw-src.install.in
===================================================================
--- packages/gdal-ecw/branches/1.7/debian/libgdal-ecw-src.install.in (rev 0)
+++ packages/gdal-ecw/branches/1.7/debian/libgdal-ecw-src.install.in 2010-02-25 20:44:54 UTC (rev 2739)
@@ -0,0 +1,2 @@
+usr/src/libgdal-ecw- at VERSION@.tar.gz
+usr/bin/gdal-ecw-build
Modified: packages/gdal-ecw/branches/1.7/debian/rules
===================================================================
--- packages/gdal-ecw/branches/1.7/debian/rules 2010-02-25 20:32:29 UTC (rev 2738)
+++ packages/gdal-ecw/branches/1.7/debian/rules 2010-02-25 20:44:54 UTC (rev 2739)
@@ -5,21 +5,21 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-VERSION=$(shell ls gdal-ecw-*.tar.gz|cut -d- -f3|cut -d. -f1,2,3)
+VERSION=$(shell ls libgdal-ecw-*.tar.gz|cut -d- -f3|cut -d. -f1,2,3)
untar: untar-stamp
untar-stamp:
dh_testdir
mkdir $(CURDIR)/tmp || true
- tar xzf $(CURDIR)/gdal-ecw-$(VERSION).tar.gz -C $(CURDIR)/tmp
+ tar xzf $(CURDIR)/libgdal-ecw-$(VERSION).tar.gz -C $(CURDIR)/tmp
touch untar-stamp
tar: untar-stamp patch-stamp
mkdir -p $(CURDIR)/debian/tmp/usr/src $(CURDIR)/debian/tmp/usr/bin
- tar czf $(CURDIR)/debian/tmp/usr/src/gdal-ecw-$(VERSION).tar.gz -C $(CURDIR)/tmp gdal-ecw-$(VERSION)
- sed -e 's/@VERSION@/$(VERSION)/' $(CURDIR)/debian/gdal-ecw-src.install.in >$(CURDIR)/debian/gdal-ecw-src.install
+ tar czf $(CURDIR)/debian/tmp/usr/src/libgdal-ecw-$(VERSION).tar.gz -C $(CURDIR)/tmp libgdal-ecw-$(VERSION)
+ sed -e 's/@VERSION@/$(VERSION)/' $(CURDIR)/debian/libgdal-ecw-src.install.in >$(CURDIR)/debian/libgdal-ecw-src.install
sed -e 's/@VERSION@/$(VERSION)/' $(CURDIR)/gdal-ecw-build.in >$(CURDIR)/debian/tmp/usr/bin/gdal-ecw-build
chmod a+x $(CURDIR)/debian/tmp/usr/bin/gdal-ecw-build
@@ -44,7 +44,7 @@
dh_testdir
dh_testroot
dh_install --sourcedir=$(CURDIR)/debian/tmp
- rm -f $(CURDIR)/debian/gdal-ecw-src.install
+ rm -f $(CURDIR)/debian/libgdal-ecw-src.install
dh_installdocs
dh_installchangelogs
dh_compress
Deleted: packages/gdal-ecw/branches/1.7/gdal-ecw-1.6.1.tar.gz
===================================================================
(Binary files differ)
Modified: packages/gdal-ecw/branches/1.7/gdal-ecw-build.in
===================================================================
--- packages/gdal-ecw/branches/1.7/gdal-ecw-build.in 2010-02-25 20:32:29 UTC (rev 2738)
+++ packages/gdal-ecw/branches/1.7/gdal-ecw-build.in 2010-02-25 20:44:54 UTC (rev 2739)
@@ -23,8 +23,8 @@
#
VERSION=@VERSION@
-PLUGINDIR=/usr/lib/gdal16plugins
-TARBALL=/usr/src/gdal-ecw-$VERSION.tar.gz
+PLUGINDIR=/usr/lib/gdal17plugins
+TARBALL=/usr/src/libgdal-ecw-$VERSION.tar.gz
if [ `id -u` -ne 0 ]; then
echo "Run this script as root"
@@ -59,7 +59,7 @@
tar xzf $TARBALL -C $BUILDDIR
echo "Building GDAL/ECW plugin"
-( cd $BUILDDIR/gdal-ecw-$VERSION && \
+( cd $BUILDDIR/libgdal-ecw-$VERSION && \
sh ./configure --with-ecw=$ECWSDK --with-autoload=$PLUGINDIR && \
make && \
make install && chown root:root $PLUGINDIR/gdal_ECW_JP2ECW.so && chmod 0644 $PLUGINDIR/gdal_ECW_JP2ECW.so )
Added: packages/gdal-ecw/branches/1.7/libgdal-ecw-1.7.1.tar.gz
===================================================================
(Binary files differ)
Property changes on: packages/gdal-ecw/branches/1.7/libgdal-ecw-1.7.1.tar.gz
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Pkg-grass-devel
mailing list