[Python-modules-commits] r3915 - in packages/impacket/trunk/debian (8 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon Dec 10 00:21:36 UTC 2007


    Date: Monday, December 10, 2007 @ 00:21:35
  Author: arnau
Revision: 3915

* New email address.
* Remove useless debian/control.in.
* debian/control:
  + Update Standards-Version to 3.7.3. No changes needed.
* debian/copyright:
  + Add package license.

Added:
  packages/impacket/trunk/debian/python-impacket.README.Debian
    (from rev 3914, packages/impacket/trunk/debian/README.Debian)
Modified:
  packages/impacket/trunk/debian/changelog
  packages/impacket/trunk/debian/control
  packages/impacket/trunk/debian/copyright
  packages/impacket/trunk/debian/python-impacket-doc.docs
Deleted:
  packages/impacket/trunk/debian/README.Debian
  packages/impacket/trunk/debian/control.in
  packages/impacket/trunk/debian/python-impacket.docs

Deleted: packages/impacket/trunk/debian/README.Debian
===================================================================
--- packages/impacket/trunk/debian/README.Debian	2007-12-08 20:54:01 UTC (rev 3914)
+++ packages/impacket/trunk/debian/README.Debian	2007-12-10 00:21:35 UTC (rev 3915)
@@ -1,7 +0,0 @@
-Please note:
-
-The examples for this package is in python-impacket-doc.
-
-When you install that package, you can find the examples
-in /usr/share/doc/python-impacket-doc.
-

Modified: packages/impacket/trunk/debian/changelog
===================================================================
--- packages/impacket/trunk/debian/changelog	2007-12-08 20:54:01 UTC (rev 3914)
+++ packages/impacket/trunk/debian/changelog	2007-12-10 00:21:35 UTC (rev 3915)
@@ -1,12 +1,21 @@
-impacket (0.9.6.0-3) UNRELEASED; urgency=low
+impacket (0.9.6.0-3) unstable; urgency=low
 
+  [ Arnaud Fontaine ]
+  * New email address.
+  * Remove useless debian/control.in.
+  * debian/control:
+    + Update Standards-Version to 3.7.3. No changes needed.
+  * debian/copyright:
+    + Add package license.
+  
   [ Piotr Ożarowski ]
-  * Added Vcs-Svn, Vcs-Browser and Homepage fields
+  * debian/control:
+    + Added Vcs-Svn, Vcs-Browser and Homepage fields
 
   [ Jan Michael Alonzo ]
   * Fix watch file and updated it to version=3 (Closes: #450377).
 
- -- Bernd Zeimetz <bernd at bzed.de>  Thu, 22 Nov 2007 00:49:25 +0100
+ -- Arnaud Fontaine <arnau at debian.org>  Sun, 09 Dec 2007 23:36:25 +0000
 
 impacket (0.9.6.0-2) unstable; urgency=low
 

Modified: packages/impacket/trunk/debian/control
===================================================================
--- packages/impacket/trunk/debian/control	2007-12-08 20:54:01 UTC (rev 3914)
+++ packages/impacket/trunk/debian/control	2007-12-10 00:21:35 UTC (rev 3915)
@@ -1,10 +1,14 @@
 Source: impacket
 Section: python
 Priority: optional
-Maintainer: Arnaud Fontaine <arnaud at andesi.org>
+Maintainer: Arnaud Fontaine <arnau at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 0.3.2), patchutils (>= 0.2.25)
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5.0.37.2),
+	       cdbs (>= 0.4.43),
+	       python-dev (>= 2.3.5-11),
+	       python-support (>= 0.3.2),
+	       patchutils (>= 0.2.25)
+Standards-Version: 3.7.3
 Homepage: http://oss.coresecurity.com/projects/impacket.html
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/impacket/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/impacket/?op=log
@@ -14,7 +18,6 @@
 Depends: ${python:Depends}
 Recommends: python-pcapy
 Suggests: python-impacket-doc
-XB-Python-Version: ${python:Versions}
 Description: Python module to easily build and dissect network protocols
  Impacket  is a  collection  of Python  classes  focused on  providing
  access  to network  packets.   Impacket allows  Python developers  to

