This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository fyba.
commit 49d6898a09107e75b2d67d9c673441d88a12ca48 Author: Bas Couwenberg <[email protected]> Date: Sun Aug 28 18:30:12 2016 +0200 Restructure control file with cme. --- debian/changelog | 1 + debian/control | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6aab25e..e37915f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ fyba (4.1.1-4) UNRELEASED; urgency=medium * Team upload. * Change Maintainer to Debian GIS project, move Ruben to Uploaders. + * Restructure control file with cme. -- Bas Couwenberg <[email protected]> Sun, 28 Aug 2016 18:28:11 +0200 diff --git a/debian/control b/debian/control index 3e2e961..138858a 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,12 @@ Source: fyba -Section: libs -Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Ruben Undheim <[email protected]> -Build-Depends: debhelper (>= 9), autotools-dev, autoconf, libtool, +Section: libs +Priority: optional +Build-Depends: debhelper (>= 9), + autotools-dev, + autoconf, + libtool, dh-autoreconf Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/fyba.git @@ -12,19 +15,21 @@ Homepage: https://github.com/kartverket/fyba Package: libfyba0 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: FYBA library to read and write norwegian geodata standard format SOSI OpenFYBA is the source code release of the FYBA library, distributed by the National Mapping Authority of Norway (Statens kartverk) to read and write files in the National geodata standard format SOSI. Package: libfyba-dev -Section: libdevel Architecture: any -Depends: libfyba0 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same +Section: libdevel +Depends: libfyba0 (= ${binary:Version}), + ${misc:Depends} Description: Header files for FYBA library This is the development package for developing applications that depends on libfyba. It includes header files, static library files and HTML @@ -32,10 +37,11 @@ Description: Header files for FYBA library Package: libfyba0-dbg Architecture: any +Multi-Arch: same Section: debug Priority: extra -Depends: libfyba0 (= ${binary:Version}), ${misc:Depends} -Multi-Arch: same +Depends: libfyba0 (= ${binary:Version}), + ${misc:Depends} Description: debug symbols for libfyba0 OpenFYBA is the source code release of the FYBA library, distributed by the National Mapping Authority of Norway (Statens kartverk) to read and write -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fyba.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

