[Forensics-changes] [volatility] 01/01: * New maintainer email address. * debian/control: updated the Vcs-Browser field. * debian/man/: - Added genman.sh to automate the manpage creation. - Renamed volatility.1.header to header.txt. * debian/volatility-tools.dirs: removed because the volatility-tools.install file already creates the directory.

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Fri Aug 15 13:24:10 UTC 2014


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

eriberto pushed a commit to branch debian
in repository volatility.

commit c08dd1da945b01a432f4015b41bf275b3f6d0976
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Fri Aug 15 10:23:56 2014 -0300

      * New maintainer email address.
      * debian/control: updated the Vcs-Browser field.
      * debian/man/:
          - Added genman.sh to automate the manpage creation.
          - Renamed volatility.1.header to header.txt.
      * debian/volatility-tools.dirs: removed because the
        volatility-tools.install file already creates the
        directory.
---
 debian/changelog                               | 13 +++++++++++++
 debian/control                                 |  4 ++--
 debian/copyright                               |  2 +-
 debian/man/genman.sh                           | 10 ++++++++++
 debian/man/{volatility.1.header => header.txt} |  0
 debian/man/volatility.1                        |  2 +-
 debian/man/volatility.txt                      |  2 +-
 debian/volatility-tools.README.Debian          |  2 +-
 debian/volatility-tools.dirs                   |  1 -
 9 files changed, 29 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 41e5f42..920d762 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+volatility (2.3.1-10) unstable; urgency=medium
+
+  * New maintainer email address.
+  * debian/control: updated the Vcs-Browser field.
+  * debian/man/:
+      - Added genman.sh to automate the manpage creation.
+      - Renamed volatility.1.header to header.txt.
+  * debian/volatility-tools.dirs: removed because the
+    volatility-tools.install file already creates the
+    directory.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Fri, 08 Aug 2014 13:45:27 -0300
+
 volatility (2.3.1-9) unstable; urgency=medium
 
   * debian/volatility-tools.README.Debian: updated the information about
diff --git a/debian/control b/debian/control
index 489e4bd..6b03161 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: volatility
 Section: utils
 Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
-Uploaders: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>, Michael Prokop <mika at debian.org>
+Uploaders: Joao Eriberto Mota Filho <eriberto at debian.org>, Michael Prokop <mika at debian.org>
 Build-Depends: debhelper (>= 9), python
 X-Python-Version: >= 2.7
 Standards-Version: 3.9.5
 Homepage: https://code.google.com/p/volatility
 Vcs-Git: git://anonscm.debian.org/forensics/volatility.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=forensics/volatility.git;a=summary
+Vcs-Browser: http://anonscm.debian.org/cgit/forensics/volatility.git
 
 Package: volatility
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 3efbde4..a45c179 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -41,7 +41,7 @@ License: GPL-2.0+ or Apache-2.0
 
 Files: debian/*
 Copyright: 2013      Michael Prokop <mika at debian.org>
-           2013-2014 Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+           2013-2014 Joao Eriberto Mota Filho <eriberto at debian.org>
 License: GPL-2.0
 
 
diff --git a/debian/man/genman.sh b/debian/man/genman.sh
new file mode 100755
index 0000000..ecd8bdf
--- /dev/null
+++ b/debian/man/genman.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# Generate manpage
+# C 2014 Eriberto
+
+NAME=$(cat header.txt | cut -d" " -f2 | tr [A-Z] [a-z])
+LEVEL=$(cat header.txt | cut -d" " -f3 | tr -d '"')
+
+cat header.txt > $NAME.$LEVEL
+txt2man $NAME.txt | grep -v '^.TH ' >> $NAME.$LEVEL
diff --git a/debian/man/volatility.1.header b/debian/man/header.txt
similarity index 100%
rename from debian/man/volatility.1.header
rename to debian/man/header.txt
diff --git a/debian/man/volatility.1 b/debian/man/volatility.1
index 676c2f6..8d7facc 100644
--- a/debian/man/volatility.1
+++ b/debian/man/volatility.1
@@ -462,4 +462,4 @@ https://code.google.com/p/\fBvolatility\fP/wiki/VolatilityUsage23
 .SH AUTHOR
 \fBvolatility\fP was written by several contributors. For contact, use the mail <\fBvolatility\fP at volatilityfoundation.org>.
 .PP
-This manual page was written by Joao Eriberto Mota Filho <eriberto at eriberto.pro.br> for the Debian project (but may be used by others).
+This manual page was written by Joao Eriberto Mota Filho <eriberto at debian.org> for the Debian project (but may be used by others).
diff --git a/debian/man/volatility.txt b/debian/man/volatility.txt
index 4488dd1..372da25 100644
--- a/debian/man/volatility.txt
+++ b/debian/man/volatility.txt
@@ -333,4 +333,4 @@ NOTES
 AUTHOR
   volatility was written by several contributors. For contact, use the mail <volatility at volatilityfoundation.org>.
 
-  This manual page was written by Joao Eriberto Mota Filho <eriberto at eriberto.pro.br> for the Debian project (but may be used by others).
+  This manual page was written by Joao Eriberto Mota Filho <eriberto at debian.org> for the Debian project (but may be used by others).
diff --git a/debian/volatility-tools.README.Debian b/debian/volatility-tools.README.Debian
index 6312b71..aa06890 100644
--- a/debian/volatility-tools.README.Debian
+++ b/debian/volatility-tools.README.Debian
@@ -22,5 +22,5 @@ https://code.google.com/p/volatility/wiki/LinuxMemoryForensics
 
 Thanks.
 
- -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Tue, 07 Jan 2014 16:52:30 -0200,
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Tue, 07 Jan 2014 16:52:30 -0200,
     Updated at Mon, 31 Mar 2014 23:01 -0300.
diff --git a/debian/volatility-tools.dirs b/debian/volatility-tools.dirs
deleted file mode 100644
index cd6aa27..0000000
--- a/debian/volatility-tools.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/src/volatility-tools

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



More information about the forensics-changes mailing list