debian/0000775000000000000000000000000011746463317007204 5ustar debian/compat0000664000000000000000000000000211703664552010377 0ustar 7 debian/control0000664000000000000000000000357511743370576010622 0ustar Source: qdigidoc Section: utils Priority: optional Homepage: http://code.google.com/p/esteid/ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Guido Tabbernuk , Martin-Éric Racine Build-Depends: cdbs, debhelper (>= 7), cmake, pkg-config, libdigidoc-dev, libdigidocpp-dev, libldap-dev, libqt4-dev, libqtwebkit-dev, libssl-dev Standards-Version: 3.9.3 Package: qdigidoc Architecture: any Conflicts: qdigidoccrypto Replaces: qdigidoccrypto Depends: fonts-liberation | ttf-liberation, ${misc:Depends}, ${shlibs:Depends} Description: QT-based Digidoc client QDigiDoc is an application for digitally signing and encrypting documents in BDoc, DDoc, and CDoc container formats. These file formats are widespread in Estonia where they are used for storing legally binding digital signatures. Package: qdigidoc-dbg Architecture: any Section: debug Priority: extra Depends: qdigidoc (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: qdigidoc debugging symbols QDigiDoc is an application for digitally signing and encrypting documents in BDoc, DDoc, and CDoc container formats. These file formats are widespread in Estonia where they are used for storing legally binding digital signatures. . This package contains debugging symbols for qdigidoc package. Package: nautilus-qdigidoc Architecture: all Conflicts: qdigidoc-nautilus Replaces: qdigidoc-nautilus Depends: qdigidoc, python-nautilus, ${misc:Depends}, ${shlibs:Depends} Description: Nautilus file manager support for QDigiDoc client QDigiDoc is an application for digitally signing and encrypting documents in BDoc, DDoc, and CDoc container formats. These file formats are widespread in Estonia where they are used for storing legally binding digital signatures. . This package contains context menu support for Nautilus file manager. debian/rules0000775000000000000000000000117311734627210010255 0ustar #!/usr/bin/make -f # [debian/rules] for qdigidoc # # COPYRIGHT © 2012 Guido Tabbernuk # # LICENSE # This program 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. # include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/cmake.mk binary-install/qdigidoc:: dh_installmime -pqdigidoc dh_icons -pqdigidoc common-binary-post-install-arch:: list-missing #EOF debian/source/0000775000000000000000000000000011703664552010501 5ustar debian/source/format0000664000000000000000000000001411703664552011707 0ustar 3.0 (quilt) debian/patches/0000775000000000000000000000000011743366644010635 5ustar debian/patches/04_typo_fixes.patch0000664000000000000000000000334511743366751014356 0ustar Description: Fixes a number of typos in the English prompts. Author: Martin-Éric Racine --- a/crypto/MainWindow.cpp +++ b/crypto/MainWindow.cpp @@ -172,7 +172,7 @@ if( !Common::canWrite( docname ) ) { select = true; - showWarning( tr("You dont have permissions to write file %1").arg( docname ) ); + showWarning( tr("You don't have permissions to write file %1").arg( docname ) ); } while( select ) @@ -184,7 +184,7 @@ if( QFileInfo( docname ).suffix().toLower() != "cdoc" ) docname.append( ".cdoc" ); if( !Common::canWrite( docname ) ) - showWarning( tr("You dont have permissions to write file %1").arg( docname ) ); + showWarning( tr("You don't have permissions to write file %1").arg( docname ) ); else select = false; } --- a/crypto/translations/et.ts +++ b/crypto/translations/et.ts @@ -402,7 +402,7 @@ Failide krüptimisel kasutatakse AS Sert Dekrüpteerimine - You dont have permissions to write file %1 + You don't have permissions to write file %1 Sul ei ole piisavalt õigusi et kirjutada faili %1 --- a/crypto/translations/ru.ts +++ b/crypto/translations/ru.ts @@ -402,7 +402,7 @@ For encryption AS Sertifitseerimiskeskus Расшифровка - You dont have permissions to write file %1 + You don't have permissions to write file %1 У Вас недостаточно прав, для записи файла %1 debian/patches/series0000664000000000000000000000002411743366624012044 0ustar 04_typo_fixes.patch debian/nautilus-qdigidoc.install0000664000000000000000000000005311734632757014222 0ustar usr/share/locale usr/share/nautilus-python debian/qdigidoc.install0000664000000000000000000000014011743361224012341 0ustar usr/bin usr/share/applications usr/share/icons usr/share/kde4 usr/share/man/man1 usr/share/mime debian/changelog0000664000000000000000000000310611746463316011055 0ustar qdigidoc (0.4.1-0ubuntu1) quantal; urgency=low * New upstream bugfix release: - 01_nautilus-newversion.patch: deleted; merged upstream. - 03_desktop_strip_encoding_key.patch: deleted; merged upstream. + 04_typo_fixes.patch: refreshed. * Bumped Standards-Version to 3.9.3 (no change required). -- Martin-Éric Racine Fri, 27 Apr 2012 12:28:35 +0300 qdigidoc (0.4.0-0ubuntu4) precise; urgency=low * Fixed the Nautilus plug-in: = 01_nautilus-newversion.patch: updated with correct install dir. = debian/nautilus-qdigidoc.install: updated with correct install dir. - 02_nautilus_cmake.patch: deleted. - debian/rules: removed nautilus-qdigidoc post-install mingling. - debian/rules: removed DEB_DESTDIR. + debian/qdigidoc.install: created. -- Martin-Éric Racine Wed, 28 Mar 2012 19:18:05 +0300 qdigidoc (0.4.0-0ubuntu3) precise; urgency=low * debian/rules: = Fixed the post-install for nautilus-qdigidoc ... again. -- Martin-Éric Racine Sun, 11 Mar 2012 11:59:50 +0200 qdigidoc (0.4.0-0ubuntu2) precise; urgency=low * debian/rules: = Fixed the post-install for nautilus-qdigidoc -- Martin-Éric Racine Wed, 07 Mar 2012 01:02:47 +0200 qdigidoc (0.4.0-0ubuntu1) precise; urgency=medium * Initial release for Ubuntu (LP: #916439). Based upon initial packaging by Kalev Lember, with further improvements by Guido Tabbernuk, then packaging review by Martin-Éric Racine. -- Martin-Éric Racine Sat, 14 Jan 2012 05:55:06 +0200 debian/watch0000664000000000000000000000015211703664552010230 0ustar version=3 http://esteid.googlecode.com/files/qdigidoc-([\d\.]+)\.tar\.bz2 \ debian uupdate --no-symlink debian/copyright0000664000000000000000000000163311707615133011132 0ustar qdigidoc -- Qt based Digidoc client This package was debianized by Guido Tabbernuk on Thu, 12 Jan 2012 15:13:46 +0200 It was downloaded from Copyrights: qdigidoc: © 2010-2011 Jargo Kõster © 2010-2011 Raul Metsma debian/*: © 2012 Martin-Éric Racine © 2011 Guido Tabbernuk © 2010 Kalev Lember License: 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. On Debian systems, the complete text of the GNU Lesser General Public License can be found in .