[DebianGIS-dev] r1303 - packages/geotiff/libgeotiff-dfsg/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Wed Dec 19 12:27:14 UTC 2007
Author: frankie
Date: 2007-12-19 12:27:14 +0000 (Wed, 19 Dec 2007)
New Revision: 1303
Modified:
packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
Log:
Minor fix
Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2007-12-19 12:25:41 UTC (rev 1302)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2007-12-19 12:27:14 UTC (rev 1303)
@@ -5,11 +5,12 @@
* [Lintian] substvar-source-version-is-deprecated cleaned in debian/control.
* Introduced homepage field in debian/control.
* Added installation path for libraries searching at dh_shlibdeps call.
- * Added LD_SHARED ovverride at building time in debian/rules to link against libc
+ * Added LD_SHARED ovverride at building time in debian/rules to link against libc
runtime also.
* Policy bumped to 3.7.3.
+ * Removing config.log at clean time for completeness.
- -- Francesco Paolo Lovergine <frankie at debian.org> Wed, 19 Dec 2007 13:21:20 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org> Wed, 19 Dec 2007 13:25:57 +0100
libgeotiff-dfsg (1.2.4-2) unstable; urgency=high
Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2007-12-19 12:25:41 UTC (rev 1302)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2007-12-19 12:27:14 UTC (rev 1303)
@@ -55,7 +55,7 @@
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
- rm -f config.status
+ rm -f config.status config.log
rm -f libgeotiff.* xtiffio.h newgeo.tif
dh_clean
More information about the Pkg-grass-devel
mailing list