[Forensics-changes] [forensics-all] 01/01: Imported Debian version 1.3

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Sun Dec 4 19:32:59 UTC 2016


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

eriberto pushed a commit to branch debian
in repository forensics-all.

commit dae471e0ca12e4a2e2620045b42460650e67f377
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Fri Dec 2 09:37:04 2016 -0200

    Imported Debian version 1.3
---
 LICENSE                 |  4 ++--
 debian/changelog        | 17 +++++++++++++++++
 debian/compat           |  2 +-
 debian/control          | 20 ++++++++++++++------
 gen-control.sh          |  8 ++++----
 templates/control.part1 |  5 +++--
 6 files changed, 41 insertions(+), 15 deletions(-)

diff --git a/LICENSE b/LICENSE
index 5845681..9fe2948 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
-Copyright 2015 Giovani Augusto Ferreira <giovani at riseup.net>
-Copyright 2015 Joao Eriberto Mota Filho <eriberto at debian.org>
+Copyright 2015-2016 Giovani Augusto Ferreira <giovani at riseup.net>
+Copyright 2015-2016 Joao Eriberto Mota Filho <eriberto at debian.org>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/debian/changelog b/debian/changelog
index fb6e8d0..27bb9fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+forensics-all (1.3) unstable; urgency=medium
+
+  * gen-control.sh:
+      - Added forensics-extra and forensics-extra-gui to EXCLUDE variable.
+      - Added '-common' to DEPENDS variable.
+  * templates/control.part1:
+      - Added a Suggests field to make available the packages forensics-extra
+        and forensics-extra-gui.
+      - Bumped DH level to 10.
+      - Bumped Standards-Version to 3.9.8.
+  * Updated years in all copyright notices.
+  * debian/compat: bumped to 10.
+  * debian/control: moved temporarily hashdeep to Recommends field to avoid
+    forensics-all to be removed from testing.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Fri, 02 Dec 2016 09:37:04 -0200
+
 forensics-all (1.2) unstable; urgency=medium
 
   * gen-control.sh: removed guymager of EXCLUDE, because the package
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index d632f78..ffb365c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,31 +4,37 @@ Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Giovani Augusto Ferreira <giovani at riseup.net>,
            Joao Eriberto Mota Filho <eriberto at debian.org>
-Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.7
+Build-Depends: debhelper (>= 10)
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/git/forensics/forensics-all.git
 Vcs-Git: https://anonscm.debian.org/git/forensics/forensics-all.git
 
 Package: forensics-all
 Architecture: all
+Suggests: forensics-extra, forensics-extra-gui
+Recommends: hashdeep
 Depends: aesfix,
          aeskeyfind,
          afflib-tools,
+         bruteforce-salted-openssl,
          cewl,
          chaosreader,
+         crack,
+         crack-md5,
          dc3dd,
+         dislocker,
          ed2k-hash,
          ewf-tools,
          exifprobe,
          ext3grep,
          ext4magic,
          extundelete,
+         fcrackzip,
          forensics-colorize,
          galleta,
          gpart,
          grokevt,
          guymager,
-         hashdeep,
          hashrat,
          mac-robber,
          magicrescue,
@@ -63,6 +69,7 @@ Depends: aesfix,
          vinetto,
          volatility,
          volatility-tools,
+         winregfs,
          wipe,
          yara,
          ${misc:Depends}
@@ -76,15 +83,16 @@ Description: Debian Forensics Environment - essential components (metapackage)
  .
  The following packages were included in this metapackage:
  .
-   aesfix, aeskeyfind, afflib-tools, cewl, chaosreader, dc3dd,
-   ed2k-hash, ewf-tools, exifprobe, ext3grep, ext4magic, extundelete,
+   aesfix, aeskeyfind, afflib-tools, bruteforce-salted-openssl, cewl,
+   chaosreader, crack, crack-md5, dc3dd, dislocker, ed2k-hash,
+   ewf-tools, exifprobe, ext3grep, ext4magic, extundelete, fcrackzip,
    forensics-colorize, galleta, gpart, grokevt, guymager, hashdeep,
    hashrat, mac-robber, magicrescue, memdump, metacam, missidentify,
    myrescue, nasty, pasco, pff-tools, pipebench, plaso, pompem,
    recoverdm, recoverjpeg, reglookup, rephrase, rifiuti, rifiuti2,
    rkhunter, rsakeyfind, safecopy, scalpel, scrounge-ntfs, shed,
    sleuthkit, ssdeep, tableau-parm, undbx, unhide, unhide.rb, vinetto,
-   volatility, volatility-tools, wipe, yara
+   volatility, volatility-tools, winregfs, wipe, yara
  .
  This package is useful for pentesters, ethical hackers and forensics
  experts.
diff --git a/gen-control.sh b/gen-control.sh
index e961656..dbeff40 100755
--- a/gen-control.sh
+++ b/gen-control.sh
@@ -4,8 +4,8 @@
 #
 # This file is part of the forensics-all.
 #
-# Copyright 2015 Giovani Augusto Ferreira <giovani at riseup.net>
-# Copyright 2015 Joao Eriberto Mota Filho <eriberto at debian.org>
+# Copyright 2015-2016 Giovani Augusto Ferreira <giovani at riseup.net>
+# Copyright 2015-2016 Joao Eriberto Mota Filho <eriberto at debian.org>
 #
 # You can use this program under the BSD-3-Clause conditions.
 
@@ -19,10 +19,10 @@ LIST='/var/lib/apt/lists/*debian.org_debian_dists_sid_main_binary-*_Packages'
 # These packages will be excluded.
 # Use spaces between names.
 # Ex: EXCLUDE='PACKAGE1 PACKAGE2 PACKAGE3'
-EXCLUDE='forensics-all md5deep'
+EXCLUDE='forensics-all forensics-extra forensics-extra-gui md5deep'
 
 # These type of files are dependencies and will be excluded.
-DEPENDS='-dbg|-dkms|-doc|^lib|^python'
+DEPENDS='-common|-dbg|-dkms|-doc|^lib|^python'
 
 
 
diff --git a/templates/control.part1 b/templates/control.part1
index d22c2dd..91a869a 100644
--- a/templates/control.part1
+++ b/templates/control.part1
@@ -4,10 +4,11 @@ Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Giovani Augusto Ferreira <giovani at riseup.net>,
            Joao Eriberto Mota Filho <eriberto at debian.org>
-Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.7
+Build-Depends: debhelper (>= 10)
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/git/forensics/forensics-all.git
 Vcs-Git: https://anonscm.debian.org/git/forensics/forensics-all.git
 
 Package: forensics-all
 Architecture: all
+Suggests: forensics-extra, forensics-extra-gui

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



More information about the forensics-changes mailing list