debian/0000755000000000000000000000000012114731146007166 5ustar debian/control0000644000000000000000000000317112114725336010577 0ustar Source: libmimedir-gnome Section: libs Priority: optional Maintainer: Moray Allan Build-Depends: debhelper (>= 9.0), dh-autoreconf (>= 5), libglib2.0-dev, gnome-common (>= 2.4.0), pkg-config (>= 0.14.0), gtk-doc-tools Standards-Version: 3.9.3 Package: libmimedir-gnome-dev Conflicts: libmimedir-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libmimedir-gnome0.4 (= ${binary:Version}), ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Suggests: libmimedir-gnome-doc Description: MIME Directory Profile implementation [development] libmimedir is a gobject-based implementation of RFC 2425 (MIME Directory Profile) and related RFCs like RFC 2426 (vCard MIME Directory Profile). . This package contains libmimedir development files. Package: libmimedir-gnome-doc Section: doc Architecture: all Multi-Arch: foreign Suggests: libmimedir-gnome-dev (= ${binary:Version}) Depends: ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: MIME Directory Profile implementation [documentation] libmimedir is a gobject-based implementation of RFC 2425 (MIME Directory Profile) and related RFCs like RFC 2426 (vCard MIME Directory Profile). . This package contains the libmimedir documentation. Package: libmimedir-gnome0.4 Section: libs Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: MIME Directory Profile implementation [runtime] libmimedir is a gobject-based implementation of RFC 2425 (MIME Directory Profile) and related RFCs like RFC 2426 (vCard MIME Directory Profile). . This package contains the libmimedir runtime library. debian/changelog0000644000000000000000000000341212114730750011040 0ustar libmimedir-gnome (0.4.2-6) unstable; urgency=low * Fix short description of -doc package. Closes: #676003. -- Moray Allan Sun, 03 Mar 2013 19:56:31 +0000 libmimedir-gnome (0.4.2-5) unstable; urgency=low * Split documentation out into -doc package. Closes: #670010. -- Moray Allan Mon, 14 May 2012 20:52:56 +0100 libmimedir-gnome (0.4.2-4) unstable; urgency=low * Convert to 3.0 (quilt) source format. * Move from cdbs to dh 9. * Enable multiarch. * Install translations. * Install documentation. -- Moray Allan Wed, 21 Mar 2012 18:30:05 +0000 libmimedir-gnome (0.4.2-3) unstable; urgency=low * Add explicit string format specifiers to calls to g_warning in mimedir-profile.c. Closes: #643430. -- Moray Allan Tue, 25 Oct 2011 18:28:08 +0100 libmimedir-gnome (0.4.2-2) unstable; urgency=low * Trim unnecessary Build-depends. Closes: #549142. * Remove version number from -dev package name. -- Moray Allan Thu, 12 Nov 2009 01:15:56 +0100 libmimedir-gnome (0.4.2-1) unstable; urgency=low * New upstream release. * Update watch file location. -- Moray Allan Fri, 16 Nov 2007 21:42:54 +0000 libmimedir-gnome (0.3.1-1) unstable; urgency=low * New upstream release. * Update watch file location. -- Moray Allan Sat, 14 Jan 2006 14:43:38 +0000 libmimedir-gnome (0.2.1+cvs20040306-2) unstable; urgency=low * Fix debian/rules clean target to remove all files generated during build. -- Moray Allan Sun, 7 Mar 2004 18:33:09 +0000 libmimedir-gnome (0.2.1+cvs20040306-1) unstable; urgency=low * Initial Release. -- Moray Allan Sat, 6 Mar 2004 23:13:01 +0000 debian/watch0000644000000000000000000000070111732412350010213 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # Site Directory Pattern Version Script version=2 #http://www.rittau.org/mimedir/libmimedir-(.*)\.tar\.gz debian uupdate #http://www.jroger.in-berlin.de/gnome-pim/libmimedir-(.*)\.tar\.gz debian uupdate http://gpe.linuxtogo.org/download/source/libmimedir-(.*)\.tar\.gz debian uupdate debian/rules0000755000000000000000000000104711732426510010251 0ustar #!/usr/bin/make -f DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ --with autoreconf override_dh_autoreconf: dh_autoreconf --as-needed override_dh_auto_configure: ./configure --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --enable-gtk-doc override_dh_install: dh_install --list-missing override_dh_installchangelogs: dh_installchangelogs ChangeLog override_dh_clean: -rm -rf docs/reference/mimedir/html docs/reference/mimedir/sgml dh_clean debian/libmimedir-gnome-doc.install0000644000000000000000000000012611763175404014550 0ustar debian/tmp/usr/share/gtk-doc/html/mimedir/* /usr/share/doc/libmimedir-gnome-doc/html/ debian/libmimedir-gnome0.4.docs0000644000000000000000000000002111732426376013506 0ustar NEWS README TODO debian/libmimedir-gnome0.4.install0000644000000000000000000000010111732416720014213 0ustar debian/tmp/usr/lib/*/lib*.so.* debian/tmp/usr/share/locale/*/*/* debian/compat0000644000000000000000000000000211732412350010362 0ustar 5 debian/source/0000755000000000000000000000000011732412537010473 5ustar debian/source/format0000644000000000000000000000001411732205273011676 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011732413653010622 5ustar debian/patches/10-format-strings0000644000000000000000000000243711732413653013750 0ustar Description: Use format strings with g_warning Add explicit string format specifiers to calls to g_warning in mimedir-profile.c. Fix for these build warnings/errors (#643430): > mimedir-profile.c:583:3: error: format not a string literal and no format arguments [-Werror=format-security] > mimedir-profile.c:593:3: error: format not a string literal and no format arguments [-Werror=format-security] > mimedir-profile.c:602:3: error: format not a string literal and no format arguments [-Werror=format-security] Author: Moray Allan Last-Update: 2011-10-25 --- a/mimedir/mimedir-profile.c +++ b/mimedir/mimedir-profile.c @@ -580,7 +580,7 @@ fd = g_file_open_tmp (NULL, &tmpname, &error); if (fd < 0) { g_free (tmpname); - g_warning (error->message); + g_warning ("%s", error->message); g_error_free (error); return g_strdup (""); } @@ -590,7 +590,7 @@ g_free (tmpname); g_io_channel_unref (channel); close(fd); - g_warning (error->message); + g_warning ("%s", error->message); g_error_free (error); return g_strdup (""); } @@ -599,7 +599,7 @@ if (!g_file_get_contents (tmpname, &buffer, NULL, &error)) { g_free (tmpname); - g_warning (error->message); + g_warning ("%s", error->message); g_error_free (error); return g_strdup (""); } debian/patches/series0000644000000000000000000000002211732413262012025 0ustar 10-format-strings debian/copyright0000644000000000000000000000206011732412350011115 0ustar This package was debianized by Moray Allan on Sat, 6 Mar 2004 22:14:34 +0000. It was downloaded from anoncvs.gnome.org Upstream Author: Sebastian Rittau Copyright: Copyright (C) 2002, 2003 Sebastian Rittau Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. Copyright (C) 2004 Alastair McKinstry This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in '/usr/share/common-licenses/LGPL-2'. debian/libmimedir-gnome-dev.install0000644000000000000000000000016711763173057014570 0ustar debian/tmp/usr/include/* debian/tmp/usr/lib/*/lib*.a debian/tmp/usr/lib/*/pkgconfig/*.pc debian/tmp/usr/lib/*/lib*.so