[Forensics-changes] [dc3dd] 03/03: * Team upload. * New upstream release. * Updated the DH version from 8 to 9. * debian/control: - Added bison as build dependency. - Bumped the Standards-Version to 3.9.6. - Updated the Vcs-* fileds. * debian/copyright: - Added my name in packaging copyright. - Added the FSF copyright. - Fixed the dates and names for packaging copyright. - Updated the Format field. - Updated the Upstream-Contact field. - Updated the authors list. - Updated the GPL-2 text. * debian/dc3dd.docs: - Added the Options_Reference.txt file. - Renamed to docs. * debian/rules: - Added the parallel build feature to DH. - Added the override_dh_installdocs target to allow the package builds twice. - Added the DEB_BUILD_MAINT_OPTIONS variable to fix the issues pointed by blhc. - Disbled the extra (not needed) compile flags. Upload to experimental to test the build in all archs. - Removed the LDFLAGS variable to unbreak the GCC hardening. * debian/watch: improved.

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Wed Oct 8 18:22:24 UTC 2014


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

eriberto pushed a commit to branch debian
in repository dc3dd.

commit 1b408af938725e5f1b4f60f8a6f594b03acc6526
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Wed Oct 8 15:18:41 2014 -0300

      * Team upload.
      * New upstream release.
      * Updated the DH version from 8 to 9.
      * debian/control:
          - Added bison as build dependency.
          - Bumped the Standards-Version to 3.9.6.
          - Updated the Vcs-* fileds.
      * debian/copyright:
          - Added my name in packaging copyright.
          - Added the FSF copyright.
          - Fixed the dates and names for packaging copyright.
          - Updated the Format field.
          - Updated the Upstream-Contact field.
          - Updated the authors list.
          - Updated the GPL-2 text.
      * debian/dc3dd.docs:
          - Added the Options_Reference.txt file.
          - Renamed to docs.
      * debian/rules:
          - Added the parallel build feature to DH.
          - Added the override_dh_installdocs target to allow the package
            builds twice.
          - Added the DEB_BUILD_MAINT_OPTIONS variable to fix the issues
            pointed by blhc.
          - Disbled the extra (not needed) compile flags. Upload to
            experimental to test the build in all archs.
          - Removed the LDFLAGS variable to unbreak the GCC hardening.
      * debian/watch: improved.
---
 debian/changelog            | 33 +++++++++++++++++++++++++++++++++
 debian/compat               |  2 +-
 debian/control              | 22 +++++++++++-----------
 debian/copyright            | 42 ++++++++++++++++++++++++++++++------------
 debian/{dc3dd.docs => docs} |  1 +
 debian/rules                | 25 +++++++++++++++----------
 debian/source/local-options |  2 --
 debian/watch                |  2 +-
 8 files changed, 92 insertions(+), 37 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 42ebb03..3aaf8ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+dc3dd (7.2.641-1) experimental; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * Updated the DH version from 8 to 9.
+  * debian/control:
+      - Added bison as build dependency.
+      - Bumped the Standards-Version to 3.9.6.
+      - Updated the Vcs-* fileds.
+  * debian/copyright:
+      - Added my name in packaging copyright.
+      - Added the FSF copyright.
+      - Fixed the dates and names for packaging copyright.
+      - Updated the Format field.
+      - Updated the Upstream-Contact field.
+      - Updated the authors list.
+      - Updated the GPL-2 text.
+  * debian/dc3dd.docs:
+      - Added the Options_Reference.txt file.
+      - Renamed to docs.
+  * debian/rules:
+      - Added the parallel build feature to DH.
+      - Added the override_dh_installdocs target to allow the package
+        builds twice.
+      - Added the DEB_BUILD_MAINT_OPTIONS variable to fix the issues
+        pointed by blhc.
+      - Disbled the extra (not needed) compile flags. Upload to
+        experimental to test the build in all archs.
+      - Removed the LDFLAGS variable to unbreak the GCC hardening.
+  * debian/watch: improved.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Fri, 03 Oct 2014 14:44:17 -0300
+
 dc3dd (7.1.614-1) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index df517f2..6614ee4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Section: utils
 Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Christophe Monniez <christophe.monniez at fccu.be>
-Build-Depends: debhelper (>= 8.0.0), autotools-dev, gperf, autoconf
-Standards-Version: 3.9.2
-Homepage: http://dc3dd.sourceforge.net/
-Vcs-Git: git://git.debian.org/forensics/dc3dd.git
-Vcs-Browser: http://git.debian.org/?p=forensics/dc3dd.git
+Build-Depends: debhelper (>= 9), autotools-dev, autoconf, bison, gperf
+Standards-Version: 3.9.6
+Homepage: http://dc3dd.sf.net
+Vcs-Git: git://anonscm.debian.org/forensics/dc3dd.git
+Vcs-Browser: http://anonscm.debian.org/cgit/forensics/dc3dd.git
 
 Package: dc3dd
 Architecture: any
