[Forensics-changes] [crack] 08/40: Import Debian patch 5.0a-9.4

Giovani Augusto Ferreira giovani-guest at moszumanska.debian.org
Wed Dec 28 02:47:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

giovani-guest pushed a commit to branch debian
in repository crack.

commit ce5e1f5c67750fb52973566b0805bcc1e5964549
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Fri Sep 2 14:25:35 2016 -0300

    Import Debian patch 5.0a-9.4
---
 debian/README.Debian |  2 +-
 debian/changelog     | 16 ++++++++++++++++
 debian/compat        |  1 +
 debian/control       | 10 +++++-----
 debian/rules         |  7 +++++--
 5 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index fea4f17..fb04246 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -20,7 +20,7 @@ The package maintainer could probably provide a better way to handle
 this situation in the future but for now it's the only thing you can do
 (save, perhaps, fixing the code so Crack works with *both* MD5 and DES).
 
-Crack needs root priviledges to run. It will not work from ordinary user
+Crack needs root privileges to run. It will not work from ordinary user
 account. This is due to access permissions to /usr/share/Crack. Anyway -- you
 wouldn't want your users to run Crack on your machine, would you?
 
diff --git a/debian/changelog b/debian/changelog
index bd14844..efa8bda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+crack (5.0a-9.4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/compat: created. (Closes: #817319)
+  * debian/control:
+      - Added the ${misc:Depends} variable to all Depends field.
+      - Bumped Standards-Version to 3.9.8.
+      - Updated DH level to 9. (Closes: #817411)
+  * debian/rules:
+      - Disabled the DH_COMPAT variable.
+      - Fixed the build system. Thanks to Santiago Vila <sanvila at unex.es>.
+        (Closes: #821976)
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Fri, 02 Sep 2016 14:25:35 -0300
+
 crack (5.0a-9.3) unstable; urgency=low
 
   * Non-maintainer upload.
@@ -10,6 +25,7 @@ crack (5.0a-9.3) unstable; urgency=low
 
 crack (5.0a-9.2) unstable; urgency=low
 
+  * Non-maintainer upload.
   * Fix "Do not expect the /var/run/ content to persist":
     apply patch from Georgios M. Zarkadas that moves the contents of /var/run
     to /var/lib. (Closes: #387756)
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
index f3a1ac8..bb41e46 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: crack
 Section: admin
 Priority: optional
 Maintainer: Pawel Wiecek <coven at debian.org>
-Build-Depends: debhelper (>> 3.0.0)
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.8
 
 Package: crack-common
 Architecture: all
-Depends: make
+Depends: ${misc:Depends}, make
 Recommends: wordlist
 Breaks: crack (<< 5.0a-9.2)
 Replaces: crack (<< 5.0a-9.2)
@@ -22,7 +22,7 @@ Description: Password guessing program
 
 Package: crack
 Architecture: any
-Depends: crack-common, ${shlibs:Depends}
+Depends: crack-common, ${misc:Depends}, ${shlibs:Depends}
 Conflicts: crack-md5
 Description: Password guessing program
  Crack is program designed to quickly locate vulnerabilities
@@ -34,7 +34,7 @@ Description: Password guessing program
 
 Package: crack-md5
 Architecture: any
-Depends: crack-common, ${shlibs:Depends}
+Depends: crack-common, ${misc:Depends}, ${shlibs:Depends}
 Conflicts: crack
 Provides: crack
 Description: Password guessing program
diff --git a/debian/rules b/debian/rules
index 51ff019..be9659b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatibility version to use.
-export DH_COMPAT=4
+#export DH_COMPAT=4
 
 
 
@@ -24,6 +24,9 @@ configure-stamp:
 
 	touch configure-stamp
 
+build-arch: build
+
+build-indep: build
 
 build: build-stamp
 
@@ -149,4 +152,4 @@ binary-arch: build install
 	dh_builddeb -a
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/crack.git



More information about the forensics-changes mailing list