[Forensics-changes] [SCM] debian-forensics/chaosreader branch, debian, updated. debian/0.94-3-1-g915103b

Joao Eriberto Mota Filho eriberto at eriberto.pro.br
Mon May 20 21:01:59 UTC 2013


The following commit has been merged in the debian branch:
commit 915103b7054b46307afaa1568e0e60ceb9849aaf
Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
Date:   Mon May 20 17:55:48 2013 -0300

      * Bumped debhelper level from 7 to 9.
      * debian/control:
          - bumped Standards-Version from 3.8.4 to 3.9.4.
          - changed from perl to ${perl:Depends} in Depends field
            to avoid dh_gencontrol warning.
          - moved tcpdump from Recommends to Suggests.
          - removed quilt from Build-Depends.
          - removed screenshot reference from long description.
      * debian/copyright: updated packaging years.
      * debian/README.source: removed because it is useless now.
      * debian/rules:
          - enabled parallel build.
          - removed quilt from dh.

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index e539a12..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,2 +0,0 @@
-This package uses quilt to fix some errors. To know more about quilt see
-/usr/share/doc/quilt/README.source file.
diff --git a/debian/changelog b/debian/changelog
index adb4734..8f629f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+chaosreader (0.94-4) unstable; urgency=low
+
+  * Bumped debhelper level from 7 to 9.
+  * debian/control:
+      - bumped Standards-Version from 3.8.4 to 3.9.4.
+      - changed from perl to ${perl:Depends} in Depends field
+        to avoid dh_gencontrol warning.
+      - moved tcpdump from Recommends to Suggests.
+      - removed quilt from Build-Depends.
+      - removed screenshot reference from long description.
+  * debian/copyright: updated packaging years.
+  * debian/README.source: removed because it is useless now.
+  * debian/rules:
+      - enabled parallel build.
+      - removed quilt from dh.
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Mon, 20 May 2013 13:31:03 -0300
+
 chaosreader (0.94-3) unstable; urgency=low
 
   * Added the debian/source/format file to show the "3.0 (quilt)" format
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index f711b09..2e39e06 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,16 @@ Section: net
 Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~)
-Standards-Version: 3.8.4
-Homepage: http://chaosreader.sourceforge.net
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.4
+Homepage: http://chaosreader.sf.net
 Vcs-Browser: http://git.debian.org/?p=forensics/chaosreader.git
 Vcs-Git: git://git.debian.org/git/forensics/chaosreader.git
 
 Package: chaosreader
 Architecture: all
-Depends: ${misc:Depends}, perl
-Recommends: tcpdump
-Suggests: wireshark
+Depends: ${misc:Depends}, ${perl:Depends}
+Suggests: tcpdump, wireshark
 Description: trace network sessions and export it to html format
  Chaosreader traces TCP/UDP/others sessions and fetches application data from
  snoop or tcpdump logs. This is a type of "any-snarf" program, as it will
@@ -25,5 +24,3 @@ Description: trace network sessions and export it to html format
  .
  Chaosreader can also run in standalone mode, where it invokes tcpdump to
  create the log files and then processes them.
- .
- Screenshots: http://www.brendangregg.com/chaosreader.html
diff --git a/debian/copyright b/debian/copyright
index d85fde5..52308db 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -22,7 +22,7 @@ License: GPL-2+
  can be found in /usr/share/common-licenses/GPL-2 file.
 
 Files: debian/*
-Copyright: (C) 2008-2010 Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+Copyright: (C) 2008-2013 Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
 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
diff --git a/debian/rules b/debian/rules
index 32dd2e8..f71237e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh ${@} --with quilt
+	dh ${@} --parallel
 
 override_dh_auto_install:
 	install -D -m 0755 chaosreader0.94 debian/chaosreader/usr/bin/chaosreader

-- 
debian-forensics/chaosreader



More information about the forensics-changes mailing list