[DebianBRTeam-commits] r614 - in /packages/bittwist/trunk/debian: changelog compat control copyright patches/00list patches/01_Makefile.dpatch patches/02_mapages.dpatch rules source/ source/format

eriberto-guest at users.alioth.debian.org eriberto-guest at users.alioth.debian.org
Sun Apr 21 15:03:06 UTC 2013


Author: eriberto-guest
Date: Sun Apr 21 15:03:05 2013
New Revision: 614

URL: http://svn.debian.org/wsvn/?sc=1&rev=614
Log:
  * New upstream release.
  * Reintroduced in Debian (Closes: #705352).
  * Added GCC hardening in Makefile.patch.
  * Migrations:
      - debian format from 1.0 to 3.0.
      - debhelper version from 7 to 8.
      - patch system from dpatch to quilt.
  * debian/control:
      - Changed tcpdump from Recommends to Suggests.
      - Updated Standards-Version from 3.8.4 to 3.9.4.
      - Updated long description.
      - Removed Vcs-Svn and Vcs-Browser fields.
  * debian/copyright: updated to new format.
  * debian/README.source: removed because it useless now.
  * debian/rules: updated to new (reduced) format.

Added:
    packages/bittwist/trunk/debian/source/
    packages/bittwist/trunk/debian/source/format
Removed:
    packages/bittwist/trunk/debian/patches/00list
    packages/bittwist/trunk/debian/patches/01_Makefile.dpatch
    packages/bittwist/trunk/debian/patches/02_mapages.dpatch
Modified:
    packages/bittwist/trunk/debian/changelog
    packages/bittwist/trunk/debian/compat
    packages/bittwist/trunk/debian/control
    packages/bittwist/trunk/debian/copyright
    packages/bittwist/trunk/debian/rules

Modified: packages/bittwist/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/bittwist/trunk/debian/changelog?rev=614&op=diff
==============================================================================
--- packages/bittwist/trunk/debian/changelog (original)
+++ packages/bittwist/trunk/debian/changelog Sun Apr 21 15:03:05 2013
@@ -1,3 +1,23 @@
+bittwist (2.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Reintroduced in Debian (Closes: #705352).
+  * Added GCC hardening in Makefile.patch.
+  * Migrations:
+      - debian format from 1.0 to 3.0.
+      - debhelper version from 7 to 8.
+      - patch system from dpatch to quilt.
+  * debian/control:
+      - Changed tcpdump from Recommends to Suggests.
+      - Updated Standards-Version from 3.8.4 to 3.9.4.
+      - Updated long description.
+      - Removed Vcs-Svn and Vcs-Browser fields.
+  * debian/copyright: updated to new format.
+  * debian/README.source: removed because it useless now.
+  * debian/rules: updated to new (reduced) format.
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Thu, 11 Apr 2013 20:58:40 -0300
+
 bittwist (1.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/bittwist/trunk/debian/compat
URL: http://svn.debian.org/wsvn/packages/bittwist/trunk/debian/compat?rev=614&op=diff
==============================================================================
--- packages/bittwist/trunk/debian/compat (original)
+++ packages/bittwist/trunk/debian/compat Sun Apr 21 15:03:05 2013
@@ -1,1 +1,1 @@
-7
+8

Modified: packages/bittwist/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/bittwist/trunk/debian/control?rev=614&op=diff
==============================================================================
--- packages/bittwist/trunk/debian/control (original)
+++ packages/bittwist/trunk/debian/control Sun Apr 21 15:03:05 2013
@@ -2,22 +2,19 @@
 Section: net
 Priority: optional
 Maintainer: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
-Build-Depends: debhelper (>= 7), dpatch, libpcap-dev
-Standards-Version: 3.8.4
-Vcs-Svn: svn://svn.debian.org/svn/debian-br-team/packages/bittwist
-Vcs-Browser: http://svn.debian.org/wsvn/debian-br-team/packages/bittwist
+Build-Depends: debhelper (>= 8), libpcap-dev
+Standards-Version: 3.9.4
 Homepage: http://bittwist.sourceforge.net
 
 Package: bittwist
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Suggests: wireshark
-Recommends: tcpdump
-Description: libpcap-based Ethernet packet generator
- Bit-Twist is designed to complement tcpdump, which by itself has done a great
- job in capturing network traffic. Bit-Twist can regenerate the captured
- traffic onto a live network (the packets are generated from tcpdump trace
- file, generating a .pcap file).
+Suggests: tcpdump | wireshark
+Description: libpcap based Ethernet packet generator
+ bittwist (or Bit-Twist) is designed to complement tcpdump, which by itself has
+ done a great job in capturing network traffic. Bit-Twist can regenerate the
+ captured traffic onto a live network (the packets are generated from tcpdump
+ trace file, generating a .pcap file).
  .
  Bit-Twist also comes with a comprehensive trace file editor to allow to change
  the contents of a trace file.
@@ -28,6 +25,7 @@
  .
  The Bit-Twist features are:
  .
+    * runs on Mac OS X (and *BSD), Linux, and Windows;
     * send multiple trace files at a time;
     * send packets at a specific speed or line rate in Mbps;
     * comprehensive trace file editor with control over most fields in
@@ -35,6 +33,8 @@
       checksum correction;
     * append user payload to existing packets after a specific header;
     * select a specific range of packets and save them in another trace file;
+    * highly scriptable - with proper manipulation you can turn Bit-Twist
+      into an extremely flexible packet generator tool;
     * if you are teaching Computer Networks classes, you may find Bit-Twist
       useful as a practical teaching material. It gives your students a
       hands-on experience to learn various networking protocols etc.

Modified: packages/bittwist/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/packages/bittwist/trunk/debian/copyright?rev=614&op=diff
==============================================================================
--- packages/bittwist/trunk/debian/copyright (original)
+++ packages/bittwist/trunk/debian/copyright Sun Apr 21 15:03:05 2013
@@ -1,30 +1,28 @@
-This package was debianized by Joao Eriberto Mota Filho
-<eriberto at eriberto.pro.br> on Fri, 27 Jul 2007 09:49:34 -0300.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bittwist
+Source: http://bittwist.sf.net
 
-It was downloaded from http://bittwist.sourceforge.net
+Files: *
+Copyright: 2006-2012 Addy Yeow Chin Heng <ayeowch at gmail.com>
+License: GPL-2.0+
 
-Upstream Author: Addy Yeow Chin Heng <ayeowch at gmail.com>
+Files: debian/*
+Copyright: 2007-2013 Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
+License: GPL-2.0+
 
-Copyright: (C) 2006-2009 Addy Yeow Chin Heng
-
-License:
-
-    This package is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This package is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this package; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
-The Debian packaging is Copyright (C) 2007-2010, Joao Eriberto Mota Filho
-<eriberto at eriberto.pro.br> and is licensed under the GPL 2 or later.
+License: GPL-2.0+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Modified: packages/bittwist/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/bittwist/trunk/debian/rules?rev=614&op=diff
==============================================================================
--- packages/bittwist/trunk/debian/rules (original)
+++ packages/bittwist/trunk/debian/rules Sun Apr 21 15:03:05 2013
@@ -1,53 +1,13 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
-# export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-build: build-stamp
-
-build-stamp: patch-stamp
-	dh_testdir
-	$(MAKE)
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-	$(MAKE) clean
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_prep
-	$(MAKE) DESTDIR=$(CURDIR)/debian/bittwist install
-
-binary-indep:
-
-binary-arch: install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs CHANGES
-	dh_installdocs
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@

Added: packages/bittwist/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/packages/bittwist/trunk/debian/source/format?rev=614&op=file
==============================================================================
--- packages/bittwist/trunk/debian/source/format (added)
+++ packages/bittwist/trunk/debian/source/format Sun Apr 21 15:03:05 2013
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the debian-br-team-commits mailing list