[Forensics-changes] [chaosreader] 01/01: * New maintainer email address. * debian/control: updated the Vcs-Browser field. * debian/copyright: updated the packaging copyright years. * debian/man/: added genman.sh to automate the manpage creation. * debian/source/lintian-overrides: removed as requested by Paul Wise. Thanks to Paul for explanations about the idea of the GPG sign check. * debian/watch: improved.

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Tue Aug 5 14:42:58 UTC 2014


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

eriberto pushed a commit to branch debian
in repository chaosreader.

commit 25f6f64ddf7b24748e662f5527352e2138275fe4
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Tue Aug 5 11:41:53 2014 -0300

      * New maintainer email address.
      * debian/control: updated the Vcs-Browser field.
      * debian/copyright: updated the packaging copyright years.
      * debian/man/: added genman.sh to automate the manpage creation.
      * debian/source/lintian-overrides: removed as requested by Paul Wise.
        Thanks to Paul for explanations about the idea of the GPG sign check.
      * debian/watch: improved.
---
 debian/changelog                     | 12 ++++++++++++
 debian/control                       |  4 ++--
 debian/copyright                     |  2 +-
 debian/man/chaosreader.1             |  2 +-
 debian/man/chaosreader.txt           |  2 +-
 debian/man/genman.sh                 | 10 ++++++++++
 debian/patches/01-fix-division.patch |  2 +-
 debian/patches/02-fix-old-perl.patch |  2 +-
 debian/source/lintian-overrides      |  2 --
 debian/watch                         |  2 +-
 10 files changed, 30 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6f2e62f..66cda01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+chaosreader (0.94-6) unstable; urgency=medium
+
+  * New maintainer email address.
+  * debian/control: updated the Vcs-Browser field.
+  * debian/copyright: updated the packaging copyright years.
+  * debian/man/: added genman.sh to automate the manpage creation.
+  * debian/source/lintian-overrides: removed as requested by Paul Wise.
+    Thanks to Paul for explanations about the idea of the GPG sign check.
+  * debian/watch: improved.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Tue, 05 Aug 2014 11:17:26 -0300
+
 chaosreader (0.94-5) unstable; urgency=medium
 
   * Bumped Standards-Version from 3.9.4 to 3.9.5.
diff --git a/debian/control b/debian/control
index c9577f8..df422fb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: chaosreader
 Section: net
 Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
-Uploaders: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Uploaders: Joao Eriberto Mota Filho <eriberto at debian.org>
 Build-Depends: debhelper (>= 9)
 Standards-Version: 3.9.5
 Homepage: http://chaosreader.sf.net
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=forensics/chaosreader.git
+Vcs-Browser: http://anonscm.debian.org/cgit/forensics/chaosreader.git
 Vcs-Git: git://anonscm.debian.org/forensics/chaosreader.git
 
 Package: chaosreader
diff --git a/debian/copyright b/debian/copyright
index 773b899..2d80a9e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,7 +7,7 @@ Copyright: 2003-2004 Brendan Gregg <brendan at joyent.com>
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2008-2013 Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Copyright: 2008-2014 Joao Eriberto Mota Filho <eriberto at debian.org>
 License: GPL-2+
 
 License: GPL-2+
diff --git a/debian/man/chaosreader.1 b/debian/man/chaosreader.1
index 5f77e96..7252ee7 100644
--- a/debian/man/chaosreader.1
+++ b/debian/man/chaosreader.1
@@ -484,4 +484,4 @@ Example 4:
 .SH AUTHORS
 \fBchaosreader\fP was written by Brendan Gregg.
 .PP
-This manual page was written by Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>, using txt2man, for the Debian project (but may be used by others). The base of this text was caught off \fBchaosreader\fP source code.
+This manual page was written by Joao Eriberto Mota Filho <eriberto at debian.org>, using txt2man, for the Debian project (but may be used by others). The base of this text was caught off \fBchaosreader\fP source code.
diff --git a/debian/man/chaosreader.txt b/debian/man/chaosreader.txt
index b13874d..32b04e8 100644
--- a/debian/man/chaosreader.txt
+++ b/debian/man/chaosreader.txt
@@ -197,5 +197,5 @@ SEE ALSO
 AUTHORS
   chaosreader was written by Brendan Gregg.
 
-  This manual page was written by Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>, using txt2man, for the Debian project (but may be used by others). The base of this text was caught off chaosreader source code.
+  This manual page was written by Joao Eriberto Mota Filho <eriberto at debian.org>, using txt2man, for the Debian project (but may be used by others). The base of this text was caught off chaosreader source code.
 
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/patches/01-fix-division.patch b/debian/patches/01-fix-division.patch
index 02481d4..0bcd9b1 100644
--- a/debian/patches/01-fix-division.patch
+++ b/debian/patches/01-fix-division.patch
@@ -1,4 +1,4 @@
-Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Author: Joao Eriberto Mota Filho <eriberto at debian.org>
 Description: Avoid an error because a division by zero.
 
 diff -Naurp chaosreader.orig/chaosreader0.94 chaosreader/chaosreader0.94
diff --git a/debian/patches/02-fix-old-perl.patch b/debian/patches/02-fix-old-perl.patch
index 34e2d5c..8bb5d45 100644
--- a/debian/patches/02-fix-old-perl.patch
+++ b/debian/patches/02-fix-old-perl.patch
@@ -1,4 +1,4 @@
-Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Author: Joao Eriberto Mota Filho <eriberto at debian.org>
 Description: Remove line used by old perl.
 
 diff -Naurp chaosreader.orig/chaosreader0.94 chaosreader/chaosreader0.94
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644
index 2bb4336..0000000
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# The upstream didn't provide a PGP/GPG signature.
-chaosreader source: debian-watch-may-check-gpg-signature
diff --git a/debian/watch b/debian/watch
index 15170bb..ee9e36e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://sf.net/chaosreader/chaosreader(\d\S*)
+http://sf.net/chaosreader/chaosreader(\d\S+)

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



More information about the forensics-changes mailing list