[DebianGIS-dev] r2002 - packages/ogdi-dfsg/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Thu Mar 12 18:56:48 UTC 2009
Author: frankie
Date: 2009-03-12 18:56:48 +0000 (Thu, 12 Mar 2009)
New Revision: 2002
Modified:
packages/ogdi-dfsg/trunk/debian/changelog
packages/ogdi-dfsg/trunk/debian/compat
packages/ogdi-dfsg/trunk/debian/control
packages/ogdi-dfsg/trunk/debian/rules
Log:
Misc fixes pending since a while.
Modified: packages/ogdi-dfsg/trunk/debian/changelog
===================================================================
--- packages/ogdi-dfsg/trunk/debian/changelog 2009-03-11 17:10:26 UTC (rev 2001)
+++ packages/ogdi-dfsg/trunk/debian/changelog 2009-03-12 18:56:48 UTC (rev 2002)
@@ -1,4 +1,4 @@
-ogdi-dfsg (3.2.0~beta1-4) UNRELEASED; urgency=low
+ogdi-dfsg (3.2.0~beta1-4) unstable; urgency=low
* Added Homepage field in debian/control.
* Acknowledgement of NMU:
@@ -6,11 +6,14 @@
[PATCH] kfreebsd.dpatch - Build on kfreebsd. (Closes: #448735).
Thanks to Petr Salinger for the patch.
* Moved to tcl-dev build-dep as by Tcl/Tk policy.
- * Policy bumped to 3.7.3.
+ * Policy bumped to 3.8.0.
* Updated config.guess and config.sub.
* Added Vcs-* fields.
+ * Updated debian/control to use ${binary:Version}.
+ * Debhelper level set to 7.
+ * Updated proj dependency.
- -- Francesco Paolo Lovergine <frankie at debian.org> Mon, 09 Jun 2008 22:54:15 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org> Wed, 11 Mar 2009 22:53:15 +0100
ogdi-dfsg (3.2.0~beta1-3) unstable; urgency=low
Modified: packages/ogdi-dfsg/trunk/debian/compat
===================================================================
--- packages/ogdi-dfsg/trunk/debian/compat 2009-03-11 17:10:26 UTC (rev 2001)
+++ packages/ogdi-dfsg/trunk/debian/compat 2009-03-12 18:56:48 UTC (rev 2002)
@@ -1 +1 @@
-5
+7
Modified: packages/ogdi-dfsg/trunk/debian/control
===================================================================
--- packages/ogdi-dfsg/trunk/debian/control 2009-03-11 17:10:26 UTC (rev 2001)
+++ packages/ogdi-dfsg/trunk/debian/control 2009-03-12 18:56:48 UTC (rev 2002)
@@ -2,8 +2,8 @@
Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: debhelper (>= 5), autotools-dev, zlib1g-dev, libexpat1-dev, proj, dpatch, tcl-dev (>=8.4)
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7), autotools-dev, zlib1g-dev, libexpat1-dev, libproj-dev | proj, dpatch, tcl-dev (>=8.4)
+Standards-Version: 3.8.0
Section: libs
Homepage://ogdi.sourceforge.net/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/ogdi-dfsg/
@@ -12,7 +12,7 @@
Package: libogdi3.2-dev
Section: libdevel
Architecture: any
-Depends: libogdi3.2 (= ${Source-Version})
+Depends: libogdi3.2 (= ${binary:Version})
Suggests: pkg-config
Description: Open Geographic Datastore Interface Library -- development
OGDI is the Open Geographic Datastore Interface. OGDI is an application
Modified: packages/ogdi-dfsg/trunk/debian/rules
===================================================================
--- packages/ogdi-dfsg/trunk/debian/rules 2009-03-11 17:10:26 UTC (rev 2001)
+++ packages/ogdi-dfsg/trunk/debian/rules 2009-03-12 18:56:48 UTC (rev 2002)
@@ -31,7 +31,7 @@
#
config.status: patch-stamp
dh_testdir
-
+
TOPDIR=$(CURDIR) ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" \
--with-projinc=/usr/include \
@@ -48,17 +48,17 @@
build: build-stamp
build-stamp: config.status
dh_testdir
-
+
# Add here commands to compile the package.
TOPDIR=$(CURDIR) $(MAKE)
-
+
touch $@
clean: true-clean unpatch
true-clean:
dh_testdir
dh_testroot
-
+
# Add here commands to clean up after the build process.
TOPDIR=$(CURDIR) $(MAKE) clean
@@ -77,9 +77,9 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
-
+
# Add here commands to install the package into debian/tmp
TOPDIR=$(CURDIR) $(MAKE) prefix=$(CURDIR)/debian/tmp/usr install
install -o root -g root $(CURDIR)/ogdi-config $(CURDIR)/debian/tmp/usr/bin/ogdi-config
More information about the Pkg-grass-devel
mailing list