[DebianGIS-dev] r1298 - packages/grass/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Dec 13 12:13:51 UTC 2007


Author: frankie
Date: 2007-12-13 12:13:50 +0000 (Thu, 13 Dec 2007)
New Revision: 1298

Modified:
   packages/grass/trunk/debian/changelog
   packages/grass/trunk/debian/rules
Log:
New upstream version


Modified: packages/grass/trunk/debian/changelog
===================================================================
--- packages/grass/trunk/debian/changelog	2007-12-11 21:15:18 UTC (rev 1297)
+++ packages/grass/trunk/debian/changelog	2007-12-13 12:13:50 UTC (rev 1298)
@@ -1,6 +1,7 @@
-grass (6.2.2-3) unstable; urgency=low
+grass (6.2.3-1) unstable; urgency=low
 
-  NOT YET RELEASED
+  * New upstream release.
+    (closes: #455853)
   * Added the new Homepage field to debian/control.
   * Updated obsolete ${Source-Version} to ${binary:Version}.
   * Fixed lintian error: : debian-rules-ignores-make-clean-error
@@ -9,8 +10,9 @@
     Tcl/Tk includes path is found at build time in debian/rules.
   * Now using mysql_config to get MySQL includes path.
   * Policy bumped to 3.7.3
+  * Added private library path at dh_shlibdeps call.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 11 Dec 2007 22:09:43 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 13 Dec 2007 12:49:40 +0100
 
 grass (6.2.2-2) unstable; urgency=medium
 

Modified: packages/grass/trunk/debian/rules
===================================================================
--- packages/grass/trunk/debian/rules	2007-12-11 21:15:18 UTC (rev 1297)
+++ packages/grass/trunk/debian/rules	2007-12-13 12:13:50 UTC (rev 1298)
@@ -89,7 +89,7 @@
 	dh_testroot
 
 	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) distclean
+	[ ! -f $(CURDIR)/include/Make/Platform.make ] || $(MAKE) distclean
 
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
@@ -204,7 +204,7 @@
 	dh_fixperms -a
 	dh_makeshlibs -a -a
 	dh_installdeb -a
-	dh_shlibdeps -a
+	dh_shlibdeps -a -l$(CURDIR)/debian/grass/usr/lib/grass/lib
 	dh_gencontrol -a
 	dh_md5sums -a
 	dh_builddeb -a




More information about the Pkg-grass-devel mailing list