[SCM] grits branch, master, updated. upstream/0.7-35-gd937933

Andy Spencer andy753421 at gmail.com
Mon Jan 28 05:04:12 UTC 2013


The following commit has been merged in the master branch:
commit 858005a08d034c37023db107ee8f18409835502d
Author: Andy Spencer <andy753421 at gmail.com>
Date:   Mon Jan 28 02:05:32 2013 +0000

    New upstream release

diff --git a/debian/.gitignore b/debian/.gitignore
index d6a307c..1fa372f 100644
--- a/debian/.gitignore
+++ b/debian/.gitignore
@@ -5,5 +5,5 @@ files
 libgrits-bin/
 libgrits-dev/
 libgrits-doc/
-libgrits0/
+libgrits?/
 tmp/
diff --git a/debian/changelog b/debian/changelog
index 1066cb1..782b6b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libgrits (0.8-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove gmodule-2.0 patch
+  * Change website urls
+
+ -- Andy Spencer <andy753421 at gmail.com>  Thu, 28 Jan 2013 02:05:15 +0000
+
 libgrits (0.7-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 0fa3bfb..60a5dc1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Uploaders: Andy Spencer <andy753421 at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf,
  libglib2.0-dev (>= 2.14), libgtk2.0-dev (>= 2.16), libcairo2-dev,
  libsoup2.4-dev (>= 2.26), mesa-common-dev, libglu1-mesa-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Section: science
-Homepage: http://lug.rose-hulman.edu/proj/aweather/grits
+Homepage: http://pileus.org/grits
 Vcs-Git: git://git.debian.org/pkg-grass/grits.git
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/grits.git
 
-Package: libgrits4
+Package: libgrits5
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Grits is a Virtual Globe library
@@ -25,7 +25,7 @@ Description: Grits is a Virtual Globe library
 Package: libgrits-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libgrits4 (= ${binary:Version})
+Depends: ${misc:Depends}, libgrits5 (= ${binary:Version})
 Suggests: libgrits-doc
 Description: Development files for grits
  Grits is a "Virtual Globe" library which uses OpenGL to render an image of
diff --git a/debian/copyright b/debian/copyright
index 348b543..6bcff88 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,10 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Name: Grits
 Maintainer: Andy Spencer <andy753421 at gmail.com>
-Source: http://lug.rose-hulman.edu/proj/grits/
+Source: http://pileus.org/grits/
 
 Files: *
-Copyright: 2009-2010, Andy Spencer <andy753421 at gmail.com>
+Copyright: 2009-2013, Andy Spencer <andy753421 at gmail.com>
 License: GPL-3+
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
diff --git a/debian/libgrits4.install b/debian/libgrits5.install
similarity index 100%
rename from debian/libgrits4.install
rename to debian/libgrits5.install
diff --git a/debian/patches/gmodule.patch b/debian/patches/gmodule.patch
deleted file mode 100644
index a15e5fd..0000000
--- a/debian/patches/gmodule.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Add explicit gmodule dependency
-Author: Andy Spencer <andy753421 at gmail.com>
-
---- libgrits-0.7.orig/configure.ac
-+++ libgrits-0.7/configure.ac
-@@ -26,7 +26,7 @@ PKG_PROG_PKG_CONFIG
- GTK_DOC_CHECK(1.9)
- 
- # Check for required packages
--PKG_CHECK_MODULES(GLIB,  glib-2.0 >= 2.14 gobject-2.0 gthread-2.0)
-+PKG_CHECK_MODULES(GLIB,  glib-2.0 >= 2.14 gobject-2.0 gthread-2.0 gmodule-2.0)
- PKG_CHECK_MODULES(CAIRO, cairo)
- PKG_CHECK_MODULES(GTK,   gtk+-2.0 >= 2.16)
- PKG_CHECK_MODULES(SOUP,  libsoup-2.4 >= 2.26)
diff --git a/debian/patches/series b/debian/patches/series
index 9c5e439..fa8c452 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 libtool.patch
-gmodule.patch
diff --git a/debian/watch b/debian/watch
index 94dfea5..2fed01a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://lug.rose-hulman.edu/proj/grits/grits-([\d.]+)\.tar\.gz
+http://pileus.org/grits/files/grits-([\d.]+)\.tar\.gz

-- 
A Virtual Globe library



More information about the Pkg-grass-devel mailing list