[DebianGIS-dev] [SCM] saga branch, master, updated. c82223654c2d65aadd1acdf757bc647efaa35eac

Johan Van de Wauw johan.vandewauw at gmail.com
Sun Feb 28 15:35:44 UTC 2010


The following commit has been merged in the master branch:
commit c82223654c2d65aadd1acdf757bc647efaa35eac
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Sun Feb 28 16:34:06 2010 +0100

    Remove unnecessary provides field for saga-dev package

diff --git a/debian/control.in b/debian/control.in
index 0beefe0..b681ac7 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -46,7 +46,6 @@ Package: saga-dev
 Section: devel
 Architecture: any
 Depends: saga (= ${binary:Version})
-Provides: saga at VERSION@-dev
 Description: SAGA GIS development files
  SAGA GIS (System for Automated Geoscientific Analysis) is a geographic
  information system usable for editing and analysing spatial data.
diff --git a/debian/rules b/debian/rules
index 8df9fcd..97d20d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,6 @@ include /usr/share/cdbs/1/class/autotools.mk
 DEB_CONFIGURE_EXTRA_FLAGS = --enable-unicode
 DEB_INSTALL_MANPAGES_saga = saga_cmd.1
 
-VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | \
-   cut -f 2 -d ' ' | cut -f 1 -d '-')
 LIBSAGAAPISO := $(shell grep '^SOVERSION =' src/saga_core/saga_api/Makefile.am | sed 's/SOVERSION = \([0-9]*\):[0-9]*:[0-9]*/\1/g')
 LIBSAGAGDISO := $(shell grep '^SOVERSION =' src/saga_core/saga_gdi/Makefile.am | sed 's/SOVERSION = \([0-9]*\):[0-9]*:[0-9]*/\1/g')
 
@@ -23,6 +21,5 @@ cleanbuilddir/saga::
 	rm -f saga_gui.1
 
 debian/% :: debian/%.in
-	sed -e 's/@VERSION@/$(VERSION)/' -e 's/@ABI@/$(ABI)/' $< >$@
 	sed -e 's/@LIBSAGAAPISO@/$(LIBSAGAAPISO)/' -e 's/@LIBSAGAGDISO@/$(LIBSAGAGDISO)/' $< >$@
 

-- 
Saga GIS



More information about the Pkg-grass-devel mailing list