@@ -16,9 +16,9 @@ Description: patched version of GNU dd with forensic features
  dc3dd is a patched version of GNU dd with added features for computer
  forensics:
  .
-  * on the fly hashing (md5, sha-1, sha-256, and sha-512)
-  * possibility to write errors to a file
-  * group errors in the error log
-  * pattern wiping
-  * progress report
-  * possiblity to split output
+  * on the fly hashing (md5, sha-1, sha-256, and sha-512);
+  * possibility to write errors to a file;
+  * group errors in the error log;
+  * pattern wiping;
+  * progress report;
+  * possiblity to split output.
diff --git a/debian/copyright b/debian/copyright
index 849f345..18a74c7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,29 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
-Upstream-Name:
-Upstream-Contact:: Jesse Kornblum
-Source: http://dc3dd.sourceforge.net/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://dc3dd.sourceforge.net
+Upstream-Contact: dc3dd at dc3.mil
+
 
 Files: *
-Copyright: none
+Copyright: 1985-2008 Free Software Foundation, Inc.
+           2007-2014 Not copyrighted when developed by dc3.mil
+                     (Defense Cyber Crime Center -- DC3). Please,
+                     see the Public_Domain license.
+Comment: people that worked in dc3dd source code:
+           2007-2008 Jesse Kornblum <jessekornblum at users.sf.net>
+           2008-2009 Andrew Medico <amedico at users.sf.net>
+           2009-2011 Richard Cordovano <rcordovano at users.sf.net>
+           2014      Matt Levendoski <mlevendo at users.sf.net>
+License: GPL-3+ or Public_Domain
+
+
+Files: debian/*
+Copyright: 2011 Christophe Monniez <christophe.monniez at fccu.be>
+                Julien Valroff <julien at debian.org>
+           2014 Joao Eriberto Mota Filho <eriberto at debian.org>
+License: GPL-2+
+
+
+License: Public_Domain
  These improvements were made (and are now maintained) by the DoD Cyber Crime
  Center, an agency of the United States Government.
  .
@@ -14,6 +33,8 @@ Copyright: none
  In accordance with the the GPL FAQ, the improvements made by the DoD Cyber
  Crime Center are public domain and the project as a whole remains licensed
  under the GPL.
+
+
 License: GPL-3+
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
@@ -31,9 +52,7 @@ License: GPL-3+
  On Debian systems, the complete text of the GNU General Public License
  version 3 can be found in /usr/share/common-licenses/GPL-3 file.
 
-Files: debian/*
-Copyright: (C) 2008 Christophe Monniez <christophe.monniez at fccu.be>
-           (C) 2008 Daniel Baumann <daniel at debian.org>
+
 License: GPL-2+
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
@@ -46,8 +65,7 @@ License: GPL-2+
  GNU General Public License for more details.
  .
  You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ along with this program. If not, see <http://www.gnu.org/licenses/>
  .
- On Debian systems, the complete text of the GNU General Public License
- can be found in /usr/share/common-licenses/GPL-2 file.
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/dc3dd.docs b/debian/docs
similarity index 75%
rename from debian/dc3dd.docs
rename to debian/docs
index 5abb970..4fa1380 100644
--- a/debian/dc3dd.docs
+++ b/debian/docs
@@ -1,4 +1,5 @@
 NEWS
+Options_Reference.txt
 README
 Sample_Commands.txt
 THANKS
diff --git a/debian/rules b/debian/rules
index 27d90bc..a5e275b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,22 +1,27 @@
 #!/usr/bin/make -f
 
-DEB_HOST_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+#DISABLED#DEB_HOST_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+#DISABLED#DEB_BUILD_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
-	CROSS=CC=$(DEB_HOST_GNU_TYPE)-gcc
-else
-	CROSS=
-endif
+#DISABLED#ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+#DISABLED#	CROSS=CC=$(DEB_HOST_GNU_TYPE)-gcc
+#DISABLED#else
+#DISABLED#	CROSS=
+#DISABLED#endif
 
-export LDFLAGS+=-Wl,-z,defs
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autotools_dev --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -- $(CROSS) --enable-hpadco
+#DISABLED#	dh_auto_configure -- $(CROSS) --enable-hpadco
+	dh_auto_configure -- --enable-hpadco
 
 override_dh_auto_clean:
 	[ ! -f Makefile ] || $(MAKE) maintainer-clean
 	dh_clean
+
+override_dh_installdocs:
+	make THANKS-to-translators
+	dh_installdocs
diff --git a/debian/source/local-options b/debian/source/local-options
deleted file mode 100644
index 9cdfca9..0000000
--- a/debian/source/local-options
+++ /dev/null
@@ -1,2 +0,0 @@
-unapply-patches
-abort-on-upstream-changes
diff --git a/debian/watch b/debian/watch
index 1342609..6004a11 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://sf.net/dc3dd/dc3dd-(.+)\.tar\.gz
+http://sf.net/dc3dd/dc3dd-(\d\S+)\.(?:zip|tar\.(?:bz2|gz|xz))

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



More information about the forensics-changes mailing list