Author: frankie
Date: 2008-01-21 20:31:43 +0000 (Mon, 21 Jan 2008)
New Revision: 1347

Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/rules
Log:
Preparing first 1.5.0 release


Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog        2008-01-21 15:04:19 UTC (rev 
1346)
+++ packages/gdal/trunk/debian/changelog        2008-01-21 20:31:43 UTC (rev 
1347)
@@ -1,6 +1,6 @@
-gdal (1.5.0-1) UNRELEASED; urgency=low
+gdal (1.5.0-1) unstable; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
   * Added Vcs-* fields to debian/control
   * Policy bumped to 3.7.3 (no changes)
   * Ruby stuff does not build correctly with upstream libtool stuff, so
@@ -12,8 +12,9 @@
        Man pages are not generated by upstream makefile, added .PHONY entry
         and explicit generation.
   * Minor changes for files installation due to changes upstream.
+  * Changed man pages removing style at clean time in debian/rules.
 
- -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Tue, 08 Jan 2008 17:26:12 
+0100
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 09 Jan 2008 09:57:10 
+0100
 
 gdal (1.4.4-1) unstable; urgency=low
 

Modified: packages/gdal/trunk/debian/rules
===================================================================
--- packages/gdal/trunk/debian/rules    2008-01-21 15:04:19 UTC (rev 1346)
+++ packages/gdal/trunk/debian/rules    2008-01-21 20:31:43 UTC (rev 1347)
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 #
-# debian package by Alessandro Amici 2002-2003.
+# Original debian package by Alessandro Amici 2002-2003.
+# Currently maintained by DebianGis contributors.
 # Based on: GNU copyright 1997 to 1999 by Joey Hess.
 
 # Uncomment this to turn on verbose mode.
@@ -70,16 +71,13 @@
 
 clean: clean-unpatched unpatch
 clean-unpatched:
-       # reminiscence to old procedure of building man pages, will now created
-       # by doxygen. This rm will be deleted in further releases of gdal
-       sh -c "if (test -d man/man1) then rm -r man/man1; fi"
-
        dh_testdir
        dh_testroot
 
        [ ! -f GDALmake.opt ] || $(MAKE) distclean
        rm -rf $(CURDIR)/swig/ruby/.libs $(CURDIR)/swig/perl/*.bs
        rm -f GDALmake.opt-*
+       rm -rf $(CURDIR)/man/man1
 
        dh_clean build-stamp configure-stamp
 


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to