[Forensics-changes] [rsakeyfind] 01/01: Imported Debian patch 1:1.0-4

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Mon Jan 2 01:18:47 UTC 2017


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

eriberto pushed a commit to branch debian
in repository rsakeyfind.

commit 8f98f663f8b2dc3269a9fa07a4abf93910cc9d1c
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Sun Jan 1 23:08:26 2017 -0200

    Imported Debian patch 1:1.0-4
---
 debian/changelog                                      | 19 +++++++++++++++++++
 debian/compat                                         |  2 +-
 debian/control                                        | 11 +++++------
 debian/copyright                                      |  6 +++---
 .../patches/{fix-includes => 10_fix-includes.patch}   |  0
 .../{add-GCC-hardening => 20_add-GCC-hardening.patch} |  0
 debian/patches/series                                 |  4 ++--
 debian/upstream/signing-key.asc                       |  1 -
 debian/watch                                          |  4 ++--
 9 files changed, 32 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba1fb42..9529e70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+rsakeyfind (1:1.0-4) unstable; urgency=medium
+
+  * Team upload.
+  * Bumped DH level to 10.
+  * debian/control:
+      - Bumped Standards-Version to 3.9.8.
+      - Removed a MIA uploader (solves a special case pointed by QA team).
+      - Updated the Vcs-* fields to use https instead of http and git.
+  * debian/copyright: updated the packaging copyright years.
+  * debian/patches/:
+      - add-GCC-hardening: renamed to 10_fix-includes.patch.
+      - fix-includes: renamed to 20_add-GCC-hardening.patch.
+  * debian/watch:
+      - Bumped to version 4.
+      - Removed an extra source to avoid conflicts with uscan and updated
+        the current rule.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sun, 01 Jan 2017 23:08:26 -0200
+
 rsakeyfind (1:1.0-3) unstable; urgency=medium
 
   * Team upload.
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 d158ca2..d55e34c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,15 @@ Source: rsakeyfind
 Section: utils
 Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
-Uploaders: Jacob Appelbaum <jacob at appelbaum.net>
-Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 10)
+Standards-Version: 3.9.8
 Homepage: https://citp.princeton.edu/research/memory/code
-Vcs-Browser: http://anonscm.debian.org/cgit/forensics/rsakeyfind.git
-Vcs-Git: git://anonscm.debian.org/forensics/rsakeyfind.git
+Vcs-Browser: https://anonscm.debian.org/git/forensics/rsakeyfind.git
+Vcs-Git: https://anonscm.debian.org/git/forensics/rsakeyfind.git
 
 Package: rsakeyfind
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: locates BER-encoded RSA private keys in memory images
  rsakeyfind is a tool that locates BER-encoded RSA private keys in MEMORY-IMAGE.
  If a MODULUS-FILE is specified, it will locate private and public keys matching
diff --git a/debian/copyright b/debian/copyright
index 63cd75b..8d4530d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,17 +5,17 @@ Source: https://citp.princeton.edu/research/memory/code
 Files: *
 Copyright: 2008 Nadia Heninger
            2008 J. Alex Halderman
-License: BSD-3-clause
+License: BSD-3-Clause
 
 Files: debian/*
 Copyright: 2009-2011 Jacob Appelbaum <jacob at appelbaum.net>
            2011      Daniel Baumann <daniel at debian.org>
            2011      Julien Valroff <julien at debian.org>
            2012      Salvatore Bonaccorso <carnil at debian.org>
-           2015      Joao Eriberto Mota Filho <eriberto at debian.org>
+           2015-2017 Joao Eriberto Mota Filho <eriberto at debian.org>
 License: GPL-2+
 
-License: BSD-3-clause
+License: BSD-3-Clause
  Redistribution and use of this software in source and binary forms,
  with or without modification, are permitted provided that the
  following conditions are met:
diff --git a/debian/patches/fix-includes b/debian/patches/10_fix-includes.patch
similarity index 100%
rename from debian/patches/fix-includes
rename to debian/patches/10_fix-includes.patch
diff --git a/debian/patches/add-GCC-hardening b/debian/patches/20_add-GCC-hardening.patch
similarity index 100%
rename from debian/patches/add-GCC-hardening
rename to debian/patches/20_add-GCC-hardening.patch
diff --git a/debian/patches/series b/debian/patches/series
index 9d78cd6..6564d06 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
-fix-includes
-add-GCC-hardening
+10_fix-includes.patch
+20_add-GCC-hardening.patch
diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc
index 1f85097..0c55e7c 100644
--- a/debian/upstream/signing-key.asc
+++ b/debian/upstream/signing-key.asc
@@ -1,4 +1,3 @@
-
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 
 mQGiBEfWFOgRBAC0KtapVfG3Vfn4rmZn9kFWQ3MhDBgcjeKMueJ+ceQ9715d9QsO
diff --git a/debian/watch b/debian/watch
index 188d24f..c66ae0b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=3
+version=4
 opts="pgpsigurlmangle=s/$/.asc/" \
-https://citp.princeton.edu/research/memory/code .*/src/rsakeyfind-(\d\S+)\.tar\.(?:bz2|gz|xz)
+https://citp.princeton.edu/research/memory/code .*/rsakeyfind-(\d\S+)\.tar\.(?:bz2|gz|xz)

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



More information about the forensics-changes mailing list