[DebianGIS-dev] r1205 - packages/gmt/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Tue Oct 16 19:10:12 UTC 2007
Author: frankie
Date: 2007-10-16 19:10:12 +0000 (Tue, 16 Oct 2007)
New Revision: 1205
Modified:
packages/gmt/trunk/debian/changelog
packages/gmt/trunk/debian/rules
Log:
Introduced Homepage field and added netcdf support
Modified: packages/gmt/trunk/debian/changelog
===================================================================
--- packages/gmt/trunk/debian/changelog 2007-10-16 15:08:09 UTC (rev 1204)
+++ packages/gmt/trunk/debian/changelog 2007-10-16 19:10:12 UTC (rev 1205)
@@ -12,9 +12,9 @@
* Updated home page in copyright file.
* Added home page ini debian/control descriptions.
(closes: #416766)
- * Introduced Homepage field in debian/control.
+ * Introduced Homepage field in debian/control.
- -- Francesco Paolo Lovergine <frankie at debian.org> Tue, 02 Oct 2007 11:54:35 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org> Wed, 03 Oct 2007 13:19:04 +0200
gmt (4.1.2-1.1) unstable; urgency=low
Modified: packages/gmt/trunk/debian/rules
===================================================================
--- packages/gmt/trunk/debian/rules 2007-10-16 15:08:09 UTC (rev 1204)
+++ packages/gmt/trunk/debian/rules 2007-10-16 19:10:12 UTC (rev 1205)
@@ -51,7 +51,7 @@
stamps/build-stamp: stamps/patch-stamp
dh_testdir
cd GMT$(RELEASE) && ./configure \
- --enable-mansect=1gmt --enable-shared $(PATHCONFIG)
+ --enable-mansect=1gmt --enable-shared $(PATHCONFIG) --enable-netcdf=/usr
make -C GMT$(RELEASE) CC_OPT="-fPIC -O2 -ansi -pedantic" all suppl
touch $@
@@ -109,15 +109,11 @@
dh_installdocs -a
dh_installexamples -a
dh_installmenu -a
-# dh_undocumented -a
dh_installman -a
dh_strip -a
dh_link -a
dh_compress -a -X.pdf
dh_fixperms -a
-# dh_perl -a
-# dh_python -a
-# dh_makeshlibs -a
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a
@@ -133,15 +129,11 @@
dh_installdocs -i
dh_installexamples -i
dh_installmenu -i
-# dh_undocumented -i
dh_installman -i
dh_strip -i
dh_link -i
dh_compress -i -X.pdf
dh_fixperms -i
-# dh_perl -i
-# dh_python -i
-# dh_makeshlibs -i
dh_installdeb -i
dh_shlibdeps -i
dh_gencontrol -i
More information about the Pkg-grass-devel
mailing list