[Forensics-changes] [crack] 25/40: Add minimal DEP3-style patch headers to patches

Giovani Augusto Ferreira giovani-guest at moszumanska.debian.org
Wed Dec 28 02:47:54 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 5a0f53ce2287a07e671b02c763cec7f5faa5444a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Oct 10 01:35:38 2016 +0200

    Add minimal DEP3-style patch headers to patches
---
 debian/changelog                               | 1 +
 debian/patches/Crack.make.patch                | 3 +++
 debian/patches/Crack.patch                     | 3 +++
 debian/patches/Makefile.patch                  | 3 +++
 debian/patches/conf___dictgrps.conf.patch      | 3 +++
 debian/patches/extra___Dictstats.pl.patch      | 3 +++
 debian/patches/scripts___binstamp.patch        | 3 +++
 debian/patches/scripts___netcrack.patch        | 3 +++
 debian/patches/scripts___smartcat.patch        | 3 +++
 debian/patches/src___libdes___read_pwd.c.patch | 3 +++
 debian/patches/src___libdes___stcmuMmo.patch   | 3 +++
 debian/patches/src___util___Makefile.patch     | 3 +++
 12 files changed, 34 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 09d69d3..a3c4602 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ crack (5.0a-10) UNRELEASED; urgency=medium
     + Replace override_dh_{auto_install,install{docs,examples,man}} with
       debian/crack*.{docs,examples,manpages,link,install}.
   * Switch to source format "3.0 (quilt)" using diff2patches.
+    + Add minimal DEP3-style patch headers.
   * Add Homepage header and update upstream website in debian/copyright.
   * Recode debian/copyright from ISO-8859-1 to UTF-8.
   * Apply "wrap-and-sort -a".
diff --git a/debian/patches/Crack.make.patch b/debian/patches/Crack.make.patch
index 8908c6b..a9ac5ee 100644
--- a/debian/patches/Crack.make.patch
+++ b/debian/patches/Crack.make.patch
@@ -1,3 +1,6 @@
+Description: Debian-specific build script based on the upstream one
+ Imported from .diff.gz of crack 5.0a-9.4
+
 --- crack-5.0a.orig/Crack.make
 +++ crack-5.0a/Crack.make
 @@ -0,0 +1,210 @@
diff --git a/debian/patches/Crack.patch b/debian/patches/Crack.patch
index 7c15989..a3f9623 100644
--- a/debian/patches/Crack.patch
+++ b/debian/patches/Crack.patch
@@ -1,3 +1,6 @@
+Description: Remove unneeded stuff from Crack's build script
+ Patch imported from .diff.gz of crack 5.0a-9.4
+
 --- crack-5.0a.orig/Crack
 +++ crack-5.0a/Crack
 @@ -15,74 +15,6 @@
diff --git a/debian/patches/Makefile.patch b/debian/patches/Makefile.patch
index 5d5de4d..beb34e6 100644
--- a/debian/patches/Makefile.patch
+++ b/debian/patches/Makefile.patch
@@ -1,3 +1,6 @@
+Description: Fix up Makefile to use lib/ instead of run/
+ Patch imported from .diff.gz of crack 5.0a-9.4
+
 --- crack-5.0a.orig/Makefile
 +++ crack-5.0a/Makefile
 @@ -39,17 +39,17 @@
diff --git a/debian/patches/conf___dictgrps.conf.patch b/debian/patches/conf___dictgrps.conf.patch
index 1d974d0..aa7f708 100644
--- a/debian/patches/conf___dictgrps.conf.patch
+++ b/debian/patches/conf___dictgrps.conf.patch
@@ -1,3 +1,6 @@
+Description: Fix up path to dictionaries (/usr/dict/ → /usr/share/dict/)
+ Patch imported from .diff.gz of crack 5.0a-9.4
+
 --- crack-5.0a.orig/conf/dictgrps.conf
 +++ crack-5.0a/conf/dictgrps.conf
 @@ -16,7 +16,7 @@
