This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository freexl.
commit 275b58cdc7aff3b6a10c2e600aeceb43647d44e4 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Thu Feb 22 21:57:30 2018 +0100 Drop obsolete dbg package. --- debian/changelog | 2 +- debian/control | 17 +---------------- debian/rules | 2 +- 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index 204585f..7a44791 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,10 +6,10 @@ freexl (1.0.5-1) UNRELEASED; urgency=high - https://bugzilla.redhat.com/show_bug.cgi?id=1547885 - https://bugzilla.redhat.com/show_bug.cgi?id=1547889 - https://bugzilla.redhat.com/show_bug.cgi?id=1547892 - * Change priority for libfreexl1-dbg from extra to optional. * Bump Standards-Version to 4.1.1, changes: priority. * Strip trailing whitespace from changelog. * Update copyright-format URL to use HTTPS. + * Drop obsolete dbg package. -- Bas Couwenberg <sebas...@debian.org> Thu, 22 Feb 2018 21:52:43 +0100 diff --git a/debian/control b/debian/control index 2052f2b..ba852af 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: David Paleino <da...@debian.org>, Bas Couwenberg <sebas...@debian.org> Section: libs Priority: optional -Build-Depends: debhelper (>= 9~), +Build-Depends: debhelper (>= 9.20160114), autotools-dev, dh-autoreconf Standards-Version: 4.1.1 @@ -42,18 +42,3 @@ Description: library for direct reading of Microsoft Excel spreadsheets . This package contains the shared library. -Package: libfreexl1-dbg -Architecture: any -Multi-Arch: same -Section: debug -Depends: libfreexl1 (= ${binary:Version}), - ${misc:Depends} -Description: library for direct reading of Microsoft Excel spreadsheets - debug - FreeXL is a C library implementing direct reading of Microsoft Excel - spreadsheets, up to the BIFF8 file format specification (i.e. .xls, Microsoft - Excel XP/2003 and older). - The XML SS file format specification (.xlsx, Microsoft Excel 2007 and newer) is - not supported. - . - This package contains the debugging symbols. - diff --git a/debian/rules b/debian/rules index 0149d30..0775fc2 100755 --- a/debian/rules +++ b/debian/rules @@ -21,5 +21,5 @@ override_dh_makeshlibs: dh_makeshlibs -- -v$(UPSTREAM_VERSION) override_dh_strip: - dh_strip --dbg-package=libfreexl1-dbg + dh_strip --dbgsym-migration='libfreexl1-dbg (<< 1.0.5)' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/freexl.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel