[DebianGIS-dev] r1916 - packages/avce00/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Tue Feb 17 16:33:48 UTC 2009
Author: frankie
Date: 2009-02-17 16:33:48 +0000 (Tue, 17 Feb 2009)
New Revision: 1916
Modified:
packages/avce00/trunk/debian/changelog
packages/avce00/trunk/debian/compat
packages/avce00/trunk/debian/control
packages/avce00/trunk/debian/rules
Log:
Minor changes.
Modified: packages/avce00/trunk/debian/changelog
===================================================================
--- packages/avce00/trunk/debian/changelog 2009-02-17 15:37:24 UTC (rev 1915)
+++ packages/avce00/trunk/debian/changelog 2009-02-17 16:33:48 UTC (rev 1916)
@@ -1,3 +1,11 @@
+avce00 (2.0.0-3) UNRELEASED; urgency=low
+
+ * Fixed short and long descriptions to make lintian happy.
+ * Policy bumped to 3.8.0
+ * Debhelper level set to 7. Now using dh_prep.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org> Tue, 17 Feb 2009 17:30:56 +0100
+
avce00 (2.0.0-2) unstable; urgency=low
* Added Home page field in debian/control.
Modified: packages/avce00/trunk/debian/compat
===================================================================
--- packages/avce00/trunk/debian/compat 2009-02-17 15:37:24 UTC (rev 1915)
+++ packages/avce00/trunk/debian/compat 2009-02-17 16:33:48 UTC (rev 1916)
@@ -1 +1 @@
-5
+7
Modified: packages/avce00/trunk/debian/control
===================================================================
--- packages/avce00/trunk/debian/control 2009-02-17 15:37:24 UTC (rev 1915)
+++ packages/avce00/trunk/debian/control 2009-02-17 16:33:48 UTC (rev 1916)
@@ -3,8 +3,8 @@
Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Jean-Denis Giguere <jdenisgiguere at fastmail.fm>, Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: debhelper (>= 5.0.0)
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.0
Homepage: http://avce00.maptools.org/avce00/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/avce00/trunk
Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/avce00/trunk
@@ -14,6 +14,7 @@
Architecture: any
Depends: ${shlibs:Depends}
Suggests: e00compr
-Description: Tools for conversion of ESRI Arcinfo (binary) Vector Coverage in E00 format.
- AVCE00 is a C library and group of tools that makes Arcinfo (binary) Vector Coverages
- appear as E00. It allows you to read and write binary coverages just as if they were E00 files.
+Description: Tools for conversion of ESRI Arcinfo (binary) Vector Coverage in E00 format
+ AVCE00 is a C library and group of tools that makes Arcinfo (binary)
+ Vector Coverages appear as E00. It allows you to read and write binary
+ coverages just as if they were E00 files.
Modified: packages/avce00/trunk/debian/rules
===================================================================
--- packages/avce00/trunk/debian/rules 2009-02-17 15:37:24 UTC (rev 1915)
+++ packages/avce00/trunk/debian/rules 2009-02-17 16:33:48 UTC (rev 1916)
@@ -1,10 +1,5 @@
#!/usr/bin/make -f
# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -20,38 +15,36 @@
configure: configure-stamp
configure-stamp:
dh_testdir
-
+
# Add here commands to configure the package.
+
+ touch $@
- touch configure-stamp
-
build: build-stamp
-
build-stamp: configure-stamp
dh_testdir
-
+
# Add here commands to compile the package.
-
+
$(MAKE)
+
+ touch $@
- touch build-stamp
-
clean:
dh_testdir
dh_testroot
- rm -f build-stamp configure-stamp
-
+
# Add here commands to clean up after the build process.
-
+
-$(MAKE) clean
-
+
dh_clean
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
# Add here commands to install the package into debian/avce00, nothing to do by default.
More information about the Pkg-grass-devel
mailing list