ngorca (1.0.2-2) debian-dir only changes

Summary

 debian/changelog |   11 +++++++++++
 debian/compat    |    1 +
 debian/control   |   17 +++++++++++++++++
 debian/copyright |   29 +++++++++++++++++++++++++++++
 debian/docs      |    2 ++
 debian/rules     |    4 ++++
 debian/watch     |    5 +++++
 7 files changed, 69 insertions(+)

    
download this patch

Patch contents

--- ngorca-1.0.2.orig/debian/compat
+++ ngorca-1.0.2/debian/compat
@@ -0,0 +1 @@
+7
--- 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/copyright
+++ ngorca-1.0.2/debian/copyright
@@ -0,0 +1,29 @@
+This package was debianized by Dennis Krzyzaniak <ebrosius@netgarage.org> on
+Tue, 19 Jan 2010 21:50:53 +0100.
+
+It was downloaded from http://code.google.com/p/ngorca/.
+
+Author: Dennis Krzyzaniak <ebrosius@netgarage.org>
+
+Files: *
+Copyright: © by 2010 Dennis Krzyzaniak <ebrosius@netgarage.org>
+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/rules
+++ ngorca-1.0.2/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh  $@
--- ngorca-1.0.2.orig/debian/docs
+++ ngorca-1.0.2/debian/docs
@@ -0,0 +1,2 @@
+README
+AUTHORS
--- 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 <ebrosius@netgarage.org>
+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/changelog
+++ ngorca-1.0.2/debian/changelog
@@ -0,0 +1,11 @@
+ngorca (1.0.2-2) unstable; urgency=low
+
+  * removed libc dependency
+
+ -- Dennis Krzyzaniak <ebrosius@netgarage.org>  Wed, 20 Jan 2010 23:01:39 +0100
+
+ngorca (1.0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #564461)
+
+ -- Dennis Krzyzaniak <ebrosius@netgarage.org>  Tue, 19 Jan 2010 21:50:53 +0100