debian/0000755000000000000000000000000012141265176007173 5ustar debian/gnomint.menu0000644000000000000000000000067612141257301011534 0ustar ?package(gnomint):needs="X11" section="Applications/System/Administration"\ title="gnoMint" longtitle="X.509 Certification Authority management tool"\ description="gnoMint is a tool for easily creating and managing certification authorities. It provides fancy visualization of all the pieces of information that pertain to a CA, such as X.509 certificates, CSRs, and CRLs."\ command="/usr/bin/gnomint" icon="/usr/share/pixmaps/gnomint.xpm" debian/changelog0000644000000000000000000001056512141264240011043 0ustar gnomint (1.2.1-5) unstable; urgency=low * QA upload. * debian/gnomint.links: Fix typos in manpage links. (Closes: #687313) * debian/{control,gnomint.menu,manpages/gnomint.1}: Fix spelling of X.509. (Closes: 684471) * debian/control: - Bump Standards-Version (no changes needed). - Bump debhelper B-D to >= 9.0 * debian/compat: Bump to 9. * debian/rules: - Build with -Wl,--as-needed. - Don't install empty /usr/lib/*/pkgconfig and /etc directories. -- Sebastian Ramacher Sat, 04 May 2013 21:59:27 +0200 gnomint (1.2.1-4) unstable; urgency=low * QA upload. * d/patches/682432.patch: Fix double free in tls_creation_data_free. (Closes: #682432) -- Sebastian Ramacher Sat, 04 Aug 2012 19:09:48 +0200 gnomint (1.2.1-3) unstable; urgency=low * Adding patch to not hardcode CFLAGS and respect the environemnt (Closes: #634395). * Orphaning package. -- Daniel Baumann Thu, 08 Sep 2011 07:31:23 +0000 gnomint (1.2.1-2) unstable; urgency=low * Updating package to debhelper version 8. * Updating package to standards version 3.9.2. * Updating year in copyright file. * Updating year and version in manpage header. * Simplifying autotools handling in rules. * Switching to source format 3.0 (quilt). * Adding patch to explicitly link against libgcrypt. -- Daniel Baumann Tue, 17 May 2011 20:04:17 +0200 gnomint (1.2.1-1) experimental; urgency=low * Merging upstream version 1.2.1. -- Daniel Baumann Sat, 14 Aug 2010 14:12:30 +0200 gnomint (1.2.0-1) experimental; urgency=low * Adding explicit debian source version 1.0 until switch to 3.0. * Updating year in copyright file. * Updating to standards 3.8.4. * Updating standards version to 3.9.0. * Merging upstream version 1.2.0. * Updating standards version to 3.9.1. -- Daniel Baumann Sat, 14 Aug 2010 14:04:20 +0200 gnomint (1.1.0-1) unstable; urgency=low * Correcting wrong vcs-browser field. * Merging upstream version 1.1.0: - should work with binutils-gold (Closes: #554669). * Removing libglade2-dev from build-depends, not required anymore with this version. -- Daniel Baumann Sun, 08 Nov 2009 15:00:00 +0100 gnomint (1.0.0-2) unstable; urgency=low * Removing deprecated dh_desktop call. * Updating maintainer field. * Updating vcs fields. * Building against readline6. * Bumping versioned build-depends on debhelper. * Wrapping build-depends. * Updating package to standards version 3.8.3. * Sorting depends. * Adding maintainer homepage in copyright. * Simplifying debhelper install file. * Minimizing rules file. -- Daniel Baumann Sun, 04 Oct 2009 09:47:09 +0200 gnomint (1.0.0-1) unstable; urgency=low * Using correct rfc-2822 date formats in changelog. * Merging upstream version 1.0.0. * Updating package to standards version 3.8.2. * Updating year in copyright file. * Updating date and version in manpage header. * Tidy rules file. -- Daniel Baumann Tue, 07 Jul 2009 16:00:24 +0200 gnomint (0.9.9-1) unstable; urgency=low * Merging upstream version 0.9.9. * Updating rules to current state of the art. * Upgrading package to standards 3.8.1. -- Daniel Baumann Sun, 05 Apr 2009 11:20:00 +0200 gnomint (0.9.1-1) unstable; urgency=low * Merging upstream version 0.9.1. * Updating year in copyright file. * Adding authors to docs file. * Adding symlink for gnomint-cli to gnomint manpage. * Updating date and version in manpage header. * Adding description in menu file. * Passing flags to configure as arguments. * Replacing obsolete dh_clean -k with dh_prep. * Adding dh_desktop to rules. * Prefixing debhelper files with package name. -- Daniel Baumann Fri, 09 Jan 2009 12:48:00 -0500 gnomint (0.9.0-1) unstable; urgency=low * Merging upstream version 0.9.0. * Adding libreadline5-dev to build-depends. -- Daniel Baumann Fri, 09 Jan 2009 12:28:00 -0500 gnomint (0.6.0-1) unstable; urgency=low * Merging upstream version 0.6.0. -- Daniel Baumann Sat, 22 Nov 2008 15:37:00 +0100 gnomint (0.5.4-1) unstable; urgency=low * Initial release (Closes: #388303). -- Daniel Baumann Fri, 07 Nov 2008 14:11:00 +0100 debian/gnomint.manpages0000644000000000000000000000002211632067630012354 0ustar debian/manpages/* debian/rules0000755000000000000000000000070512141263414010246 0ustar #!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed %: dh ${@} --with autotools_dev override_dh_auto_configure: dh_auto_configure -- --sysconfdir=/etc override_dh_auto_test: # disabled override_dh_auto_install: dh_auto_install # don't install empty /usr/lib/*/pkgconfig directory rm -rf debian/gnomint/usr/lib # adjusting gconf scheme location mv debian/gnomint/etc/gconf debian/gnomint/usr/share rm -rf debian/gnomint/etc debian/patches/0000755000000000000000000000000012007252516010615 5ustar debian/patches/01-ldd.patch0000644000000000000000000000072511632067572012634 0ustar Author: Daniel Baumann Description: Explicitly linking against libgcrypt. diff -Naurp gnomint.orig/src/Makefile.in gnomint/src/Makefile.in --- gnomint.orig/src/Makefile.in 2011-05-17 19:57:50.013883380 +0200 +++ gnomint/src/Makefile.in 2011-05-17 19:57:37.209981808 +0200 @@ -347,6 +347,7 @@ gnomint_cli_SOURCES = \ gnomint_cli_LDADD = \ $(GNOMINTCLI_LIBS) \ + $(LIBGCRYPT_LIBS) \ $(LIBGNUTLS_LIBS) \ $(SQLITE_LIBS) \ $(READLINE_LIBS) \ debian/patches/682432.patch0000644000000000000000000000110612007254051012400 0ustar Description: Fix double free in tls_creation_data_free. Author: Sebastian Ramacher Bug-Debian: http://bugs.debian.org/682432 Last-Update: 2012-08-04 --- gnomint-1.2.1.orig/src/tls.c +++ gnomint-1.2.1/src/tls.c @@ -1639,8 +1639,6 @@ void tls_creation_data_free (TlsCreation g_free (cd->emailAddress); if (cd->password) g_free (cd->password); - if (cd->crl_distribution_point) - g_free (cd->crl_distribution_point); if (cd->parent_ca_id_str) g_free (cd->parent_ca_id_str); if (cd->crl_distribution_point) debian/patches/series0000644000000000000000000000005212007252516012027 0ustar 01-ldd.patch 02-cflags.patch 682432.patch debian/patches/02-cflags.patch0000644000000000000000000000156711632072765013336 0ustar Author: Daniel Baumann Description: Don't hardcode CFLAGS and respect the environemnt (Closes: #634395). diff -Naurp gnomint.orig/configure gnomint/configure --- gnomint.orig/configure 2011-09-08 07:58:09.324752523 +0000 +++ gnomint/configure 2011-09-08 07:59:20.113103539 +0000 @@ -14338,7 +14338,7 @@ fi if test "x$GCC" = "xyes"; then - CFLAGS="-Wall -Werror" + CFLAGS="${CFLAGS:--Wall -Werror}" if test "x$use_debug" = "xYes"; then CFLAGS="$CFLAGS -g -O0" fi diff -Naurp gnomint.orig/configure.in gnomint/configure.in --- gnomint.orig/configure.in 2011-09-08 07:58:09.328752536 +0000 +++ gnomint/configure.in 2011-09-08 07:59:20.113103539 +0000 @@ -181,7 +181,7 @@ dnl dnl if test "x$GCC" = "xyes"; then - CFLAGS="-Wall -Werror" + CFLAGS="${CFLAGS:--Wall -Werror}" if test "x$use_debug" = "xYes"; then CFLAGS="$CFLAGS -g -O0" fi debian/compat0000644000000000000000000000000212141257625010371 0ustar 9 debian/copyright0000644000000000000000000000164311632067564011137 0ustar Files: * Copyright: 2005-2010 David Marin Carreno License: GPL-3+ Files: debian/* Copyright: (C) 2008-2011 Daniel Baumann License: GPL-3+ License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file. debian/source/0000755000000000000000000000000011632067540010472 5ustar debian/source/format0000644000000000000000000000001411632067540011700 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000005111632067537012112 0ustar compression = gzip compression-level = 9 debian/pixmaps/0000755000000000000000000000000011632067576010664 5ustar debian/pixmaps/gnomint.xpm0000644000000000000000000002614311632067576013073 0ustar /* XPM */ static char * gnomint_xpm[] = { "32 31 575 2", " c None", ". c #EA8A66", "+ c #F19C7C", "@ c #EF916F", "# c #E8744C", "$ c #E38F72", "% c #EBA993", "& c #EDB6A4", "* c #E29E8C", "= c #EC9D82", "- c #F0A68B", "; c #F2AB92", "> c #F1A081", ", c #EF855E", "' c #EE7446", ") c #ED7449", "! c #ED7F56", "~ c #F09675", "{ c #F5B6A0", "] c #F6C3B1", "^ c #F5C7B7", "/ c #F1C1B1", "( c #DC9983", "_ c #EBA78F", ": c #EFB19A", "< c #EDA389", "[ c #E78867", "} c #E3754E", "| c #E2663B", "1 c #E46639", "2 c #E86739", "3 c #EB6C40", "4 c #ED794E", "5 c #EF8862", "6 c #F29D7F", "7 c #F1A083", "8 c #EE9C7F", "9 c #EBA188", "0 c #E7A691", "a c #C87359", "b c #E9A088", "c c #EFB8A6", "d c #EFB29D", "e c #E17E5E", "f c #D85D3B", "g c #D43C21", "h c #D52A16", "i c #D72211", "j c #D82010", "k c #D92210", "l c #DB2916", "m c #DF4226", "n c #E75F3C", "o c #EB774F", "p c #EB7F5A", "q c #E88460", "r c #E48262", "s c #DC7E61", "t c #CD6E53", "u c #B2593F", "v c #EDA992", "w c #F0B9A6", "x c #E5967C", "y c #DB7453", "z c #D13721", "A c #D51E10", "B c #E43117", "C c #F04E25", "D c #F86530", "E c #F96D34", "F c #F66330", "G c #EF5127", "H c #E23319", "I c #DA1F0F", "J c #DC321D", "K c #E35D37", "L c #E26C43", "M c #DE6C46", "N c #D56B49", "O c #C96445", "P c #B95C40", "Q c #974931", "R c #F0B29C", "S c #F4C8B9", "T c #E18868", "U c #D45B39", "V c #D02717", "W c #DE2511", "X c #F35A2B", "Y c #FA6F35", "Z c #FB7337", "` c #FA7137", " . c #F86E36", ".. c #F66B34", "+. c #F46933", "@. c #F16530", "#. c #EC582B", "$. c #DF2B15", "%. c #D71B0E", "&. c #DC4B27", "*. c #D85D34", "=. c #D05E3A", "-. c #C55C3C", ";. c #B9583C", ">. c #A54E36", ",. c #EDA891", "'. c #F3C2B1", "). c #E48D6F", "!. c #D45E3C", "~. c #D02012", "{. c #E53318", "]. c #F96C33", "^. c #FA7037", "/. c #F86D36", "(. c #F16631", "_. c #EF6430", ":. c #ED622F", "<. c #E95D2C", "[. c #E03A1B", "}. c #D7170B", "|. c #D54523", "1. c #CF552E", "2. c #C45332", "3. c #B75134", "4. c #A84A31", "5. c #944028", "6. c #F3BFAD", "7. c #ECA187", "8. c #DC704C", "9. c #CF321F", "0. c #E02913", "a. c #F86932", "b. c #F97136", "c. c #F36D35", "d. c #F16A34", "e. c #F16732", "f. c #F36731", "g. c #F16531", "h. c #EE622F", "i. c #EB612E", "j. c #E85F2E", "k. c #E05A2B", "l. c #DC5629", "m. c #D72F16", "n. c #D41B0D", "o. c #CD4924", "p. c #C24D29", "q. c #B64A29", "r. c #A74528", "s. c #9A3E25", "t. c #752C19", "u. c #EBA48C", "v. c #F4C3B1", "w. c #E48362", "x. c #D55233", "y. c #D91E0F", "z. c #F8642F", "A. c #FA7237", "B. c #DF612E", "C. c #9E3C1C", "D. c #5B1F10", "E. c #47170C", "F. c #5E200F", "G. c #B9441F", "H. c #ED5F2D", "I. c #EA5F2C", "J. c #E75C2B", "K. c #C44A22", "L. c #401709", "M. c #371408", "N. c #7E2913", "O. c #D7200F", "P. c #CD2C14", "Q. c #BE4723", "R. c #B44321", "S. c #A73D20", "T. c #9C3C20", "U. c #88331A", "V. c #F1B5A0", "W. c #F1B098", "X. c #DF7853", "Y. c #D12F1E", "Z. c #EB421F", "`. c #E5632F", " + c #6D2813", ".+ c #49190C", "++ c #702612", "@+ c #872D14", "#+ c #4C190B", "$+ c #AA401C", "%+ c #E95C29", "&+ c #E65A28", "*+ c #E25727", "=+ c #853115", "-+ c #3B1308", ";+ c #391208", ">+ c #712812", ",+ c #D43D1B", "'+ c #D2190C", ")+ c #C24E2C", "!+ c #B3401F", "~+ c #A43618", "{+ c #A54931", "]+ c #9B4A33", "^+ c #F4BFAC", "/+ c #EC9F83", "(+ c #D86545", "_+ c #D62312", ":+ c #F76731", "<+ c #F56D34", "[+ c #7E2F16", "}+ c #48180B", "|+ c #9C3A1B", "1+ c #EE6330", "2+ c #EE612F", "3+ c #D65426", "4+ c #DB5629", "5+ c #E65A2B", "6+ c #E35727", "7+ c #BE451F", "8+ c #4E1A0B", "9+ c #551A0C", "0+ c #501A0C", "a+ c #60210F", "b+ c #CE4D25", "c+ c #D32516", "d+ c #CF634D", "e+ c #B34626", "f+ c #A23517", "g+ c #AB553D", "h+ c #A45A46", "i+ c #E4937B", "j+ c #F4BDAA", "k+ c #E99577", "l+ c #D55B3D", "m+ c #E02E17", "n+ c #F96C34", "o+ c #CD5529", "p+ c #551D0D", "q+ c #6E2612", "r+ c #DF5C2C", "s+ c #F06531", "t+ c #EA5E2E", "u+ c #E75A2B", "v+ c #E25628", "w+ c #DD5225", "x+ c #8D3015", "y+ c #361208", "z+ c #8E3015", "A+ c #581C0D", "B+ c #541D0E", "C+ c #C84A23", "D+ c #CE341E", "E+ c #D46757", "F+ c #B24E30", "G+ c #A23A1D", "H+ c #AD614B", "I+ c #873C26", "J+ c #E59C84", "K+ c #F3BBA6", "L+ c #E58C6C", "M+ c #D25136", "N+ c #E5381B", "O+ c #F76B34", "P+ c #993C1C", "Q+ c #46170A", "R+ c #EB5F2E", "S+ c #E65B2A", "T+ c #E25626", "U+ c #DC5123", "V+ c #CE491F", "W+ c #461609", "X+ c #4D190A", "Y+ c #B53F1C", "Z+ c #591C0C", "`+ c #4E1B0B", " @ c #BE4520", ".@ c #C73B21", "+@ c #D66058", "@@ c #B0583F", "#@ c #9C4128", "$@ c #883922", "%@ c #E59980", "&@ c #DF7E5E", "*@ c #CE4A2E", "=@ c #E6381A", "-@ c #EE6530", ";@ c #832E15", ">@ c #4F1A0C", ",@ c #BE4A23", "'@ c #EF6531", ")@ c #EC6230", "!@ c #E75D2C", "~@ c #DD5325", "{@ c #D44C22", "]@ c #983317", "^@ c #351107", "/@ c #822C14", "(@ c #BB431F", "_@ c #591D0C", ":@ c #48190A", "<@ c #B3401D", "[@ c #C33D22", "}@ c #D66961", "|@ c #AE634D", "1@ c #9B4F3B", "2@ c #54271C", "3@ c #DF9078", "4@ c #E5987E", "5@ c #D66D4C", "6@ c #CC4627", "7@ c #E12E15", "8@ c #E55E2C", "9@ c #722811", "0@ c #541D0D", "a@ c #D15226", "b@ c #E85E2E", "c@ c #E45A2B", "d@ c #DE5426", "e@ c #D54C21", "f@ c #C3441C", "g@ c #5F1F0C", "h@ c #3A1207", "i@ c #6B2210", "j@ c #7A2813", "k@ c #451609", "l@ c #441709", "m@ c #A83A1B", "n@ c #C53722", "o@ c #D4786E", "p@ c #AE6A58", "q@ c #995846", "r@ c #593228", "s@ c #CD745B", "t@ c #D27153", "u@ c #CD5F3E", "v@ c #CA4625", "w@ c #D8200E", "x@ c #E15729", "y@ c #6F2711", "z@ c #531D0D", "A@ c #CD4F25", "B@ c #E95E2E", "C@ c #E55C2D", "D@ c #E1572A", "E@ c #D34C20", "F@ c #CE481D", "G@ c #9D3515", "H@ c #3B1307", "I@ c #331006", "J@ c #321006", "K@ c #301006", "L@ c #2F0E06", "M@ c #3F1409", "N@ c #9B3518", "O@ c #CA291C", "P@ c #CB776A", "Q@ c #AC6A5B", "R@ c #995E4D", "S@ c #7B4A3C", "T@ c #B0593E", "U@ c #C15D3E", "V@ c #C35535", "W@ c #C64B27", "X@ c #D1200E", "Y@ c #E0411E", "Z@ c #7F2D15", "`@ c #46180B", " # c #9D3A1B", ".# c #DE582A", "+# c #DA5629", "@# c #B7431F", "## c #C2441C", "$# c #C9471D", "%# c #67220D", "&# c #8F3216", "*# c #A33A1C", "=# c #983519", "-# c #511A0C", ";# c #381208", "># c #952612", ",# c #D53C36", "'# c #C68676", ")# c #AA6756", "!# c #985B4A", "~# c #844E3F", "{# c #924026", "]# c #A6472B", "^# c #C45231", "/# c #D13E22", "(# c #DC1F0E", "_# c #AD3B1B", ":# c #47190B", "<# c #45180A", "[# c #6F2611", "}# c #61210F", "|# c #47190C", "1# c #CC4A21", "2# c #B43F1A", "3# c #311107", "4# c #4B180A", "5# c #C04520", "6# c #BF4521", "7# c #B23E1D", "8# c #581D0D", "9# c #320E06", "0# c #9C1B13", "a# c #D87B73", "b# c #B67561", "c# c #A2604D", "d# c #925140", "e# c #844939", "f# c #68372A", "g# c #A1492F", "h# c #D35F3B", "i# c #D72315", "j# c #D92C15", "k# c #A2391B", "l# c #591E0D", "m# c #401609", "n# c #4E1B0C", "o# c #872F15", "p# c #CE4C22", "q# c #7A2B13", "r# c #321108", "s# c #7F2B14", "t# c #BF4420", "u# c #BA421F", "v# c #AE3D1C", "w# c #350A04", "x# c #A64441", "y# c #CA877B", "z# c #AC644F", "A# c #9D5440", "B# c #8B4530", "C# c #7E3C2A", "D# c #6A3020", "E# c #D37253", "F# c #DC6646", "G# c #D81D12", "H# c #DD3418", "I# c #DE5428", "J# c #DA5528", "K# c #D35026", "L# c #D04D25", "M# c #CC4C25", "N# c #C34722", "O# c #B9421F", "P# c #B33F1E", "Q# c #B52D15", "R# c #D32E28", "S# c #D3887F", "T# c #B57564", "U# c #A45B48", "V# c #92452F", "W# c #833722", "X# c #732A16", "Y# c #622211", "Z# c #D17E64", "`# c #E08062", " $ c #DA583D", ".$ c #D61A0F", "+$ c #D82A13", "@$ c #D64E25", "#$ c #D25026", "$$ c #CE4C25", "%$ c #C94A23", "&$ c #C44722", "*$ c #B23F1E", "=$ c #AA3D1C", "-$ c #BA2A17", ";$ c #D63E39", ">$ c #D68078", ",$ c #C1897B", "'$ c #AB6957", ")$ c #9D5441", "!$ c #893E29", "~$ c #762C18", "{$ c #68210E", "]$ c #4F1809", "^$ c #CB8873", "/$ c #E19076", "($ c #DB7B5D", "_$ c #D15939", ":$ c #D02111", "<$ c #D3180B", "[$ c #D13016", "}$ c #CB3E1D", "|$ c #C34220", "1$ c #BE4320", "2$ c #B83E1D", "3$ c #B6371A", "4$ c #B9301A", "5$ c #CD372D", "6$ c #DB6460", "7$ c #D19185", "8$ c #BB8171", "9$ c #AE6F5F", "0$ c #965645", "a$ c #72392B", "b$ c #421C12", "c$ c #C18472", "d$ c #E29B86", "e$ c #DE8E75", "f$ c #CC613F", "g$ c #C14925", "h$ c #C3341B", "i$ c #CA2515", "j$ c #CE1F13", "k$ c #CE1C0F", "l$ c #CD2417", "m$ c #CD2F24", "n$ c #D13F37", "o$ c #DA635D", "p$ c #D58178", "q$ c #C48678", "r$ c #B77B6A", "s$ c #AC6D5C", "t$ c #925747", "u$ c #4B2A21", "v$ c #DEA08E", "w$ c #DF9F8B", "x$ c #C66141", "y$ c #B94926", "z$ c #B54626", "A$ c #B54C31", "B$ c #B6533B", "C$ c #B95945", "D$ c #BF6857", "E$ c #C67C6D", "F$ c #C88677", "G$ c #C38575", "H$ c #B47260", "I$ c #AA6452", "J$ c #A35E4C", "K$ c #894E3F", "L$ c #D69C8C", "M$ c #DDA696", "N$ c #BC5F42", "O$ c #AC4324", "P$ c #A63F21", "Q$ c #A4462C", "R$ c #A54F36", "S$ c #AB5943", "T$ c #B56E5B", "U$ c #B26A56", "V$ c #AD624C", "W$ c #A75A45", "X$ c #A0533D", "Y$ c #984B36", "Z$ c #83412F", "`$ c #BC7E6F", " % c #D3A091", ".% c #B5644C", "+% c #9C3C22", "@% c #8C3119", "#% c #732B18", "$% c #6D2F1E", "%% c #8A3F2B", "&% c #A96552", "*% c #BC8273", "=% c #B97D6C", "-% c #A55C47", ";% c #913B24", ">% c #7F321E", ",% c #461D11", "'% c #A65F4A", ")% c #92432E", "!% c #652414", "~% c #5D2214", "{% c #7D3826", "]% c #904E3C", "^% c #86402E", "/% c #6D2513", "(% c #40150A", " ", " . + @ # $ % & * ", " = - ; > , ' ) ! ~ { ] ^ / ( ", " _ : < [ } | 1 2 3 4 5 6 7 8 9 0 a ", " b c d e f g h i j k l m n o p q r s t u ", " v w x y z A B C D E F G H I J K L M N O P Q ", " R S T U V W X Y Z ` ...+.@.#.$.%.&.*.=.-.;.>. ", " ,.'.).!.~.{.].Z Z ^./...+.(._.:.<.[.}.|.1.2.3.4.5. ", " 6.7.8.9.0.a.Z b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t. ", " u.v.w.x.y.z.A.B.C.D.E.F.G.H.I.J.K.L.M.N.O.P.Q.R.S.T.U. ", " V.W.X.Y.Z.Z `. +.+++@+#+$+%+&+*+=+-+;+>+,+'+)+!+~+{+]+ ", " ^+/+(+_+:+<+[+}+|+1+2+3+4+5+6+7+8+9+0+a+b+c+d+e+f+g+h+ ", " i+j+k+l+m+n+o+p+q+r+s+h.t+u+v+w+x+y+z+A+B+C+D+E+F+G+H+I+ ", " J+K+L+M+N+O+P+Q+P+_.1+R+S+T+U+V+W+X+Y+Z+`+ @.@+@@@#@$@ ", " %@d &@*@=@-@;@>@,@'@)@!@*+~@{@]@^@/@(@_@:@<@[@}@|@1@2@ ", " 3@4@5@6@7@8@9@0@a@)@b@c@d@e@f@g@h@i@j@k@l@m@n@o@p@q@r@ ", " s@t@u@v@w@x@y@z@A@B@C@D@E@F@G@H@I@J@K@L@M@N@O@P@Q@R@S@ ", " T@U@V@W@X@Y@Z@`@ #.#+#@###$#%#J@&#*#=#-#;#>#,#'#)#!#~# ", " {#]#^#/#(#_#:#<#[#}#|#1#2#3#4#5#6#7#8#9#0#a#b#c#d#e#f# ", " g#h#i#j#k#l#m#n#o#p#q#r#s#t#u#v#8#w#x#y#z#A#B#C#D# ", " E#F#G#H#I#J#K#L#M#C+N#6#O#P#_#Q#R#S#T#U#V#W#X#Y# ", " Z#`# $.$+$@$#$$$%$&$6#O#*$=$-$;$>$,$'$)$!$~${$]$ ", " ^$/$($_$:$<$[$}$|$1$2$3$4$5$6$7$8$9$0$a$b$ ", " c$d$e$f$g$h$i$j$k$l$m$n$o$p$q$r$s$t$u$ ", " v$w$x$y$z$A$B$C$D$E$F$G$H$I$J$K$ ", " L$M$N$O$P$Q$R$S$T$U$V$W$X$Y$Z$ ", " `$ %.%+%@%#%$%%%&%*%=%-%;%>%,% ", " '%)%!% ~%{%]%^%/%(% ", " ", " ", " "}; debian/gnomint.docs0000644000000000000000000000002211632067541011512 0ustar AUTHORS NEWS TODO debian/manpages/0000755000000000000000000000000011632067602010764 5ustar debian/manpages/gnomint.10000644000000000000000000000207312141264206012516 0ustar .TH GNOMINT 1 "2011\-05\-17" "1.2.1" "Certification Authority for GNOME" .SH NAME gnoMint \- X.509 Certification Authority management tool for GNOME .SH SYNOPSIS \fBgnomint\fR .SH DESCRIPTION \fBgnoMint\fR is a tool for easily creating and managing certification authorities. It provides fancy visualization of all the pieces of information that pertain to a CA, such as X.509 certificates, CSRs, and CRLs. .PP \fBgnoMint\fR is currently capable of managing a CA that emits certificates that are able to authenticate people or machines in VPNs (IPSec or other protocols), secure HTTP communications with SSL/TLS, authenticate and cipher HTTP communications through Web-client certificates, and sign or crypt email messages. .SH OPTIONS \fBgnoMint\fR has no options. .SH HOMEPAGE More information about gnoMint can be found at <\fIhttp://gnomint.sourceforge.net/\fR>. .SH AUTHOR gnoMint was written by David Marin Carreno <\fIdavefx@gmail.com\fR>. .PP This manual page was written by Daniel Baumann <\fIdaniel@debian.org\fR>, for the Debian project (but may be used by others). debian/gnomint.install0000644000000000000000000000004412007253504012225 0ustar debian/pixmaps/* /usr/share/pixmaps debian/gnomint.links0000644000000000000000000000022312141257033011676 0ustar /usr/share/man/man1/gnomint.1.gz /usr/share/man/man1/gnomint-cli.1.gz /usr/share/man/man1/gnomint.1.gz /usr/share/man/man1/gnomint-upgrade-db.1.gz debian/control0000644000000000000000000000171212141264154010572 0ustar Source: gnomint Section: gnome Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 9), autotools-dev, intltool, libgnomeui-dev, libgtk2.0-dev, libreadline6-dev, libsqlite3-dev Standards-Version: 3.9.4 Homepage: http://gnomint.sourceforge.net/ Package: gnomint Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: X.509 Certification Authority management tool for GNOME gnoMint is a tool for easily creating and managing certification authorities. It provides fancy visualization of all the pieces of information that pertain to a CA, such as X.509 certificates, CSRs, and CRLs. . gnoMint is currently capable of managing a CA that emits certificates that are able to authenticate people or machines in VPNs (IPSec or other protocols), secure HTTP communications with SSL/TLS, authenticate and cipher HTTP communications through Web-client certificates, and sign or crypt email messages.