This is an automated email from the git hooks/post-receive script. rubund-guest pushed a commit to branch master in repository fyba.
commit edab0d3e28da4caf3180978eef8b3b5837ee60f5 Author: Ruben Undheim <[email protected]> Date: Mon Apr 6 20:48:51 2015 +0200 Enable multi-arch. Add gbp.conf --- debian/changelog | 9 +++++++++ debian/control | 3 +++ debian/gbp.conf | 3 +++ 3 files changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7f6c13d..cb99b5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +fyba (4.1.1-2) experimental; urgency=medium + + * debian/control: + - Fixed debhelper version 9.0.0 -> 9 + - Set "Multi-Arch: same" to enable multiarch for library + * Added debian/gbp.conf to automatically enable pristine-tar build + + -- Ruben Undheim <[email protected]> Mon, 06 Apr 2015 20:46:15 +0200 + fyba (4.1.1-1) unstable; urgency=low * Initial release (Closes: #760544) diff --git a/debian/control b/debian/control index 1782f14..3eb7e60 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Package: libfyba0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same 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 @@ -22,6 +23,7 @@ Package: libfyba-dev Section: libdevel Architecture: any Depends: libfyba0 (= ${binary:Version}), ${misc:Depends} +Multi-Arch: same 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,6 +34,7 @@ Architecture: any Section: debug Priority: extra Depends: libfyba0 (= ${binary:Version}), ${misc:Depends} +Multi-Arch: same 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 diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..cdeff4c --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +pristine-tar = True +upstream-tag=%(version)s -- 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

