debian/0000755000000000000000000000000012234047145007170 5ustar debian/control0000644000000000000000000000233512144445304010575 0ustar Source: cpm Section: utils Priority: extra Maintainer: Kacper Wysocki (Redpill-Linpro) Uploaders: Stig Sandbeck Mathisen Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libncurses5-dev, libxml2-dev, libcdk5-dev, libcrack2-dev, libgpgme11-dev, zlib1g-dev, libdotconf-dev, libncursesw5-dev, txt2man Standards-Version: 3.9.2 Vcs-Git: git://github.com/comotion/cpm.git Vcs-Browser: https://github.com/comotion/cpm Homepage: http://github.com/comotion/cpm Package: cpm Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libxml2-utils Description: Curses based password manager using PGP-encryption This program is a ncurses based console tool to manage passwords and store them public key encrypted in a file - even for more than one person. The encryption is handled via GnuPG so the programs data can be accessed via gpg as well, in case you want to have a look inside. The data is stored as zlib compressed XML so it's even possible to reuse the data for some other purpose. . The software uses CDK (ncurses) to handle the user interface, libxml2 to store the information, the zlib library to compress the data and the library GpgMe to encrypt and decrypt the data securely. debian/cpm.install0000644000000000000000000000054712144445304011344 0ustar anonymize/cpm2anonymous.pl usr/share/cpm debian/cpmrc etc share/cpm/convert2cpm.sh usr/share/cpm share/cpm/cpmdb.dtd usr/share/cpm share/cpm/csv2cpm.pl usr/share/cpm share/cpm/general usr/share/cpm share/cpm/import.sh usr/share/cpm share/cpm/passwordsafe usr/share/cpm share/cpm/pms usr/share/cpm debian/rules0000755000000000000000000000054512144445304010253 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ override_dh_auto_configure: dh_auto_configure -- \ --with-cracklib-dict=/var/cache/cracklib/cracklib_dict override_dh_auto_clean: rm -f debian/cpmrc dh_auto_clean override_dh_auto_test: override_dh_auto_install: install -m 0644 $(CURDIR)/conf/cpmrc-default $(CURDIR)/debian/cpmrc dh_auto_install debian/changelog0000644000000000000000000000152212234047141011036 0ustar cpm (0.28-1build1) trusty; urgency=low * No-change rebuild for libdotconf transition -- Luke Yelavich Tue, 29 Oct 2013 17:10:06 -0700 cpm (0.28-1) unstable; urgency=low * New upstream release -- Stig Sandbeck Mathisen Tue, 14 May 2013 16:31:20 +0200 cpm (0.26-1) unstable; urgency=low [ Kacper Wysocki (Redpill-Linpro) ] * Support SHA256, SHA384 and SHA512 (Closes: #626783) * Bugfix for conversion failure. [ Stig Sandbeck Mathisen ] * Revert upstream l10n metadata change committed to the debian branch * Bump Standards-Version (no changes) -- Stig Sandbeck Mathisen Fri, 10 Jun 2011 15:45:32 +0200 cpm (0.25-1) unstable; urgency=low * Initial release (Closes: #522225, #588526) -- Stig Sandbeck Mathisen Mon, 17 Jan 2011 17:40:55 +0100 debian/watch0000644000000000000000000000014312144445304010216 0ustar version=3 http://githubredir.debian.net/github/comotion/cpm /github/comotion/cpm/(\d+\.\d+).tar.gz debian/manpages0000644000000000000000000000004512144445304010704 0ustar docs/cpm.1.gz docs/create-cpmdb.1.gz debian/patch-stamp0000644000000000000000000000005412144445304011332 0ustar Patches applied in the Debian version of : debian/cpm.dirs0000644000000000000000000000012512144445304010627 0ustar usr/bin usr/sbin usr/share/man usr/share/locale/de/LC_MESSAGES usr/share/doc/cpm etc debian/cpm.docs0000644000000000000000000000012712144445304010620 0ustar docs/ChangeLog docs/cpm.txt docs/cpm.pod docs/changelog docs/README conf/cpmrc-default debian/compat0000644000000000000000000000000212144445304010365 0ustar 6 debian/README.debian0000644000000000000000000000065412144445304011275 0ustar ============================ Console Password Manager ============================ Setting it up ============= - initialize an empty database - add keys to it - sign and crypt it :: me@mine:~$ create-cpmdb Using it ======== :: me@mine:~$ cpm - Cursor keys + enter navigates - Ctrl-A Adds - Ctrl-E Edits - Ctrl-P Password generator - Ctrl-K View/edit keys debian/source/0000755000000000000000000000000012144445304010467 5ustar debian/source/format0000644000000000000000000000001412144445304011675 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000241212144445304011121 0ustar This package was debianized by Lars Bahner on Fri, 03 Apr 2009 14:59:19 +0200. It was downloaded from http://www.harry-b.de/dokuwiki/doku.php?id=harry:cpm Upstream Author: Harry Brueckner Copyright: Copyright (C) 2005-2009 Harry Brueckner Copyright (C) 2010 Kacper Wysocki License: This package 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 2 of the License, or (at your option) any later version. This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. The Debian packaging is (C) 2009, Lars Bahner and is licensed under the GPL, see above.