debian/0000775000000000000000000000000011654564653007207 5ustar debian/control0000664000000000000000000000210611600627127010574 0ustar Source: cifer Section: misc Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Simrun Basuita Build-Depends: debhelper (>= 7.0.50~), libreadline-dev Standards-Version: 3.9.2 Homepage: http://code.google.com/p/cifer/ Package: cifer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: wordlist Description: multipurpose classical cryptanalysis and code-breaking tool Cifer provides many functions designed to aid in cracking classical ciphers; a group of ciphers used historically, but which have now fallen into disuse because of their suceptability to ciphertext-only attacks. In general, they were designed and implemented by hand, and operate on an alphabet of letters (such as [A-Z]). . It operates using text files as input and output, and can perform both brute force and other, more sophisticated, attacks against many classic encryption schemes. In addition, it provides many utilities such as frequency analysis and automated encryption/decryption of texts. debian/compat0000664000000000000000000000000211600620167010365 0ustar 6 debian/rules0000775000000000000000000000170011600627002010240 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 #export DH_OPTIONS=-v %: dh $@ override_dh_auto_install: $(MAKE) prefix=/usr DESTDIR=$(CURDIR)/debian/cifer install # # build: build-stamp # # build-stamp: # # dh_testdir # # $(MAKE) CFLAGS=-O2 all # # touch $@ # # # # clean: # # dh_testdir # # dh_testroot # # $(MAKE) distclean # # dh_clean build-stamp configure-stamp # # # # install: build # # dh_testdir # # dh_testroot # # dh_clean -k # # dh_installdirs # # $(MAKE) prefix=/usr DESTDIR=$(CURDIR)/debian/cifer install # # # # binary-indep: build install # # # # binary-arch: build install # # dh_testdir # # dh_testroot # # dh_installchangelogs CHANGES # # dh_installdocs # # dh_strip # # dh_compress # # dh_fixperms # # dh_shlibdeps # # dh_gencontrol # # dh_md5sums # # dh_builddeb # # # # binary: binary-indep binary-arch # # .PHONY: build clean binary-indep binary-arch binary install debian/patches/0000775000000000000000000000000011600627303010615 5ustar debian/patches/fix_as_needed.patch0000664000000000000000000000267711600627006014427 0ustar Description: Upstream changes introduced in version 1.2.0-0ubuntu2 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . cifer (1.2.0-0ubuntu2) oneiric; urgency=low . * convert to source 3.0 (quilt) * debian/patches/fix_as_needed.patch (LP: #765985) fix order of arguments while linking to fix FTBFS with ld --as-needed . The person named in the Author field signed this changelog entry. Author: Andreas Moog Bug-Ubuntu: https://bugs.launchpad.net/bugs/765985 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- cifer-1.2.0.orig/Makefile +++ cifer-1.2.0/Makefile @@ -54,7 +54,7 @@ allfiles := $(wildcard *) all : cifer cifer : $(objects) - $(CC) $(CFLAGS) $(LINKLIBS) -o $@ $(objects) + $(CC) $(CFLAGS) -o $@ $(objects) $(LINKLIBS) src/%.o : src/%.c $(headers) $(CC) $(DEFS) -c $(CFLAGS) $< -o $@ debian/patches/series0000664000000000000000000000002411600627222012026 0ustar fix_as_needed.patch debian/copyright0000664000000000000000000000263111600620167011124 0ustar This package was debianized by Simrun Basuita on Wed, 17 Dec 2008 21:29:33 +0000 It was downloaded from http://code.google.com/p/cifer/ Upstream Authors: Simrun Basuita Daniel Richman Copyright: Copyright (C) 2008 Simrun Basuita Copyright (C) 2008 Daniel Richman 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 3 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-3'. The Debian packaging is (C) 2008, Simrun Basuita and is licensed under the GPL, see above. debian/source/0000775000000000000000000000000011600627303010466 5ustar debian/source/format0000664000000000000000000000001411600626420011673 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000012411654564616010234 0ustar version=3 http://code.google.com/p/cifer/downloads/list \ .*/cifer-(.+)\.tar\.gz debian/changelog0000664000000000000000000000142211654564652011057 0ustar cifer (1.2.0-0ubuntu3) precise; urgency=low * Update watch file. -- Ilya Barygin Thu, 03 Nov 2011 23:21:08 +0400 cifer (1.2.0-0ubuntu2) oneiric; urgency=low * convert to source 3.0 (quilt) * debian/patches/fix_as_needed.patch (LP: #765985) fix order of arguments while linking to fix FTBFS with ld --as-needed -- Andreas Moog Thu, 23 Jun 2011 12:11:44 +0000 cifer (1.2.0-0ubuntu1) karmic; urgency=low * New upstream version (LP: #342350) - Fixed several input/output bugs -- Alessio Treglia Thu, 30 Apr 2009 08:27:59 +0200 cifer (1.1.0-0ubuntu1) jaunty; urgency=low * Initial release (LP: #303525) -- Simrun Basuita Wed, 17 Dec 2008 21:28:39 +0000