Deleted: packages/impacket/trunk/debian/control.in
===================================================================
--- packages/impacket/trunk/debian/control.in	2007-12-08 20:54:01 UTC (rev 3914)
+++ packages/impacket/trunk/debian/control.in	2007-12-10 00:21:35 UTC (rev 3915)
@@ -1,36 +0,0 @@
-Source: impacket
-Section: python
-Priority: optional
-Maintainer: Arnaud Fontaine <arnaud at andesi.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: @cdbs@
-Standards-Version: 3.7.2
-Homepage: http://oss.coresecurity.com/projects/impacket.html
-XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/impacket/trunk/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/impacket/?op=log
-
-Package: python-impacket
-Architecture: all
-Depends: ${python:Depends}
-Recommends: python-pcapy
-Suggests: python-impacket-doc
-XB-Python-Version: ${python:Versions}
-Description: Python module to easily build and dissect network protocols
- Impacket  is a  collection  of Python  classes  focused on  providing
- access  to network  packets.   Impacket allows  Python developers  to
- craft and decode network packets in simple and consistent manner.  It
- includes support for low-level protocols  such as IP, UDP and TCP, as
- well as higher-level protocols such as NMB and SMB.
- .
- Impacket is highly  effective when used in conjunction  with a packet
- capture utility or package such as Pcapy.  Packets can be constructed
- From  scratch, as  well as  parsed from  raw data.   Furthermore, the
- object  oriented API  makes  it  simple to  work  with deep  protocol
- hierarchies.
-
-Package: python-impacket-doc
-Architecture: all
-Recommends: python-pcapy
-Section: doc
-Description: Python module to easily build and dissect network protocols
- This package contains the documentation for Impacket.

Modified: packages/impacket/trunk/debian/copyright
===================================================================
--- packages/impacket/trunk/debian/copyright	2007-12-08 20:54:01 UTC (rev 3914)
+++ packages/impacket/trunk/debian/copyright	2007-12-10 00:21:35 UTC (rev 3915)
@@ -1,4 +1,4 @@
-This package was debianized by Arnaud Fontaine <arnaud at andesi.org> on
+This package was debianized by Arnaud Fontaine <arnau at debian.org> on
 Tue, 11 Apr 2006 15:51:41 +0200.
 
 It was downloaded from http://oss.coresecurity.com/projects/impacket.html
@@ -50,3 +50,8 @@
    OR TORT (INCLUDING NEGLIGENCE OR  OTHERWISE) ARISING IN ANY WAY OUT
    OF THE USE OF THIS SOFTWARE,  EVEN IF ADVISED OF THE POSSIBILITY OF
    SUCH DAMAGE.
+
+The Debian packaging is (C) 2006-2007, Arnaud Fontaine
+<arnau at debian.org> and is licensed under the GPL.  On Debian systems,
+the complete text of the GNU General Public License can be found in
+`/usr/share/common-licenses/GPL'.

Modified: packages/impacket/trunk/debian/python-impacket-doc.docs
===================================================================
--- packages/impacket/trunk/debian/python-impacket-doc.docs	2007-12-08 20:54:01 UTC (rev 3914)
+++ packages/impacket/trunk/debian/python-impacket-doc.docs	2007-12-10 00:21:35 UTC (rev 3915)
@@ -1,2 +1 @@
 doc/
-

Copied: packages/impacket/trunk/debian/python-impacket.README.Debian (from rev 3914, packages/impacket/trunk/debian/README.Debian)
===================================================================
--- packages/impacket/trunk/debian/python-impacket.README.Debian	                        (rev 0)
+++ packages/impacket/trunk/debian/python-impacket.README.Debian	2007-12-10 00:21:35 UTC (rev 3915)
@@ -0,0 +1,7 @@
+Please note:
+
+The examples for this package is in python-impacket-doc.
+
+When you install that package, you can find the examples
+in /usr/share/doc/python-impacket-doc.
+

Deleted: packages/impacket/trunk/debian/python-impacket.docs
===================================================================
--- packages/impacket/trunk/debian/python-impacket.docs	2007-12-08 20:54:01 UTC (rev 3914)
+++ packages/impacket/trunk/debian/python-impacket.docs	2007-12-10 00:21:35 UTC (rev 3915)
@@ -1 +0,0 @@
-debian/README.Debian




More information about the Python-modules-commits mailing list