[SCM] libgaiagraphics branch, master, updated. upstream/0.5-18-ga5a0cb3
Bas Couwenberg
sebastic at xs4all.nl
Mon Sep 30 20:12:33 UTC 2013
The following commit has been merged in the master branch:
commit a5a0cb39f8b6cb82fc49e248aaec0bc5333523ad
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Sep 30 22:03:02 2013 +0200
Restructure control file with cme fix dpkg-control.
diff --git a/debian/control b/debian/control
index 3d6357d..b4f1d53 100644
--- a/debian/control
+++ b/debian/control
@@ -1,31 +1,30 @@
Source: libgaiagraphics
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: David Paleino <dapal at debian.org>,
+ Bas Couwenberg <sebastic at xs4all.nl>
Section: libs
Priority: optional
-Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders: David Paleino <dapal at debian.org>
- , Bas Couwenberg <sebastic at xs4all.nl>
-Build-Depends:
- debhelper (>= 9)
- , autotools-dev
- , dh-autoreconf
- , libjpeg8-dev
- , libgeotiff-dev
- , zlib1g-dev
- , libtiff-dev
- , libproj-dev
- , libpng-dev
- , libcairo2-dev
- , libxml2-dev
+Build-Depends: debhelper (>= 9),
+ autotools-dev,
+ dh-autoreconf,
+ libjpeg8-dev,
+ libgeotiff-dev,
+ zlib1g-dev,
+ libtiff-dev,
+ libproj-dev,
+ libpng-dev,
+ libcairo2-dev,
+ libxml2-dev
Standards-Version: 3.9.4
-Homepage: https://www.gaia-gis.it/fossil/libgaiagraphics/index
-Vcs-Git: git://anonscm.debian.org/pkg-grass/libgaiagraphics.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/libgaiagraphics.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/libgaiagraphics.git
+Homepage: https://www.gaia-gis.it/fossil/libgaiagraphics/index
Package: libgaiagraphics-dev
-Section: libdevel
Architecture: any
-Depends: libgaiagraphics1 (= ${binary:Version})
- , ${misc:Depends}
+Section: libdevel
+Depends: libgaiagraphics1 (= ${binary:Version}),
+ ${misc:Depends}
Description: Gaia common graphics support - development headers
libgaiagraphics is a library supporting common-utility raster handling
functions.
@@ -35,8 +34,9 @@ Description: Gaia common graphics support - development headers
Package: libgaiagraphics1
Architecture: any
Multi-Arch: same
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Gaia common graphics support
libgaiagraphics is a library supporting common-utility raster handling
functions.
@@ -44,14 +44,15 @@ Description: Gaia common graphics support
This package contains the shared library.
Package: libgaiagraphics1-dbg
-Section: debug
-Priority: extra
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}
- , libgaiagraphics1 (= ${binary:Version})
+Section: debug
+Priority: extra
+Depends: ${misc:Depends},
+ libgaiagraphics1 (= ${binary:Version})
Description: Gaia common graphics support - debugging symbols
libgaiagraphics is a library supporting common-utility raster handling
functions.
.
This package contains debugging symbols.
+
--
Packaging of libgaiagraphics in Debian
More information about the Pkg-grass-devel
mailing list