diff --git a/debian/patches/extra___Dictstats.pl.patch b/debian/patches/extra___Dictstats.pl.patch
index 09bccb2..4f7aeec 100644
--- a/debian/patches/extra___Dictstats.pl.patch
+++ b/debian/patches/extra___Dictstats.pl.patch
@@ -1,3 +1,6 @@
+Description: Fix up shebang line of Dictstats.pl (/usr/local/bin/ → /usr/bin/)
+ Patch imported from .diff.gz of crack 5.0a-9.4
+
 --- crack-5.0a.orig/extra/Dictstats.pl
 +++ crack-5.0a/extra/Dictstats.pl
 @@ -1,4 +1,4 @@
diff --git a/debian/patches/scripts___binstamp.patch b/debian/patches/scripts___binstamp.patch
index f9d60ec..b25d02e 100644
--- a/debian/patches/scripts___binstamp.patch
+++ b/debian/patches/scripts___binstamp.patch
@@ -1,3 +1,6 @@
+Description: Disable architecture handling
+ Patch imported from .diff.gz of crack 5.0a-9.4
+
 --- crack-5.0a.orig/scripts/binstamp
 +++ crack-5.0a/scripts/binstamp
 @@ -14,6 +14,13 @@
diff --git a/debian/patches/scripts___netcrack.patch b/debian/patches/scripts___netcrack.patch
index bbae7ec..5de34db 100644
--- a/debian/patches/scripts___netcrack.patch
+++ b/debian/patches/scripts___netcrack.patch
@@ -1,3 +1,6 @@
+Description: Proper Perl shebang line for perl-written script
+ Fixes lintian warning executable-not-elf-or-script.
+
 --- crack-5.0a.orig/scripts/netcrack
 +++ crack-5.0a/scripts/netcrack
 @@ -1,4 +1,4 @@
diff --git a/debian/patches/scripts___smartcat.patch b/debian/patches/scripts___smartcat.patch
index 956fff7..bbe33b1 100644
--- a/debian/patches/scripts___smartcat.patch
+++ b/debian/patches/scripts___smartcat.patch
@@ -1,3 +1,6 @@
+Description: Use GNU's gzip instead of uncompress
+ Patch imported from .diff.gz of crack 5.0a-9.4
+
 --- crack-5.0a.orig/scripts/smartcat
 +++ crack-5.0a/scripts/smartcat
 @@ -57,11 +57,12 @@
diff --git a/debian/patches/src___libdes___read_pwd.c.patch b/debian/patches/src___libdes___read_pwd.c.patch
index 70af071..259f3ad 100644
--- a/debian/patches/src___libdes___read_pwd.c.patch
+++ b/debian/patches/src___libdes___read_pwd.c.patch
@@ -1,3 +1,6 @@
+Description: Handle glibc based systems like SGI ones.
+ Patch imported from .diff.gz of crack 5.0a-9.4
+
 --- crack-5.0a.orig/src/libdes/read_pwd.c
 +++ crack-5.0a/src/libdes/read_pwd.c
 @@ -55,7 +55,7 @@
diff --git a/debian/patches/src___libdes___stcmuMmo.patch b/debian/patches/src___libdes___stcmuMmo.patch
index 2172b96..5f9a20a 100644
--- a/debian/patches/src___libdes___stcmuMmo.patch
+++ b/debian/patches/src___libdes___stcmuMmo.patch
@@ -1,3 +1,6 @@
+Description: Add stub src/libdes/stcmuMmo file
+ Patch imported from .diff.gz of crack 5.0a-9.4
+
 --- crack-5.0a.orig/src/libdes/stcmuMmo
 +++ crack-5.0a/src/libdes/stcmuMmo
 @@ -0,0 +1 @@
diff --git a/debian/patches/src___util___Makefile.patch b/debian/patches/src___util___Makefile.patch
index cc80155..411b955 100644
--- a/debian/patches/src___util___Makefile.patch
+++ b/debian/patches/src___util___Makefile.patch
@@ -1,3 +1,6 @@
+Description: Adapt src/util/Makefile to fix CFLAGS, build order and hardlinks
+ Patch imported from .diff.gz of crack 5.0a-9.4
+
 --- crack-5.0a.orig/src/util/Makefile
 +++ crack-5.0a/src/util/Makefile
 @@ -1,6 +1,6 @@

-- 
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