--- ngorca-1.0.2.orig/debian/changelog +++ ngorca-1.0.2/debian/changelog @@ -0,0 +1,17 @@ +ngorca (1.0.2-2build1) oneiric; urgency=low + + * Rebuild for OpenSSL 1.0.0. + + -- Colin Watson Tue, 17 May 2011 15:04:01 +0100 + +ngorca (1.0.2-2) unstable; urgency=low + + * removed libc dependency + + -- Dennis Krzyzaniak Wed, 20 Jan 2010 23:01:39 +0100 + +ngorca (1.0.2-1) unstable; urgency=low + + * Initial release (Closes: #564461) + + -- Dennis Krzyzaniak Tue, 19 Jan 2010 21:50:53 +0100 --- ngorca-1.0.2.orig/debian/rules +++ ngorca-1.0.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- ngorca-1.0.2.orig/debian/watch +++ ngorca-1.0.2/debian/watch @@ -0,0 +1,5 @@ +# Compulsory line, this is a version 3 file +version=3 + +http://code.google.com/p/ngorca/downloads/list \ +http://ngorca.googlecode.com/files/ngorca-(.*).tar.gz --- ngorca-1.0.2.orig/debian/compat +++ ngorca-1.0.2/debian/compat @@ -0,0 +1 @@ +7 --- ngorca-1.0.2.orig/debian/control +++ ngorca-1.0.2/debian/control @@ -0,0 +1,17 @@ +Source: ngorca +Section: admin +Priority: optional +Maintainer: Dennis Krzyzaniak +Build-Depends: debhelper (>= 7), autotools-dev, libpthread-stubs0-dev, libssl-dev +Standards-Version: 3.8.3 +Homepage: http://netgarage.org/ngorca + +Package: ngorca +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: password recovery tool for Oracle databases + ngorca is a multithreaded password recovery tool using + exhaustive key search for Oracle versions 7-11g Rel.2. + Due to the weak hashing algorithm and constantly improving + hardware performance, passwords can be found in minutes, + depending on their length. --- ngorca-1.0.2.orig/debian/copyright +++ ngorca-1.0.2/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Dennis Krzyzaniak on +Tue, 19 Jan 2010 21:50:53 +0100. + +It was downloaded from http://code.google.com/p/ngorca/. + +Author: Dennis Krzyzaniak + +Files: * +Copyright: © by 2010 Dennis Krzyzaniak +License: GPL-3 + ngorca is published under the GNU Public License v3 without any + warranty implied or otherwise, with no suitability for any purpose. + Use this software at your own risk. + . + On Debian systems, the complete text of the GNU General Public + License, version 3, can be found in + /usr/share/common-licenses/GPL-3. + . + In addition, as a special exception, the copyright holders give + permission to link the code or portions of this program with the + OpenSSL library under certain conditions as described in each + individual source file, and distribute linked combinations including + the two. You must obey the GNU General Public License in all + respects for all of the code used other than OpenSSL. If you modify + file(s) with this exception, you may extend this exception to your + version of the file(s), but you are not obligated to do so. If you + do not wish to do so, delete this exception statement from your + version. If you delete this exception statement from all source files + in the program, then also delete it here. --- ngorca-1.0.2.orig/debian/docs +++ ngorca-1.0.2/debian/docs @@ -0,0 +1,2 @@ +README +AUTHORS