[DebianGIS-dev] r2453 - in packages/gmt/trunk: debian debian/patches upstream

frankie at alioth.debian.org frankie at alioth.debian.org
Wed Sep 16 10:46:30 UTC 2009


Author: frankie
Date: 2009-09-16 10:46:30 +0000 (Wed, 16 Sep 2009)
New Revision: 2453

Added:
   packages/gmt/trunk/upstream/GMT4.5.0_doc.tar.bz2
   packages/gmt/trunk/upstream/GMT4.5.0_share.tar.bz2
   packages/gmt/trunk/upstream/GMT4.5.0_src.tar.bz2
   packages/gmt/trunk/upstream/GMT4.5.0_suppl.tar.bz2
Removed:
   packages/gmt/trunk/upstream/GMT4.4.0_doc.tar.bz2
   packages/gmt/trunk/upstream/GMT4.4.0_share.tar.bz2
   packages/gmt/trunk/upstream/GMT4.4.0_src.tar.bz2
   packages/gmt/trunk/upstream/GMT4.4.0_suppl.tar.bz2
Modified:
   packages/gmt/trunk/debian/changelog
   packages/gmt/trunk/debian/control
   packages/gmt/trunk/debian/patches/series
   packages/gmt/trunk/debian/rules
Log:
New upstream release.


Modified: packages/gmt/trunk/debian/changelog
===================================================================
--- packages/gmt/trunk/debian/changelog	2009-09-16 10:09:20 UTC (rev 2452)
+++ packages/gmt/trunk/debian/changelog	2009-09-16 10:46:30 UTC (rev 2453)
@@ -1,11 +1,13 @@
-gmt (4.4.0-2) unstable; urgency=low
+gmt (4.5.0-1) unstable; urgency=low
 
-  * NOT YET RELEASED.
-  * Policy bumped to 3.8.2. No changes.
+  * New upstream release.
+  * Policy bumped to 3.8.3. No changes.
   * [lintian] Changed my dotted name in Uploaders to avoid annoying warnings.
   * [lintian] Wrapped changelog line.
+  * Fixed creat-orig-tar rule in debian/rules for correct directory naming.
+  * Added ${misc:Depends} item in debian/control. 
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 24 Jun 2009 14:16:10 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 16 Sep 2009 10:04:06 +0200
 
 gmt (4.4.0-1) unstable; urgency=low
 

Modified: packages/gmt/trunk/debian/control
===================================================================
--- packages/gmt/trunk/debian/control	2009-09-16 10:09:20 UTC (rev 2452)
+++ packages/gmt/trunk/debian/control	2009-09-16 10:46:30 UTC (rev 2453)
@@ -5,14 +5,14 @@
 Uploaders: Torsten Landschoff <torsten at debian.org>, Francesco Paolo Lovergine <frankie at debian.org>
 Build-Depends: libnetcdf-dev, debhelper (>= 7.0), bzip2, quilt, libxmu-headers, libxaw7-dev
 Build-Depends-Indep: debhelper (>= 7.0), bzip2, quilt
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://gmt.soest.hawaii.edu/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/gmt/trunk
 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/gmt/trunk
 
 Package: gmt
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: gmt-manpages
 Conflicts: gmt-manpages
 Recommends: gmt-coastline-data | gmt-coast-low, gmt-doc
@@ -32,7 +32,7 @@
 Package: libgmt4
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: gmt
 Description: Generic Mapping Tools Library
  GMT libraries allow manipulating geographic and Cartesian data sets
@@ -44,7 +44,7 @@
 Package: libgmt-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, libgmt4 (=${binary:Version}), libnetcdf-dev
+Depends: ${shlibs:Depends}, libgmt4 (=${binary:Version}), libnetcdf-dev, ${misc:Depends}
 Suggests: gmt
 Description: Generic Mapping Tools Library
  These set of libraries allow manipulating geographic and Cartesian data sets

Modified: packages/gmt/trunk/debian/patches/series
===================================================================
--- packages/gmt/trunk/debian/patches/series	2009-09-16 10:09:20 UTC (rev 2452)
+++ packages/gmt/trunk/debian/patches/series	2009-09-16 10:46:30 UTC (rev 2453)
@@ -0,0 +1 @@
+# no current patches

Modified: packages/gmt/trunk/debian/rules
===================================================================
--- packages/gmt/trunk/debian/rules	2009-09-16 10:09:20 UTC (rev 2452)
+++ packages/gmt/trunk/debian/rules	2009-09-16 10:46:30 UTC (rev 2453)
@@ -1,6 +1,6 @@
 #! /usr/bin/make -f
 
-RELEASE		:= 4.4.0
+RELEASE		:= 4.5.0
 PARTS		:= doc share src suppl 
 ARCHIVES	:= $(PARTS:%=upstream/GMT$(RELEASE)_%.tar.bz2)
 
@@ -29,11 +29,11 @@
 
 create-orig-tar:	$(ARCHIVES)
 	dh_testdir
-	mkdir -p gmt-$(RELEASE).orig
-	ln -f $(ARCHIVES) gmt-$(RELEASE).orig
-	tar cf - gmt-$(RELEASE).orig|gzip -9 > gmt-$(RELEASE).orig.tar.gz
+	mkdir -p gmt-$(RELEASE)/upstream
+	ln -f $(ARCHIVES) gmt-$(RELEASE)/upstream
+	tar cf - gmt-$(RELEASE)|gzip -9 > gmt-$(RELEASE).orig.tar.gz
 	mv gmt-$(RELEASE).orig.tar.gz ..
-	rm -R gmt-$(RELEASE).orig
+	rm -R gmt-$(RELEASE)
 
 upstream/%:
 	dh_testdir

Deleted: packages/gmt/trunk/upstream/GMT4.4.0_doc.tar.bz2
===================================================================
(Binary files differ)

Deleted: packages/gmt/trunk/upstream/GMT4.4.0_share.tar.bz2
===================================================================
(Binary files differ)

Deleted: packages/gmt/trunk/upstream/GMT4.4.0_src.tar.bz2
===================================================================
(Binary files differ)

Deleted: packages/gmt/trunk/upstream/GMT4.4.0_suppl.tar.bz2
===================================================================
(Binary files differ)

Added: packages/gmt/trunk/upstream/GMT4.5.0_doc.tar.bz2
===================================================================
(Binary files differ)


Property changes on: packages/gmt/trunk/upstream/GMT4.5.0_doc.tar.bz2
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: packages/gmt/trunk/upstream/GMT4.5.0_share.tar.bz2
===================================================================
(Binary files differ)


Property changes on: packages/gmt/trunk/upstream/GMT4.5.0_share.tar.bz2
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: packages/gmt/trunk/upstream/GMT4.5.0_src.tar.bz2
===================================================================
(Binary files differ)


Property changes on: packages/gmt/trunk/upstream/GMT4.5.0_src.tar.bz2
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: packages/gmt/trunk/upstream/GMT4.5.0_suppl.tar.bz2
===================================================================
(Binary files differ)


Property changes on: packages/gmt/trunk/upstream/GMT4.5.0_suppl.tar.bz2
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream




More information about the Pkg-grass-devel mailing list